Accessibility test digest

Synopsis

Page: Environmental Protection Agency (EPA)

URL: https://www.epa.gov/

Score: 636

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 Environmental Protection Agency (EPA) web page at https://www.epa.gov/ on 2022/07/19. 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 636 (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
total636
log254
preventions100
contrastAAA42
targetSize28
focusableHidden24
spontaneousMotion22
visibleLabelNotName19
figureNoText14
linkIndication12
inconsistentStyles11
leadingClipsText10
roleBad8
focusableOperable7
contrastAA6
hoverSurprise5
zIndexNotZero5
noLeading5
horizontalScrolling5
headingOfNothing4
contentBeyondLandmarks4
pseudoLinkRisk4
titleRedundant4
fontSmall4
visibleBulk3
focusIndication3
ariaBadAttribute3
hiddenContentRisk3
pseudoHeadingRisk3
pseudoNavListRisk3
selectFlatRisk3
scrollRisk3
contrastRisk3
selectNoText3
obsolete3
noScriptRisk3
allCaps3

Issue summary

Special issues

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

preventions: Score 100. This is based on tests that the page did not allow to be run. That impedes accessibility progress and risks interfering with tools that users with disabilities need.

Classified issues

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

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

focusableHidden: Score 24. Issues reported by tests in this category:

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

visibleLabelNotName: Score 19. Issues reported by tests in this category:

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

allCaps: 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": "4cdpt-epa",
  "host": {
    "id": "epa",
    "which": "https://www.epa.gov/",
    "what": "Environmental Protection Agency (EPA)"
  },
  "log": [
    {
      "event": "startTime",
      "value": "2022-07-19T21:27:20"
    },
    {
      "event": "endTime",
      "value": "2022-07-19T21:29:43"
    }
  ],
  "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.epa.gov/",
        "what": "Environmental Protection Agency (EPA)"
      },
      {
        "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.epa.gov/",
        "what": "Environmental Protection Agency (EPA)"
      },
      {
        "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.epa.gov/",
      "what": "Environmental Protection Agency (EPA)",
      "result": "https://www.epa.gov/"
    },
    {
      "type": "tenonRequest",
      "id": "a",
      "withNewContent": true,
      "what": "Tenon API version 2 test request",
      "url": "https://www.epa.gov/"
    },
    {
      "type": "test",
      "which": "motion",
      "what": "motion",
      "delay": 2500,
      "interval": 2500,
      "count": 5,
      "url": "https://www.epa.gov/",
      "result": {
        "bytes": [
          838877,
          838877,
          1132744,
          1132744,
          880219
        ],
        "localRatios": [
          1,
          1.35,
          1,
          1.287
        ],
        "meanLocalRatio": 1.159,
        "maxLocalRatio": 1.35,
        "globalRatio": 1.35,
        "pixelChanges": [
          0,
          380779,
          0,
          422828
        ],
        "meanPixelChange": 200901,
        "maxPixelChange": 422828,
        "changeFrequency": 0.5
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "Chromium browser"
    },
    {
      "type": "url",
      "which": "https://www.epa.gov/",
      "what": "Environmental Protection Agency (EPA)",
      "result": "https://www.epa.gov/"
    },
    {
      "type": "test",
      "which": "bulk",
      "what": "count of visible elements",
      "url": "https://www.epa.gov/",
      "result": {
        "visibleElements": 354
      }
    },
    {
      "type": "test",
      "which": "embAc",
      "withItems": true,
      "what": "active elements embedded in links or buttons",
      "url": "https://www.epa.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.epa.gov/",
      "result": {
        "tabFocusables": 88,
        "tabFocused": 88,
        "discrepancy": 0
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://www.epa.gov/",
      "what": "URL",
      "result": "https://www.epa.gov/"
    },
    {
      "type": "test",
      "which": "focInd",
      "revealAll": false,
      "allowedDelay": 250,
      "withItems": true,
      "what": "focus indicators",
      "url": "https://www.epa.gov/",
      "result": {
        "totals": {
          "total": 88,
          "types": {
            "indicatorMissing": {
              "total": 0,
              "tagNames": {}
            },
            "nonOutlinePresent": {
              "total": 1,
              "tagNames": {
                "A": 1
              }
            },
            "outlinePresent": {
              "total": 87,
              "meanDelay": 0,
              "tagNames": {
                "BUTTON": 7,
                "A": 75,
                "INPUT": 4,
                "SELECT": 1
              }
            }
          }
        },
        "items": {
          "indicatorMissing": [],
          "nonOutlinePresent": [
            {
              "tagName": "A",
              "text": "Skip to main content"
            }
          ],
          "outlinePresent": [
            {
              "tagName": "BUTTON",
              "text": "Here’s how you know",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "",
              "delay": 0
            },
            {
              "tagName": "INPUT",
              "text": "",
              "delay": 0
            },
            {
              "tagName": "BUTTON",
              "text": "Search",
              "delay": 0
            },
            {
              "tagName": "BUTTON",
              "text": "Environmental Topics",
              "delay": 0
            },
            {
              "tagName": "BUTTON",
              "text": "Laws & Regulations",
              "delay": 0
            },
            {
              "tagName": "BUTTON",
              "text": "Report a Violation",
              "delay": 0
            },
            {
              "tagName": "BUTTON",
              "text": "About EPA",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Contact Us",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Learn more about the UV Index",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Learn more and apply",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Learn about brownfield grant awards",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Learn more about the UV Index",
              "delay": 0
            },
            {
              "tagName": "BUTTON",
              "text": "1",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Air Quality",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Bed Bugs",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Brownfields",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Children's Health",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Climate Change",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Coronavirus",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Drinking Water",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Emergencies",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Enforcement",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Environmental Justice",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Infrastructure",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Lead",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Superfund",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Browse more environmental topics",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "A-Z index",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Explore EPA Careers",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Climate Adaptation",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Climate Change",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Climate Indicators",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Protecting Our Climate by Reducing Use of HFCs",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Proposed Rule to Revise Existing National GHG Emissions Standards for Passenger Cars and Light Truck",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Proposed Rule to Reduce Climate- and Health-Harming Pollution from the Oil and Natural Gas Industry",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Visit Recycle City",
              "delay": 0
            },
            {
              "tagName": "INPUT",
              "text": "",
              "delay": 0
            },
            {
              "tagName": "INPUT",
              "text": "",
              "delay": 0
            },
            {
              "tagName": "SELECT",
              "text": "- choose -AlabamaAlaskaAmerican SamoaArizonaArkansasCaliforniaColoradoConnecticutDelawareDistrict of",
              "delay": 0
            },
            {
              "tagName": "INPUT",
              "text": "",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Commission for Environmental Cooperation Launches Second Round of $2 Million Environmental...",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Settlement with PCS Nitrogen Fertilizer to Require Treatment of More Than a Billion Pounds of...",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Read more news releases",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Visit Vaccines.govExit Exit EPA Website",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Visit Vote.govExit Exit EPA Website",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Español",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "عربى",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "中文: 简体版",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "中文: 繁體版",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Kreyòl ayisyen",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "한국어",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Português",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Pусский",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Tagalog",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Tiếng Việt",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Contact Us",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Accessibility",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Budget & Performance",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Contracting",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "EPA www Web Snapshot",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Grants",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "No FEAR Act Data",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Plain Writing",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Privacy",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Privacy and Security Notice",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Data.govExit Exit EPA Website",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Inspector General",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Jobs",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Newsroom",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Open Government",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Regulations.govExit Exit EPA Website",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Subscribe",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "USA.govExit Exit EPA Website",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "White HouseExit Exit EPA Website",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Contact EPA",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "EPA Disclaimers",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Hotlines",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "FOIA Requests",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Frequent Questions",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Exit Exit EPA Website",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Exit Exit EPA Website",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Exit Exit EPA Website",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Exit Exit EPA Website",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Exit Exit EPA Website",
              "delay": 0
            }
          ]
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://www.epa.gov/",
      "what": "URL",
      "result": "https://www.epa.gov/"
    },
    {
      "type": "test",
      "which": "focOp",
      "withItems": true,
      "what": "focusability and operability",
      "url": "https://www.epa.gov/",
      "result": {
        "totals": {
          "total": 136,
          "types": {
            "onlyFocusable": {
              "total": 0,
              "tagNames": {}
            },
            "onlyOperable": {
              "total": 3,
              "tagNames": {
                "BUTTON": 2,
                "A": 1
              }
            },
            "focusableAndOperable": {
              "total": 133,
              "tagNames": {
                "A": 114,
                "BUTTON": 9,
                "INPUT": 9,
                "SELECT": 1
              }
            }
          }
        },
        "items": {
          "onlyFocusable": [],
          "onlyOperable": [
            {
              "tagName": "BUTTON",
              "id": "",
              "text": "2",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "BUTTON",
              "id": "",
              "text": "3",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a href=\"#top\" class=\"back-to-top\" title=\"Back to top\" aria-hidden=\"true\" tabind",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            }
          ],
          "focusableAndOperable": [
            {
              "tagName": "A",
              "id": "skip-to-main",
              "text": "Skip to main content",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "BUTTON",
              "id": "",
              "text": "Here’s how you know",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a class=\"site-logo\" href=\"/\" aria-label=\"Home\" title=\"Home\" rel=\"home\" style=\"c",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "BUTTON",
              "id": "",
              "text": "Menu",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "INPUT",
              "id": "search-box",
              "text": "<input class=\"usa-input\" id=\"search-box\" type=\"search\" name=\"querytext\" placehol",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "BUTTON",
              "id": "",
              "text": "Search",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "INPUT",
              "id": "",
              "text": "<input type=\"hidden\" name=\"areaname\" value=\"\">",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "INPUT",
              "id": "",
              "text": "<input type=\"hidden\" name=\"areacontacts\" value=\"\">",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "INPUT",
              "id": "",
              "text": "<input type=\"hidden\" name=\"areasearchurl\" value=\"\">",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "INPUT",
              "id": "",
              "text": "<input type=\"hidden\" name=\"typeofsearch\" value=\"epa\">",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "INPUT",
              "id": "",
              "text": "<input type=\"hidden\" name=\"result_template\" value=\"\">",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "BUTTON",
              "id": "",
              "text": "Primary navigation",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "BUTTON",
              "id": "",
              "text": "Environmental Topics",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Environmental Topics",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Air",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Bed Bugs",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Chemicals and Toxics",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Climate Change",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Emergency Response",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Environmental Information by Location",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Environmental Justice",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Greener Living",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Health",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Land, Waste, and Cleanup",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Lead",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Mold",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Pesticides",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Radon",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Science Topics",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Water Topics",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "A-Z Topic Index",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "BUTTON",
              "id": "",
              "text": "Laws & Regulations",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Laws & Regulations",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "By Business Sector",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "By Topic",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Compliance",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Enforcement",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Guidance",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Laws and Executive Orders",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Regulations",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "BUTTON",
              "id": "",
              "text": "Report a Violation",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Report a Violation",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Environmental Violations",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Fraud, Waste or Abuse",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "BUTTON",
              "id": "",
              "text": "About EPA",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "About EPA",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "EPA Administrator",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Organization Chart",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Staff Directory",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Planning, Budget, and Results",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Jobs and Internships",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Headquarters Offices",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Regional Offices",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Lab and Research Centers",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Contact Us",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Learn more about the UV Index",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Learn more and apply",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Learn about brownfield grant awards",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Learn more about the UV Index",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "BUTTON",
              "id": "",
              "text": "1",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Air Quality",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Bed Bugs",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Brownfields",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Children's Health",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Climate Change",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Coronavirus",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Drinking Water",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Emergencies",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Enforcement",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Environmental Justice",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Infrastructure",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Lead",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Superfund",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Browse more environmental topics",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "A-Z index",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a class=\"box__image-link\" href=\"https://www.epa.gov/node/32663/\" style=\"cursor:",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Explore EPA Careers",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Climate Adaptation",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Climate Change",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Climate Indicators",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Protecting Our Climate by Reducing Use of HFCs",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Proposed Rule to Revise Existing National GHG Emissions Standards for Passenger ",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Proposed Rule to Reduce Climate- and Health-Harming Pollution from the Oil and N",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a class=\"box__image-link\" href=\"https://www3.epa.gov/recyclecity/\" style=\"curso",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Visit Recycle City",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "INPUT",
              "id": "zipcode",
              "text": "<input id=\"zipcode\" name=\"pQuery\" placeholder=\" address, ZIP Code, or place\" siz",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "INPUT",
              "id": "",
              "text": "<input class=\"usa-button\" name=\"GO\" type=\"submit\" value=\"Go\" style=\"cursor: defa",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "SELECT",
              "id": "list",
              "text": "- choose -AlabamaAlaskaAmerican SamoaArizonaArkansasCaliforniaColoradoConnecticu",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "INPUT",
              "id": "",
              "text": "<input class=\"usa-button\" name=\"submit\" type=\"submit\" value=\"Go\" style=\"cursor: ",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Commission for Environmental Cooperation Launches Second Round of $2 Million Env",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Settlement with PCS Nitrogen Fertilizer to Require Treatment of More Than a Bill",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Read more news releases",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Visit Vaccines.govExit Exit EPA Website",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Visit Vote.govExit Exit EPA Website",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Español",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "arabicLink",
              "text": "عربى",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "中文: 简体版",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "中文: 繁體版",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Kreyòl ayisyen",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "한국어",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Português",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Pусский",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Tagalog",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Tiếng Việt",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Contact Us",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Accessibility",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Budget & Performance",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Contracting",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "EPA www Web Snapshot",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Grants",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "No FEAR Act Data",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Plain Writing",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Privacy",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Privacy and Security Notice",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Data.govExit Exit EPA Website",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Inspector General",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Jobs",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Newsroom",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Open Government",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Regulations.govExit Exit EPA Website",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Subscribe",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "USA.govExit Exit EPA Website",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "White HouseExit Exit EPA Website",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Contact EPA",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "EPA Disclaimers",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Hotlines",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "FOIA Requests",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Frequent Questions",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Exit Exit EPA Website",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Exit Exit EPA Website",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Exit Exit EPA Website",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Exit Exit EPA Website",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Exit Exit EPA Website",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            }
          ]
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://www.epa.gov/",
      "what": "URL",
      "result": "https://www.epa.gov/"
    },
    {
      "type": "test",
      "which": "hover",
      "headSize": 20,
      "headSampleSize": 20,
      "tailSampleSize": 15,
      "withItems": true,
      "what": "hover-caused content changes",
      "url": "https://www.epa.gov/",
      "result": {
        "totals": {
          "triggers": 147,
          "headTriggers": 20,
          "tailTriggers": 127,
          "impactTriggers": 1,
          "additions": 0,
          "removals": 0,
          "opacityChanges": 2,
          "opacityImpact": 14,
          "unhoverables": 7
        },
        "items": {
          "head": {
            "impactTriggers": [
              {
                "tagName": "A",
                "text": "ContactUs",
                "additions": 0,
                "removals": 0,
                "opacityChanges": 2,
                "opacityImpact": 14
              }
            ],
            "unhoverables": [
              {
                "tagName": "A",
                "id": "skip-to-main",
                "text": "Skiptomaincontent"
              },
              {
                "tagName": "LI",
                "id": "tns1-item0",
                "text": "PracticingSunSafetyDuringUVSafetyMonth,EPAremindsA"
              },
              {
                "tagName": "A",
                "id": "",
                "text": "LearnmoreabouttheUVIndex"
              },
              {
                "tagName": "LI",
                "id": "tns1-item1",
                "text": "EPALaunchesCleanSchoolBusProgramwith$500MillionAva"
              },
              {
                "tagName": "A",
                "id": "",
                "text": "Learnmoreandapply"
              },
              {
                "tagName": "LI",
                "id": "tns1-item2",
                "text": "EPAannounces$254milliontotacklepollutedbrownfields"
              },
              {
                "tagName": "A",
                "id": "",
                "text": "Learnaboutbrownfieldgrantawards"
              }
            ]
          },
          "tail": {
            "impactTriggers": [],
            "unhoverables": []
          }
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://www.epa.gov/",
      "what": "URL",
      "result": "https://www.epa.gov/"
    },
    {
      "type": "test",
      "which": "labClash",
      "withItems": true,
      "what": "labeling inconsistencies",
      "url": "https://www.epa.gov/",
      "result": {
        "totals": {
          "mislabeled": 0,
          "unlabeled": 0,
          "wellLabeled": 16
        },
        "items": {
          "mislabeled": [],
          "unlabeled": [],
          "wellLabeled": [
            {
              "index": 0,
              "tagName": "BUTTON",
              "type": "submit",
              "texts": {
                "content": "Here’s how you know"
              }
            },
            {
              "index": 1,
              "tagName": "BUTTON",
              "type": "submit",
              "texts": {
                "content": "Menu"
              }
            },
            {
              "index": 2,
              "tagName": "INPUT",
              "type": "search",
              "labelType": "label",
              "texts": {
                "label": [
                  "Search"
                ]
              }
            },
            {
              "index": 3,
              "tagName": "BUTTON",
              "type": "submit",
              "texts": {
                "content": "Search"
              }
            },
            {
              "index": 4,
              "tagName": "BUTTON",
              "type": "submit",
              "labelType": "aria-label",
              "texts": {
                "attribute": "Close",
                "content": "Primary navigation"
              }
            },
            {
              "index": 5,
              "tagName": "BUTTON",
              "type": "submit",
              "texts": {
                "content": "Environmental Topics"
              }
            },
            {
              "index": 6,
              "tagName": "BUTTON",
              "type": "submit",
              "texts": {
                "content": "Laws & Regulations"
              }
            },
            {
              "index": 7,
              "tagName": "BUTTON",
              "type": "submit",
              "texts": {
                "content": "Report a Violation"
              }
            },
            {
              "index": 8,
              "tagName": "BUTTON",
              "type": "submit",
              "texts": {
                "content": "About EPA"
              }
            },
            {
              "index": 9,
              "tagName": "BUTTON",
              "type": "submit",
              "labelType": "aria-label",
              "texts": {
                "attribute": "Carousel Page 1 (Current Slide)",
                "content": "1"
              }
            },
            {
              "index": 10,
              "tagName": "BUTTON",
              "type": "submit",
              "labelType": "aria-label",
              "texts": {
                "attribute": "Carousel Page 2",
                "content": "2"
              }
            },
            {
              "index": 11,
              "tagName": "BUTTON",
              "type": "submit",
              "labelType": "aria-label",
              "texts": {
                "attribute": "Carousel Page 3",
                "content": "3"
              }
            },
            {
              "index": 12,
              "tagName": "INPUT",
              "type": "text",
              "labelType": "label",
              "texts": {
                "label": [
                  "Learn about conditions where you live."
                ]
              }
            },
            {
              "index": 13,
              "tagName": "INPUT",
              "type": "submit",
              "texts": {
                "content": "Go"
              }
            },
            {
              "index": 14,
              "tagName": "SELECT",
              "type": "select-one",
              "labelType": "label",
              "texts": {
                "label": [
                  "Go to EPA's page about your state."
                ]
              }
            },
            {
              "index": 15,
              "tagName": "INPUT",
              "type": "submit",
              "texts": {
                "content": "Go"
              }
            }
          ]
        }
      }
    },
    {
      "type": "test",
      "which": "linkUl",
      "withItems": true,
      "what": "adjacent-link underlining",
      "url": "https://www.epa.gov/",
      "result": {
        "totals": {
          "links": 115,
          "adjacent": {
            "total": 32,
            "underlined": 22,
            "underlinedPercent": 68
          }
        },
        "items": {
          "underlined": [
            "",
            "",
            "Climate Adaptation",
            "Climate Change",
            "Climate Indicators",
            "Protecting Our Climate by Reducing Use of HFCs",
            "Proposed Rule to Revise Existing National GHG Emissions Standards for Passenger Cars and Light Trucks Through Model Year 2026",
            "Proposed Rule to Reduce Climate- and Health-Harming Pollution from the Oil and Natural Gas Industry",
            "",
            "Read more news releases",
            "Español",
            "عربى",
            "中文: 简体版",
            "中文: 繁體版",
            "Kreyòl ayisyen",
            "한국어",
            "Português",
            "Pусский",
            "Tagalog",
            "Tiếng Việt",
            "Contact Us",
            ""
          ],
          "notUnderlined": [
            "Skip to main content",
            "Contact Us",
            "Learn more about the UV Index",
            "Learn more and apply",
            "Learn about brownfield grant awards",
            "Learn more about the UV Index",
            "Explore EPA Careers",
            "Visit Recycle City",
            "Visit Vaccines.govExit Exit EPA Website",
            "Visit Vote.govExit Exit EPA Website"
          ]
        }
      }
    },
    {
      "type": "test",
      "which": "menuNav",
      "withItems": true,
      "what": "keyboard navigation between focusable menu items",
      "url": "https://www.epa.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.epa.gov/",
      "what": "URL",
      "result": "https://www.epa.gov/"
    },
    {
      "type": "test",
      "which": "radioSet",
      "withItems": true,
      "what": "fieldset grouping of radio buttons",
      "url": "https://www.epa.gov/",
      "result": {
        "totals": {
          "total": 0,
          "inSet": 0,
          "percent": "N.A."
        },
        "items": {
          "inSet": [],
          "notInSet": []
        }
      }
    },
    {
      "type": "test",
      "which": "role",
      "what": "roles",
      "url": "https://www.epa.gov/",
      "result": {
        "roleElements": 8,
        "badRoleElements": 2,
        "redundantRoleElements": 2,
        "tagNames": {
          "DIV": {
            "navigation": {
              "bad": 1,
              "redundant": 0
            }
          },
          "NAV": {
            "navigation": {
              "bad": 0,
              "redundant": 1
            }
          },
          "MAIN": {
            "main": {
              "bad": 0,
              "redundant": 1
            }
          },
          "FOOTER": {
            "contentinfo": {
              "bad": 1,
              "redundant": 0
            }
          }
        }
      }
    },
    {
      "type": "test",
      "which": "styleDiff",
      "withItems": true,
      "what": "style inconsistencies",
      "url": "https://www.epa.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": 11,
            "subtotals": [
              4,
              3,
              1,
              1,
              1,
              1
            ]
          },
          "adjacentLink": {
            "total": 32,
            "subtotals": [
              21,
              9,
              1,
              1
            ]
          },
          "listLink": {
            "total": 83,
            "subtotals": [
              34,
              23,
              17,
              5,
              4
            ]
          },
          "h1": {
            "total": 1
          },
          "h2": {
            "total": 14,
            "subtotals": [
              4,
              4,
              3,
              2,
              1
            ]
          }
        },
        "items": {
          "button": {
            "fontWeight": {
              "400": [
                "Here’s how you know",
                "Menu",
                "Primary navigation"
              ],
              "700": [
                "Search",
                "Environmental Topics",
                "Laws & Regulations",
                "Report a Violation",
                "About EPA",
                "1",
                "2",
                "3"
              ]
            },
            "textDecorationLine": {
              "none": [
                "Here’s how you know",
                "Menu",
                "Search",
                "Environmental Topics",
                "Laws & Regulations",
                "Report a Violation",
                "About EPA",
                "1",
                "2",
                "3"
              ],
              "underline": [
                "Primary navigation"
              ]
            },
            "height": {
              "14.0703px": [
                "Here’s how you know"
              ],
              "48px": [
                "Menu",
                "Primary navigation"
              ],
              "32px": [
                "Search"
              ],
              "47.9922px": [
                "Environmental Topics",
                "Laws & Regulations",
                "Report a Violation",
                "About EPA"
              ],
              "39.2578px": [
                "1",
                "2",
                "3"
              ]
            },
            "lineHeight": {
              "14.08px": [
                "Here’s how you know"
              ],
              "12.528px": [
                "Menu"
              ],
              "15.264px": [
                "Search",
                "1",
                "2",
                "3"
              ],
              "18.4px": [
                "Primary navigation"
              ],
              "16px": [
                "Environmental Topics",
                "Laws & Regulations",
                "Report a Violation",
                "About EPA"
              ]
            },
            "minHeight": {
              "auto": [
                "Here’s how you know",
                "Search"
              ],
              "0px": [
                "Menu",
                "Primary navigation",
                "Environmental Topics",
                "Laws & Regulations",
                "Report a Violation",
                "About EPA",
                "1",
                "2",
                "3"
              ]
            },
            "minWidth": {
              "auto": [
                "Here’s how you know",
                "Search"
              ],
              "0px": [
                "Menu",
                "Primary navigation",
                "Environmental Topics",
                "Laws & Regulations",
                "Report a Violation",
                "About EPA",
                "1",
                "2",
                "3"
              ]
            }
          },
          "adjacentLink": {
            "fontWeight": {
              "400": [
                "",
                "Contact Us",
                "",
                "Climate Adaptation",
                "Climate Change",
                "Climate Indicators",
                "Protecting Our Climate by Reducing Use of HFCs",
                "Proposed Rule to Revise Existing National GHG Emissions Standards for Passenger Cars and Light Trucks Through Model Year 2026",
                "Proposed Rule to Reduce Climate- and Health-Harming Pollution from the Oil and Natural Gas Industry",
                "",
                "Read more news releases",
                "Español",
                "عربى",
                "中文: 简体版",
                "中文: 繁體版",
                "Kreyòl ayisyen",
                "한국어",
                "Português",
                "Pусский",
                "Tagalog",
                "Tiếng Việt",
                "Contact Us",
                ""
              ],
              "700": [
                "Skip to main content",
                "Learn more about the UV Index",
                "Learn more and apply",
                "Learn about brownfield grant awards",
                "Learn more about the UV Index",
                "Explore EPA Careers",
                "Visit Recycle City",
                "Visit Vaccines.govExit Exit EPA Website",
                "Visit Vote.govExit Exit EPA Website"
              ]
            },
            "opacity": {
              "0": [
                ""
              ],
              "1": [
                "Skip to main content",
                "",
                "Contact Us",
                "Learn more about the UV Index",
                "Learn more and apply",
                "Learn about brownfield grant awards",
                "Learn more about the UV Index",
                "",
                "Explore EPA Careers",
                "Climate Adaptation",
                "Climate Change",
                "Climate Indicators",
                "Protecting Our Climate by Reducing Use of HFCs",
                "Proposed Rule to Revise Existing National GHG Emissions Standards for Passenger Cars and Light Trucks Through Model Year 2026",
                "Proposed Rule to Reduce Climate- and Health-Harming Pollution from the Oil and Natural Gas Industry",
                "",
                "Visit Recycle City",
                "Read more news releases",
                "Visit Vaccines.govExit Exit EPA Website",
                "Visit Vote.govExit Exit EPA Website",
                "Español",
                "عربى",
                "中文: 简体版",
                "中文: 繁體版",
                "Kreyòl ayisyen",
                "한국어",
                "Português",
                "Pусский",
                "Tagalog",
                "Tiếng Việt",
                "Contact Us"
              ]
            },
            "textDecorationLine": {
              "none": [
                "Skip to main content",
                "Contact Us",
                "Learn more about the UV Index",
                "Learn more and apply",
                "Learn about brownfield grant awards",
                "Learn more about the UV Index",
                "Explore EPA Careers",
                "Visit Recycle City",
                "Visit Vaccines.govExit Exit EPA Website",
                "Visit Vote.govExit Exit EPA Website"
              ],
              "underline": [
                "",
                "",
                "Climate Adaptation",
                "Climate Change",
                "Climate Indicators",
                "Protecting Our Climate by Reducing Use of HFCs",
                "Proposed Rule to Revise Existing National GHG Emissions Standards for Passenger Cars and Light Trucks Through Model Year 2026",
                "Proposed Rule to Reduce Climate- and Health-Harming Pollution from the Oil and Natural Gas Industry",
                "",
                "Read more news releases",
                "Español",
                "عربى",
                "中文: 简体版",
                "中文: 繁體版",
                "Kreyòl ayisyen",
                "한국어",
                "Português",
                "Pусский",
                "Tagalog",
                "Tiếng Việt",
                "Contact Us",
                ""
              ]
            }
          },
          "listLink": {
            "fontWeight": {
              "400": [
                "Air",
                "Bed Bugs",
                "Chemicals and Toxics",
                "Climate Change",
                "Emergency Response",
                "Environmental Information by Location",
                "Environmental Justice",
                "Greener Living",
                "Health",
                "Land, Waste, and Cleanup",
                "Lead",
                "Mold",
                "Pesticides",
                "Radon",
                "Science Topics",
                "Water Topics",
                "A-Z Topic Index",
                "By Business Sector",
                "By Topic",
                "Compliance",
                "Enforcement",
                "Guidance",
                "Laws and Executive Orders",
                "Regulations",
                "Environmental Violations",
                "Fraud, Waste or Abuse",
                "EPA Administrator",
                "Organization Chart",
                "Staff Directory",
                "Planning, Budget, and Results",
                "Jobs and Internships",
                "Headquarters Offices",
                "Regional Offices",
                "Lab and Research Centers",
                "Air Quality",
                "Bed Bugs",
                "Brownfields",
                "Children's Health",
                "Climate Change",
                "Coronavirus",
                "Drinking Water",
                "Emergencies",
                "Enforcement",
                "Environmental Justice",
                "Infrastructure",
                "Lead",
                "Superfund",
                "Browse more environmental topics",
                "A-Z index",
                "Commission for Environmental Cooperation Launches Second Round of $2 Million Environmental...",
                "Settlement with PCS Nitrogen Fertilizer to Require Treatment of More Than a Billion Pounds of...",
                "Exit Exit EPA Website",
                "Exit Exit EPA Website",
                "Exit Exit EPA Website",
                "Exit Exit EPA Website",
                "Exit Exit EPA Website"
              ],
              "700": [
                "Environmental Topics",
                "Laws & Regulations",
                "Report a Violation",
                "About EPA",
                "Accessibility",
                "Budget & Performance",
                "Contracting",
                "EPA www Web Snapshot",
                "Grants",
                "No FEAR Act Data",
                "Plain Writing",
                "Privacy",
                "Privacy and Security Notice",
                "Data.govExit Exit EPA Website",
                "Inspector General",
                "Jobs",
                "Newsroom",
                "Open Government",
                "Regulations.govExit Exit EPA Website",
                "Subscribe",
                "USA.govExit Exit EPA Website",
                "White HouseExit Exit EPA Website",
                "Contact EPA",
                "EPA Disclaimers",
                "Hotlines",
                "FOIA Requests",
                "Frequent Questions"
              ]
            },
            "textDecorationLine": {
              "none": [
                "Environmental Topics",
                "Air",
                "Bed Bugs",
                "Chemicals and Toxics",
                "Climate Change",
                "Emergency Response",
                "Environmental Information by Location",
                "Environmental Justice",
                "Greener Living",
                "Health",
                "Land, Waste, and Cleanup",
                "Lead",
                "Mold",
                "Pesticides",
                "Radon",
                "Science Topics",
                "Water Topics",
                "A-Z Topic Index",
                "Laws & Regulations",
                "By Business Sector",
                "By Topic",
                "Compliance",
                "Enforcement",
                "Guidance",
                "Laws and Executive Orders",
                "Regulations",
                "Report a Violation",
                "Environmental Violations",
                "Fraud, Waste or Abuse",
                "About EPA",
                "EPA Administrator",
                "Organization Chart",
                "Staff Directory",
                "Planning, Budget, and Results",
                "Jobs and Internships",
                "Headquarters Offices",
                "Regional Offices",
                "Lab and Research Centers",
                "Accessibility",
                "Budget & Performance",
                "Contracting",
                "EPA www Web Snapshot",
                "Grants",
                "No FEAR Act Data",
                "Plain Writing",
                "Privacy",
                "Privacy and Security Notice",
                "Data.govExit Exit EPA Website",
                "Inspector General",
                "Jobs",
                "Newsroom",
                "Open Government",
                "Regulations.govExit Exit EPA Website",
                "Subscribe",
                "USA.govExit Exit EPA Website",
                "White HouseExit Exit EPA Website",
                "Contact EPA",
                "EPA Disclaimers",
                "Hotlines",
                "FOIA Requests",
                "Frequent Questions",
                "Exit Exit EPA Website",
                "Exit Exit EPA Website",
                "Exit Exit EPA Website",
                "Exit Exit EPA Website",
                "Exit Exit EPA Website"
              ],
              "underline": [
                "Air Quality",
                "Bed Bugs",
                "Brownfields",
                "Children's Health",
                "Climate Change",
                "Coronavirus",
                "Drinking Water",
                "Emergencies",
                "Enforcement",
                "Environmental Justice",
                "Infrastructure",
                "Lead",
                "Superfund",
                "Browse more environmental topics",
                "A-Z index",
                "Commission for Environmental Cooperation Launches Second Round of $2 Million Environmental...",
                "Settlement with PCS Nitrogen Fertilizer to Require Treatment of More Than a Billion Pounds of..."
              ]
            },
            "color": {
              "rgb(0, 94, 162)": [
                "Environmental Topics",
                "Air",
                "Bed Bugs",
                "Chemicals and Toxics",
                "Climate Change",
                "Emergency Response",
                "Environmental Information by Location",
                "Environmental Justice",
                "Greener Living",
                "Health",
                "Land, Waste, and Cleanup",
                "Lead",
                "Mold",
                "Pesticides",
                "Radon",
                "Science Topics",
                "Water Topics",
                "A-Z Topic Index",
                "Laws & Regulations",
                "By Business Sector",
                "By Topic",
                "Compliance",
                "Enforcement",
                "Guidance",
                "Laws and Executive Orders",
                "Regulations",
                "Report a Violation",
                "Environmental Violations",
                "Fraud, Waste or Abuse",
                "About EPA",
                "EPA Administrator",
                "Organization Chart",
                "Staff Directory",
                "Planning, Budget, and Results",
                "Jobs and Internships",
                "Headquarters Offices",
                "Regional Offices",
                "Lab and Research Centers",
                "Air Quality",
                "Bed Bugs",
                "Brownfields",
                "Children's Health",
                "Climate Change",
                "Coronavirus",
                "Drinking Water",
                "Emergencies",
                "Enforcement",
                "Environmental Justice",
                "Infrastructure",
                "Lead",
                "Superfund",
                "Browse more environmental topics",
                "A-Z index",
                "Commission for Environmental Cooperation Launches Second Round of $2 Million Environmental...",
                "Settlement with PCS Nitrogen Fertilizer to Require Treatment of More Than a Billion Pounds of..."
              ],
              "rgb(223, 225, 226)": [
                "Accessibility",
                "Budget & Performance",
                "Contracting",
                "EPA www Web Snapshot",
                "Grants",
                "No FEAR Act Data",
                "Plain Writing",
                "Privacy",
                "Privacy and Security Notice",
                "Data.govExit Exit EPA Website",
                "Inspector General",
                "Jobs",
                "Newsroom",
                "Open Government",
                "Regulations.govExit Exit EPA Website",
                "Subscribe",
                "USA.govExit Exit EPA Website",
                "White HouseExit Exit EPA Website",
                "Contact EPA",
                "EPA Disclaimers",
                "Hotlines",
                "FOIA Requests",
                "Frequent Questions",
                "Exit Exit EPA Website",
                "Exit Exit EPA Website",
                "Exit Exit EPA Website",
                "Exit Exit EPA Website",
                "Exit Exit EPA Website"
              ]
            },
            "fontSize": {
              "16px": [
                "Environmental Topics",
                "Air",
                "Bed Bugs",
                "Chemicals and Toxics",
                "Climate Change",
                "Emergency Response",
                "Environmental Information by Location",
                "Environmental Justice",
                "Greener Living",
                "Health",
                "Land, Waste, and Cleanup",
                "Lead",
                "Mold",
                "Pesticides",
                "Radon",
                "Science Topics",
                "Water Topics",
                "A-Z Topic Index",
                "Laws & Regulations",
                "By Business Sector",
                "By Topic",
                "Compliance",
                "Enforcement",
                "Guidance",
                "Laws and Executive Orders",
                "Regulations",
                "Report a Violation",
                "Environmental Violations",
                "Fraud, Waste or Abuse",
                "About EPA",
                "EPA Administrator",
                "Organization Chart",
                "Staff Directory",
                "Planning, Budget, and Results",
                "Jobs and Internships",
                "Headquarters Offices",
                "Regional Offices",
                "Lab and Research Centers"
              ],
              "16.96px": [
                "Air Quality",
                "Bed Bugs",
                "Brownfields",
                "Children's Health",
                "Climate Change",
                "Coronavirus",
                "Drinking Water",
                "Emergencies",
                "Enforcement",
                "Environmental Justice",
                "Infrastructure",
                "Lead",
                "Superfund",
                "Browse more environmental topics",
                "A-Z index",
                "Commission for Environmental Cooperation Launches Second Round of $2 Million Environmental...",
                "Settlement with PCS Nitrogen Fertilizer to Require Treatment of More Than a Billion Pounds of..."
              ],
              "17.6px": [
                "Accessibility",
                "Budget & Performance",
                "Contracting",
                "EPA www Web Snapshot",
                "Grants",
                "No FEAR Act Data",
                "Plain Writing",
                "Privacy",
                "Privacy and Security Notice",
                "Data.govExit Exit EPA Website",
                "Inspector General",
                "Jobs",
                "Newsroom",
                "Open Government",
                "Regulations.govExit Exit EPA Website",
                "Subscribe",
                "USA.govExit Exit EPA Website",
                "White HouseExit Exit EPA Website",
                "Contact EPA",
                "EPA Disclaimers",
                "Hotlines",
                "FOIA Requests",
                "Frequent Questions"
              ],
              "40px": [
                "Exit Exit EPA Website",
                "Exit Exit EPA Website",
                "Exit Exit EPA Website",
                "Exit Exit EPA Website",
                "Exit Exit EPA Website"
              ]
            },
            "lineHeight": {
              "19.2px": [
                "Environmental Topics",
                "Air",
                "Bed Bugs",
                "Chemicals and Toxics",
                "Climate Change",
                "Emergency Response",
                "Environmental Information by Location",
                "Environmental Justice",
                "Greener Living",
                "Health",
                "Land, Waste, and Cleanup",
                "Lead",
                "Mold",
                "Pesticides",
                "Radon",
                "Science Topics",
                "Water Topics",
                "A-Z Topic Index",
                "Laws & Regulations",
                "By Business Sector",
                "By Topic",
                "Compliance",
                "Enforcement",
                "Guidance",
                "Laws and Executive Orders",
                "Regulations",
                "Report a Violation",
                "Environmental Violations",
                "Fraud, Waste or Abuse",
                "About EPA",
                "EPA Administrator",
                "Organization Chart",
                "Staff Directory",
                "Planning, Budget, and Results",
                "Jobs and Internships",
                "Headquarters Offices",
                "Regional Offices",
                "Lab and Research Centers"
              ],
              "25.44px": [
                "Air Quality",
                "Bed Bugs",
                "Brownfields",
                "Children's Health",
                "Climate Change",
                "Coronavirus",
                "Drinking Water",
                "Emergencies",
                "Enforcement",
                "Environmental Justice",
                "Infrastructure",
                "Lead",
                "Superfund",
                "Browse more environmental topics",
                "A-Z index",
                "Commission for Environmental Cooperation Launches Second Round of $2 Million Environmental...",
                "Settlement with PCS Nitrogen Fertilizer to Require Treatment of More Than a Billion Pounds of..."
              ],
              "21.12px": [
                "Accessibility",
                "Budget & Performance",
                "Contracting",
                "EPA www Web Snapshot",
                "Grants",
                "No FEAR Act Data",
                "Plain Writing",
                "Privacy",
                "Privacy and Security Notice",
                "Data.govExit Exit EPA Website",
                "Inspector General",
                "Jobs",
                "Newsroom",
                "Open Government",
                "Regulations.govExit Exit EPA Website",
                "Subscribe",
                "USA.govExit Exit EPA Website",
                "White HouseExit Exit EPA Website",
                "Contact EPA",
                "EPA Disclaimers",
                "Hotlines",
                "FOIA Requests",
                "Frequent Questions"
              ],
              "20px": [
                "Exit Exit EPA Website",
                "Exit Exit EPA Website",
                "Exit Exit EPA Website",
                "Exit Exit EPA Website",
                "Exit Exit EPA Website"
              ]
            }
          },
          "h2": {
            "color": {
              "rgb(0, 189, 227)": [
                "Practicing Sun Safety",
                "EPA Launches Clean School Bus Program with $500 Million Available Now",
                "EPA announces $254 million to tackle polluted brownfield sites",
                "Practicing Sun Safety"
              ],
              "rgb(27, 27, 27)": [
                "Key Topics",
                "Climate Change Resources",
                "Your Community",
                "Find COVID-19 Vaccines",
                "Voting Resources"
              ],
              "rgb(255, 255, 255)": [
                "News from EPA",
                "Discover.",
                "Connect.",
                "Ask.",
                "Follow."
              ]
            },
            "fontSize": {
              "31.2px": [
                "Practicing Sun Safety",
                "EPA Launches Clean School Bus Program with $500 Million Available Now",
                "EPA announces $254 million to tackle polluted brownfield sites",
                "Practicing Sun Safety",
                "Key Topics",
                "Climate Change Resources",
                "Your Community",
                "Discover.",
                "Connect.",
                "Ask.",
                "Follow."
              ],
              "21.44px": [
                "News from EPA",
                "Find COVID-19 Vaccines",
                "Voting Resources"
              ]
            }
          }
        }
      }
    },
    {
      "type": "test",
      "which": "tabNav",
      "withItems": true,
      "what": "keyboard navigation between tab elements",
      "url": "https://www.epa.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.epa.gov/",
      "result": {
        "totals": {
          "total": 11,
          "tagNames": {
            "DIV": 2,
            "HEADER": 1,
            "UL": 4,
            "LI": 4
          }
        },
        "items": [
          {
            "tagName": "DIV",
            "id": "",
            "text": "Skip to main content"
          },
          {
            "tagName": "HEADER",
            "id": "",
            "text": "Menu Search Search Primary navigation Environmental Topics Environmental TopicsAirBed BugsChemicals "
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": ""
          },
          {
            "tagName": "UL",
            "id": "extended-nav-section-0",
            "text": "Environmental TopicsAirBed BugsChemicals and ToxicsClimate ChangeEmergency ResponseEnvironmental Inf"
          },
          {
            "tagName": "UL",
            "id": "extended-nav-section-1",
            "text": "Laws & RegulationsBy Business SectorBy TopicComplianceEnforcementGuidanceLaws and Executive OrdersRe"
          },
          {
            "tagName": "UL",
            "id": "extended-nav-section-2",
            "text": "Report a ViolationEnvironmental ViolationsFraud, Waste or Abuse"
          },
          {
            "tagName": "UL",
            "id": "extended-nav-section-3",
            "text": "About EPAEPA AdministratorOrganization ChartStaff DirectoryPlanning, Budget, and ResultsJobs and Int"
          },
          {
            "tagName": "LI",
            "id": "tns1-item0",
            "text": "Practicing Sun Safety During UV Safety Month, EPA reminds Americans to protect themselves all summer"
          },
          {
            "tagName": "LI",
            "id": "tns1-item1",
            "text": "EPA Launches Clean School Bus Program with $500 Million Available Now With funding from the Bipartis"
          },
          {
            "tagName": "LI",
            "id": "tns1-item2",
            "text": "EPA announces $254 million to tackle polluted brownfield sites With Bipartisan Infrastructure Law fu"
          },
          {
            "tagName": "LI",
            "id": "",
            "text": "Practicing Sun Safety During UV Safety Month, EPA reminds Americans to protect themselves all summer"
          }
        ]
      }
    },
    {
      "type": "test",
      "which": "alfa",
      "what": "alfa",
      "url": "https://www.epa.gov/",
      "result": {
        "totals": {
          "failures": 5,
          "warnings": 1
        },
        "items": [
          {
            "index": 362,
            "verdict": "failed",
            "rule": {
              "ruleID": "r17",
              "ruleSummary": "Elements with aria-hidden='true' are not focusable",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r17",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#name-role-value",
                  "chapter": "4.1.2",
                  "title": "Name, Role, Value"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "li",
              "path": "/html[1]/body[1]/div[2]/main[1]/div[1]/div[1]/article[1]/div[2]/div[1]/div[2]/ul[1]/li[2]",
              "codeLines": [
                "<li class=\"hero-slideshow__item tns-item tns-normal\" id=\"tns1-item1\" aria-hidden=\"true\" tabindex=\"-...",
                "  <section class=\"usa-hero usa-hero--slideshow usa-hero--reversed\" style=\"background-image:url(/sit...",
                "    <div class=\"grid-container\">",
                "      <div class=\"usa-hero__callout usa-dark-background\">",
                "        <h2 class=\"usa-hero__heading\">",
                "          EPA Launches Clean School Bus Program with $500 Million Available Now",
                "        </h2>",
                "        <p>",
                "          With funding from the Bipartisan Infrastructure Law, our Clean School Bus Program is gran...",
                "        </p>",
                "        <p>",
                "          <a class=\"usa-button\" href=\"/cleanschoolbus\">",
                "            Learn more and apply",
                "          </a>",
                "        </p>",
                "      </div>",
                "    </div>",
                "  </section>",
                "</li>"
              ]
            }
          },
          {
            "index": 363,
            "verdict": "failed",
            "rule": {
              "ruleID": "r17",
              "ruleSummary": "Elements with aria-hidden='true' are not focusable",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r17",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#name-role-value",
                  "chapter": "4.1.2",
                  "title": "Name, Role, Value"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "li",
              "path": "/html[1]/body[1]/div[2]/main[1]/div[1]/div[1]/article[1]/div[2]/div[1]/div[2]/ul[1]/li[3]",
              "codeLines": [
                "<li class=\"hero-slideshow__item tns-item tns-normal\" id=\"tns1-item2\" aria-hidden=\"true\" tabindex=\"-...",
                "  <section class=\"usa-hero usa-hero--slideshow usa-hero--reversed\" style=\"background-image:url(/sit...",
                "    <div class=\"grid-container\">",
                "      <div class=\"usa-hero__callout usa-dark-background\">",
                "        <h2 class=\"usa-hero__heading\">",
                "          EPA announces $254 million to tackle polluted brownfield sites",
                "        </h2>",
                "        <p>",
                "          With Bipartisan Infrastructure Law funding, EPA is awarding grants to 265 communities acr...",
                "        </p>",
                "        <p>",
                "          <a class=\"usa-button\" href=\"/brownfields/applicants-selected-fy-2022-brownfields-assessme...",
                "            Learn about brownfield grant awards",
                "          </a>",
                "        </p>",
                "      </div>",
                "    </div>",
                "  </section>",
                "</li>"
              ]
            }
          },
          {
            "index": 364,
            "verdict": "failed",
            "rule": {
              "ruleID": "r17",
              "ruleSummary": "Elements with aria-hidden='true' are not focusable",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r17",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#name-role-value",
                  "chapter": "4.1.2",
                  "title": "Name, Role, Value"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "li",
              "path": "/html[1]/body[1]/div[2]/main[1]/div[1]/div[1]/article[1]/div[2]/div[1]/div[2]/ul[1]/li[4]",
              "codeLines": [
                "<li class=\"hero-slideshow__item tns-item tns-normal tns-slide-cloned\" aria-hidden=\"true\" tabindex=\"...",
                "  <section class=\"usa-hero usa-hero--slideshow usa-hero--reversed\" style=\"background-image:url(/sit...",
                "    <div class=\"grid-container\">",
                "      <div class=\"usa-hero__callout usa-dark-background\">",
                "        <h2 class=\"usa-hero__heading\">",
                "          Practicing Sun Safety",
                "        </h2>",
                "        <p>",
                "          During UV Safety Month, EPA reminds Americans to protect themselves all summer by avoidin...",
                "        </p>",
                "        <p>",
                "          <a class=\"usa-button\" href=\"/sunsafety/uv-index-1\">",
                "            Learn more about the UV Index",
                "          </a>",
                "        </p>",
                "      </div>",
                "    </div>",
                "  </section>",
                "</li>"
              ]
            }
          },
          {
            "index": 921,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r65",
              "ruleSummary": "Element in sequential focus order has visible focus",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r65",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#focus-visible",
                  "chapter": "2.4.7",
                  "title": "Focus Visible"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[1]/a[1]",
              "codeLines": [
                "<a id=\"skip-to-main\" href=\"#main\" class=\"skiplinks__link visually-hidden focusable\">",
                "  Skip to main content",
                "</a>"
              ]
            }
          },
          {
            "index": 1114,
            "verdict": "failed",
            "rule": {
              "ruleID": "r73",
              "ruleSummary": "Paragraphs of text have sufficient line height",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r73",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation",
                  "chapter": "1.4.8",
                  "title": "Visual Presentation"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "p",
              "path": "/html[1]/body[1]/div[2]/section[1]/div[1]/header[1]/div[1]/div[2]/p[1]",
              "codeLines": [
                "<p class=\"usa-banner__header-text\">",
                "  An official website of the United States government",
                "</p>"
              ]
            }
          },
          {
            "index": 1216,
            "verdict": "failed",
            "rule": {
              "ruleID": "r78",
              "ruleSummary": "Headings of same level have text content between them",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r78",
              "requirements": []
            },
            "target": {
              "type": "element",
              "tagName": "h2",
              "path": "/html[1]/body[1]/div[2]/footer[1]/div[1]/div[1]/div[3]/h2[2]",
              "codeLines": [
                "<h2>",
                "  Follow.",
                "</h2>"
              ]
            }
          }
        ]
      }
    },
    {
      "type": "test",
      "which": "axe",
      "detailLevel": 2,
      "rules": [],
      "what": "Axe",
      "url": "https://www.epa.gov/",
      "result": {
        "totals": {
          "rulesNA": 45,
          "rulesPassed": 51,
          "rulesWarned": 4,
          "rulesViolated": 2,
          "warnings": {
            "minor": 13,
            "moderate": 0,
            "serious": 11,
            "critical": 0
          },
          "violations": {
            "minor": 0,
            "moderate": 0,
            "serious": 55,
            "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/104.0.5112.20 Safari/537.36",
            "windowWidth": 1280,
            "windowHeight": 720,
            "orientationAngle": 90,
            "orientationType": "landscape-primary"
          },
          "timestamp": "2022-07-19T21:28:54.929Z",
          "url": "https://www.epa.gov/",
          "toolOptions": {
            "resultTypes": [
              "violations",
              "incomplete"
            ],
            "runOnly": {
              "type": "tag",
              "values": [
                "experimental",
                "best-practice",
                "wcag2a",
                "wcag2aa",
                "wcag2aaa",
                "wcag21a",
                "wcag21aa",
                "wcag21aaa"
              ]
            },
            "reporter": "v1"
          },
          "incomplete": [
            {
              "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": "div",
                        "messageKey": "noRoleSingular",
                        "prohibited": [
                          "aria-label"
                        ]
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "aria-label attribute is not well supported on a div with no valid role attribute."
                    }
                  ],
                  "impact": "serious",
                  "html": "<div class=\"l-constrain js-hero-slideshow__nav\" aria-label=\"Carousel Pagination\">",
                  "target": [
                    ".js-hero-slideshow__nav"
                  ],
                  "failureSummary": "Fix all of the following:\n  aria-label attribute is not well supported on a div 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": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "12.7pt (16.96px)",
                        "fontWeight": "bold",
                        "messageKey": "shortTextContent",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element content is too short to determine if it is actual text content"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<button class=\"hero-slideshow__nav-button\" data-nav=\"0\" aria-label=\"Carousel Page 1\" aria-controls=\"tns1\" tabindex=\"-1\">1</button>",
                  "target": [
                    "button[data-nav=\"0\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element content is too short to determine if it is actual text content"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "12.7pt (16.96px)",
                        "fontWeight": "bold",
                        "messageKey": "shortTextContent",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element content is too short to determine if it is actual text content"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<button class=\"hero-slideshow__nav-button tns-nav-active\" data-nav=\"1\" aria-label=\"Carousel Page 2 (Current Slide)\" aria-controls=\"tns1\">2</button>",
                  "target": [
                    ".tns-nav-active"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element content is too short to determine if it is actual text content"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "12.7pt (16.96px)",
                        "fontWeight": "bold",
                        "messageKey": "shortTextContent",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element content is too short to determine if it is actual text content"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<button class=\"hero-slideshow__nav-button\" data-nav=\"2\" tabindex=\"-1\" aria-label=\"Carousel Page 3\" aria-controls=\"tns1\">3</button>",
                  "target": [
                    "button[data-nav=\"2\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element content is too short to determine if it is actual text content"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "9.0pt (12px)",
                        "fontWeight": "bold",
                        "messageKey": "elmPartiallyObscured",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<span class=\"usa-tag external-link__tag\" title=\"Exit EPA Website\"><span aria-hidden=\"true\">Exit</span><span class=\"u-visually-hidden\"> Exit EPA Website</span></span>",
                          "target": [
                            "a[href$=\"vaccines.gov/\"] > .usa-tag.external-link__tag[title=\"Exit EPA Website\"]"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it's partially obscured by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span aria-hidden=\"true\">Exit</span>",
                  "target": [
                    "a[href$=\"vaccines.gov/\"] > .usa-tag.external-link__tag[title=\"Exit EPA Website\"] > span[aria-hidden=\"true\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "9.0pt (12px)",
                        "fontWeight": "bold",
                        "messageKey": "elmPartiallyObscured",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<span class=\"usa-tag external-link__tag\" title=\"Exit EPA Website\"><span aria-hidden=\"true\">Exit</span><span class=\"u-visually-hidden\"> Exit EPA Website</span></span>",
                          "target": [
                            "a[href$=\"vote.gov/\"] > .usa-tag.external-link__tag[title=\"Exit EPA Website\"]"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it's partially obscured by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span aria-hidden=\"true\">Exit</span>",
                  "target": [
                    "a[href$=\"vote.gov/\"] > .usa-tag.external-link__tag[title=\"Exit EPA Website\"] > span[aria-hidden=\"true\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
                }
              ]
            },
            {
              "id": "color-contrast",
              "impact": "serious",
              "tags": [
                "cat.color",
                "wcag2aa",
                "wcag143"
              ],
              "description": "Ensures the contrast between foreground and background colors meets WCAG 2 AA contrast ratio thresholds",
              "help": "Elements must have sufficient color contrast",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/color-contrast?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "12.7pt (16.96px)",
                        "fontWeight": "bold",
                        "messageKey": "shortTextContent",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element content is too short to determine if it is actual text content"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<button class=\"hero-slideshow__nav-button\" data-nav=\"0\" aria-label=\"Carousel Page 1\" aria-controls=\"tns1\" tabindex=\"-1\">1</button>",
                  "target": [
                    "button[data-nav=\"0\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element content is too short to determine if it is actual text content"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "12.7pt (16.96px)",
                        "fontWeight": "bold",
                        "messageKey": "shortTextContent",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element content is too short to determine if it is actual text content"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<button class=\"hero-slideshow__nav-button tns-nav-active\" data-nav=\"1\" aria-label=\"Carousel Page 2 (Current Slide)\" aria-controls=\"tns1\">2</button>",
                  "target": [
                    ".tns-nav-active"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element content is too short to determine if it is actual text content"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "12.7pt (16.96px)",
                        "fontWeight": "bold",
                        "messageKey": "shortTextContent",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element content is too short to determine if it is actual text content"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<button class=\"hero-slideshow__nav-button\" data-nav=\"2\" tabindex=\"-1\" aria-label=\"Carousel Page 3\" aria-controls=\"tns1\">3</button>",
                  "target": [
                    "button[data-nav=\"2\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element content is too short to determine if it is actual text content"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "9.0pt (12px)",
                        "fontWeight": "bold",
                        "messageKey": "elmPartiallyObscured",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<span class=\"usa-tag external-link__tag\" title=\"Exit EPA Website\"><span aria-hidden=\"true\">Exit</span><span class=\"u-visually-hidden\"> Exit EPA Website</span></span>",
                          "target": [
                            "a[href$=\"vaccines.gov/\"] > .usa-tag.external-link__tag[title=\"Exit EPA Website\"]"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it's partially obscured by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span aria-hidden=\"true\">Exit</span>",
                  "target": [
                    "a[href$=\"vaccines.gov/\"] > .usa-tag.external-link__tag[title=\"Exit EPA Website\"] > span[aria-hidden=\"true\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "9.0pt (12px)",
                        "fontWeight": "bold",
                        "messageKey": "elmPartiallyObscured",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<span class=\"usa-tag external-link__tag\" title=\"Exit EPA Website\"><span aria-hidden=\"true\">Exit</span><span class=\"u-visually-hidden\"> Exit EPA Website</span></span>",
                          "target": [
                            "a[href$=\"vote.gov/\"] > .usa-tag.external-link__tag[title=\"Exit EPA Website\"]"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it's partially obscured by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span aria-hidden=\"true\">Exit</span>",
                  "target": [
                    "a[href$=\"vote.gov/\"] > .usa-tag.external-link__tag[title=\"Exit EPA Website\"] > span[aria-hidden=\"true\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
                }
              ]
            },
            {
              "id": "hidden-content",
              "impact": "minor",
              "tags": [
                "cat.structure",
                "experimental",
                "review-item",
                "best-practice"
              ],
              "description": "Informs users about hidden content.",
              "help": "Hidden content on the page should be analyzed",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/hidden-content?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<p class=\"usa-banner__header-action\" aria-hidden=\"true\">Here’s how you know</p>",
                  "target": [
                    ".usa-banner__header-action"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<div class=\"usa-banner__content usa-accordion__content\" id=\"gov-banner\" hidden=\"\">",
                  "target": [
                    "#gov-banner"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<button class=\"usa-menu-btn usa-button l-header__menu-button\">Menu</button>",
                  "target": [
                    ".usa-menu-btn"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<button class=\"usa-nav__close\" aria-label=\"Close\">\n      \n<svg class=\"icon icon--nav-close\" aria-hidden=\"true\" role=\"img\"><title>Primary navigation</title><use href=\"/themes/epa_theme/images/sprite.artifact.svg#close\"></use></svg>    </button>",
                  "target": [
                    ".usa-nav__close"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<ul class=\"menu menu__subnav is-wide\" hidden=\"true\" id=\"extended-nav-section-0\">",
                  "target": [
                    "#extended-nav-section-0"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<ul class=\"menu menu__subnav\" hidden=\"true\" id=\"extended-nav-section-1\">",
                  "target": [
                    "#extended-nav-section-1"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<ul class=\"menu menu__subnav\" hidden=\"true\" id=\"extended-nav-section-2\">",
                  "target": [
                    "#extended-nav-section-2"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<ul class=\"menu menu__subnav\" hidden=\"true\" id=\"extended-nav-section-3\">",
                  "target": [
                    "#extended-nav-section-3"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<span class=\"usa-tag external-link__tag\" title=\"Exit EPA Website\"><span aria-hidden=\"true\">Exit</span><span class=\"u-visually-hidden\"> Exit EPA Website</span></span>",
                  "target": [
                    "a[aria-label=\"EPA’s Facebook\"] > .usa-tag.external-link__tag[title=\"Exit EPA Website\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<span class=\"usa-tag external-link__tag\" title=\"Exit EPA Website\"><span aria-hidden=\"true\">Exit</span><span class=\"u-visually-hidden\"> Exit EPA Website</span></span>",
                  "target": [
                    "a[aria-label=\"EPA’s Twitter\"] > .usa-tag.external-link__tag[title=\"Exit EPA Website\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<span class=\"usa-tag external-link__tag\" title=\"Exit EPA Website\"><span aria-hidden=\"true\">Exit</span><span class=\"u-visually-hidden\"> Exit EPA Website</span></span>",
                  "target": [
                    "a[aria-label=\"EPA’s Youtube\"] > .usa-tag.external-link__tag[title=\"Exit EPA Website\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<span class=\"usa-tag external-link__tag\" title=\"Exit EPA Website\"><span aria-hidden=\"true\">Exit</span><span class=\"u-visually-hidden\"> Exit EPA Website</span></span>",
                  "target": [
                    "a[aria-label=\"EPA’s Flickr\"] > .usa-tag.external-link__tag[title=\"Exit EPA Website\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<span class=\"usa-tag external-link__tag\" title=\"Exit EPA Website\"><span aria-hidden=\"true\">Exit</span><span class=\"u-visually-hidden\"> Exit EPA Website</span></span>",
                  "target": [
                    "a[aria-label=\"EPA’s Instagram\"] > .usa-tag.external-link__tag[title=\"Exit EPA Website\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                }
              ]
            }
          ],
          "violations": [
            {
              "id": "aria-hidden-focus",
              "impact": "serious",
              "tags": [
                "cat.name-role-value",
                "wcag2a",
                "wcag412",
                "wcag131"
              ],
              "description": "Ensures aria-hidden elements are not focusable nor contain focusable elements",
              "help": "ARIA hidden element must not be focusable or contain focusable elements",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/aria-hidden-focus?application=axeAPI",
              "nodes": [
                {
                  "any": [],
                  "all": [
                    {
                      "id": "focusable-not-tabbable",
                      "data": null,
                      "relatedNodes": [
                        {
                          "html": "<a class=\"usa-button\" href=\"/sunsafety/uv-index-1\">Learn more about the UV Index</a>",
                          "target": [
                            "#tns1-item0 > .usa-hero.usa-hero--slideshow.usa-hero--reversed > .grid-container > .usa-hero__callout.usa-dark-background > p:nth-child(3) > .usa-button[href=\"/sunsafety/uv-index-1\"]"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Focusable content should have tabindex='-1' or be removed from the DOM"
                    }
                  ],
                  "none": [],
                  "impact": "serious",
                  "html": "<li class=\"hero-slideshow__item tns-item tns-normal\" id=\"tns1-item0\" style=\"\" aria-hidden=\"true\" tabindex=\"-1\">",
                  "target": [
                    "#tns1-item0"
                  ],
                  "failureSummary": "Fix all of the following:\n  Focusable content should have tabindex='-1' or be removed from the DOM"
                },
                {
                  "any": [],
                  "all": [
                    {
                      "id": "focusable-not-tabbable",
                      "data": null,
                      "relatedNodes": [
                        {
                          "html": "<a class=\"usa-button\" href=\"/brownfields/applicants-selected-fy-2022-brownfields-assessment-rlf-cleanup-arc-grants-and-rlf\">Learn about brownfield grant awards</a>",
                          "target": [
                            "#tns1-item2 > .usa-hero.usa-hero--slideshow.usa-hero--reversed > .grid-container > .usa-hero__callout.usa-dark-background > p:nth-child(3) > .usa-button"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Focusable content should have tabindex='-1' or be removed from the DOM"
                    }
                  ],
                  "none": [],
                  "impact": "serious",
                  "html": "<li class=\"hero-slideshow__item tns-item tns-normal\" id=\"tns1-item2\" aria-hidden=\"true\" tabindex=\"-1\">",
                  "target": [
                    "#tns1-item2"
                  ],
                  "failureSummary": "Fix all of the following:\n  Focusable content should have tabindex='-1' or be removed from the DOM"
                },
                {
                  "any": [],
                  "all": [
                    {
                      "id": "focusable-not-tabbable",
                      "data": null,
                      "relatedNodes": [
                        {
                          "html": "<a class=\"usa-button\" href=\"/sunsafety/uv-index-1\">Learn more about the UV Index</a>",
                          "target": [
                            ".tns-slide-cloned > .usa-hero.usa-hero--slideshow.usa-hero--reversed > .grid-container > .usa-hero__callout.usa-dark-background > p:nth-child(3) > .usa-button[href=\"/sunsafety/uv-index-1\"]"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Focusable content should have tabindex='-1' or be removed from the DOM"
                    }
                  ],
                  "none": [],
                  "impact": "serious",
                  "html": "<li class=\"hero-slideshow__item tns-item tns-normal tns-slide-cloned\" aria-hidden=\"true\" tabindex=\"-1\">",
                  "target": [
                    ".tns-slide-cloned"
                  ],
                  "failureSummary": "Fix all of the following:\n  Focusable content should have tabindex='-1' or be removed from the DOM"
                }
              ]
            },
            {
              "id": "color-contrast-enhanced",
              "impact": "serious",
              "tags": [
                "cat.color",
                "wcag2aaa",
                "wcag146"
              ],
              "description": "Ensures the contrast between foreground and background colors meets WCAG 2 AAA contrast ratio thresholds",
              "help": "Elements must have sufficient color contrast",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/color-contrast-enhanced?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#005ea2",
                        "bgColor": "#f0f0f0",
                        "contrastRatio": 5.9,
                        "fontSize": "9.6pt (12.8px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<section class=\"usa-banner\" aria-label=\"Official government website\">",
                          "target": [
                            ".usa-banner"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.9 (foreground color: #005ea2, background color: #f0f0f0, font size: 9.6pt (12.8px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"usa-banner__button-text\">Here’s how you know</span>",
                  "target": [
                    ".usa-banner__button-text"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.9 (foreground color: #005ea2, background color: #f0f0f0, font size: 9.6pt (12.8px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "bgColor": "#005ea2",
                        "contrastRatio": 6.72,
                        "fontSize": "11.8pt (15.68px)",
                        "fontWeight": "bold",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<ul class=\"menu menu--main\">",
                          "target": [
                            ".menu--main"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.72 (foreground color: #ffffff, background color: #005ea2, font size: 11.8pt (15.68px), font weight: bold). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<button class=\"menu__link has-subnav is-expanded usa-nav__link\" aria-expanded=\"false\" aria-controls=\"extended-nav-section-0\">\n              Environmental Topics\n            </button>",
                  "target": [
                    "button[aria-controls=\"extended-nav-section-0\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.72 (foreground color: #ffffff, background color: #005ea2, font size: 11.8pt (15.68px), font weight: bold). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "bgColor": "#005ea2",
                        "contrastRatio": 6.72,
                        "fontSize": "11.8pt (15.68px)",
                        "fontWeight": "bold",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<ul class=\"menu menu--main\">",
                          "target": [
                            ".menu--main"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.72 (foreground color: #ffffff, background color: #005ea2, font size: 11.8pt (15.68px), font weight: bold). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<button class=\"menu__link has-subnav is-expanded usa-nav__link\" aria-expanded=\"false\" aria-controls=\"extended-nav-section-1\">\n              Laws &amp; Regulations\n            </button>",
                  "target": [
                    "button[aria-controls=\"extended-nav-section-1\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.72 (foreground color: #ffffff, background color: #005ea2, font size: 11.8pt (15.68px), font weight: bold). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "bgColor": "#005ea2",
                        "contrastRatio": 6.72,
                        "fontSize": "11.8pt (15.68px)",
                        "fontWeight": "bold",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<ul class=\"menu menu--main\">",
                          "target": [
                            ".menu--main"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.72 (foreground color: #ffffff, background color: #005ea2, font size: 11.8pt (15.68px), font weight: bold). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<button class=\"menu__link has-subnav is-expanded usa-nav__link\" aria-expanded=\"false\" aria-controls=\"extended-nav-section-2\">\n              Report a Violation\n            </button>",
                  "target": [
                    "button[aria-controls=\"extended-nav-section-2\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.72 (foreground color: #ffffff, background color: #005ea2, font size: 11.8pt (15.68px), font weight: bold). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "bgColor": "#005ea2",
                        "contrastRatio": 6.72,
                        "fontSize": "11.8pt (15.68px)",
                        "fontWeight": "bold",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<ul class=\"menu menu--main\">",
                          "target": [
                            ".menu--main"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.72 (foreground color: #ffffff, background color: #005ea2, font size: 11.8pt (15.68px), font weight: bold). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<button class=\"menu__link has-subnav is-expanded usa-nav__link\" aria-expanded=\"false\" aria-controls=\"extended-nav-section-3\">\n              About EPA\n            </button>",
                  "target": [
                    "button[aria-controls=\"extended-nav-section-3\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.72 (foreground color: #ffffff, background color: #005ea2, font size: 11.8pt (15.68px), font weight: bold). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#005ea2",
                        "bgColor": "#ffffff",
                        "contrastRatio": 6.72,
                        "fontSize": "12.7pt (16.96px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body class=\"path-frontpage front node-page node-page--node-type-web-area\" id=\"top\">",
                          "target": [
                            "#top"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.72 (foreground color: #005ea2, background color: #ffffff, font size: 12.7pt (16.96px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/home/forms/send-request-technical-support\" class=\"header-link\">Contact Us</a>",
                  "target": [
                    ".header-link"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.72 (foreground color: #005ea2, background color: #ffffff, font size: 12.7pt (16.96px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#dfe1e2",
                        "bgColor": "#005ea2",
                        "contrastRatio": 5.12,
                        "fontSize": "12.7pt (16.96px)",
                        "fontWeight": "bold",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a class=\"usa-button\" href=\"/cleanschoolbus\">Learn more and apply</a>",
                          "target": [
                            "a[href$=\"cleanschoolbus\"]"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.12 (foreground color: #dfe1e2, background color: #005ea2, font size: 12.7pt (16.96px), font weight: bold). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a class=\"usa-button\" href=\"/cleanschoolbus\">Learn more and apply</a>",
                  "target": [
                    "a[href$=\"cleanschoolbus\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.12 (foreground color: #dfe1e2, background color: #005ea2, font size: 12.7pt (16.96px), font weight: bold). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#005ea2",
                        "bgColor": "#ffffff",
                        "contrastRatio": 6.72,
                        "fontSize": "12.7pt (16.96px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body class=\"path-frontpage front node-page node-page--node-type-web-area\" id=\"top\">",
                          "target": [
                            "#top"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.72 (foreground color: #005ea2, background color: #ffffff, font size: 12.7pt (16.96px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"https://www.airnow.gov\">Air Quality</a>",
                  "target": [
                    "a[href$=\"www.airnow.gov\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.72 (foreground color: #005ea2, background color: #ffffff, font size: 12.7pt (16.96px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#005ea2",
                        "bgColor": "#ffffff",
                        "contrastRatio": 6.72,
                        "fontSize": "12.7pt (16.96px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body class=\"path-frontpage front node-page node-page--node-type-web-area\" id=\"top\">",
                          "target": [
                            "#top"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.72 (foreground color: #005ea2, background color: #ffffff, font size: 12.7pt (16.96px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/bedbugs\">Bed Bugs</a>",
                  "target": [
                    ".grid-col-8:nth-child(2) > a[href$=\"bedbugs\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.72 (foreground color: #005ea2, background color: #ffffff, font size: 12.7pt (16.96px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#005ea2",
                        "bgColor": "#ffffff",
                        "contrastRatio": 6.72,
                        "fontSize": "12.7pt (16.96px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body class=\"path-frontpage front node-page node-page--node-type-web-area\" id=\"top\">",
                          "target": [
                            "#top"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.72 (foreground color: #005ea2, background color: #ffffff, font size: 12.7pt (16.96px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/brownfields\">Brownfields</a>",
                  "target": [
                    "a[href$=\"brownfields\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.72 (foreground color: #005ea2, background color: #ffffff, font size: 12.7pt (16.96px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#005ea2",
                        "bgColor": "#ffffff",
                        "contrastRatio": 6.72,
                        "fontSize": "12.7pt (16.96px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body class=\"path-frontpage front node-page node-page--node-type-web-area\" id=\"top\">",
                          "target": [
                            "#top"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.72 (foreground color: #005ea2, background color: #ffffff, font size: 12.7pt (16.96px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a data-entity-substitution=\"canonical\" data-entity-type=\"node\" data-entity-uuid=\"3d2334b0-b01d-4a06-8204-c65ed2dc6316\" href=\"/children\">Children's Health</a>",
                  "target": [
                    "a[href$=\"children\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.72 (foreground color: #005ea2, background color: #ffffff, font size: 12.7pt (16.96px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#005ea2",
                        "bgColor": "#ffffff",
                        "contrastRatio": 6.72,
                        "fontSize": "12.7pt (16.96px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body class=\"path-frontpage front node-page node-page--node-type-web-area\" id=\"top\">",
                          "target": [
                            "#top"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.72 (foreground color: #005ea2, background color: #ffffff, font size: 12.7pt (16.96px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/climate-change\">Climate Change</a>",
                  "target": [
                    ".grid-col-8:nth-child(5) > a[href$=\"climate-change\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.72 (foreground color: #005ea2, background color: #ffffff, font size: 12.7pt (16.96px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#005ea2",
                        "bgColor": "#ffffff",
                        "contrastRatio": 6.72,
                        "fontSize": "12.7pt (16.96px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body class=\"path-frontpage front node-page node-page--node-type-web-area\" id=\"top\">",
                          "target": [
                            "#top"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.72 (foreground color: #005ea2, background color: #ffffff, font size: 12.7pt (16.96px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/coronavirus\">Coronavirus</a>",
                  "target": [
                    "a[href$=\"coronavirus\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.72 (foreground color: #005ea2, background color: #ffffff, font size: 12.7pt (16.96px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#005ea2",
                        "bgColor": "#ffffff",
                        "contrastRatio": 6.72,
                        "fontSize": "12.7pt (16.96px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body class=\"path-frontpage front node-page node-page--node-type-web-area\" id=\"top\">",
                          "target": [
                            "#top"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.72 (foreground color: #005ea2, background color: #ffffff, font size: 12.7pt (16.96px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/ground-water-and-drinking-water/basic-information-about-your-drinking-water\">Drinking Water</a>",
                  "target": [
                    ".grid-col-8:nth-child(7) > a"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.72 (foreground color: #005ea2, background color: #ffffff, font size: 12.7pt (16.96px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#005ea2",
                        "bgColor": "#ffffff",
                        "contrastRatio": 6.72,
                        "fontSize": "12.7pt (16.96px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body class=\"path-frontpage front node-page node-page--node-type-web-area\" id=\"top\">",
                          "target": [
                            "#top"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.72 (foreground color: #005ea2, background color: #ffffff, font size: 12.7pt (16.96px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/emergency-response\">Emergencies</a>",
                  "target": [
                    ".grid-col-8:nth-child(8) > a[href$=\"emergency-response\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.72 (foreground color: #005ea2, background color: #ffffff, font size: 12.7pt (16.96px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#005ea2",
                        "bgColor": "#ffffff",
                        "contrastRatio": 6.72,
                        "fontSize": "12.7pt (16.96px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body class=\"path-frontpage front node-page node-page--node-type-web-area\" id=\"top\">",
                          "target": [
                            "#top"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.72 (foreground color: #005ea2, background color: #ffffff, font size: 12.7pt (16.96px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/enforcement\">Enforcement</a>",
                  "target": [
                    ".grid-col-8:nth-child(9) > a[href$=\"enforcement\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.72 (foreground color: #005ea2, background color: #ffffff, font size: 12.7pt (16.96px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#005ea2",
                        "bgColor": "#ffffff",
                        "contrastRatio": 6.72,
                        "fontSize": "12.7pt (16.96px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body class=\"path-frontpage front node-page node-page--node-type-web-area\" id=\"top\">",
                          "target": [
                            "#top"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.72 (foreground color: #005ea2, background color: #ffffff, font size: 12.7pt (16.96px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/environmentaljustice\">Environmental Justice</a>",
                  "target": [
                    ".grid-col-8:nth-child(10) > a[href$=\"environmentaljustice\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.72 (foreground color: #005ea2, background color: #ffffff, font size: 12.7pt (16.96px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#005ea2",
                        "bgColor": "#ffffff",
                        "contrastRatio": 6.72,
                        "fontSize": "12.7pt (16.96px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body class=\"path-frontpage front node-page node-page--node-type-web-area\" id=\"top\">",
                          "target": [
                            "#top"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.72 (foreground color: #005ea2, background color: #ffffff, font size: 12.7pt (16.96px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a data-entity-substitution=\"canonical\" data-entity-type=\"node\" data-entity-uuid=\"ffc63abc-980c-49fd-ad9f-3ef1d915c3f4\" href=\"/infrastructure\">Infrastructure</a>",
                  "target": [
                    "a[href$=\"infrastructure\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.72 (foreground color: #005ea2, background color: #ffffff, font size: 12.7pt (16.96px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#005ea2",
                        "bgColor": "#ffffff",
                        "contrastRatio": 6.72,
                        "fontSize": "12.7pt (16.96px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body class=\"path-frontpage front node-page node-page--node-type-web-area\" id=\"top\">",
                          "target": [
                            "#top"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.72 (foreground color: #005ea2, background color: #ffffff, font size: 12.7pt (16.96px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/lead\">Lead</a>",
                  "target": [
                    ".grid-col-8:nth-child(12) > a[href$=\"lead\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.72 (foreground color: #005ea2, background color: #ffffff, font size: 12.7pt (16.96px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#005ea2",
                        "bgColor": "#ffffff",
                        "contrastRatio": 6.72,
                        "fontSize": "12.7pt (16.96px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body class=\"path-frontpage front node-page node-page--node-type-web-area\" id=\"top\">",
                          "target": [
                            "#top"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.72 (foreground color: #005ea2, background color: #ffffff, font size: 12.7pt (16.96px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/superfund\">Superfund</a>",
                  "target": [
                    "a[href$=\"superfund\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.72 (foreground color: #005ea2, background color: #ffffff, font size: 12.7pt (16.96px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#005ea2",
                        "bgColor": "#ffffff",
                        "contrastRatio": 6.72,
                        "fontSize": "12.7pt (16.96px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body class=\"path-frontpage front node-page node-page--node-type-web-area\" id=\"top\">",
                          "target": [
                            "#top"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.72 (foreground color: #005ea2, background color: #ffffff, font size: 12.7pt (16.96px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/environmental-topics\">Browse more environmental topics</a>",
                  "target": [
                    ".list--pipeline > li:nth-child(1) > a[href$=\"environmental-topics\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.72 (foreground color: #005ea2, background color: #ffffff, font size: 12.7pt (16.96px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#005ea2",
                        "bgColor": "#ffffff",
                        "contrastRatio": 6.72,
                        "fontSize": "12.7pt (16.96px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body class=\"path-frontpage front node-page node-page--node-type-web-area\" id=\"top\">",
                          "target": [
                            "#top"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.72 (foreground color: #005ea2, background color: #ffffff, font size: 12.7pt (16.96px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/environmental-topics/z-index\">A-Z index</a>",
                  "target": [
                    "a[href=\"/environmental-topics/z-index\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.72 (foreground color: #005ea2, background color: #ffffff, font size: 12.7pt (16.96px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "bgColor": "#005ea2",
                        "contrastRatio": 6.72,
                        "fontSize": "12.7pt (16.96px)",
                        "fontWeight": "bold",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a class=\"usa-button\" href=\"/node/32663/\">Explore EPA Careers</a>",
                          "target": [
                            "a[href=\"/node/32663/\"]"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.72 (foreground color: #ffffff, background color: #005ea2, font size: 12.7pt (16.96px), font weight: bold). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a class=\"usa-button\" href=\"/node/32663/\">Explore EPA Careers</a>",
                  "target": [
                    "a[href=\"/node/32663/\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.72 (foreground color: #ffffff, background color: #005ea2, font size: 12.7pt (16.96px), font weight: bold). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#005ea2",
                        "bgColor": "#ffffff",
                        "contrastRatio": 6.72,
                        "fontSize": "12.7pt (16.96px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body class=\"path-frontpage front node-page node-page--node-type-web-area\" id=\"top\">",
                          "target": [
                            "#top"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.72 (foreground color: #005ea2, background color: #ffffff, font size: 12.7pt (16.96px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a data-entity-substitution=\"canonical\" data-entity-type=\"node\" data-entity-uuid=\"7810c390-c5dc-4e64-a800-8f810118abbc\" href=\"/climate-adaptation\">Climate Adaptation</a>",
                  "target": [
                    "a[href$=\"climate-adaptation\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.72 (foreground color: #005ea2, background color: #ffffff, font size: 12.7pt (16.96px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#005ea2",
                        "bgColor": "#ffffff",
                        "contrastRatio": 6.72,
                        "fontSize": "12.7pt (16.96px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body class=\"path-frontpage front node-page node-page--node-type-web-area\" id=\"top\">",
                          "target": [
                            "#top"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.72 (foreground color: #005ea2, background color: #ffffff, font size: 12.7pt (16.96px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/climate-change\">Climate Change</a>",
                  "target": [
                    "li:nth-child(2) > a[href$=\"climate-change\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.72 (foreground color: #005ea2, background color: #ffffff, font size: 12.7pt (16.96px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#005ea2",
                        "bgColor": "#ffffff",
                        "contrastRatio": 6.72,
                        "fontSize": "12.7pt (16.96px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body class=\"path-frontpage front node-page node-page--node-type-web-area\" id=\"top\">",
                          "target": [
                            "#top"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.72 (foreground color: #005ea2, background color: #ffffff, font size: 12.7pt (16.96px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/climate-indicators\">Climate Indicators</a>",
                  "target": [
                    "a[href$=\"climate-indicators\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.72 (foreground color: #005ea2, background color: #ffffff, font size: 12.7pt (16.96px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#005ea2",
                        "bgColor": "#ffffff",
                        "contrastRatio": 6.72,
                        "fontSize": "12.7pt (16.96px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body class=\"path-frontpage front node-page node-page--node-type-web-area\" id=\"top\">",
                          "target": [
                            "#top"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.72 (foreground color: #005ea2, background color: #ffffff, font size: 12.7pt (16.96px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a data-entity-substitution=\"canonical\" data-entity-type=\"node\" data-entity-uuid=\"b6bbd5ae-bc40-4f56-8aac-a5e18cfaf239\" href=\"/climate-hfcs-reduction\">Protecting Our Climate by Reducing Use of HFCs</a>",
                  "target": [
                    "a[href$=\"climate-hfcs-reduction\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.72 (foreground color: #005ea2, background color: #ffffff, font size: 12.7pt (16.96px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#005ea2",
                        "bgColor": "#ffffff",
                        "contrastRatio": 6.72,
                        "fontSize": "12.7pt (16.96px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body class=\"path-frontpage front node-page node-page--node-type-web-area\" id=\"top\">",
                          "target": [
                            "#top"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.72 (foreground color: #005ea2, background color: #ffffff, font size: 12.7pt (16.96px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a data-entity-substitution=\"canonical\" data-entity-type=\"node\" data-entity-uuid=\"621f10a5-504c-4170-b5ec-c65bdfcab7d3\" href=\"/regulations-emissions-vehicles-and-engines/proposed-rule-revise-existing-national-ghg-emissions\">",
                  "target": [
                    "li:nth-child(5) > a[data-entity-substitution=\"canonical\"][data-entity-type=\"node\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.72 (foreground color: #005ea2, background color: #ffffff, font size: 12.7pt (16.96px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#005ea2",
                        "bgColor": "#ffffff",
                        "contrastRatio": 6.72,
                        "fontSize": "12.7pt (16.96px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body class=\"path-frontpage front node-page node-page--node-type-web-area\" id=\"top\">",
                          "target": [
                            "#top"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.72 (foreground color: #005ea2, background color: #ffffff, font size: 12.7pt (16.96px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a data-entity-substitution=\"canonical\" data-entity-type=\"node\" data-entity-uuid=\"bbb3f2a8-c2ee-45d7-b17e-a5c6ce44f238\" href=\"/controlling-air-pollution-oil-and-natural-gas-industry/epa-proposes-new-source-performance\">",
                  "target": [
                    "ins[data-date=\"2021,11,2\"] > a[data-entity-substitution=\"canonical\"][data-entity-type=\"node\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.72 (foreground color: #005ea2, background color: #ffffff, font size: 12.7pt (16.96px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "bgColor": "#005ea2",
                        "contrastRatio": 6.72,
                        "fontSize": "12.7pt (16.96px)",
                        "fontWeight": "bold",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a class=\"usa-button\" href=\"https://www3.epa.gov/recyclecity/ \n\">Visit Recycle City</a>",
                          "target": [
                            "p:nth-child(2) > .usa-button"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.72 (foreground color: #ffffff, background color: #005ea2, font size: 12.7pt (16.96px), font weight: bold). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a class=\"usa-button\" href=\"https://www3.epa.gov/recyclecity/ \n\">Visit Recycle City</a>",
                  "target": [
                    "p:nth-child(2) > .usa-button"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.72 (foreground color: #ffffff, background color: #005ea2, font size: 12.7pt (16.96px), font weight: bold). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "bgColor": "#005ea2",
                        "contrastRatio": 6.72,
                        "fontSize": "12.7pt (16.96px)",
                        "fontWeight": "bold",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<input class=\"usa-button\" name=\"GO\" type=\"submit\" value=\"Go\">",
                          "target": [
                            "input[name=\"GO\"]"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.72 (foreground color: #ffffff, background color: #005ea2, font size: 12.7pt (16.96px), font weight: bold). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<input class=\"usa-button\" name=\"GO\" type=\"submit\" value=\"Go\">",
                  "target": [
                    "input[name=\"GO\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.72 (foreground color: #ffffff, background color: #005ea2, font size: 12.7pt (16.96px), font weight: bold). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "bgColor": "#005ea2",
                        "contrastRatio": 6.72,
                        "fontSize": "12.7pt (16.96px)",
                        "fontWeight": "bold",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<input class=\"usa-button\" name=\"submit\" type=\"submit\" value=\"Go\">",
                          "target": [
                            "input[name=\"submit\"]"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.72 (foreground color: #ffffff, background color: #005ea2, font size: 12.7pt (16.96px), font weight: bold). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<input class=\"usa-button\" name=\"submit\" type=\"submit\" value=\"Go\">",
                  "target": [
                    "input[name=\"submit\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.72 (foreground color: #ffffff, background color: #005ea2, font size: 12.7pt (16.96px), font weight: bold). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#005ea2",
                        "bgColor": "#ffffff",
                        "contrastRatio": 6.72,
                        "fontSize": "12.7pt (16.96px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body class=\"path-frontpage front node-page node-page--node-type-web-area\" id=\"top\">",
                          "target": [
                            "#top"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.72 (foreground color: #005ea2, background color: #ffffff, font size: 12.7pt (16.96px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"https://www.epa.gov/newsreleases/commission-environmental-cooperation-launches-second-round-2-million-environmental\">Commission for Environmental Cooperation Launches Second Round of $2 Million Environmental...</a>",
                  "target": [
                    "#thefeedlist > li:nth-child(1) > a"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.72 (foreground color: #005ea2, background color: #ffffff, font size: 12.7pt (16.96px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#005ea2",
                        "bgColor": "#ffffff",
                        "contrastRatio": 6.72,
                        "fontSize": "12.7pt (16.96px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body class=\"path-frontpage front node-page node-page--node-type-web-area\" id=\"top\">",
                          "target": [
                            "#top"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.72 (foreground color: #005ea2, background color: #ffffff, font size: 12.7pt (16.96px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"https://www.epa.gov/newsreleases/settlement-pcs-nitrogen-fertilizer-require-treatment-more-billion-pounds-hazardous\">Settlement with PCS Nitrogen Fertilizer to Require Treatment of More Than a Billion Pounds of...</a>",
                  "target": [
                    "#thefeedlist > li:nth-child(2) > a"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.72 (foreground color: #005ea2, background color: #ffffff, font size: 12.7pt (16.96px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#005ea2",
                        "bgColor": "#ffffff",
                        "contrastRatio": 6.72,
                        "fontSize": "12.7pt (16.96px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body class=\"path-frontpage front node-page node-page--node-type-web-area\" id=\"top\">",
                          "target": [
                            "#top"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.72 (foreground color: #005ea2, background color: #ffffff, font size: 12.7pt (16.96px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/newsreleases/search\">Read more news releases</a>",
                  "target": [
                    "a[href$=\"search\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.72 (foreground color: #005ea2, background color: #ffffff, font size: 12.7pt (16.96px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "bgColor": "#005ea2",
                        "contrastRatio": 6.72,
                        "fontSize": "12.7pt (16.96px)",
                        "fontWeight": "bold",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a class=\"usa-button\" href=\"https://www.vaccines.gov/\">Visit Vaccines.gov<span class=\"usa-tag external-link__tag\" title=\"Exit EPA Website\"><span aria-hidden=\"true\">Exit</span><span class=\"u-visually-hidden\"> Exit EPA Website</span></span></a>",
                          "target": [
                            "a[href$=\"vaccines.gov/\"]"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.72 (foreground color: #ffffff, background color: #005ea2, font size: 12.7pt (16.96px), font weight: bold). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a class=\"usa-button\" href=\"https://www.vaccines.gov/\">Visit Vaccines.gov<span class=\"usa-tag external-link__tag\" title=\"Exit EPA Website\"><span aria-hidden=\"true\">Exit</span><span class=\"u-visually-hidden\"> Exit EPA Website</span></span></a>",
                  "target": [
                    "a[href$=\"vaccines.gov/\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.72 (foreground color: #ffffff, background color: #005ea2, font size: 12.7pt (16.96px), font weight: bold). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "bgColor": "#005ea2",
                        "contrastRatio": 6.72,
                        "fontSize": "12.7pt (16.96px)",
                        "fontWeight": "bold",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a class=\"usa-button\" href=\"https://vote.gov/\">Visit Vote.gov<span class=\"usa-tag external-link__tag\" title=\"Exit EPA Website\"><span aria-hidden=\"true\">Exit</span><span class=\"u-visually-hidden\"> Exit EPA Website</span></span></a>",
                          "target": [
                            "a[href$=\"vote.gov/\"]"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.72 (foreground color: #ffffff, background color: #005ea2, font size: 12.7pt (16.96px), font weight: bold). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a class=\"usa-button\" href=\"https://vote.gov/\">Visit Vote.gov<span class=\"usa-tag external-link__tag\" title=\"Exit EPA Website\"><span aria-hidden=\"true\">Exit</span><span class=\"u-visually-hidden\"> Exit EPA Website</span></span></a>",
                  "target": [
                    "a[href$=\"vote.gov/\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.72 (foreground color: #ffffff, background color: #005ea2, font size: 12.7pt (16.96px), font weight: bold). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#005ea2",
                        "bgColor": "#ffffff",
                        "contrastRatio": 6.72,
                        "fontSize": "12.7pt (16.96px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body class=\"path-frontpage front node-page node-page--node-type-web-area\" id=\"top\">",
                          "target": [
                            "#top"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.72 (foreground color: #005ea2, background color: #ffffff, font size: 12.7pt (16.96px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"https://espanol.epa.gov/\" title=\"Spanish\">Español</a>",
                  "target": [
                    "a[href$=\"espanol.epa.gov/\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.72 (foreground color: #005ea2, background color: #ffffff, font size: 12.7pt (16.96px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#005ea2",
                        "bgColor": "#ffffff",
                        "contrastRatio": 6.72,
                        "fontSize": "15.3pt (20.352px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body class=\"path-frontpage front node-page node-page--node-type-web-area\" id=\"top\">",
                          "target": [
                            "#top"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.72 (foreground color: #005ea2, background color: #ffffff, font size: 15.3pt (20.352px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/lep/arabic\" id=\"arabicLink\" title=\"Arabic\">عربى</a>",
                  "target": [
                    "#arabicLink"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.72 (foreground color: #005ea2, background color: #ffffff, font size: 15.3pt (20.352px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#005ea2",
                        "bgColor": "#ffffff",
                        "contrastRatio": 6.72,
                        "fontSize": "12.7pt (16.96px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body class=\"path-frontpage front node-page node-page--node-type-web-area\" id=\"top\">",
                          "target": [
                            "#top"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.72 (foreground color: #005ea2, background color: #ffffff, font size: 12.7pt (16.96px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/lep/simplified-chinese\" title=\"simplified Chinese\">中文:&nbsp;简体版</a>",
                  "target": [
                    "a[href$=\"simplified-chinese\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.72 (foreground color: #005ea2, background color: #ffffff, font size: 12.7pt (16.96px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#005ea2",
                        "bgColor": "#ffffff",
                        "contrastRatio": 6.72,
                        "fontSize": "12.7pt (16.96px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body class=\"path-frontpage front node-page node-page--node-type-web-area\" id=\"top\">",
                          "target": [
                            "#top"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.72 (foreground color: #005ea2, background color: #ffffff, font size: 12.7pt (16.96px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/lep/traditional-chinese\" title=\"traditional Chinese\">中文:&nbsp;繁體版</a>",
                  "target": [
                    "a[href$=\"traditional-chinese\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.72 (foreground color: #005ea2, background color: #ffffff, font size: 12.7pt (16.96px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#005ea2",
                        "bgColor": "#ffffff",
                        "contrastRatio": 6.72,
                        "fontSize": "12.7pt (16.96px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body class=\"path-frontpage front node-page node-page--node-type-web-area\" id=\"top\">",
                          "target": [
                            "#top"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.72 (foreground color: #005ea2, background color: #ffffff, font size: 12.7pt (16.96px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/lep/sante-ak-anviwonman-enfomasyon-kreyol-ayisyen\" title=\"Haitian Creole\">Kreyòl&nbsp;ayisyen</a>",
                  "target": [
                    "a[title=\"Haitian Creole\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.72 (foreground color: #005ea2, background color: #ffffff, font size: 12.7pt (16.96px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#005ea2",
                        "bgColor": "#ffffff",
                        "contrastRatio": 6.72,
                        "fontSize": "12.7pt (16.96px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body class=\"path-frontpage front node-page node-page--node-type-web-area\" id=\"top\">",
                          "target": [
                            "#top"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.72 (foreground color: #005ea2, background color: #ffffff, font size: 12.7pt (16.96px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/lep/korean\" title=\"Korean\">한국어</a>",
                  "target": [
                    "a[href$=\"korean\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.72 (foreground color: #005ea2, background color: #ffffff, font size: 12.7pt (16.96px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#005ea2",
                        "bgColor": "#ffffff",
                        "contrastRatio": 6.72,
                        "fontSize": "12.7pt (16.96px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body class=\"path-frontpage front node-page node-page--node-type-web-area\" id=\"top\">",
                          "target": [
                            "#top"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.72 (foreground color: #005ea2, background color: #ffffff, font size: 12.7pt (16.96px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/lep/saude-e-informacoes-ambientais-em-portugues\" title=\"Portuguese\">Português</a>",
                  "target": [
                    "a[title=\"Portuguese\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.72 (foreground color: #005ea2, background color: #ffffff, font size: 12.7pt (16.96px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#005ea2",
                        "bgColor": "#ffffff",
                        "contrastRatio": 6.72,
                        "fontSize": "12.7pt (16.96px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body class=\"path-frontpage front node-page node-page--node-type-web-area\" id=\"top\">",
                          "target": [
                            "#top"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.72 (foreground color: #005ea2, background color: #ffffff, font size: 12.7pt (16.96px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/lep/russian\" title=\"Russian\">Pусский</a>",
                  "target": [
                    "a[href$=\"russian\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.72 (foreground color: #005ea2, background color: #ffffff, font size: 12.7pt (16.96px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#005ea2",
                        "bgColor": "#ffffff",
                        "contrastRatio": 6.72,
                        "fontSize": "12.7pt (16.96px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body class=\"path-frontpage front node-page node-page--node-type-web-area\" id=\"top\">",
                          "target": [
                            "#top"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.72 (foreground color: #005ea2, background color: #ffffff, font size: 12.7pt (16.96px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/lep/tagalog\" title=\"Tagalog\">Tagalog</a>",
                  "target": [
                    "a[href$=\"tagalog\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.72 (foreground color: #005ea2, background color: #ffffff, font size: 12.7pt (16.96px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#005ea2",
                        "bgColor": "#ffffff",
                        "contrastRatio": 6.72,
                        "fontSize": "12.7pt (16.96px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body class=\"path-frontpage front node-page node-page--node-type-web-area\" id=\"top\">",
                          "target": [
                            "#top"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.72 (foreground color: #005ea2, background color: #ffffff, font size: 12.7pt (16.96px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/lep/vietnamese\" title=\"Vietnamese\">Tiếng&nbsp;Việt</a>",
                  "target": [
                    "a[href$=\"vietnamese\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.72 (foreground color: #005ea2, background color: #ffffff, font size: 12.7pt (16.96px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#005ea2",
                        "bgColor": "#edeff0",
                        "contrastRatio": 5.82,
                        "fontSize": "12.7pt (16.96px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"l-page__footer\">",
                          "target": [
                            ".l-page__footer"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.82 (foreground color: #005ea2, background color: #edeff0, font size: 12.7pt (16.96px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/home/forms/send-request-technical-support\">Contact Us</a>",
                  "target": [
                    ".l-page__footer-contact > a"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.82 (foreground color: #005ea2, background color: #edeff0, font size: 12.7pt (16.96px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "bgColor": "#565c65",
                        "contrastRatio": 6.74,
                        "fontSize": "9.0pt (12px)",
                        "fontWeight": "bold",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<span class=\"usa-tag external-link__tag\" title=\"Exit EPA Website\"><span aria-hidden=\"true\">Exit</span><span class=\"u-visually-hidden\"> Exit EPA Website</span></span>",
                          "target": [
                            "a[href$=\"data.gov/\"] > .usa-tag.external-link__tag[title=\"Exit EPA Website\"]"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.74 (foreground color: #ffffff, background color: #565c65, font size: 9.0pt (12px), font weight: bold). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span aria-hidden=\"true\">Exit</span>",
                  "target": [
                    "a[href$=\"data.gov/\"] > .usa-tag.external-link__tag[title=\"Exit EPA Website\"] > span[aria-hidden=\"true\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.74 (foreground color: #ffffff, background color: #565c65, font size: 9.0pt (12px), font weight: bold). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "bgColor": "#565c65",
                        "contrastRatio": 6.74,
                        "fontSize": "9.0pt (12px)",
                        "fontWeight": "bold",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<span class=\"usa-tag external-link__tag\" title=\"Exit EPA Website\"><span aria-hidden=\"true\">Exit</span><span class=\"u-visually-hidden\"> Exit EPA Website</span></span>",
                          "target": [
                            "a[href$=\"regulations.gov/\"] > .usa-tag.external-link__tag[title=\"Exit EPA Website\"]"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.74 (foreground color: #ffffff, background color: #565c65, font size: 9.0pt (12px), font weight: bold). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span aria-hidden=\"true\">Exit</span>",
                  "target": [
                    "a[href$=\"regulations.gov/\"] > .usa-tag.external-link__tag[title=\"Exit EPA Website\"] > span[aria-hidden=\"true\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.74 (foreground color: #ffffff, background color: #565c65, font size: 9.0pt (12px), font weight: bold). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "bgColor": "#565c65",
                        "contrastRatio": 6.74,
                        "fontSize": "9.0pt (12px)",
                        "fontWeight": "bold",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<span class=\"usa-tag external-link__tag\" title=\"Exit EPA Website\"><span aria-hidden=\"true\">Exit</span><span class=\"u-visually-hidden\"> Exit EPA Website</span></span>",
                          "target": [
                            "a[href$=\"usa.gov/\"] > .usa-tag.external-link__tag[title=\"Exit EPA Website\"]"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.74 (foreground color: #ffffff, background color: #565c65, font size: 9.0pt (12px), font weight: bold). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span aria-hidden=\"true\">Exit</span>",
                  "target": [
                    "a[href$=\"usa.gov/\"] > .usa-tag.external-link__tag[title=\"Exit EPA Website\"] > span[aria-hidden=\"true\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.74 (foreground color: #ffffff, background color: #565c65, font size: 9.0pt (12px), font weight: bold). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "bgColor": "#565c65",
                        "contrastRatio": 6.74,
                        "fontSize": "9.0pt (12px)",
                        "fontWeight": "bold",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<span class=\"usa-tag external-link__tag\" title=\"Exit EPA Website\"><span aria-hidden=\"true\">Exit</span><span class=\"u-visually-hidden\"> Exit EPA Website</span></span>",
                          "target": [
                            "a[href$=\"whitehouse.gov/\"] > .usa-tag.external-link__tag[title=\"Exit EPA Website\"]"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.74 (foreground color: #ffffff, background color: #565c65, font size: 9.0pt (12px), font weight: bold). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span aria-hidden=\"true\">Exit</span>",
                  "target": [
                    "a[href$=\"whitehouse.gov/\"] > .usa-tag.external-link__tag[title=\"Exit EPA Website\"] > span[aria-hidden=\"true\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.74 (foreground color: #ffffff, background color: #565c65, font size: 9.0pt (12px), font weight: bold). Expected contrast ratio of 7:1"
                }
              ]
            }
          ]
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://www.epa.gov/",
      "what": "URL",
      "result": "https://www.epa.gov/"
    },
    {
      "type": "test",
      "which": "htmlcs",
      "what": "HTML CodeSniffer WCAG 2.1 AA ruleset",
      "url": "https://www.epa.gov/",
      "result": {
        "Error": {},
        "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.H48": {
            "If this element contains a navigation section, it is recommended that it be marked up as a list.": [
              {
                "tagName": "p",
                "id": "",
                "code": "<p>...</p>"
              }
            ]
          },
          "AA.1_3_1.H85.2": {
            "If this selection list contains groups of related options, they should be grouped with optgroup.": [
              {
                "tagName": "select",
                "id": "#list",
                "code": "<select id=\"list\" name=\"Target\">...</select>"
              }
            ]
          },
          "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": "div",
                "id": "",
                "code": "<div class=\"usa-overlay\">...</div>"
              }
            ]
          },
          "AA.1_4_3.G18.Abs": {
            "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 4.5:1.": [
              {
                "tagName": "a",
                "id": "#skip-to-main",
                "code": "<a id=\"skip-to-main\" href=\"#main\" class=\"skiplinks__link visually-hidden focusable\">...</a>"
              },
              {
                "tagName": "span",
                "id": "",
                "code": "<span class=\"u-visually-hidden\">...</span>"
              }
            ]
          },
          "AA.2_5_3.F96": {
            "Accessible name for this element does not contain the visible label text. Check that for user interface components with labels that include text or images of text, the name contains the text that is presented visually.": [
              {
                "tagName": "a",
                "id": "",
                "code": "<a class=\"menu__link\" aria-label=\"EPA’s Facebook\" href=\"https://www.facebook.com/EPA\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a class=\"menu__link\" aria-label=\"EPA’s Flickr\" href=\"https://www.flickr.com/photos/usepagov\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a class=\"menu__link\" aria-label=\"EPA’s Instagram\" href=\"https://www.instagram.com/epagov\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a class=\"menu__link\" aria-label=\"EPA’s Twitter\" href=\"https://twitter.com/epa\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a class=\"menu__link\" aria-label=\"EPA’s Youtube\" href=\"https://www.youtube.com/user/USEPAgov\">...</a>"
              }
            ]
          },
          "AA.4_1_2.H91.Select.Value": {
            "This select element does not have a value available to an accessibility API.": [
              {
                "tagName": "select",
                "id": "#list",
                "code": "<select id=\"list\" name=\"Target\">...</select>"
              }
            ]
          }
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://www.epa.gov/",
      "what": "URL",
      "result": "https://www.epa.gov/"
    },
    {
      "type": "test",
      "which": "ibm",
      "withItems": true,
      "what": "IBM Accessibility Checker",
      "url": "https://www.epa.gov/",
      "result": {
        "content": {
          "prevented": true,
          "error": "ERROR: getting ibm test report took too long"
        },
        "prevented": true,
        "url": {
          "totals": {
            "violation": 12,
            "recommendation": 3,
            "ignored": 0
          },
          "items": [
            {
              "ruleId": "WCAG21_Label_Accessible",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/footer[1]/div[1]/div[1]/div[3]/ul[2]/li[5]/a[1]",
                "aria": "/document[1]/contentinfo[1]/list[4]/listitem[5]/link[1]"
              },
              "message": "Accessible name does not match or contain the visible label text",
              "bounds": {
                "left": 666,
                "top": 4466,
                "height": 40,
                "width": 40
              },
              "snippet": "<a href=\"https://www.instagram.com/epagov\" aria-label=\"EPA’s Instagram\" class=\"menu__link\">",
              "level": "violation"
            },
            {
              "ruleId": "WCAG21_Label_Accessible",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/footer[1]/div[1]/div[1]/div[3]/ul[2]/li[4]/a[1]",
                "aria": "/document[1]/contentinfo[1]/list[4]/listitem[4]/link[1]"
              },
              "message": "Accessible name does not match or contain the visible label text",
              "bounds": {
                "left": 618,
                "top": 4466,
                "height": 40,
                "width": 40
              },
              "snippet": "<a href=\"https://www.flickr.com/photos/usepagov\" aria-label=\"EPA’s Flickr\" class=\"menu__link\">",
              "level": "violation"
            },
            {
              "ruleId": "WCAG21_Label_Accessible",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/footer[1]/div[1]/div[1]/div[3]/ul[2]/li[3]/a[1]",
                "aria": "/document[1]/contentinfo[1]/list[4]/listitem[3]/link[1]"
              },
              "message": "Accessible name does not match or contain the visible label text",
              "bounds": {
                "left": 690,
                "top": 4418,
                "height": 40,
                "width": 40
              },
              "snippet": "<a href=\"https://www.youtube.com/user/USEPAgov\" aria-label=\"EPA’s Youtube\" class=\"menu__link\">",
              "level": "violation"
            },
            {
              "ruleId": "WCAG21_Label_Accessible",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/footer[1]/div[1]/div[1]/div[3]/ul[2]/li[2]/a[1]",
                "aria": "/document[1]/contentinfo[1]/list[4]/listitem[2]/link[1]"
              },
              "message": "Accessible name does not match or contain the visible label text",
              "bounds": {
                "left": 642,
                "top": 4418,
                "height": 40,
                "width": 40
              },
              "snippet": "<a href=\"https://twitter.com/epa\" aria-label=\"EPA’s Twitter\" class=\"menu__link\">",
              "level": "violation"
            },
            {
              "ruleId": "WCAG21_Label_Accessible",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/footer[1]/div[1]/div[1]/div[3]/ul[2]/li[1]/a[1]",
                "aria": "/document[1]/contentinfo[1]/list[4]/listitem[1]/link[1]"
              },
              "message": "Accessible name does not match or contain the visible label text",
              "bounds": {
                "left": 594,
                "top": 4418,
                "height": 40,
                "width": 40
              },
              "snippet": "<a href=\"https://www.facebook.com/EPA\" aria-label=\"EPA’s Facebook\" class=\"menu__link\">",
              "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": 710,
                "top": 510,
                "height": 70,
                "width": 70
              },
              "snippet": "<a tabindex=\"-1\" aria-hidden=\"true\" title=\"Back to top\" class=\"back-to-top\" href=\"#top\">",
              "level": "violation"
            },
            {
              "ruleId": "HAAC_Figure_label",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/main[1]/div[1]/div[1]/article[1]/div[5]/div[1]/div[1]/div[2]/figure[1]",
                "aria": "/document[1]/main[1]/article[1]/figure[3]"
              },
              "message": "The <figure> element does not have an associated label",
              "bounds": {
                "left": 400,
                "top": 2681,
                "height": 214,
                "width": 320
              },
              "snippet": "<figure class=\"figure figure--small\">",
              "level": "violation"
            },
            {
              "ruleId": "HAAC_Figure_label",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/main[1]/div[1]/div[1]/article[1]/div[4]/div[1]/div[1]/div[1]/figure[1]",
                "aria": "/document[1]/main[1]/article[1]/figure[2]"
              },
              "message": "The <figure> element does not have an associated label",
              "bounds": {
                "left": 24,
                "top": 1807,
                "height": 273,
                "width": 251
              },
              "snippet": "<figure class=\"figure figure--small\">",
              "level": "violation"
            },
            {
              "ruleId": "HAAC_Figure_label",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/main[1]/div[1]/div[1]/article[1]/div[3]/div[1]/div[1]/div[2]/figure[1]",
                "aria": "/document[1]/main[1]/article[1]/figure[1]"
              },
              "message": "The <figure> element does not have an associated label",
              "bounds": {
                "left": 463,
                "top": 945,
                "height": 224,
                "width": 314
              },
              "snippet": "<figure class=\"figure figure--small\">",
              "level": "violation"
            },
            {
              "ruleId": "aria_hidden_focus_misuse",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/main[1]/div[1]/div[1]/article[1]/div[2]/div[1]/div[2]/ul[1]/li[4]/section[1]/div[1]/div[1]/p[2]/a[1]",
                "aria": "/document[1]/main[1]/article[1]/list[1]/listitem[4]/link[1]"
              },
              "message": "Element \"a\" should not be focusable within the subtree of an element with an 'aria-hidden' attribute with value 'true'",
              "bounds": {
                "left": -392,
                "top": 561,
                "height": 40,
                "width": 271
              },
              "snippet": "<a href=\"/sunsafety/uv-index-1\" class=\"usa-button\">",
              "level": "violation"
            },
            {
              "ruleId": "aria_hidden_focus_misuse",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/main[1]/div[1]/div[1]/article[1]/div[2]/div[1]/div[2]/ul[1]/li[3]/section[1]/div[1]/div[1]/p[2]/a[1]",
                "aria": "/document[1]/main[1]/article[1]/list[1]/listitem[3]/link[1]"
              },
              "message": "Element \"a\" should not be focusable within the subtree of an element with an 'aria-hidden' attribute with value 'true'",
              "bounds": {
                "left": -392,
                "top": 673,
                "height": 40,
                "width": 318
              },
              "snippet": "<a href=\"/brownfields/applicants-selected-fy-2022-brownfields-assessment-rlf-cleanup-arc-grants-and-rlf\" class=\"usa-button\">",
              "level": "violation"
            },
            {
              "ruleId": "aria_hidden_focus_misuse",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/main[1]/div[1]/div[1]/article[1]/div[2]/div[1]/div[2]/ul[1]/li[2]/section[1]/div[1]/div[1]/p[2]/a[1]",
                "aria": "/document[1]/main[1]/article[1]/list[1]/listitem[2]/link[1]"
              },
              "message": "Element \"a\" should not be focusable within the subtree of an element with an 'aria-hidden' attribute with value 'true'",
              "bounds": {
                "left": -392,
                "top": 724,
                "height": 40,
                "width": 203
              },
              "snippet": "<a href=\"/cleanschoolbus\" class=\"usa-button\">",
              "level": "violation"
            },
            {
              "ruleId": "element_attribute_deprecated",
              "path": {
                "dom": "/html[1]/head[1]/meta[16]",
                "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[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": 151,
                "height": 3920,
                "width": 800
              },
              "snippet": "<main tabindex=\"-1\" role=\"main\" class=\"main\" id=\"main\">",
              "level": "recommendation"
            },
            {
              "ruleId": "aria_role_redundant",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/footer[1]",
                "aria": "/document[1]/contentinfo[1]"
              },
              "message": "The explicitly-assigned ARIA role \"contentinfo\" is redundant with the implicit role of the element <footer>",
              "bounds": {
                "left": 0,
                "top": 4070,
                "height": 532,
                "width": 800
              },
              "snippet": "<footer role=\"contentinfo\" class=\"footer\">",
              "level": "recommendation"
            }
          ]
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://www.epa.gov/",
      "what": "URL",
      "result": "https://www.epa.gov/"
    },
    {
      "type": "test",
      "which": "wave",
      "reportType": 4,
      "what": "WAVE",
      "url": "https://www.epa.gov/",
      "result": {
        "status": {
          "success": true,
          "httpstatuscode": 200
        },
        "statistics": {
          "pagetitle": "U.S. Environmental Protection Agency | US EPA",
          "pageurl": "https://www.epa.gov/",
          "time": 3.02,
          "creditsremaining": 697,
          "allitemcount": 121,
          "totalelements": 658,
          "waveurl": "http://wave.webaim.org/report?url=https://www.epa.gov/"
        },
        "categories": {
          "error": {
            "description": "Errors",
            "count": 0,
            "items": []
          },
          "contrast": {
            "description": "Contrast Errors",
            "count": 0,
            "items": []
          },
          "alert": {
            "description": "Alerts",
            "count": 5,
            "items": {
              "noscript": {
                "id": "noscript",
                "description": "Noscript element",
                "count": 2,
                "selectors": [
                  "HTML > BODY#top > DIV:first-child + NOSCRIPT",
                  "HTML > BODY#top > DIV:first-child + NOSCRIPT + DIV > SECTION:first-child + DIV > DIV:first-child > NOSCRIPT:first-child"
                ],
                "wcag": []
              },
              "underline": {
                "id": "underline",
                "description": "Underlined text",
                "count": 2,
                "selectors": [
                  "HTML > BODY#top > DIV:first-child + NOSCRIPT + DIV > SECTION:first-child > DIV:first-child > HEADER:first-child > DIV:first-child > DIV:first-child + DIV > P:first-child + P",
                  "HTML > BODY#top > DIV:first-child + NOSCRIPT + DIV > SECTION:first-child > DIV:first-child > HEADER:first-child > DIV:first-child > DIV:first-child + DIV + BUTTON > SPAN:first-child"
                ],
                "wcag": []
              },
              "title_redundant": {
                "id": "title_redundant",
                "description": "Redundant title text",
                "count": 1,
                "selectors": [
                  "HTML > BODY#top > DIV:first-child + NOSCRIPT + DIV > MAIN#main > DIV:first-child > DIV:first-child > DIV:first-child + ARTICLE > H1:first-child + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child > HR:first-child + UL + DIV > DIV:first-child > HR:first-child + P > A:first-child + A + A + A + A + A + A + A + A"
                ],
                "wcag": []
              }
            }
          }
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://www.epa.gov/",
      "what": "URL",
      "result": "https://www.epa.gov/"
    },
    {
      "type": "test",
      "which": "tenon",
      "id": "a",
      "what": "Tenon",
      "url": "https://www.epa.gov/",
      "result": {
        "status": 200,
        "message": "OK",
        "code": "success",
        "info": "Success",
        "moreInfo": "https://tenon.io/documentation/apiv2/response-codes#success",
        "responseExecTime": "0.088",
        "responseTime": "2022-07-19T21:29:43.121Z",
        "data": {
          "apiErrors": [],
          "documentSize": 1043738,
          "metadata": null,
          "resultSummary": {
            "tests": {
              "total": 180,
              "passing": 171,
              "failing": 9
            },
            "issues": {
              "totalErrors": 23,
              "totalWarnings": 1,
              "totalIssues": 24
            },
            "issuesByLevel": {
              "A": {
                "count": 20,
                "pct": 83.33
              },
              "AA": {
                "count": 17,
                "pct": 70.83
              },
              "AAA": {
                "count": 24,
                "pct": 100
              }
            },
            "density": {
              "errorDensity": 2,
              "warningDensity": 0,
              "allDensity": 2
            }
          },
          "projectID": "04CDF65C-DEE7-6E37-78E8-5A9472A3",
          "responseID": "37e010e6-a568-4cb7-b58b-c371d3d66a68",
          "docID": "e77e01dc-5a23-44d6-be97-e98d523c89be",
          "sourceHash": "46a6422d8020d89c18fd22abb9584731",
          "urlHttpCode": 200,
          "clientScriptErrors": [
            {}
          ],
          "remainingApiCalls": {
            "planCalls": 0,
            "boosts": 20
          },
          "globalStats": {
            "errorDensity": "N/A",
            "warningDensity": "N/A",
            "allDensity": "N/A",
            "stdDev": "N/A"
          },
          "resultUrl": "http://ngnix/history.php?responseID=37e010e6-a568-4cb7-b58b-c371d3d66a68",
          "resultSet": [
            {
              "tID": 28,
              "bpID": 3,
              "priority": 100,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "The layout or sizing of this page causes horizontal scrolling.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.8 Visual Presentation"
              ],
              "resultTitle": "Avoid layouts that result in horizontal scroll",
              "errorDescription": "This page is too wide, causing horizontal scrolling (at the tested viewport size). Horizontal scrolling will cause difficulties for users with low vision, especially if they have their monitor set to a low resolution. Review HTML, CSS and page element sizes to ensure 100% width is not exceeded.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 1024,
                  "y": 3111.38
                },
                "height": 3111.38,
                "width": 1024
              },
              "position": {
                "line": 2681,
                "column": 60
              },
              "errorSnippet": "&lt;body class=\"path-frontpage front node-page node-page--node-type-web-area\" id=\"top\"&gt; &lt;div class=\"skiplinks\" role=\"navigation\" aria-labelledby=\"skip-to-main\"&gt; &lt;a id=\"skip-to-main\" href=\"#main\" class=\"skiplinks__link visually-hidden focusabl",
              "xpath": "/html/body",
              "issueID": "50963d4c11d1c50136290b83e1464e01",
              "signature": "c08b18fe27f765d3271dada4572aaeae",
              "ref": "https://tenon.io/bestpractice.php?bpID=3&tID=28&issueID=50963d4c11d1c50136290b83e1464e01"
            },
            {
              "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": 697,
                  "y": 2462.375
                },
                "bottom-right": {
                  "x": 754,
                  "y": 2484.375
                },
                "height": 22,
                "width": 57
              },
              "position": {
                "line": 7860,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"/lep/tagalog\" title=\"Tagalog\"&gt;Tagalog&lt;/a&gt;",
              "xpath": "/html/body/div[2]/main[1]/div[1]/div[1]/article[1]/div[6]/div[1]/div[1]/div[1]/p[1]/a[9]",
              "issueID": "1e33ed9c037f88ff69465aac6e2e4072",
              "signature": "3f52e3211d8a1f20af4cee5cf71ce8c8",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=1e33ed9c037f88ff69465aac6e2e4072"
            },
            {
              "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": 934,
                  "y": 678
                },
                "bottom-right": {
                  "x": 1004,
                  "y": 748
                },
                "height": 70,
                "width": 70
              },
              "position": {
                "line": 8520,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"#top\" class=\"back-to-top\" title=\"Back to top\" aria-hidden=\"true\" tabindex=\"-1\"&gt; &lt;svg class=\"back-to-top__icon\" role=\"img\" aria-label=\"Back to top\"&gt; &lt;use href=\"/themes/epa_theme/images/sprite.artifact.svg#arrow\"&gt;&lt;/use&gt; &lt",
              "xpath": "/html/body/a[1]",
              "issueID": "25d83871c68e50624a8eecc2b6baec97",
              "signature": "3a65d4a33d41bbf3b12aa6e46ad4e0a6",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=25d83871c68e50624a8eecc2b6baec97"
            },
            {
              "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": 898,
                  "y": 182.640625
                },
                "bottom-right": {
                  "x": 992,
                  "y": 204.640625
                },
                "height": 22,
                "width": 94
              },
              "position": {
                "line": 4879,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"/home/forms/send-request-technical-support\" class=\"header-link\"&gt;Contact Us&lt;/a&gt;",
              "xpath": "/html/body/div[2]/main[1]/div[1]/div[1]/div[1]/div[2]/a[1]",
              "issueID": "844b2d9e5ff67f607dea5ae45d90fd55",
              "signature": "6a7fc75834c61922ec4fdad06f4e1d08",
              "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=844b2d9e5ff67f607dea5ae45d90fd55"
            },
            {
              "tID": 129,
              "bpID": 211,
              "priority": 85,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "CSS underline on text has been detected that is not a link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "The text in this passage has been styled to display underlined but it is not a link. Underlined text on the web or on apps is universally accepted as signifying that the relevant text is a link. Applying underline to text that is not a link is likely to confuse many users, and especially people with cognitive impairments, learning disabilities or dyslexia. Remove the underlining from this passage of text.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": -2
                },
                "bottom-right": {
                  "x": 132,
                  "y": 14.8906
                },
                "height": 16.8906,
                "width": 132
              },
              "position": {
                "line": 3476,
                "column": 138
              },
              "errorSnippet": "&lt;p class=\"usa-banner__header-action\" aria-hidden=\"true\" style=\"\"&gt;Here’s how you know&lt;/p&gt;",
              "xpath": "/html/body/div[2]/section[1]/div[1]/header[1]/div[1]/div[2]/p[2]",
              "issueID": "b94426d720560a0140dd901821198190",
              "signature": "2afd35de885095e7a47489d6096ba690",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=129&issueID=b94426d720560a0140dd901821198190"
            },
            {
              "tID": 129,
              "bpID": 211,
              "priority": 85,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "CSS underline on text has been detected that is not a link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "The text in this passage has been styled to display underlined but it is not a link. Underlined text on the web or on apps is universally accepted as signifying that the relevant text is a link. Applying underline to text that is not a link is likely to confuse many users, and especially people with cognitive impairments, learning disabilities or dyslexia. Remove the underlining from this passage of text.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": -1
                },
                "bottom-right": {
                  "x": 116,
                  "y": 15
                },
                "height": 16,
                "width": 116
              },
              "position": {
                "line": 8372,
                "column": 11
              },
              "errorSnippet": "&lt;span class=\"usa-banner__button-text\"&gt;Here’s how you know&lt;/span&gt;",
              "xpath": "/html/body/div[2]/section[1]/div[1]/header[1]/div[1]/button[1]/span[1]",
              "issueID": "edd5c02842f0b6549e4501789950976b",
              "signature": "636cda2edf179eb9710f0be57d00007a",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=129&issueID=edd5c02842f0b6549e4501789950976b"
            },
            {
              "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": 1024,
                  "y": 546
                },
                "height": 546,
                "width": 1024
              },
              "position": {
                "line": 6504,
                "column": 0
              },
              "errorSnippet": "&lt;ul class=\"hero-slideshow__list js-hero-slideshow__container tns-slider tns-gallery tns-subpixel tns-calc tns-horizontal\" id=\"tns1\"&gt; &lt;li class=\"hero-slideshow__item tns-item tns-fadeIn tns-slide-active\" id=\"tns1-item0\" style=\"left: 0%;\"&gt; &lt;",
              "xpath": "/html/body/div[2]/main[1]/div[1]/div[1]/article[1]/div[2]/div[1]/div[2]/ul[1]",
              "issueID": "8c425657da0e990ad6651dc24ba3737c",
              "signature": "69b644fff774202f4d07361b51b5461f",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=134&issueID=8c425657da0e990ad6651dc24ba3737c"
            },
            {
              "tID": 144,
              "bpID": 14,
              "priority": 91,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This content's line height is insufficent to properly display the computed element font size.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.8 Visual Presentation"
              ],
              "resultTitle": "Set a `line-height` (leading) that is at least one and a half times the current font size.",
              "errorDescription": "This content's line height is insufficent to properly display the computed element font size. Line height that is less than 150% of the computed element font size limits content readability for people with dyslexia, low vision, cognitive impairments or learning disabilities. Set the `line-height` for this content to a value of 1.5 or higher. Using a proportional, unitless value like 1.5 or 150% will ensure that the line-height scales if the user zooms the browser window.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 1024,
                  "y": 14
                },
                "height": 14,
                "width": 1024
              },
              "position": {
                "line": 5203,
                "column": 332
              },
              "errorSnippet": "&lt;header class=\"usa-banner__header\"&gt; &lt;div class=\"usa-banner__inner\"&gt; &lt;div class=\"grid-col-auto\"&gt; &lt;img class=\"usa-banner__header-flag\" src=\"/themes/epa_theme/images/us_flag_small.png\" alt=\"U.S. flag\" height=\"11px\" width=\"16px\"&gt; &lt;",
              "xpath": "/html/body/div[2]/section[1]/div[1]/header[1]",
              "issueID": "3a1fd563630d5b144aa2ea3a9a8fedda",
              "signature": "6d671dde847a36ff2e486aaf9b610abf",
              "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=3a1fd563630d5b144aa2ea3a9a8fedda"
            },
            {
              "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": 95.96875
                },
                "bottom-right": {
                  "x": 1024,
                  "y": 143.64065
                },
                "height": 47.6719,
                "width": 1024
              },
              "position": {
                "line": 8473,
                "column": 9
              },
              "errorSnippet": "&lt;nav class=\"usa-nav usa-nav--epa\" role=\"navigation\" aria-label=\"Primary navigation\"&gt; &lt;div class=\"usa-nav__inner\"&gt; &lt;button class=\"usa-nav__close\" aria-label=\"Close\" style=\"\"&gt; &lt;svg class=\"icon icon--nav-close\" aria-hidden=\"true\" role=\"",
              "xpath": "/html/body/div[2]/header[1]/div[3]/nav[1]",
              "issueID": "6d0bc4db21a6eee9698c62eb1e60cd3f",
              "signature": "c0b4ad48bdacfa884547f8ed4e6e2a91",
              "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=6d0bc4db21a6eee9698c62eb1e60cd3f"
            },
            {
              "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": 8,
                  "y": 8
                },
                "bottom-right": {
                  "x": 56,
                  "y": 56
                },
                "height": 48,
                "width": 48
              },
              "position": {
                "line": 8475,
                "column": 5
              },
              "errorSnippet": "&lt;button class=\"usa-nav__close\" aria-label=\"Close\" style=\"\"&gt; &lt;svg class=\"icon icon--nav-close\" aria-hidden=\"true\" role=\"img\"&gt;&lt;title&gt;Primary navigation&lt;/title&gt;&lt;use href=\"/themes/epa_theme/images/sprite.artifact.svg#close\"&gt;&lt;",
              "xpath": "/html/body/div[2]/header[1]/div[3]/nav[1]/div[1]/button[1]",
              "issueID": "5f1911e911940dc711856b260b602bca",
              "signature": "6bef39543a27ff0fd419cb331440eaf8",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=5f1911e911940dc711856b260b602bca"
            },
            {
              "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": -56,
                  "y": -32
                },
                "height": -32,
                "width": -56
              },
              "position": {
                "line": 645,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"/environmental-topics/air-topics\" class=\"menu__link\" data-drupal-link-system-path=\"node/165225\"&gt;Air&lt;/a&gt;",
              "xpath": "/html/body/div[2]/header[1]/div[3]/nav[1]/div[1]/div[1]/ul[1]/li[1]/ul[1]/li[2]/a[1]",
              "issueID": "96d39606f9d2262f959cd8ccce0ff10f",
              "signature": "39c1a39a0916f367ce383c5bb8be3462",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=96d39606f9d2262f959cd8ccce0ff10f"
            },
            {
              "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": 32,
                  "y": 0
                },
                "bottom-right": {
                  "x": 41,
                  "y": 15
                },
                "height": 15,
                "width": 9
              },
              "position": {
                "line": 8690,
                "column": 0
              },
              "errorSnippet": "&lt;button class=\"hero-slideshow__nav-button tns-nav-active\" data-nav=\"0\" aria-label=\"Carousel Page 1 (Current Slide)\" aria-controls=\"tns1\"&gt;1&lt;/button&gt;",
              "xpath": "/html/body/div[2]/main[1]/div[1]/div[1]/article[1]/div[2]/div[2]/div[1]/button[1]",
              "issueID": "3c225fd2b3e2da81ab43f87ee0e37657",
              "signature": "e1f58c96f1ae5ce01666f6a287a4481e",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=3c225fd2b3e2da81ab43f87ee0e37657"
            },
            {
              "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": 89,
                  "y": 0
                },
                "bottom-right": {
                  "x": 98,
                  "y": 15
                },
                "height": 15,
                "width": 9
              },
              "position": {
                "line": 8690,
                "column": 0
              },
              "errorSnippet": "&lt;button class=\"hero-slideshow__nav-button\" data-nav=\"1\" tabindex=\"-1\" aria-label=\"Carousel Page 2\" aria-controls=\"tns1\"&gt;2&lt;/button&gt;",
              "xpath": "/html/body/div[2]/main[1]/div[1]/div[1]/article[1]/div[2]/div[2]/div[1]/button[2]",
              "issueID": "991757c7da13a1e48b08f97add75ddf8",
              "signature": "5729b33a370376736c3c595f9ccec023",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=991757c7da13a1e48b08f97add75ddf8"
            },
            {
              "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": 146,
                  "y": 0
                },
                "bottom-right": {
                  "x": 155,
                  "y": 15
                },
                "height": 15,
                "width": 9
              },
              "position": {
                "line": 8690,
                "column": 0
              },
              "errorSnippet": "&lt;button class=\"hero-slideshow__nav-button\" data-nav=\"2\" tabindex=\"-1\" aria-label=\"Carousel Page 3\" aria-controls=\"tns1\"&gt;3&lt;/button&gt;",
              "xpath": "/html/body/div[2]/main[1]/div[1]/div[1]/article[1]/div[2]/div[2]/div[1]/button[3]",
              "issueID": "1c9fd8ab27d828deb2977d28e43d53b3",
              "signature": "e7363f579eb5d55d287ac37fcf8283d4",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=1c9fd8ab27d828deb2977d28e43d53b3"
            },
            {
              "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": 203,
                  "y": 50
                },
                "bottom-right": {
                  "x": 224,
                  "y": 65
                },
                "height": 15,
                "width": 21
              },
              "position": {
                "line": 8456,
                "column": 5
              },
              "errorSnippet": "&lt;input class=\"usa-button\" name=\"GO\" type=\"submit\" value=\"Go\"&gt;",
              "xpath": "/html/body/div[2]/main[1]/div[1]/div[1]/article[1]/div[5]/div[1]/div[1]/div[1]/form[1]/div[1]/input[2]",
              "issueID": "0201a8af5c95b3537d6cc0ef55fc8b55",
              "signature": "aa0c14db1eadb54c95c69cff52401583",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=0201a8af5c95b3537d6cc0ef55fc8b55"
            },
            {
              "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": 203,
                  "y": 139
                },
                "bottom-right": {
                  "x": 224,
                  "y": 154
                },
                "height": 15,
                "width": 21
              },
              "position": {
                "line": 8460,
                "column": 5
              },
              "errorSnippet": "&lt;input class=\"usa-button\" name=\"submit\" type=\"submit\" value=\"Go\"&gt;",
              "xpath": "/html/body/div[2]/main[1]/div[1]/div[1]/article[1]/div[5]/div[1]/div[1]/div[1]/form[2]/input[1]",
              "issueID": "88168c6bf706c04ea2be603c5845de33",
              "signature": "86f27b3873a93a7a5966ac0d3f57dfb7",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=88168c6bf706c04ea2be603c5845de33"
            },
            {
              "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": 750.4375,
                  "y": 2970.5625
                },
                "bottom-right": {
                  "x": 790.4375,
                  "y": 3010.5625
                },
                "height": 40,
                "width": 40
              },
              "position": {
                "line": 8512,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"menu__link\" aria-label=\"EPA’s Facebook\" href=\"https://www.facebook.com/EPA\"&gt; &lt;svg class=\"icon icon--social\" aria-hidden=\"true\"&gt; &lt;use xlink:href=\"/themes/epa_theme/images/sprite.artifact.svg#facebook-square\"&gt;&lt;/use&gt; &lt;/s",
              "xpath": "/html/body/div[2]/footer[1]/div[1]/div[1]/div[3]/ul[2]/li[1]/a[1]",
              "issueID": "8887f4d043f1d2719a6f4a18585c2553",
              "signature": "84de6f46b7eae277b4eef754a9c7e200",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=8887f4d043f1d2719a6f4a18585c2553"
            },
            {
              "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": 798.4375,
                  "y": 2970.5625
                },
                "bottom-right": {
                  "x": 838.4375,
                  "y": 3010.5625
                },
                "height": 40,
                "width": 40
              },
              "position": {
                "line": 8512,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"menu__link\" aria-label=\"EPA’s Twitter\" href=\"https://twitter.com/epa\"&gt; &lt;svg class=\"icon icon--social\" aria-hidden=\"true\"&gt; &lt;use xlink:href=\"/themes/epa_theme/images/sprite.artifact.svg#twitter-square\"&gt;&lt;/use&gt; &lt;/svg&gt; ",
              "xpath": "/html/body/div[2]/footer[1]/div[1]/div[1]/div[3]/ul[2]/li[2]/a[1]",
              "issueID": "c6eea30afca84001a51416f4da1293c9",
              "signature": "72974a5fe4dbf8fbb7a812b5bdb00dcd",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=c6eea30afca84001a51416f4da1293c9"
            },
            {
              "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": 846.4375,
                  "y": 2970.5625
                },
                "bottom-right": {
                  "x": 886.4375,
                  "y": 3010.5625
                },
                "height": 40,
                "width": 40
              },
              "position": {
                "line": 8512,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"menu__link\" aria-label=\"EPA’s Youtube\" href=\"https://www.youtube.com/user/USEPAgov\"&gt; &lt;svg class=\"icon icon--social\" aria-hidden=\"true\"&gt; &lt;use xlink:href=\"/themes/epa_theme/images/sprite.artifact.svg#youtube-square\"&gt;&lt;/use&gt;",
              "xpath": "/html/body/div[2]/footer[1]/div[1]/div[1]/div[3]/ul[2]/li[3]/a[1]",
              "issueID": "c01e2f146815436457e95380823d9a03",
              "signature": "9b0ebcaa6640b3095073936f94a9cb17",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=c01e2f146815436457e95380823d9a03"
            },
            {
              "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": 774.4375,
                  "y": 3018.5625
                },
                "bottom-right": {
                  "x": 814.4375,
                  "y": 3058.5625
                },
                "height": 40,
                "width": 40
              },
              "position": {
                "line": 8512,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"menu__link\" aria-label=\"EPA’s Flickr\" href=\"https://www.flickr.com/photos/usepagov\"&gt; &lt;svg class=\"icon icon--social\" aria-hidden=\"true\"&gt; &lt;use xlink:href=\"/themes/epa_theme/images/sprite.artifact.svg#flickr-square\"&gt;&lt;/use&gt; ",
              "xpath": "/html/body/div[2]/footer[1]/div[1]/div[1]/div[3]/ul[2]/li[4]/a[1]",
              "issueID": "acb827ca8916b607d2efc8270ac516ef",
              "signature": "bf48cf8f03c6623d0a34c0122597abce",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=acb827ca8916b607d2efc8270ac516ef"
            },
            {
              "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": 822.4375,
                  "y": 3018.5625
                },
                "bottom-right": {
                  "x": 862.4375,
                  "y": 3058.5625
                },
                "height": 40,
                "width": 40
              },
              "position": {
                "line": 8520,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"menu__link\" aria-label=\"EPA’s Instagram\" href=\"https://www.instagram.com/epagov\"&gt; &lt;svg class=\"icon icon--social\" aria-hidden=\"true\"&gt; &lt;use xlink:href=\"/themes/epa_theme/images/sprite.artifact.svg#instagram-square\"&gt;&lt;/use&gt; ",
              "xpath": "/html/body/div[2]/footer[1]/div[1]/div[1]/div[3]/ul[2]/li[5]/a[1]",
              "issueID": "399c4c5a0c8b15830b692d542b934198",
              "signature": "7f85dfb23b9a35710ee8a3bf51651c33",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=399c4c5a0c8b15830b692d542b934198"
            },
            {
              "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": 934,
                  "y": 678
                },
                "bottom-right": {
                  "x": 1004,
                  "y": 748
                },
                "height": 70,
                "width": 70
              },
              "position": {
                "line": 8520,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"#top\" class=\"back-to-top\" title=\"Back to top\" aria-hidden=\"true\" tabindex=\"-1\"&gt; &lt;svg class=\"back-to-top__icon\" role=\"img\" aria-label=\"Back to top\"&gt; &lt;use href=\"/themes/epa_theme/images/sprite.artifact.svg#arrow\"&gt;&lt;/use&gt; &lt",
              "xpath": "/html/body/a[1]",
              "issueID": "a7b271193fbf348f336c14ee0e0942b8",
              "signature": "90f504bcac85d2a6173fa07c46102aed",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=a7b271193fbf348f336c14ee0e0942b8"
            },
            {
              "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": 789,
                  "y": 2571.875
                },
                "bottom-right": {
                  "x": 976,
                  "y": 2587.875
                },
                "height": 16,
                "width": 187
              },
              "position": {
                "line": 9082,
                "column": 2
              },
              "errorSnippet": "&lt;div class=\"l-page__footer-last-updated\"&gt;Last updated on July 18, 2022&lt;/div&gt;",
              "xpath": "/html/body/div[2]/main[1]/div[1]/div[2]/div[1]/div[2]",
              "issueID": "845ad5a3e8eca6dbdd534be769da653e",
              "signature": "1f03f484db18a51c1efe10ee8075599b",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=845ad5a3e8eca6dbdd534be769da653e"
            },
            {
              "tID": 194,
              "bpID": 73,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This visible element is focusable and is marked up with either `role=\"presentation\"` or `aria-hidden=\"true\"`.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.1.1 Keyboard",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.1.3 Keyboard (No Exception)"
              ],
              "resultTitle": "Make sure that all interactive elements can receive focus using the keyboard.",
              "errorDescription": "This visible element is focusable and is marked up with either `role=\"presentation\"` or `aria-hidden=\"true\"`. Applying `role=\"presentation\"` removes the semantics of an element, while `aria-hidden=\"true\"` hides an element from assistive technology only. Neither completely hides an element. Their application to a focusable element creates confusion in users of assistive technology.   If the intention is for users to interact with the element, remove `role=\"presentation\"` or `aria-hidden=\"true\"`. If the intention is to hide the element from users, apply `display:none` to make it truly hidden.",
              "viewPortLocation": {
                "top-left": {
                  "x": 934,
                  "y": 678
                },
                "bottom-right": {
                  "x": 1004,
                  "y": 748
                },
                "height": 70,
                "width": 70
              },
              "position": {
                "line": 8520,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"#top\" class=\"back-to-top\" title=\"Back to top\" aria-hidden=\"true\" tabindex=\"-1\"&gt; &lt;svg class=\"back-to-top__icon\" role=\"img\" aria-label=\"Back to top\"&gt; &lt;use href=\"/themes/epa_theme/images/sprite.artifact.svg#arrow\"&gt;&lt;/use&gt; &lt",
              "xpath": "/html/body/a[1]",
              "issueID": "5f1c374044971f1e3d929c7d3b000a51",
              "signature": "421619d3835dc453014c210b63a15ae4",
              "ref": "https://tenon.io/bestpractice.php?bpID=73&tID=194&issueID=5f1c374044971f1e3d929c7d3b000a51"
            }
          ],
          "log": []
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "Chromium browser"
    },
    {
      "type": "url",
      "which": "https://www.epa.gov/",
      "what": "Environmental Protection Agency (EPA)",
      "result": "https://www.epa.gov/"
    },
    {
      "type": "test",
      "which": "continuum",
      "what": "Level Access Continuum, community edition",
      "url": "https://www.epa.gov/",
      "result": "NONE"
    }
  ],
  "timeStamp": "4cdpt",
  "startTime": "2022-07-19T21:27:20",
  "presses": 0,
  "amountRead": 0,
  "testTimes": [
    [
      "hover",
      42
    ],
    [
      "ibm",
      28
    ],
    [
      "motion",
      14
    ],
    [
      "alfa",
      7
    ],
    [
      "wave",
      3
    ],
    [
      "axe",
      1
    ],
    [
      "tenon",
      1
    ],
    [
      "bulk",
      0
    ],
    [
      "embAc",
      0
    ],
    [
      "focAll",
      0
    ],
    [
      "focInd",
      0
    ],
    [
      "focOp",
      0
    ],
    [
      "labClash",
      0
    ],
    [
      "linkUl",
      0
    ],
    [
      "menuNav",
      0
    ],
    [
      "radioSet",
      0
    ],
    [
      "role",
      0
    ],
    [
      "styleDiff",
      0
    ],
    [
      "tabNav",
      0
    ],
    [
      "zIndex",
      0
    ],
    [
      "htmlcs",
      0
    ],
    [
      "continuum",
      0
    ]
  ],
  "logCount": 22,
  "logSize": 1870,
  "errorLogCount": 22,
  "errorLogSize": 1870,
  "prohibitedCount": 11,
  "visitTimeoutCount": 0,
  "visitRejectionCount": 0,
  "endTime": "2022-07-19T21:29:43",
  "elapsedSeconds": 146,
  "score": {
    "scoreProcID": "sp14a",
    "logWeights": {
      "logCount": 0.5,
      "logSize": 0.01,
      "errorLogCount": 1,
      "errorLogSize": 0.02,
      "prohibitedCount": 15,
      "visitTimeoutCount": 10,
      "visitRejectionCount": 10
    },
    "soloWeight": 2,
    "groupWeights": {
      "absolute": 2,
      "largest": 1,
      "smaller": 0.4
    },
    "preventionWeights": {
      "testaro": 50,
      "other": 100
    },
    "packageDetails": {
      "testaro": {
        "motion": 40,
        "bulk": 0,
        "focInd": 1,
        "focOp": 6,
        "hover": 11,
        "linkUl": 20,
        "role": 6,
        "styleDiff": 35,
        "zIndex": 11
      },
      "alfa": {
        "r17": 12,
        "r65": 1,
        "r73": 4,
        "r78": 4
      },
      "axe": {
        "aria-allowed-attr": 1,
        "color-contrast-enhanced": 161,
        "color-contrast": 5,
        "hidden-content": 0,
        "aria-hidden-focus": 9
      },
      "htmlcs": {
        "w:AA.1_3_1.H42": 1,
        "w:AA.1_3_1.H48": 1,
        "w:AA.1_3_1.H85.2": 1,
        "w:AA.1_4_10.C32,C31,C33,C38,SCR34,G206": 1,
        "w:AA.1_4_3.G18.Abs": 2,
        "w:AA.2_5_3.F96": 5,
        "w:AA.4_1_2.H91.Select.Value": 1
      },
      "ibm": {
        "WCAG21_Label_Accessible": 20,
        "Rpt_Aria_OrphanedContent_Native_Host_Sematics": 4,
        "HAAC_Figure_label": 12,
        "aria_hidden_focus_misuse": 12,
        "element_attribute_deprecated": 1,
        "aria_role_redundant": 2
      },
      "wave": {
        "a:noscript": 2,
        "a:underline": 2,
        "a:title_redundant": 1
      },
      "tenon": {
        "28": 4,
        "79": 8,
        "95": 4,
        "129": 6,
        "134": 3,
        "144": 8,
        "152": 52,
        "153": 2,
        "194": 4
      }
    },
    "groupDetails": {
      "groups": {
        "spontaneousMotion": {
          "testaro": {
            "motion": {
              "score": 20,
              "what": "Change of visible content not requested by user"
            }
          }
        },
        "visibleBulk": {
          "testaro": {
            "bulk": {
              "score": 1,
              "what": "Page contains many visible elements"
            }
          }
        },
        "focusIndication": {
          "testaro": {
            "focInd": {
              "score": 1,
              "what": "Focused element displaying no or nostandard focus indicator"
            }
          },
          "alfa": {
            "r65": {
              "score": 1,
              "what": "Element in sequential focus order has no visible focus"
            }
          }
        },
        "focusableOperable": {
          "testaro": {
            "focOp": {
              "score": 5,
              "what": "Operable elements that cannot be Tab-focused and vice versa"
            }
          }
        },
        "hoverSurprise": {
          "testaro": {
            "hover": {
              "score": 3,
              "what": "Content changes caused by hovering"
            }
          }
        },
        "linkIndication": {
          "testaro": {
            "linkUl": {
              "score": 10,
              "what": "Non-underlined adjacent links"
            }
          }
        },
        "roleBad": {
          "testaro": {
            "role": {
              "score": 5,
              "what": "Nonexistent or implicit-overriding role"
            }
          },
          "ibm": {
            "aria_role_redundant": {
              "score": 2,
              "what": "Explicitly assigned ARIA role is redundant with the implicit role of the element"
            }
          }
        },
        "inconsistentStyles": {
          "testaro": {
            "styleDiff": {
              "score": 9,
              "what": "Heading, link, and button style inconsistencies"
            }
          }
        },
        "zIndexNotZero": {
          "testaro": {
            "zIndex": {
              "score": 3,
              "what": "Layering with nondefault z-index values"
            }
          }
        },
        "focusableHidden": {
          "alfa": {
            "r17": {
              "score": 12,
              "what": "Tab-focusable element is or has an ancestor that is aria-hidden"
            }
          },
          "axe": {
            "aria-hidden-focus": {
              "score": 9,
              "what": "ARIA hidden element is focusable or contains a focusable element"
            }
          },
          "ibm": {
            "aria_hidden_focus_misuse": {
              "score": 12,
              "what": "Focusable element is within the subtree of an element with aria-hidden set to true"
            }
          },
          "tenon": {
            "194": {
              "score": 4,
              "what": "Visible element is focusable but has a presentation role or aria-hidden=true attribute"
            }
          }
        },
        "noLeading": {
          "alfa": {
            "r73": {
              "score": 3,
              "what": "Paragraph of text has insufficient line height"
            }
          }
        },
        "headingOfNothing": {
          "alfa": {
            "r78": {
              "score": 2,
              "what": "No content between two headings of the same level"
            }
          }
        },
        "ariaBadAttribute": {
          "axe": {
            "aria-allowed-attr": {
              "score": 1,
              "what": "ARIA attribute is invalid for the role of its element"
            }
          }
        },
        "contrastAAA": {
          "axe": {
            "color-contrast-enhanced": {
              "score": 40,
              "what": "Element has insufficient color contrast (Level AAA)"
            }
          },
          "tenon": {
            "95": {
              "score": 1,
              "what": "Element has insufficient color contrast (Level AAA)"
            }
          }
        },
        "contrastAA": {
          "axe": {
            "color-contrast": {
              "score": 4,
              "what": "Element has insufficient color contrast"
            }
          }
        },
        "hiddenContentRisk": {
          "axe": {
            "hidden-content": {
              "score": 1,
              "what": "Some content is hidden and therefore may not be testable for accessibility"
            }
          }
        },
        "pseudoHeadingRisk": {
          "htmlcs": {
            "w:AA.1_3_1.H42": {
              "score": 1,
              "what": "Heading coding is not used but the element may be intended as a heading"
            }
          }
        },
        "pseudoNavListRisk": {
          "htmlcs": {
            "w:AA.1_3_1.H48": {
              "score": 1,
              "what": "Navigation links are not coded as a list"
            }
          }
        },
        "selectFlatRisk": {
          "htmlcs": {
            "w:AA.1_3_1.H85.2": {
              "score": 1,
              "what": "Selection list may contain groups of related options that are not grouped with optgroup"
            }
          }
        },
        "scrollRisk": {
          "htmlcs": {
            "w:AA.1_4_10.C32,C31,C33,C38,SCR34,G206": {
              "score": 1,
              "what": "Fixed-position element may force bidirectional scrolling"
            }
          }
        },
        "contrastRisk": {
          "htmlcs": {
            "w:AA.1_4_3.G18.Abs": {
              "score": 1,
              "what": "Contrast between the absolutely positioned text and its background may be inadequate"
            }
          }
        },
        "visibleLabelNotName": {
          "htmlcs": {
            "w:AA.2_5_3.F96": {
              "score": 4,
              "what": "Visible label is not in the accessible name"
            }
          },
          "ibm": {
            "WCAG21_Label_Accessible": {
              "score": 15,
              "what": "Accessible name does not match or contain the visible label text"
            }
          }
        },
        "selectNoText": {
          "htmlcs": {
            "w:AA.4_1_2.H91.Select.Value": {
              "score": 1,
              "what": "Select element value has no accessible name"
            }
          }
        },
        "contentBeyondLandmarks": {
          "ibm": {
            "Rpt_Aria_OrphanedContent_Native_Host_Sematics": {
              "score": 2,
              "what": "Content does not reside within an element with a landmark role"
            }
          }
        },
        "figureNoText": {
          "ibm": {
            "HAAC_Figure_label": {
              "score": 12,
              "what": "figure element has no associated label"
            }
          }
        },
        "obsolete": {
          "ibm": {
            "element_attribute_deprecated": {
              "score": 1,
              "what": "Element or attribute is obsolete"
            }
          }
        },
        "noScriptRisk": {
          "wave": {
            "a:noscript": {
              "score": 1,
              "what": "noscript element may fail to contain an accessible equivalent or alternative"
            }
          }
        },
        "pseudoLinkRisk": {
          "wave": {
            "a:underline": {
              "score": 1,
              "what": "CSS underline on text that is not a link"
            }
          },
          "tenon": {
            "129": {
              "score": 2,
              "what": "CSS underline on text that is not a link"
            }
          }
        },
        "titleRedundant": {
          "wave": {
            "a:title_redundant": {
              "score": 1,
              "what": "Title attribute text is the same as text or alternative text"
            }
          },
          "tenon": {
            "79": {
              "score": 2,
              "what": "Link has a title attribute that is the same as the text inside the link"
            }
          }
        },
        "horizontalScrolling": {
          "tenon": {
            "28": {
              "score": 3,
              "what": "Layout or sizing of the page causes horizontal scrolling"
            }
          }
        },
        "fontSmall": {
          "tenon": {
            "134": {
              "score": 2,
              "what": "Text is very small"
            }
          }
        },
        "leadingClipsText": {
          "tenon": {
            "144": {
              "score": 8,
              "what": "Line height is insufficent to properly display the computed font size"
            }
          }
        },
        "targetSize": {
          "tenon": {
            "152": {
              "score": 26,
              "what": "Actionable element is smaller than the minimum required size"
            }
          }
        },
        "allCaps": {
          "tenon": {
            "153": {
              "score": 1,
              "what": "Long string of text is in all caps"
            }
          }
        }
      },
      "solos": {}
    },
    "preventionScores": {
      "ibm": 100
    },
    "summary": {
      "total": 636,
      "log": 254,
      "preventions": 100,
      "solos": 0,
      "groups": [
        {
          "groupName": "contrastAAA",
          "score": 42
        },
        {
          "groupName": "targetSize",
          "score": 28
        },
        {
          "groupName": "focusableHidden",
          "score": 24
        },
        {
          "groupName": "spontaneousMotion",
          "score": 22
        },
        {
          "groupName": "visibleLabelNotName",
          "score": 19
        },
        {
          "groupName": "figureNoText",
          "score": 14
        },
        {
          "groupName": "linkIndication",
          "score": 12
        },
        {
          "groupName": "inconsistentStyles",
          "score": 11
        },
        {
          "groupName": "leadingClipsText",
          "score": 10
        },
        {
          "groupName": "roleBad",
          "score": 8
        },
        {
          "groupName": "focusableOperable",
          "score": 7
        },
        {
          "groupName": "contrastAA",
          "score": 6
        },
        {
          "groupName": "hoverSurprise",
          "score": 5
        },
        {
          "groupName": "zIndexNotZero",
          "score": 5
        },
        {
          "groupName": "noLeading",
          "score": 5
        },
        {
          "groupName": "horizontalScrolling",
          "score": 5
        },
        {
          "groupName": "headingOfNothing",
          "score": 4
        },
        {
          "groupName": "contentBeyondLandmarks",
          "score": 4
        },
        {
          "groupName": "pseudoLinkRisk",
          "score": 4
        },
        {
          "groupName": "titleRedundant",
          "score": 4
        },
        {
          "groupName": "fontSmall",
          "score": 4
        },
        {
          "groupName": "visibleBulk",
          "score": 3
        },
        {
          "groupName": "focusIndication",
          "score": 3
        },
        {
          "groupName": "ariaBadAttribute",
          "score": 3
        },
        {
          "groupName": "hiddenContentRisk",
          "score": 3
        },
        {
          "groupName": "pseudoHeadingRisk",
          "score": 3
        },
        {
          "groupName": "pseudoNavListRisk",
          "score": 3
        },
        {
          "groupName": "selectFlatRisk",
          "score": 3
        },
        {
          "groupName": "scrollRisk",
          "score": 3
        },
        {
          "groupName": "contrastRisk",
          "score": 3
        },
        {
          "groupName": "selectNoText",
          "score": 3
        },
        {
          "groupName": "obsolete",
          "score": 3
        },
        {
          "groupName": "noScriptRisk",
          "score": 3
        },
        {
          "groupName": "allCaps",
          "score": 3
        }
      ]
    }
  }
}