Accessibility test digest

Synopsis

Page: Department of Energy (DOE)

URL: https://www.energy.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 Department of Energy (DOE) web page at https://www.energy.gov/ on 2022/07/17. The procedure performed 1075 tests. Of these, 16 are custom tests defined by Testaro, and the others belong to these seven other packages (programs that perform collections of tests):

Testaro produced a report enumerating the test results.

Testilo processed the report and used the sp14a scoring procedure to compute partial and total scores for the page. The total score is 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
log65
listItemOrphan116
linkIndication95
visibleLabelNotName55
contrastAA30
focusableOperable29
tabFocusability24
tabIndexPositive20
roleBad19
leadingClipsText14
contrastAAA12
linkNoText10
navConfusion10
hoverSurprise9
contrastRisk9
mainConfusion9
linkPair8
navNoText8
headingOfNothing6
ariaBadAttribute6
titleRedundant6
zIndexNotZero5
h1Missing5
landmarkConfusion5
horizontalScrolling5
inconsistentStyles4
pseudoOrderedListRisk4
contentBeyondLandmarks4
linkTextsSame4
targetSize4
visibleBulk3
labelClash3
hiddenContentRisk3
mainNotTop3
mainNot13
decorativeImageRisk3
pseudoNavListRisk3
headingStructure3
complementaryNoText3
imageTextLong3
noScriptRisk3
allCaps3

Issue summary

Special issues

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

Classified issues

listItemOrphan: Score 116. Issues reported by tests in this category:

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

imageTextLong: 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": "4aieq-doe",
  "host": {
    "id": "doe",
    "which": "https://www.energy.gov/",
    "what": "Department of Energy (DOE)"
  },
  "log": [
    {
      "event": "startTime",
      "value": "2022-07-17T21:56:12"
    },
    {
      "event": "endTime",
      "value": "2022-07-17T21:57:53"
    }
  ],
  "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.energy.gov/",
        "what": "Department of Energy (DOE)"
      },
      {
        "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.energy.gov/",
        "what": "Department of Energy (DOE)"
      },
      {
        "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.energy.gov/",
      "what": "Department of Energy (DOE)",
      "result": "https://www.energy.gov/"
    },
    {
      "type": "tenonRequest",
      "id": "a",
      "withNewContent": true,
      "what": "Tenon API version 2 test request",
      "url": "https://www.energy.gov/"
    },
    {
      "type": "test",
      "which": "motion",
      "what": "motion",
      "delay": 2500,
      "interval": 2500,
      "count": 5,
      "url": "https://www.energy.gov/",
      "result": {
        "bytes": [
          1321293,
          1321293,
          1321293,
          1321293,
          1321293
        ],
        "localRatios": [
          1,
          1,
          1,
          1
        ],
        "meanLocalRatio": 1,
        "maxLocalRatio": 1,
        "globalRatio": 1,
        "pixelChanges": [
          0,
          0,
          0,
          0
        ],
        "meanPixelChange": 0,
        "maxPixelChange": 0,
        "changeFrequency": 0
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "Chromium browser"
    },
    {
      "type": "url",
      "which": "https://www.energy.gov/",
      "what": "Department of Energy (DOE)",
      "result": "https://www.energy.gov/"
    },
    {
      "type": "test",
      "which": "bulk",
      "what": "count of visible elements",
      "url": "https://www.energy.gov/",
      "result": {
        "visibleElements": 310
      }
    },
    {
      "type": "test",
      "which": "embAc",
      "withItems": true,
      "what": "active elements embedded in links or buttons",
      "url": "https://www.energy.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.energy.gov/",
      "result": {
        "tabFocusables": 57,
        "tabFocused": 79,
        "discrepancy": 22
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://www.energy.gov/",
      "what": "URL",
      "result": "https://www.energy.gov/"
    },
    {
      "type": "test",
      "which": "focInd",
      "revealAll": false,
      "allowedDelay": 250,
      "withItems": true,
      "what": "focus indicators",
      "url": "https://www.energy.gov/",
      "result": {
        "totals": {
          "total": 57,
          "types": {
            "indicatorMissing": {
              "total": 0,
              "tagNames": {}
            },
            "nonOutlinePresent": {
              "total": 0,
              "tagNames": {}
            },
            "outlinePresent": {
              "total": 57,
              "meanDelay": 0,
              "tagNames": {
                "INPUT": 1,
                "A": 56
              }
            }
          }
        },
        "items": {
          "indicatorMissing": [],
          "nonOutlinePresent": [],
          "outlinePresent": [
            {
              "tagName": "INPUT",
              "text": "",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Secretary Granholm and Robert Downey Jr. Collaborate",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Big Opportunities to Expand Pumped Storage Hydropower",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "$2.3B to Modernize America’s Power Grid",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Visit our infrastructure law homepage to learn more",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "VIEW ALL",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Biden-Harris Administration Announces $56 Million to Advance U.S. Solar Manufacturing and Lower Ener",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Learn more",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "DOE Announces $18 Million to Streamline Commercialization of Clean Energy Technologies",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Learn more",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "United States-Singapore Joint Ministerial Statement on Energy Cooperation",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Learn more",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Biden-Harris Administration Launches $2.6 Billion Funding Programs To Slash Carbon Emissions",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Learn more",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Combating the Climate Crisis",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "VIEW MORE",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Creating Clean Energy Union Jobs",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "VIEW MORE",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Promoting Energy Justice",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "VIEW MORE",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "COVID-19 response",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Sign Up for Email Updates",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Facebook",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Twitter",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Youtube",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Instagram",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Linkedin",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "About energy.gov",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "History",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "STEM at DOE",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Careers",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Contact Us",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Energy.gov Resources",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Budget & Performance",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Directives, Delegations & Requirements",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "FOIA",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Inspector General",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Privacy Program",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Small Business",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Federal Government",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "The White House",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "USA.gov",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Vote.gov",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Web Policies",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Privacy",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "No Fear Act",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Whistleblower Protection",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Information Quality",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Open Gov",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Accessibility",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Vulnerability Disclosure Program",
              "delay": 0
            }
          ]
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://www.energy.gov/",
      "what": "URL",
      "result": "https://www.energy.gov/"
    },
    {
      "type": "test",
      "which": "focOp",
      "withItems": true,
      "what": "focusability and operability",
      "url": "https://www.energy.gov/",
      "result": {
        "totals": {
          "total": 105,
          "types": {
            "onlyFocusable": {
              "total": 0,
              "tagNames": {}
            },
            "onlyOperable": {
              "total": 18,
              "tagNames": {
                "A": 17,
                "BUTTON": 1
              }
            },
            "focusableAndOperable": {
              "total": 87,
              "tagNames": {
                "A": 84,
                "INPUT": 2,
                "BUTTON": 1
              }
            }
          }
        },
        "items": {
          "onlyFocusable": [],
          "onlyOperable": [
            {
              "tagName": "A",
              "id": "",
              "text": "Skip to main content",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "National Labs",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Offices",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Leadership",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Newsroom",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "About",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Facebook",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Twitter",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Youtube",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Instagram",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Linkedin",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a href=\"/\" tabindex=\"1\" style=\"cursor: default;\"> <img src=\"/themes/particle/di",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Science & Innovation",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Energy Economy",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Security & Safety",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Save Energy, Save Money",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "BUTTON",
              "id": "",
              "text": "button",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "main-content",
              "text": "<a id=\"main-content\" tabindex=\"-1\"></a>",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            }
          ],
          "focusableAndOperable": [
            {
              "tagName": "A",
              "id": "",
              "text": "History",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Organization Chart",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Work with Us",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "INPUT",
              "id": "edit-keywords",
              "text": "<input data-drupal-selector=\"edit-keywords\" type=\"search\" id=\"edit-keywords\" nam",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "INPUT",
              "id": "edit-submit-search",
              "text": "<input data-drupal-selector=\"edit-submit-search\" type=\"submit\" id=\"edit-submit-s",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Energy.gov Home",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Energy Sources",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Clean Energy",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Energy Efficiency",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Artificial Intelligence",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Climate Change",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Vehicles",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "STEM",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Prices & Trends",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Funding & Financing",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "State & Local Government",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Advanced Manufacturing",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Nuclear Security",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Cybersecurity",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Environmental Cleanup",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Emergency Response",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Heating & Cooling",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Weatherization",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Windows, Doors & Skylights",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Design & Remodeling",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Electricity & Fuel",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Start Saving",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Insulation",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Sealing Your Home",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Ventilation",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "BUTTON",
              "id": "",
              "text": "button",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Secretary Granholm and Robert Downey Jr. Collaborate",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Big Opportunities to Expand Pumped Storage Hydropower",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "$2.3B to Modernize America’s Power Grid",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a href=\"https://www.energy.gov/bil/bipartisan-infrastructure-law-homepage\" aria",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Visit our infrastructure law homepage to learn more",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "VIEW ALL",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a class=\"listing-item-image-link\" href=\"/articles/biden-harris-administration-a",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Biden-Harris Administration Announces $56 Million to Advance U.S. Solar Manufact",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Learn more",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a class=\"listing-item-image-link\" href=\"/articles/doe-announces-18-million-stre",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "DOE Announces $18 Million to Streamline Commercialization of Clean Energy Techno",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Learn more",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a class=\"listing-item-image-link\" href=\"/articles/united-states-singapore-joint",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "United States-Singapore Joint Ministerial Statement on Energy Cooperation",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Learn more",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a class=\"listing-item-image-link\" href=\"/articles/biden-harris-administration-l",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Biden-Harris Administration Launches $2.6 Billion Funding Programs To Slash Carb",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Learn more",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Combating the Climate Crisis",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "VIEW MORE",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Creating Clean Energy Union Jobs",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "VIEW MORE",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Promoting Energy Justice",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "VIEW MORE",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a href=\"https://energy.gov/node/4433229\" aria-label=\" \" style=\"cursor: default;",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "COVID-19 response",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Sign Up for Email Updates",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Facebook",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Twitter",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Youtube",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Instagram",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Linkedin",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "About energy.gov",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "History",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "STEM at DOE",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Careers",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Contact Us",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Energy.gov Resources",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Budget & Performance",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Directives, Delegations & Requirements",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "FOIA",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Inspector General",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Privacy Program",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Small Business",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Federal Government",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "The White House",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "USA.gov",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Vote.gov",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Web Policies",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Privacy",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "No Fear Act",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Whistleblower Protection",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Information Quality",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Open Gov",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Accessibility",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Vulnerability Disclosure Program",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            }
          ]
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://www.energy.gov/",
      "what": "URL",
      "result": "https://www.energy.gov/"
    },
    {
      "type": "test",
      "which": "hover",
      "headSize": 20,
      "headSampleSize": 20,
      "tailSampleSize": 15,
      "withItems": true,
      "what": "hover-caused content changes",
      "url": "https://www.energy.gov/",
      "result": {
        "totals": {
          "triggers": 103,
          "headTriggers": 20,
          "tailTriggers": 83,
          "impactTriggers": 5,
          "additions": 56,
          "removals": 0,
          "opacityChanges": 0,
          "opacityImpact": 0,
          "unhoverables": 1
        },
        "items": {
          "head": {
            "impactTriggers": [
              {
                "tagName": "LI",
                "text": "AboutAboutHistoryOrganizationChartWorkwithUs",
                "additions": 7,
                "removals": 0,
                "opacityChanges": 0,
                "opacityImpact": 0
              },
              {
                "tagName": "A",
                "text": "About",
                "additions": 7,
                "removals": 0,
                "opacityChanges": 0,
                "opacityImpact": 0
              },
              {
                "tagName": "LI",
                "text": "Science&InnovationScience&InnovationEnergySourcesC",
                "additions": 16,
                "removals": 0,
                "opacityChanges": 0,
                "opacityImpact": 0
              },
              {
                "tagName": "A",
                "text": "Science&Innovation",
                "additions": 16,
                "removals": 0,
                "opacityChanges": 0,
                "opacityImpact": 0
              },
              {
                "tagName": "LI",
                "text": "EnergyEconomyEnergyEconomyPrices&TrendsFunding&Fin",
                "additions": 10,
                "removals": 0,
                "opacityChanges": 0,
                "opacityImpact": 0
              }
            ],
            "unhoverables": [
              {
                "tagName": "A",
                "id": "",
                "text": "Skiptomaincontent"
              }
            ]
          },
          "tail": {
            "impactTriggers": [],
            "unhoverables": []
          }
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://www.energy.gov/",
      "what": "URL",
      "result": "https://www.energy.gov/"
    },
    {
      "type": "test",
      "which": "labClash",
      "withItems": true,
      "what": "labeling inconsistencies",
      "url": "https://www.energy.gov/",
      "result": {
        "totals": {
          "mislabeled": 1,
          "unlabeled": 0,
          "wellLabeled": 3
        },
        "items": {
          "mislabeled": [
            {
              "index": 0,
              "tagName": "INPUT",
              "type": "search",
              "labelTypes": [
                "aria-label",
                "label"
              ],
              "texts": {
                "attribute": "Search",
                "label": [
                  "Enter the terms you wish to search for."
                ]
              }
            }
          ],
          "unlabeled": [],
          "wellLabeled": [
            {
              "index": 1,
              "tagName": "INPUT",
              "type": "submit",
              "texts": {
                "content": "SEARCH"
              }
            },
            {
              "index": 2,
              "tagName": "BUTTON",
              "type": "submit",
              "labelType": "aria-label",
              "texts": {
                "attribute": "submit",
                "content": "button"
              }
            },
            {
              "index": 3,
              "tagName": "BUTTON",
              "type": "submit",
              "labelType": "aria-label",
              "texts": {
                "attribute": "submit",
                "content": "button"
              }
            }
          ]
        }
      }
    },
    {
      "type": "test",
      "which": "linkUl",
      "withItems": true,
      "what": "adjacent-link underlining",
      "url": "https://www.energy.gov/",
      "result": {
        "totals": {
          "links": 101,
          "adjacent": {
            "total": 93,
            "underlined": 0,
            "underlinedPercent": 0
          }
        },
        "items": {
          "underlined": [],
          "notUnderlined": [
            "Skip to main content",
            "National Labs",
            "Offices",
            "Leadership",
            "Newsroom",
            "About",
            "History",
            "Organization Chart",
            "Work with Us",
            "Facebook",
            "Twitter",
            "Youtube",
            "Instagram",
            "Linkedin",
            "",
            "Energy.gov Home",
            "Science & Innovation",
            "Energy Sources",
            "Clean Energy",
            "Energy Efficiency",
            "Artificial Intelligence",
            "Climate Change",
            "Vehicles",
            "STEM",
            "Energy Economy",
            "Prices & Trends",
            "Funding & Financing",
            "State & Local Government",
            "Advanced Manufacturing",
            "Security & Safety",
            "Nuclear Security",
            "Cybersecurity",
            "Environmental Cleanup",
            "Emergency Response",
            "Save Energy, Save Money",
            "Heating & Cooling",
            "Weatherization",
            "Windows, Doors & Skylights",
            "Design & Remodeling",
            "Electricity & Fuel",
            "Start Saving",
            "Insulation",
            "Sealing Your Home",
            "Ventilation",
            "",
            "Secretary Granholm and Robert Downey Jr. Collaborate",
            "Big Opportunities to Expand Pumped Storage Hydropower",
            "$2.3B to Modernize America’s Power Grid",
            "",
            "Visit our infrastructure law homepage to learn more",
            "VIEW ALL",
            "",
            "Biden-Harris Administration Announces $56 Million to Advance U.S. Solar Manufacturing and Lower Energy Costs",
            "Learn more",
            "",
            "DOE Announces $18 Million to Streamline Commercialization of Clean Energy Technologies",
            "Learn more",
            "",
            "United States-Singapore Joint Ministerial Statement on Energy Cooperation",
            "Learn more",
            "",
            "Biden-Harris Administration Launches $2.6 Billion Funding Programs To Slash Carbon Emissions",
            "Learn more",
            "Combating the Climate Crisis",
            "VIEW MORE",
            "Creating Clean Energy Union Jobs",
            "VIEW MORE",
            "Promoting Energy Justice",
            "VIEW MORE",
            "",
            "COVID-19 response",
            "Sign Up for Email Updates",
            "Facebook",
            "Twitter",
            "Youtube",
            "Instagram",
            "Linkedin",
            "About energy.gov",
            "History",
            "STEM at DOE",
            "Careers",
            "Contact Us",
            "Energy.gov Resources",
            "Budget & Performance",
            "Directives, Delegations & Requirements",
            "FOIA",
            "Inspector General",
            "Privacy Program",
            "Small Business",
            "Federal Government",
            "The White House",
            "USA.gov",
            "Vote.gov"
          ]
        }
      }
    },
    {
      "type": "test",
      "which": "menuNav",
      "withItems": true,
      "what": "keyboard navigation between focusable menu items",
      "url": "https://www.energy.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.energy.gov/",
      "what": "URL",
      "result": "https://www.energy.gov/"
    },
    {
      "type": "test",
      "which": "radioSet",
      "withItems": true,
      "what": "fieldset grouping of radio buttons",
      "url": "https://www.energy.gov/",
      "result": {
        "totals": {
          "total": 0,
          "inSet": 0,
          "percent": "N.A."
        },
        "items": {
          "inSet": [],
          "notInSet": []
        }
      }
    },
    {
      "type": "test",
      "which": "role",
      "what": "roles",
      "url": "https://www.energy.gov/",
      "result": {
        "roleElements": 5,
        "badRoleElements": 3,
        "redundantRoleElements": 2,
        "tagNames": {
          "HEADER": {
            "banner": {
              "bad": 1,
              "redundant": 0
            }
          },
          "NAV": {
            "navigation": {
              "bad": 0,
              "redundant": 1
            }
          },
          "MAIN": {
            "main": {
              "bad": 0,
              "redundant": 1
            }
          },
          "DIV": {
            "article": {
              "bad": 1,
              "redundant": 0
            }
          },
          "FOOTER": {
            "contentinfo": {
              "bad": 1,
              "redundant": 0
            }
          }
        }
      }
    },
    {
      "type": "test",
      "which": "styleDiff",
      "withItems": true,
      "what": "style inconsistencies",
      "url": "https://www.energy.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": 2
          },
          "adjacentLink": {
            "total": 93,
            "subtotals": [
              76,
              15,
              2
            ]
          },
          "listLink": {
            "total": 8
          },
          "h2": {
            "total": 5,
            "subtotals": [
              4,
              1
            ]
          },
          "h3": {
            "total": 3
          },
          "h4": {
            "total": 3
          }
        },
        "items": {
          "adjacentLink": {
            "fontWeight": {
              "400": [
                "Skip to main content",
                "National Labs",
                "Offices",
                "Leadership",
                "Newsroom",
                "About",
                "History",
                "Organization Chart",
                "Work with Us",
                "Facebook",
                "Twitter",
                "Youtube",
                "Instagram",
                "Linkedin",
                "",
                "Energy Sources",
                "Clean Energy",
                "Energy Efficiency",
                "Artificial Intelligence",
                "Climate Change",
                "Vehicles",
                "STEM",
                "Prices & Trends",
                "Funding & Financing",
                "State & Local Government",
                "Advanced Manufacturing",
                "Nuclear Security",
                "Cybersecurity",
                "Environmental Cleanup",
                "Emergency Response",
                "Heating & Cooling",
                "Weatherization",
                "Windows, Doors & Skylights",
                "Design & Remodeling",
                "Electricity & Fuel",
                "Start Saving",
                "Insulation",
                "Sealing Your Home",
                "Ventilation",
                "",
                "",
                "VIEW ALL",
                "",
                "Learn more",
                "",
                "Learn more",
                "",
                "Learn more",
                "",
                "Learn more",
                "Combating the Climate Crisis",
                "VIEW MORE",
                "Creating Clean Energy Union Jobs",
                "VIEW MORE",
                "Promoting Energy Justice",
                "VIEW MORE",
                "",
                "Sign Up for Email Updates",
                "Facebook",
                "Twitter",
                "Youtube",
                "Instagram",
                "Linkedin",
                "History",
                "STEM at DOE",
                "Careers",
                "Contact Us",
                "Budget & Performance",
                "Directives, Delegations & Requirements",
                "FOIA",
                "Inspector General",
                "Privacy Program",
                "Small Business",
                "The White House",
                "USA.gov",
                "Vote.gov"
              ],
              "600": [
                "Visit our infrastructure law homepage to learn more",
                "COVID-19 response"
              ],
              "700": [
                "Energy.gov Home",
                "Science & Innovation",
                "Energy Economy",
                "Security & Safety",
                "Save Energy, Save Money",
                "Secretary Granholm and Robert Downey Jr. Collaborate",
                "Big Opportunities to Expand Pumped Storage Hydropower",
                "$2.3B to Modernize America’s Power Grid",
                "Biden-Harris Administration Announces $56 Million to Advance U.S. Solar Manufacturing and Lower Energy Costs",
                "DOE Announces $18 Million to Streamline Commercialization of Clean Energy Technologies",
                "United States-Singapore Joint Ministerial Statement on Energy Cooperation",
                "Biden-Harris Administration Launches $2.6 Billion Funding Programs To Slash Carbon Emissions",
                "About energy.gov",
                "Energy.gov Resources",
                "Federal Government"
              ]
            }
          },
          "h2": {
            "color": {
              "rgb(0, 0, 0)": [
                "Main navigation"
              ],
              "rgb(41, 41, 41)": [
                "Bipartisan Infrastructure Law",
                "News & Blog",
                "Priorities",
                "Coronavirus Response"
              ]
            }
          }
        }
      }
    },
    {
      "type": "test",
      "which": "tabNav",
      "withItems": true,
      "what": "keyboard navigation between tab elements",
      "url": "https://www.energy.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.energy.gov/",
      "result": {
        "totals": {
          "total": 13,
          "tagNames": {
            "UL": 5,
            "NAV": 1,
            "DIV": 5,
            "FORM": 1,
            "FOOTER": 1
          }
        },
        "items": [
          {
            "tagName": "UL",
            "id": "",
            "text": "History Organization Chart Work with Us"
          },
          {
            "tagName": "NAV",
            "id": "",
            "text": "Enter the terms you wish to search for. Main navigation Energy.gov Home Science & Innovation Science"
          },
          {
            "tagName": "DIV",
            "id": "main-nav",
            "text": "Enter the terms you wish to search for. Main navigation Energy.gov Home Science & Innovation Science"
          },
          {
            "tagName": "FORM",
            "id": "views-exposed-form-search-page-1",
            "text": "Enter the terms you wish to search for."
          },
          {
            "tagName": "UL",
            "id": "",
            "text": "Energy Sources Clean Energy Energy Efficiency Artificial Intelligence Climate Change Vehicles STEM"
          },
          {
            "tagName": "UL",
            "id": "",
            "text": "Prices & Trends Funding & Financing State & Local Government Advanced Manufacturing"
          },
          {
            "tagName": "UL",
            "id": "",
            "text": "Nuclear Security Cybersecurity Environmental Cleanup Emergency Response"
          },
          {
            "tagName": "UL",
            "id": "",
            "text": "Heating & Cooling Weatherization Windows, Doors & Skylights Design & Remodeling Electricity & Fuel S"
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": "Bipartisan Infrastructure Law The Department of Energy is delivering a clean energy future that crea"
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": "Combating the Climate Crisis There is no greater challenge facing our nation and our planet than the"
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": "Creating Clean Energy Union Jobs Revitalize the U.S. energy and manufacturing sectors and create mil"
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": "Promoting Energy Justice The clean energy revolution must make sure those who have suffered the most"
          },
          {
            "tagName": "FOOTER",
            "id": "",
            "text": "1000 Independence Ave. SW\nWashington DC 20585\n202-586-5000 Sign Up for Email Updates Facebook Twitte"
          }
        ]
      }
    },
    {
      "type": "test",
      "which": "alfa",
      "what": "alfa",
      "url": "https://www.energy.gov/",
      "result": {
        "totals": {
          "failures": 13,
          "warnings": 30
        },
        "items": [
          {
            "index": 21,
            "verdict": "failed",
            "rule": {
              "ruleID": "r11",
              "ruleSummary": "Links have an accessible name",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r11",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#link-purpose-in-context",
                  "chapter": "2.4.4",
                  "title": "Link Purpose (In Context)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG/#link-purpose-link-only",
                  "chapter": "2.4.9",
                  "title": "Link Purpose (Link Only)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG/#name-role-value",
                  "chapter": "4.1.2",
                  "title": "Name, Role, Value"
                },
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G91",
                  "name": "G91",
                  "title": "Providing link text that describes the purpose of a link"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/main[1]/section[1]/div[1]/div[1]/div[1]/div[1]/main[1]/div[1]/section[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]",
              "codeLines": [
                "<a href=\"https://www.energy.gov/bil/bipartisan-infrastructure-law-homepage\" aria-label=\"",
                "                  ",
                "",
                "  ",
                "",
                "",
                "                  \">",
                "  <img src=\"https://www.energy.gov/sites/default/files/styles/full_article_width/public/2021-11/tra...",
                "</a>"
              ]
            }
          },
          {
            "index": 42,
            "verdict": "failed",
            "rule": {
              "ruleID": "r11",
              "ruleSummary": "Links have an accessible name",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r11",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#link-purpose-in-context",
                  "chapter": "2.4.4",
                  "title": "Link Purpose (In Context)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG/#link-purpose-link-only",
                  "chapter": "2.4.9",
                  "title": "Link Purpose (Link Only)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG/#name-role-value",
                  "chapter": "4.1.2",
                  "title": "Name, Role, Value"
                },
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G91",
                  "name": "G91",
                  "title": "Providing link text that describes the purpose of a link"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/main[1]/section[1]/div[1]/div[1]/div[1]/div[1]/main[1]/div[1]/section[6]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]",
              "codeLines": [
                "<a href=\"https://energy.gov/node/4433229\" aria-label=\"",
                "                  ",
                "",
                "  ",
                "",
                "",
                "                  \">",
                "  <img src=\"https://www.energy.gov/sites/default/files/styles/full_article_width/public/2021/02/f83...",
                "</a>"
              ]
            }
          },
          {
            "index": 77,
            "verdict": "failed",
            "rule": {
              "ruleID": "r14",
              "ruleSummary": "Visible labels are included in accessible names",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r14",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#label-in-name",
                  "chapter": "2.5.3",
                  "title": "Label in Name"
                },
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G208",
                  "name": "G208",
                  "title": "Including the text of the visible label as part of the accessible name"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/main[1]/section[1]/div[1]/div[1]/div[1]/div[1]/main[1]/div[1]/section[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/h3[2]/a[1]",
              "codeLines": [
                "<a aria-label=\"Link to Bipartisan Infrastructure Law homepage\" href=\"/infrastructurelaw\">",
                "  Visit our infrastructure law homepage to learn more",
                "</a>"
              ]
            }
          },
          {
            "index": 80,
            "verdict": "failed",
            "rule": {
              "ruleID": "r14",
              "ruleSummary": "Visible labels are included in accessible names",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r14",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#label-in-name",
                  "chapter": "2.5.3",
                  "title": "Label in Name"
                },
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G208",
                  "name": "G208",
                  "title": "Including the text of the visible label as part of the accessible name"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/main[1]/section[1]/div[1]/div[1]/div[1]/div[1]/main[1]/div[1]/section[3]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/a[2]",
              "codeLines": [
                "<a href=\"/articles/biden-harris-administration-announces-56-million-advance-us-solar-manufacturing-...",
                "  Learn more",
                "</a>"
              ]
            }
          },
          {
            "index": 82,
            "verdict": "failed",
            "rule": {
              "ruleID": "r14",
              "ruleSummary": "Visible labels are included in accessible names",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r14",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#label-in-name",
                  "chapter": "2.5.3",
                  "title": "Label in Name"
                },
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G208",
                  "name": "G208",
                  "title": "Including the text of the visible label as part of the accessible name"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/main[1]/section[1]/div[1]/div[1]/div[1]/div[1]/main[1]/div[1]/section[3]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/a[2]",
              "codeLines": [
                "<a href=\"/articles/doe-announces-18-million-streamline-commercialization-clean-energy-technologies\"...",
                "  Learn more",
                "</a>"
              ]
            }
          },
          {
            "index": 84,
            "verdict": "failed",
            "rule": {
              "ruleID": "r14",
              "ruleSummary": "Visible labels are included in accessible names",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r14",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#label-in-name",
                  "chapter": "2.5.3",
                  "title": "Label in Name"
                },
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G208",
                  "name": "G208",
                  "title": "Including the text of the visible label as part of the accessible name"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/main[1]/section[1]/div[1]/div[1]/div[1]/div[1]/main[1]/div[1]/section[3]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/a[2]",
              "codeLines": [
                "<a href=\"/articles/united-states-singapore-joint-ministerial-statement-energy-cooperation\" class=\"m...",
                "  Learn more",
                "</a>"
              ]
            }
          },
          {
            "index": 86,
            "verdict": "failed",
            "rule": {
              "ruleID": "r14",
              "ruleSummary": "Visible labels are included in accessible names",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r14",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#label-in-name",
                  "chapter": "2.5.3",
                  "title": "Label in Name"
                },
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G208",
                  "name": "G208",
                  "title": "Including the text of the visible label as part of the accessible name"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/main[1]/section[1]/div[1]/div[1]/div[1]/div[1]/main[1]/div[1]/section[3]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[2]/a[2]",
              "codeLines": [
                "<a href=\"/articles/biden-harris-administration-launches-26-billion-funding-programs-slash-carbon-em...",
                "  Learn more",
                "</a>"
              ]
            }
          },
          {
            "index": 88,
            "verdict": "failed",
            "rule": {
              "ruleID": "r14",
              "ruleSummary": "Visible labels are included in accessible names",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r14",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#label-in-name",
                  "chapter": "2.5.3",
                  "title": "Label in Name"
                },
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G208",
                  "name": "G208",
                  "title": "Including the text of the visible label as part of the accessible name"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/main[1]/section[1]/div[1]/div[1]/div[1]/div[1]/main[1]/div[1]/section[4]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]",
              "codeLines": [
                "<a class=\"view-more\" href=\"/combating-climate-crisis\" title=\"Combating the Climate Crisis\" aria-lab...",
                "  VIEW MORE",
                "</a>"
              ]
            }
          },
          {
            "index": 90,
            "verdict": "failed",
            "rule": {
              "ruleID": "r14",
              "ruleSummary": "Visible labels are included in accessible names",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r14",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#label-in-name",
                  "chapter": "2.5.3",
                  "title": "Label in Name"
                },
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G208",
                  "name": "G208",
                  "title": "Including the text of the visible label as part of the accessible name"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/main[1]/section[1]/div[1]/div[1]/div[1]/div[1]/main[1]/div[1]/section[4]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]",
              "codeLines": [
                "<a class=\"view-more\" href=\"/creating-clean-energy-union-jobs\" title=\"Creating Clean Energy Union Jo...",
                "  VIEW MORE",
                "</a>"
              ]
            }
          },
          {
            "index": 92,
            "verdict": "failed",
            "rule": {
              "ruleID": "r14",
              "ruleSummary": "Visible labels are included in accessible names",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r14",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#label-in-name",
                  "chapter": "2.5.3",
                  "title": "Label in Name"
                },
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G208",
                  "name": "G208",
                  "title": "Including the text of the visible label as part of the accessible name"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/main[1]/section[1]/div[1]/div[1]/div[1]/div[1]/main[1]/div[1]/section[4]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]",
              "codeLines": [
                "<a class=\"view-more\" href=\"/promoting-energy-justice\" title=\"Promoting Energy Justice\" aria-label=\"...",
                "  VIEW MORE",
                "</a>"
              ]
            }
          },
          {
            "index": 498,
            "verdict": "failed",
            "rule": {
              "ruleID": "r61",
              "ruleSummary": "Documents start with a level 1 heading",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r61",
              "requirements": []
            },
            "target": {
              "type": "document",
              "tagName": "",
              "path": "/",
              "codeLines": [
                "#document",
                "  <!doctype html>",
                "...",
                "  </html>"
              ]
            }
          },
          {
            "index": 591,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/main[1]/section[1]/div[1]/div[1]/div[1]/div[1]/main[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h2[1]/text()[1]",
              "codeLines": [
                "Bipartisan Infrastructure Law"
              ]
            }
          },
          {
            "index": 592,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/main[1]/section[1]/div[1]/div[1]/div[1]/div[1]/main[1]/div[1]/section[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/h3[1]/text()[1]",
              "codeLines": [
                "The Department of Energy is delivering a clean energy future that creates good-paying, union jobs f..."
              ]
            }
          },
          {
            "index": 593,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/main[1]/section[1]/div[1]/div[1]/div[1]/div[1]/main[1]/div[1]/section[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h2[1]/text()[1]",
              "codeLines": [
                "News & Blog"
              ]
            }
          },
          {
            "index": 594,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/main[1]/section[1]/div[1]/div[1]/div[1]/div[1]/main[1]/div[1]/section[3]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/text()[1]",
              "codeLines": [
                "July 14, 2022"
              ]
            }
          },
          {
            "index": 595,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/main[1]/section[1]/div[1]/div[1]/div[1]/div[1]/main[1]/div[1]/section[3]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/text()[1]",
              "codeLines": [
                "New Investments Will Build on Bipartisan Infrastructure Law Funding to Bolster Clean Energy Supply ..."
              ]
            }
          },
          {
            "index": 596,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/main[1]/section[1]/div[1]/div[1]/div[1]/div[1]/main[1]/div[1]/section[3]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[2]/text()[1]",
              "codeLines": [
                "July 14, 2022"
              ]
            }
          },
          {
            "index": 597,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/main[1]/section[1]/div[1]/div[1]/div[1]/div[1]/main[1]/div[1]/section[3]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[3]/text()[1]",
              "codeLines": [
                "New DOE Technology Commercialization Fund Initiative Prioritizes Collaboration Across National Labo..."
              ]
            }
          },
          {
            "index": 598,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/main[1]/section[1]/div[1]/div[1]/div[1]/div[1]/main[1]/div[1]/section[3]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]/text()[1]",
              "codeLines": [
                "July 14, 2022"
              ]
            }
          },
          {
            "index": 599,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/main[1]/section[1]/div[1]/div[1]/div[1]/div[1]/main[1]/div[1]/section[3]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/div[3]/text()[1]",
              "codeLines": [
                "United States Secretary of Energy Jennifer M. Granholm and Singapore Second Minister of Trade and I..."
              ]
            }
          },
          {
            "index": 600,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/main[1]/section[1]/div[1]/div[1]/div[1]/div[1]/main[1]/div[1]/section[3]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[2]/div[2]/text()[1]",
              "codeLines": [
                "July 13, 2022"
              ]
            }
          },
          {
            "index": 601,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/main[1]/section[1]/div[1]/div[1]/div[1]/div[1]/main[1]/div[1]/section[3]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[2]/div[3]/text()[1]",
              "codeLines": [
                "Two Bipartisan Infrastructure Law Programs Will Decarbonize Power Generation and Heavy Industries, ..."
              ]
            }
          },
          {
            "index": 602,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/main[1]/section[1]/div[1]/div[1]/div[1]/div[1]/main[1]/div[1]/section[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h2[1]/text()[1]",
              "codeLines": [
                "Priorities"
              ]
            }
          },
          {
            "index": 606,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/main[1]/section[1]/div[1]/div[1]/div[1]/div[1]/main[1]/div[1]/section[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h2[1]/text()[1]",
              "codeLines": [
                "Coronavirus Response"
              ]
            }
          },
          {
            "index": 607,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/main[1]/section[1]/div[1]/div[1]/div[1]/div[1]/main[1]/div[1]/section[6]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/h3[1]/text()[1]",
              "codeLines": [
                "Follow DOE's"
              ]
            }
          },
          {
            "index": 608,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/main[1]/section[1]/div[1]/div[1]/div[1]/div[1]/main[1]/div[1]/section[6]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/h3[1]/text()[2]",
              "codeLines": [
                "for updates as we actively monitor the situation and coordinate with the White House."
              ]
            }
          },
          {
            "index": 614,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/main[1]/section[1]/div[1]/div[1]/div[1]/div[1]/main[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h2[1]/text()[1]",
              "codeLines": [
                "Bipartisan Infrastructure Law"
              ]
            }
          },
          {
            "index": 615,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/main[1]/section[1]/div[1]/div[1]/div[1]/div[1]/main[1]/div[1]/section[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/h3[1]/text()[1]",
              "codeLines": [
                "The Department of Energy is delivering a clean energy future that creates good-paying, union jobs f..."
              ]
            }
          },
          {
            "index": 616,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/main[1]/section[1]/div[1]/div[1]/div[1]/div[1]/main[1]/div[1]/section[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h2[1]/text()[1]",
              "codeLines": [
                "News & Blog"
              ]
            }
          },
          {
            "index": 617,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/main[1]/section[1]/div[1]/div[1]/div[1]/div[1]/main[1]/div[1]/section[3]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/text()[1]",
              "codeLines": [
                "July 14, 2022"
              ]
            }
          },
          {
            "index": 618,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/main[1]/section[1]/div[1]/div[1]/div[1]/div[1]/main[1]/div[1]/section[3]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/text()[1]",
              "codeLines": [
                "New Investments Will Build on Bipartisan Infrastructure Law Funding to Bolster Clean Energy Supply ..."
              ]
            }
          },
          {
            "index": 619,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/main[1]/section[1]/div[1]/div[1]/div[1]/div[1]/main[1]/div[1]/section[3]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[2]/text()[1]",
              "codeLines": [
                "July 14, 2022"
              ]
            }
          },
          {
            "index": 620,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/main[1]/section[1]/div[1]/div[1]/div[1]/div[1]/main[1]/div[1]/section[3]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[3]/text()[1]",
              "codeLines": [
                "New DOE Technology Commercialization Fund Initiative Prioritizes Collaboration Across National Labo..."
              ]
            }
          },
          {
            "index": 621,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/main[1]/section[1]/div[1]/div[1]/div[1]/div[1]/main[1]/div[1]/section[3]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]/text()[1]",
              "codeLines": [
                "July 14, 2022"
              ]
            }
          },
          {
            "index": 622,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/main[1]/section[1]/div[1]/div[1]/div[1]/div[1]/main[1]/div[1]/section[3]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/div[3]/text()[1]",
              "codeLines": [
                "United States Secretary of Energy Jennifer M. Granholm and Singapore Second Minister of Trade and I..."
              ]
            }
          },
          {
            "index": 623,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/main[1]/section[1]/div[1]/div[1]/div[1]/div[1]/main[1]/div[1]/section[3]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[2]/div[2]/text()[1]",
              "codeLines": [
                "July 13, 2022"
              ]
            }
          },
          {
            "index": 624,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/main[1]/section[1]/div[1]/div[1]/div[1]/div[1]/main[1]/div[1]/section[3]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[2]/div[3]/text()[1]",
              "codeLines": [
                "Two Bipartisan Infrastructure Law Programs Will Decarbonize Power Generation and Heavy Industries, ..."
              ]
            }
          },
          {
            "index": 625,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/main[1]/section[1]/div[1]/div[1]/div[1]/div[1]/main[1]/div[1]/section[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h2[1]/text()[1]",
              "codeLines": [
                "Priorities"
              ]
            }
          },
          {
            "index": 629,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/main[1]/section[1]/div[1]/div[1]/div[1]/div[1]/main[1]/div[1]/section[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h2[1]/text()[1]",
              "codeLines": [
                "Coronavirus Response"
              ]
            }
          },
          {
            "index": 630,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/main[1]/section[1]/div[1]/div[1]/div[1]/div[1]/main[1]/div[1]/section[6]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/h3[1]/text()[1]",
              "codeLines": [
                "Follow DOE's"
              ]
            }
          },
          {
            "index": 631,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/main[1]/section[1]/div[1]/div[1]/div[1]/div[1]/main[1]/div[1]/section[6]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/h3[1]/text()[2]",
              "codeLines": [
                "for updates as we actively monitor the situation and coordinate with the White House."
              ]
            }
          },
          {
            "index": 690,
            "verdict": "failed",
            "rule": {
              "ruleID": "r78",
              "ruleSummary": "Headings of same level have text content between them",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r78",
              "requirements": []
            },
            "target": {
              "type": "element",
              "tagName": "h3",
              "path": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/main[1]/section[1]/div[1]/div[1]/div[1]/div[1]/main[1]/div[1]/section[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/h3[1]",
              "codeLines": [
                "<h3>",
                "  The Department of Energy is delivering a clean energy future that creates good-paying, union jobs...",
                "</h3>"
              ]
            }
          },
          {
            "index": 691,
            "verdict": "failed",
            "rule": {
              "ruleID": "r78",
              "ruleSummary": "Headings of same level have text content between them",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r78",
              "requirements": []
            },
            "target": {
              "type": "element",
              "tagName": "h3",
              "path": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/main[1]/section[1]/div[1]/div[1]/div[1]/div[1]/main[1]/div[1]/section[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/h3[2]",
              "codeLines": [
                "<h3>",
                "  <a aria-label=\"Link to Bipartisan Infrastructure Law homepage\" href=\"/infrastructurelaw\">",
                "    Visit our infrastructure law homepage to learn more",
                "  </a>",
                "</h3>"
              ]
            }
          }
        ]
      }
    },
    {
      "type": "test",
      "which": "axe",
      "detailLevel": 2,
      "rules": [],
      "what": "Axe",
      "url": "https://www.energy.gov/",
      "result": {
        "totals": {
          "rulesNA": 46,
          "rulesPassed": 48,
          "rulesWarned": 3,
          "rulesViolated": 7,
          "warnings": {
            "minor": 24,
            "moderate": 0,
            "serious": 64,
            "critical": 0
          },
          "violations": {
            "minor": 0,
            "moderate": 5,
            "serious": 51,
            "critical": 0
          }
        },
        "details": {
          "testEngine": {
            "name": "axe-core",
            "version": "4.4.2"
          },
          "testRunner": {
            "name": "axe"
          },
          "testEnvironment": {
            "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/102.0.5005.40 Safari/537.36",
            "windowWidth": 1280,
            "windowHeight": 720,
            "orientationAngle": 90,
            "orientationType": "landscape-primary"
          },
          "timestamp": "2022-07-17T21:57:31.787Z",
          "url": "https://www.energy.gov/",
          "toolOptions": {
            "resultTypes": [
              "violations",
              "incomplete"
            ],
            "runOnly": {
              "type": "tag",
              "values": [
                "experimental",
                "best-practice",
                "wcag2a",
                "wcag2aa",
                "wcag2aaa",
                "wcag21a",
                "wcag21aa",
                "wcag21aaa"
              ]
            },
            "reporter": "v1"
          },
          "incomplete": [
            {
              "id": "color-contrast-enhanced",
              "impact": "serious",
              "tags": [
                "cat.color",
                "wcag2aaa",
                "wcag146"
              ],
              "description": "Ensures the contrast between foreground and background colors meets WCAG 2 AAA contrast ratio thresholds",
              "help": "Elements must have sufficient color contrast",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/color-contrast-enhanced?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#000000",
                        "contrastRatio": 0,
                        "fontSize": "10.5pt (14px)",
                        "fontWeight": "bold",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<span>Save Energy, Save Money</span>",
                          "target": [
                            ".icon > span"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span>Save Energy, Save Money</span>",
                  "target": [
                    ".icon > span"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "37.5pt (50px)",
                        "fontWeight": "bold",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"featured-content-overlay\">",
                          "target": [
                            ".texture-box--image-860795 > .featured-content-overlay"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/articles/us-energy-secretary-granholm-teams-robert-downey-jr-linkedin-account-launch-video\">                        Secretary Granholm and Robert Downey Jr. Collaborate\n                      </a>",
                  "target": [
                    ".featured-grid-item-title > a"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background gradient"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "18.0pt (24px)",
                        "fontWeight": "bold",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"featured-content-overlay\">",
                          "target": [
                            ".texture-box--image-158753 > .featured-content-overlay"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/eere/water/articles/wpto-studies-find-big-opportunities-expand-pumped-storage-hydropower\">                        Big Opportunities to Expand Pumped Storage Hydropower\n                      </a>",
                  "target": [
                    ".texture-box--image-158753 > .featured-content-overlay > .featured-grid-item-title > .default > a"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background gradient"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "18.0pt (24px)",
                        "fontWeight": "bold",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"featured-content-overlay\">",
                          "target": [
                            ".texture-box--image-605512 > .featured-content-overlay"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/articles/biden-administration-announces-23-billion-states-and-tribes-strengthen-and-modernize\">                        $2.3B to Modernize America’s Power Grid\n                      </a>",
                  "target": [
                    ".texture-box--image-605512 > .featured-content-overlay > .featured-grid-item-title > .default > a"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background gradient"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#292929",
                        "contrastRatio": 0,
                        "fontSize": "30.0pt (40px)",
                        "fontWeight": "bold",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<section class=\"layout\" style=\"background-color: #FFFFFF; background-image: url()\">",
                          "target": [
                            ".layout:nth-child(1)"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<h2 class=\"block block-layout-builder block-inline-blockbasic\">\n      \n      Bipartisan Infrastructure Law\n              </h2>",
                  "target": [
                    ".layout:nth-child(1) > .container > .row > .col > .layout-inner-content > .block-inline-blockbasic.block-layout-builder.block > .paragraph-reference-heading-wrapper.paragraph-reference-heading-wrapper-- > h2"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#292929",
                        "contrastRatio": 0,
                        "fontSize": "21.0pt (28px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<section class=\"layout layout--33-66\" style=\"background-color: #FFFFFF; background-image: url()\">",
                          "target": [
                            ".layout--33-66.layout:nth-child(2)"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<h3>The Department of Energy is delivering a clean energy future that creates good-paying, union jobs for communities in every pocket of the United States.</h3>",
                  "target": [
                    ".layout--33-66.layout:nth-child(2) > .container--2up.container--cols.container--gap-lg > .row > .col:nth-child(2) > div > .block-inline-blockbasic.block-layout-builder.block > .field--body.field--text_default.field > div > h3:nth-child(1)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#127ea8",
                        "contrastRatio": 0,
                        "fontSize": "21.0pt (28px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<section class=\"layout layout--33-66\" style=\"background-color: #FFFFFF; background-image: url()\">",
                          "target": [
                            ".layout--33-66.layout:nth-child(2)"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a aria-label=\"Link to Bipartisan Infrastructure Law homepage\" href=\"/infrastructurelaw\">Visit our infrastructure law homepage to learn more</a>",
                  "target": [
                    "a[href$=\"infrastructurelaw\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#292929",
                        "contrastRatio": 0,
                        "fontSize": "30.0pt (40px)",
                        "fontWeight": "bold",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<section class=\"layout\" style=\"background-color: #FFFFFF; background-image: url()\">",
                          "target": [
                            ".layout:nth-child(3)"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<h2 class=\"block block-layout-builder block-inline-blockbasic\">\n      \n      News &amp; Blog\n              </h2>",
                  "target": [
                    ".layout:nth-child(3) > .container > .row > .col > .layout-inner-content > .block-inline-blockbasic.block-layout-builder.block > .paragraph-reference-heading-wrapper.paragraph-reference-heading-wrapper-- > h2"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#127ea8",
                        "contrastRatio": 0,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a href=\"/listings/news-blog\" class=\"view-all-link\" aria-label=\"VIEW ALL\">VIEW ALL</a>",
                          "target": [
                            ".view-all-link"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/listings/news-blog\" class=\"view-all-link\" aria-label=\"VIEW ALL\">VIEW ALL</a>",
                  "target": [
                    ".view-all-link"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#000000",
                        "contrastRatio": 0,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "bold",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<section class=\"layout\" style=\"background-color: #FFFFFF; background-image: url()\">",
                          "target": [
                            ".layout:nth-child(3)"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a class=\"listing-item-link\" href=\"/articles/biden-harris-administration-announces-56-million-advance-us-solar-manufacturing-and-lower\" aria-label=\"      Biden-Harris Administration Announces $56 Million to Advance U.S. Solar Manufacturing and Lower Energy Costs\n    \">",
                  "target": [
                    ".listing-column:nth-child(1) > .listing-item--odd.listing-item > .listing-item-link"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#292929",
                        "contrastRatio": 0,
                        "fontSize": "10.5pt (14px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<section class=\"layout\" style=\"background-color: #FFFFFF; background-image: url()\">",
                          "target": [
                            ".layout:nth-child(3)"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<div class=\"listing-item-date\">July 14, 2022</div>",
                  "target": [
                    ".listing-column:nth-child(1) > .listing-item--odd.listing-item > .listing-item-date"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#292929",
                        "contrastRatio": 0,
                        "fontSize": "13.5pt (18px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<section class=\"layout\" style=\"background-color: #FFFFFF; background-image: url()\">",
                          "target": [
                            ".layout:nth-child(3)"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<div class=\"listing-item-summary\">New Investments Will Build on Bipartisan Infrastructure Law Funding to Bolster Clean Energy Supply Chains, Increase Energy Security, and Lower Electricity Bills</div>",
                  "target": [
                    ".listing-column:nth-child(1) > .listing-item--odd.listing-item > .listing-item-summary"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#127ea8",
                        "contrastRatio": 0,
                        "fontSize": "13.5pt (18px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<section class=\"layout\" style=\"background-color: #FFFFFF; background-image: url()\">",
                          "target": [
                            ".layout:nth-child(3)"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/articles/biden-harris-administration-announces-56-million-advance-us-solar-manufacturing-and-lower\" class=\"more-link\" aria-label=\"Read more about Biden-Harris Administration Announces $56 Million to Advance U.S. Solar Manufacturing and Lower Energy Costs\" title=\"Read more about Biden-Harris Administration Announces $56 Million to Advance U.S. Solar Manufacturing and Lower Energy Costs\">",
                  "target": [
                    ".listing-column:nth-child(1) > .listing-item--odd.listing-item > .more-link"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#000000",
                        "contrastRatio": 0,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "bold",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<section class=\"layout\" style=\"background-color: #FFFFFF; background-image: url()\">",
                          "target": [
                            ".layout:nth-child(3)"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a class=\"listing-item-link\" href=\"/articles/doe-announces-18-million-streamline-commercialization-clean-energy-technologies\" aria-label=\"      DOE Announces $18 Million to Streamline Commercialization of Clean Energy Technologies\n    \">",
                  "target": [
                    ".listing-column:nth-child(1) > .listing-item--even.listing-item > .listing-item-link"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#292929",
                        "contrastRatio": 0,
                        "fontSize": "10.5pt (14px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<section class=\"layout\" style=\"background-color: #FFFFFF; background-image: url()\">",
                          "target": [
                            ".layout:nth-child(3)"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<div class=\"listing-item-date\">July 14, 2022</div>",
                  "target": [
                    ".listing-column:nth-child(1) > .listing-item--even.listing-item > .listing-item-date"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#292929",
                        "contrastRatio": 0,
                        "fontSize": "13.5pt (18px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<section class=\"layout\" style=\"background-color: #FFFFFF; background-image: url()\">",
                          "target": [
                            ".layout:nth-child(3)"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<div class=\"listing-item-summary\">New DOE Technology Commercialization Fund Initiative Prioritizes Collaboration Across National Laboratories to Support Demand for Emerging Clean Energy Sources</div>",
                  "target": [
                    ".listing-column:nth-child(1) > .listing-item--even.listing-item > .listing-item-summary"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#127ea8",
                        "contrastRatio": 0,
                        "fontSize": "13.5pt (18px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<section class=\"layout\" style=\"background-color: #FFFFFF; background-image: url()\">",
                          "target": [
                            ".layout:nth-child(3)"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/articles/doe-announces-18-million-streamline-commercialization-clean-energy-technologies\" class=\"more-link\" aria-label=\"Read more about DOE Announces $18 Million to Streamline Commercialization of Clean Energy Technologies\" title=\"Read more about DOE Announces $18 Million to Streamline Commercialization of Clean Energy Technologies\">",
                  "target": [
                    ".listing-column:nth-child(1) > .listing-item--even.listing-item > .more-link"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#000000",
                        "contrastRatio": 0,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "bold",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<section class=\"layout\" style=\"background-color: #FFFFFF; background-image: url()\">",
                          "target": [
                            ".layout:nth-child(3)"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a class=\"listing-item-link\" href=\"/articles/united-states-singapore-joint-ministerial-statement-energy-cooperation\" aria-label=\"      United States-Singapore Joint Ministerial Statement on Energy Cooperation\n    \">",
                  "target": [
                    ".listing-column:nth-child(2) > .listing-item--odd.listing-item > .listing-item-link"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#292929",
                        "contrastRatio": 0,
                        "fontSize": "10.5pt (14px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<section class=\"layout\" style=\"background-color: #FFFFFF; background-image: url()\">",
                          "target": [
                            ".layout:nth-child(3)"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<div class=\"listing-item-date\">July 14, 2022</div>",
                  "target": [
                    ".listing-column:nth-child(2) > .listing-item--odd.listing-item > .listing-item-date"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#292929",
                        "contrastRatio": 0,
                        "fontSize": "13.5pt (18px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<section class=\"layout\" style=\"background-color: #FFFFFF; background-image: url()\">",
                          "target": [
                            ".layout:nth-child(3)"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<div class=\"listing-item-summary\">United States Secretary of Energy Jennifer M. Granholm and Singapore Second Minister of Trade and Industry Dr. Tan See Leng met in Singapore at the sidelines of the U.S.-Southeast Asia Clean Energy Roundtable on July 14, 2022.</div>",
                  "target": [
                    ".listing-column:nth-child(2) > .listing-item--odd.listing-item > .listing-item-summary"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#127ea8",
                        "contrastRatio": 0,
                        "fontSize": "13.5pt (18px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<section class=\"layout\" style=\"background-color: #FFFFFF; background-image: url()\">",
                          "target": [
                            ".layout:nth-child(3)"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/articles/united-states-singapore-joint-ministerial-statement-energy-cooperation\" class=\"more-link\" aria-label=\"Read more about United States-Singapore Joint Ministerial Statement on Energy Cooperation\" title=\"Read more about United States-Singapore Joint Ministerial Statement on Energy Cooperation\">",
                  "target": [
                    ".listing-column:nth-child(2) > .listing-item--odd.listing-item > .more-link"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#000000",
                        "contrastRatio": 0,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "bold",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<section class=\"layout\" style=\"background-color: #FFFFFF; background-image: url()\">",
                          "target": [
                            ".layout:nth-child(3)"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a class=\"listing-item-link\" href=\"/articles/biden-harris-administration-launches-26-billion-funding-programs-slash-carbon-emissions\" aria-label=\"      Biden-Harris Administration Launches $2.6 Billion Funding Programs To Slash Carbon Emissions\n    \">",
                  "target": [
                    ".listing-column:nth-child(2) > .listing-item--even.listing-item > .listing-item-link"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#292929",
                        "contrastRatio": 0,
                        "fontSize": "10.5pt (14px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<section class=\"layout\" style=\"background-color: #FFFFFF; background-image: url()\">",
                          "target": [
                            ".layout:nth-child(3)"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<div class=\"listing-item-date\">July 13, 2022</div>",
                  "target": [
                    ".listing-column:nth-child(2) > .listing-item--even.listing-item > .listing-item-date"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#292929",
                        "contrastRatio": 0,
                        "fontSize": "13.5pt (18px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<section class=\"layout\" style=\"background-color: #FFFFFF; background-image: url()\">",
                          "target": [
                            ".layout:nth-child(3)"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<div class=\"listing-item-summary\">Two Bipartisan Infrastructure Law Programs Will Decarbonize Power Generation and Heavy Industries, Create Regional Transport Networks for Captured CO2 Emissions </div>",
                  "target": [
                    ".listing-column:nth-child(2) > .listing-item--even.listing-item > .listing-item-summary"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#127ea8",
                        "contrastRatio": 0,
                        "fontSize": "13.5pt (18px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<section class=\"layout\" style=\"background-color: #FFFFFF; background-image: url()\">",
                          "target": [
                            ".layout:nth-child(3)"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/articles/biden-harris-administration-launches-26-billion-funding-programs-slash-carbon-emissions\" class=\"more-link\" aria-label=\"Read more about Biden-Harris Administration Launches $2.6 Billion Funding Programs To Slash Carbon Emissions\" title=\"Read more about Biden-Harris Administration Launches $2.6 Billion Funding Programs To Slash Carbon Emissions\">",
                  "target": [
                    ".listing-column:nth-child(2) > .listing-item--even.listing-item > .more-link"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#292929",
                        "contrastRatio": 0,
                        "fontSize": "30.0pt (40px)",
                        "fontWeight": "bold",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<section class=\"layout\" style=\"background-color: #FFFFFF; background-image: url()\">",
                          "target": [
                            ".layout:nth-child(4)"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<h2 class=\"block block-layout-builder block-inline-blockbasic\">\n      \n      Priorities\n              </h2>",
                  "target": [
                    ".layout:nth-child(4) > .container > .row > .col > .layout-inner-content > .block-inline-blockbasic.block-layout-builder.block:nth-child(1) > .paragraph-reference-heading-wrapper.paragraph-reference-heading-wrapper-- > h2"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "13.5pt (18px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a class=\"view-more\" href=\"/combating-climate-crisis\" title=\"Combating the Climate Crisis\" aria-label=\"Combating the Climate Crisis\">\n            VIEW MORE\n          </a>",
                          "target": [
                            "a[title=\"Combating the Climate Crisis\"]"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a class=\"view-more\" href=\"/combating-climate-crisis\" title=\"Combating the Climate Crisis\" aria-label=\"Combating the Climate Crisis\">\n            VIEW MORE\n          </a>",
                  "target": [
                    "a[title=\"Combating the Climate Crisis\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "13.5pt (18px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a class=\"view-more\" href=\"/creating-clean-energy-union-jobs\" title=\"Creating Clean Energy Union Jobs\" aria-label=\"Creating Clean Energy Union Jobs\">\n            VIEW MORE\n          </a>",
                          "target": [
                            ".texture-box--image-384096 > .texture-box-content > .view-more"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a class=\"view-more\" href=\"/creating-clean-energy-union-jobs\" title=\"Creating Clean Energy Union Jobs\" aria-label=\"Creating Clean Energy Union Jobs\">\n            VIEW MORE\n          </a>",
                  "target": [
                    ".texture-box--image-384096 > .texture-box-content > .view-more"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "13.5pt (18px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a class=\"view-more\" href=\"/promoting-energy-justice\" title=\"Promoting Energy Justice\" aria-label=\"Promoting Energy Justice\">\n            VIEW MORE\n          </a>",
                          "target": [
                            "a[title=\"Promoting Energy Justice\"]"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a class=\"view-more\" href=\"/promoting-energy-justice\" title=\"Promoting Energy Justice\" aria-label=\"Promoting Energy Justice\">\n            VIEW MORE\n          </a>",
                  "target": [
                    "a[title=\"Promoting Energy Justice\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#292929",
                        "contrastRatio": 0,
                        "fontSize": "30.0pt (40px)",
                        "fontWeight": "bold",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<section class=\"layout\" style=\"background-color: #FFFFFF; background-image: url()\">",
                          "target": [
                            ".layout:nth-child(5)"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<h2 class=\"block block-layout-builder block-inline-blockbasic\">\n      \n      Coronavirus Response\n              </h2>",
                  "target": [
                    ".layout:nth-child(5) > .container > .row > .col > .layout-inner-content > .block-inline-blockbasic.block-layout-builder.block > .paragraph-reference-heading-wrapper.paragraph-reference-heading-wrapper-- > h2"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#292929",
                        "contrastRatio": 0,
                        "fontSize": "21.0pt (28px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<section class=\"layout layout--33-66\" style=\"background-color: #FFFFFF; background-image: url()\">",
                          "target": [
                            ".layout--33-66.layout:nth-child(6)"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<h3>Follow DOE's <a aria-label=\"Read more about COVID-19 Response\" href=\"/covid/coronavirus-doe-response\" title=\"Read more about COVID-19 Response\">COVID-19 response</a> for updates as we actively monitor the situation and coordinate with the White House.</h3>",
                  "target": [
                    ".layout--33-66.layout:nth-child(6) > .container--2up.container--cols.container--gap-lg > .row > .col:nth-child(2) > div > .block-inline-blockbasic.block-layout-builder.block > .field--body.field--text_default.field > div > h3"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#127ea8",
                        "contrastRatio": 0,
                        "fontSize": "21.0pt (28px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<section class=\"layout layout--33-66\" style=\"background-color: #FFFFFF; background-image: url()\">",
                          "target": [
                            ".layout--33-66.layout:nth-child(6)"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a aria-label=\"Read more about COVID-19 Response\" href=\"/covid/coronavirus-doe-response\" title=\"Read more about COVID-19 Response\">COVID-19 response</a>",
                  "target": [
                    ".layout--33-66.layout:nth-child(6) > .container--2up.container--cols.container--gap-lg > .row > .col:nth-child(2) > div > .block-inline-blockbasic.block-layout-builder.block > .field--body.field--text_default.field > div > h3 > a"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                }
              ]
            },
            {
              "id": "color-contrast",
              "impact": "serious",
              "tags": [
                "cat.color",
                "wcag2aa",
                "wcag143"
              ],
              "description": "Ensures the contrast between foreground and background colors meets WCAG 2 AA contrast ratio thresholds",
              "help": "Elements must have sufficient color contrast",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/color-contrast?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#000000",
                        "contrastRatio": 0,
                        "fontSize": "10.5pt (14px)",
                        "fontWeight": "bold",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<span>Save Energy, Save Money</span>",
                          "target": [
                            ".icon > span"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span>Save Energy, Save Money</span>",
                  "target": [
                    ".icon > span"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "37.5pt (50px)",
                        "fontWeight": "bold",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"featured-content-overlay\">",
                          "target": [
                            ".texture-box--image-860795 > .featured-content-overlay"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/articles/us-energy-secretary-granholm-teams-robert-downey-jr-linkedin-account-launch-video\">                        Secretary Granholm and Robert Downey Jr. Collaborate\n                      </a>",
                  "target": [
                    ".featured-grid-item-title > a"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background gradient"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "18.0pt (24px)",
                        "fontWeight": "bold",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"featured-content-overlay\">",
                          "target": [
                            ".texture-box--image-158753 > .featured-content-overlay"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/eere/water/articles/wpto-studies-find-big-opportunities-expand-pumped-storage-hydropower\">                        Big Opportunities to Expand Pumped Storage Hydropower\n                      </a>",
                  "target": [
                    ".texture-box--image-158753 > .featured-content-overlay > .featured-grid-item-title > .default > a"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background gradient"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "18.0pt (24px)",
                        "fontWeight": "bold",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"featured-content-overlay\">",
                          "target": [
                            ".texture-box--image-605512 > .featured-content-overlay"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/articles/biden-administration-announces-23-billion-states-and-tribes-strengthen-and-modernize\">                        $2.3B to Modernize America’s Power Grid\n                      </a>",
                  "target": [
                    ".texture-box--image-605512 > .featured-content-overlay > .featured-grid-item-title > .default > a"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background gradient"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#292929",
                        "contrastRatio": 0,
                        "fontSize": "30.0pt (40px)",
                        "fontWeight": "bold",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<section class=\"layout\" style=\"background-color: #FFFFFF; background-image: url()\">",
                          "target": [
                            ".layout:nth-child(1)"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<h2 class=\"block block-layout-builder block-inline-blockbasic\">\n      \n      Bipartisan Infrastructure Law\n              </h2>",
                  "target": [
                    ".layout:nth-child(1) > .container > .row > .col > .layout-inner-content > .block-inline-blockbasic.block-layout-builder.block > .paragraph-reference-heading-wrapper.paragraph-reference-heading-wrapper-- > h2"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#292929",
                        "contrastRatio": 0,
                        "fontSize": "21.0pt (28px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<section class=\"layout layout--33-66\" style=\"background-color: #FFFFFF; background-image: url()\">",
                          "target": [
                            ".layout--33-66.layout:nth-child(2)"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<h3>The Department of Energy is delivering a clean energy future that creates good-paying, union jobs for communities in every pocket of the United States.</h3>",
                  "target": [
                    ".layout--33-66.layout:nth-child(2) > .container--2up.container--cols.container--gap-lg > .row > .col:nth-child(2) > div > .block-inline-blockbasic.block-layout-builder.block > .field--body.field--text_default.field > div > h3:nth-child(1)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#127ea8",
                        "contrastRatio": 0,
                        "fontSize": "21.0pt (28px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<section class=\"layout layout--33-66\" style=\"background-color: #FFFFFF; background-image: url()\">",
                          "target": [
                            ".layout--33-66.layout:nth-child(2)"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a aria-label=\"Link to Bipartisan Infrastructure Law homepage\" href=\"/infrastructurelaw\">Visit our infrastructure law homepage to learn more</a>",
                  "target": [
                    "a[href$=\"infrastructurelaw\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#292929",
                        "contrastRatio": 0,
                        "fontSize": "30.0pt (40px)",
                        "fontWeight": "bold",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<section class=\"layout\" style=\"background-color: #FFFFFF; background-image: url()\">",
                          "target": [
                            ".layout:nth-child(3)"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<h2 class=\"block block-layout-builder block-inline-blockbasic\">\n      \n      News &amp; Blog\n              </h2>",
                  "target": [
                    ".layout:nth-child(3) > .container > .row > .col > .layout-inner-content > .block-inline-blockbasic.block-layout-builder.block > .paragraph-reference-heading-wrapper.paragraph-reference-heading-wrapper-- > h2"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#127ea8",
                        "contrastRatio": 0,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a href=\"/listings/news-blog\" class=\"view-all-link\" aria-label=\"VIEW ALL\">VIEW ALL</a>",
                          "target": [
                            ".view-all-link"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/listings/news-blog\" class=\"view-all-link\" aria-label=\"VIEW ALL\">VIEW ALL</a>",
                  "target": [
                    ".view-all-link"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#000000",
                        "contrastRatio": 0,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "bold",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<section class=\"layout\" style=\"background-color: #FFFFFF; background-image: url()\">",
                          "target": [
                            ".layout:nth-child(3)"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a class=\"listing-item-link\" href=\"/articles/biden-harris-administration-announces-56-million-advance-us-solar-manufacturing-and-lower\" aria-label=\"      Biden-Harris Administration Announces $56 Million to Advance U.S. Solar Manufacturing and Lower Energy Costs\n    \">",
                  "target": [
                    ".listing-column:nth-child(1) > .listing-item--odd.listing-item > .listing-item-link"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#292929",
                        "contrastRatio": 0,
                        "fontSize": "10.5pt (14px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<section class=\"layout\" style=\"background-color: #FFFFFF; background-image: url()\">",
                          "target": [
                            ".layout:nth-child(3)"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<div class=\"listing-item-date\">July 14, 2022</div>",
                  "target": [
                    ".listing-column:nth-child(1) > .listing-item--odd.listing-item > .listing-item-date"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#292929",
                        "contrastRatio": 0,
                        "fontSize": "13.5pt (18px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<section class=\"layout\" style=\"background-color: #FFFFFF; background-image: url()\">",
                          "target": [
                            ".layout:nth-child(3)"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<div class=\"listing-item-summary\">New Investments Will Build on Bipartisan Infrastructure Law Funding to Bolster Clean Energy Supply Chains, Increase Energy Security, and Lower Electricity Bills</div>",
                  "target": [
                    ".listing-column:nth-child(1) > .listing-item--odd.listing-item > .listing-item-summary"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#127ea8",
                        "contrastRatio": 0,
                        "fontSize": "13.5pt (18px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<section class=\"layout\" style=\"background-color: #FFFFFF; background-image: url()\">",
                          "target": [
                            ".layout:nth-child(3)"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/articles/biden-harris-administration-announces-56-million-advance-us-solar-manufacturing-and-lower\" class=\"more-link\" aria-label=\"Read more about Biden-Harris Administration Announces $56 Million to Advance U.S. Solar Manufacturing and Lower Energy Costs\" title=\"Read more about Biden-Harris Administration Announces $56 Million to Advance U.S. Solar Manufacturing and Lower Energy Costs\">",
                  "target": [
                    ".listing-column:nth-child(1) > .listing-item--odd.listing-item > .more-link"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#000000",
                        "contrastRatio": 0,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "bold",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<section class=\"layout\" style=\"background-color: #FFFFFF; background-image: url()\">",
                          "target": [
                            ".layout:nth-child(3)"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a class=\"listing-item-link\" href=\"/articles/doe-announces-18-million-streamline-commercialization-clean-energy-technologies\" aria-label=\"      DOE Announces $18 Million to Streamline Commercialization of Clean Energy Technologies\n    \">",
                  "target": [
                    ".listing-column:nth-child(1) > .listing-item--even.listing-item > .listing-item-link"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#292929",
                        "contrastRatio": 0,
                        "fontSize": "10.5pt (14px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<section class=\"layout\" style=\"background-color: #FFFFFF; background-image: url()\">",
                          "target": [
                            ".layout:nth-child(3)"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<div class=\"listing-item-date\">July 14, 2022</div>",
                  "target": [
                    ".listing-column:nth-child(1) > .listing-item--even.listing-item > .listing-item-date"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#292929",
                        "contrastRatio": 0,
                        "fontSize": "13.5pt (18px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<section class=\"layout\" style=\"background-color: #FFFFFF; background-image: url()\">",
                          "target": [
                            ".layout:nth-child(3)"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<div class=\"listing-item-summary\">New DOE Technology Commercialization Fund Initiative Prioritizes Collaboration Across National Laboratories to Support Demand for Emerging Clean Energy Sources</div>",
                  "target": [
                    ".listing-column:nth-child(1) > .listing-item--even.listing-item > .listing-item-summary"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#127ea8",
                        "contrastRatio": 0,
                        "fontSize": "13.5pt (18px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<section class=\"layout\" style=\"background-color: #FFFFFF; background-image: url()\">",
                          "target": [
                            ".layout:nth-child(3)"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/articles/doe-announces-18-million-streamline-commercialization-clean-energy-technologies\" class=\"more-link\" aria-label=\"Read more about DOE Announces $18 Million to Streamline Commercialization of Clean Energy Technologies\" title=\"Read more about DOE Announces $18 Million to Streamline Commercialization of Clean Energy Technologies\">",
                  "target": [
                    ".listing-column:nth-child(1) > .listing-item--even.listing-item > .more-link"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#000000",
                        "contrastRatio": 0,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "bold",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<section class=\"layout\" style=\"background-color: #FFFFFF; background-image: url()\">",
                          "target": [
                            ".layout:nth-child(3)"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a class=\"listing-item-link\" href=\"/articles/united-states-singapore-joint-ministerial-statement-energy-cooperation\" aria-label=\"      United States-Singapore Joint Ministerial Statement on Energy Cooperation\n    \">",
                  "target": [
                    ".listing-column:nth-child(2) > .listing-item--odd.listing-item > .listing-item-link"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#292929",
                        "contrastRatio": 0,
                        "fontSize": "10.5pt (14px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<section class=\"layout\" style=\"background-color: #FFFFFF; background-image: url()\">",
                          "target": [
                            ".layout:nth-child(3)"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<div class=\"listing-item-date\">July 14, 2022</div>",
                  "target": [
                    ".listing-column:nth-child(2) > .listing-item--odd.listing-item > .listing-item-date"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#292929",
                        "contrastRatio": 0,
                        "fontSize": "13.5pt (18px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<section class=\"layout\" style=\"background-color: #FFFFFF; background-image: url()\">",
                          "target": [
                            ".layout:nth-child(3)"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<div class=\"listing-item-summary\">United States Secretary of Energy Jennifer M. Granholm and Singapore Second Minister of Trade and Industry Dr. Tan See Leng met in Singapore at the sidelines of the U.S.-Southeast Asia Clean Energy Roundtable on July 14, 2022.</div>",
                  "target": [
                    ".listing-column:nth-child(2) > .listing-item--odd.listing-item > .listing-item-summary"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#127ea8",
                        "contrastRatio": 0,
                        "fontSize": "13.5pt (18px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<section class=\"layout\" style=\"background-color: #FFFFFF; background-image: url()\">",
                          "target": [
                            ".layout:nth-child(3)"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/articles/united-states-singapore-joint-ministerial-statement-energy-cooperation\" class=\"more-link\" aria-label=\"Read more about United States-Singapore Joint Ministerial Statement on Energy Cooperation\" title=\"Read more about United States-Singapore Joint Ministerial Statement on Energy Cooperation\">",
                  "target": [
                    ".listing-column:nth-child(2) > .listing-item--odd.listing-item > .more-link"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#000000",
                        "contrastRatio": 0,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "bold",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<section class=\"layout\" style=\"background-color: #FFFFFF; background-image: url()\">",
                          "target": [
                            ".layout:nth-child(3)"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a class=\"listing-item-link\" href=\"/articles/biden-harris-administration-launches-26-billion-funding-programs-slash-carbon-emissions\" aria-label=\"      Biden-Harris Administration Launches $2.6 Billion Funding Programs To Slash Carbon Emissions\n    \">",
                  "target": [
                    ".listing-column:nth-child(2) > .listing-item--even.listing-item > .listing-item-link"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#292929",
                        "contrastRatio": 0,
                        "fontSize": "10.5pt (14px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<section class=\"layout\" style=\"background-color: #FFFFFF; background-image: url()\">",
                          "target": [
                            ".layout:nth-child(3)"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<div class=\"listing-item-date\">July 13, 2022</div>",
                  "target": [
                    ".listing-column:nth-child(2) > .listing-item--even.listing-item > .listing-item-date"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#292929",
                        "contrastRatio": 0,
                        "fontSize": "13.5pt (18px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<section class=\"layout\" style=\"background-color: #FFFFFF; background-image: url()\">",
                          "target": [
                            ".layout:nth-child(3)"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<div class=\"listing-item-summary\">Two Bipartisan Infrastructure Law Programs Will Decarbonize Power Generation and Heavy Industries, Create Regional Transport Networks for Captured CO2 Emissions </div>",
                  "target": [
                    ".listing-column:nth-child(2) > .listing-item--even.listing-item > .listing-item-summary"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#127ea8",
                        "contrastRatio": 0,
                        "fontSize": "13.5pt (18px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<section class=\"layout\" style=\"background-color: #FFFFFF; background-image: url()\">",
                          "target": [
                            ".layout:nth-child(3)"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/articles/biden-harris-administration-launches-26-billion-funding-programs-slash-carbon-emissions\" class=\"more-link\" aria-label=\"Read more about Biden-Harris Administration Launches $2.6 Billion Funding Programs To Slash Carbon Emissions\" title=\"Read more about Biden-Harris Administration Launches $2.6 Billion Funding Programs To Slash Carbon Emissions\">",
                  "target": [
                    ".listing-column:nth-child(2) > .listing-item--even.listing-item > .more-link"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#292929",
                        "contrastRatio": 0,
                        "fontSize": "30.0pt (40px)",
                        "fontWeight": "bold",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<section class=\"layout\" style=\"background-color: #FFFFFF; background-image: url()\">",
                          "target": [
                            ".layout:nth-child(4)"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<h2 class=\"block block-layout-builder block-inline-blockbasic\">\n      \n      Priorities\n              </h2>",
                  "target": [
                    ".layout:nth-child(4) > .container > .row > .col > .layout-inner-content > .block-inline-blockbasic.block-layout-builder.block:nth-child(1) > .paragraph-reference-heading-wrapper.paragraph-reference-heading-wrapper-- > h2"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "13.5pt (18px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a class=\"view-more\" href=\"/combating-climate-crisis\" title=\"Combating the Climate Crisis\" aria-label=\"Combating the Climate Crisis\">\n            VIEW MORE\n          </a>",
                          "target": [
                            "a[title=\"Combating the Climate Crisis\"]"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a class=\"view-more\" href=\"/combating-climate-crisis\" title=\"Combating the Climate Crisis\" aria-label=\"Combating the Climate Crisis\">\n            VIEW MORE\n          </a>",
                  "target": [
                    "a[title=\"Combating the Climate Crisis\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "13.5pt (18px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a class=\"view-more\" href=\"/creating-clean-energy-union-jobs\" title=\"Creating Clean Energy Union Jobs\" aria-label=\"Creating Clean Energy Union Jobs\">\n            VIEW MORE\n          </a>",
                          "target": [
                            ".texture-box--image-384096 > .texture-box-content > .view-more"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a class=\"view-more\" href=\"/creating-clean-energy-union-jobs\" title=\"Creating Clean Energy Union Jobs\" aria-label=\"Creating Clean Energy Union Jobs\">\n            VIEW MORE\n          </a>",
                  "target": [
                    ".texture-box--image-384096 > .texture-box-content > .view-more"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "13.5pt (18px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a class=\"view-more\" href=\"/promoting-energy-justice\" title=\"Promoting Energy Justice\" aria-label=\"Promoting Energy Justice\">\n            VIEW MORE\n          </a>",
                          "target": [
                            "a[title=\"Promoting Energy Justice\"]"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a class=\"view-more\" href=\"/promoting-energy-justice\" title=\"Promoting Energy Justice\" aria-label=\"Promoting Energy Justice\">\n            VIEW MORE\n          </a>",
                  "target": [
                    "a[title=\"Promoting Energy Justice\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#292929",
                        "contrastRatio": 0,
                        "fontSize": "30.0pt (40px)",
                        "fontWeight": "bold",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<section class=\"layout\" style=\"background-color: #FFFFFF; background-image: url()\">",
                          "target": [
                            ".layout:nth-child(5)"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<h2 class=\"block block-layout-builder block-inline-blockbasic\">\n      \n      Coronavirus Response\n              </h2>",
                  "target": [
                    ".layout:nth-child(5) > .container > .row > .col > .layout-inner-content > .block-inline-blockbasic.block-layout-builder.block > .paragraph-reference-heading-wrapper.paragraph-reference-heading-wrapper-- > h2"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#292929",
                        "contrastRatio": 0,
                        "fontSize": "21.0pt (28px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<section class=\"layout layout--33-66\" style=\"background-color: #FFFFFF; background-image: url()\">",
                          "target": [
                            ".layout--33-66.layout:nth-child(6)"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<h3>Follow DOE's <a aria-label=\"Read more about COVID-19 Response\" href=\"/covid/coronavirus-doe-response\" title=\"Read more about COVID-19 Response\">COVID-19 response</a> for updates as we actively monitor the situation and coordinate with the White House.</h3>",
                  "target": [
                    ".layout--33-66.layout:nth-child(6) > .container--2up.container--cols.container--gap-lg > .row > .col:nth-child(2) > div > .block-inline-blockbasic.block-layout-builder.block > .field--body.field--text_default.field > div > h3"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#127ea8",
                        "contrastRatio": 0,
                        "fontSize": "21.0pt (28px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<section class=\"layout layout--33-66\" style=\"background-color: #FFFFFF; background-image: url()\">",
                          "target": [
                            ".layout--33-66.layout:nth-child(6)"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a aria-label=\"Read more about COVID-19 Response\" href=\"/covid/coronavirus-doe-response\" title=\"Read more about COVID-19 Response\">COVID-19 response</a>",
                  "target": [
                    ".layout--33-66.layout:nth-child(6) > .container--2up.container--cols.container--gap-lg > .row > .col:nth-child(2) > div > .block-inline-blockbasic.block-layout-builder.block > .field--body.field--text_default.field > div > h3 > a"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                }
              ]
            },
            {
              "id": "hidden-content",
              "impact": "minor",
              "tags": [
                "cat.structure",
                "experimental",
                "review-item",
                "best-practice"
              ],
              "description": "Informs users about hidden content.",
              "help": "Hidden content on the page should be analyzed",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/hidden-content?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<span class=\"menu-parent\">About</span>",
                  "target": [
                    ".nav--utility > .dropdown.dropdown--hover > .child-menu > .menu-parent"
                  ],
                  "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=\"dropdown-menu dropdown-menu--parent\">",
                  "target": [
                    ".nav--utility > .dropdown.dropdown--hover > .child-menu > .dropdown-menu.dropdown-menu--parent"
                  ],
                  "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=\"social-bar-networks-label\">Facebook</span>",
                  "target": [
                    "a[title=\"Link to Facebook\"] > .social-bar-networks-label"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<span class=\"social-bar-networks-label\">Twitter</span>",
                  "target": [
                    "a[title=\"Link to Twitter\"] > .social-bar-networks-label"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<span class=\"social-bar-networks-label\">Youtube</span>",
                  "target": [
                    "a[title=\"Link to Youtube\"] > .social-bar-networks-label"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<span class=\"social-bar-networks-label\">Instagram</span>",
                  "target": [
                    "a[title=\"Link to Instagram\"] > .social-bar-networks-label"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<span class=\"social-bar-networks-label\">Linkedin</span>",
                  "target": [
                    "a[title=\"Link to Linkedin\"] > .social-bar-networks-label"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<div class=\"header-mobile-home\">\n      <a href=\"/\" class=\"\">Energy.gov Home</a>\n    </div>",
                  "target": [
                    ".header-mobile-home"
                  ],
                  "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=\"menu-parent\">Science &amp; Innovation</span>",
                  "target": [
                    ".dropdown.dropdown--hover:nth-child(1) > .child-menu > .menu-parent"
                  ],
                  "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=\"dropdown-menu dropdown-menu--parent\">",
                  "target": [
                    ".dropdown.dropdown--hover:nth-child(1) > .child-menu > .dropdown-menu.dropdown-menu--parent"
                  ],
                  "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=\"menu-parent\">Energy Economy</span>",
                  "target": [
                    ".dropdown.dropdown--hover:nth-child(2) > .child-menu > .menu-parent"
                  ],
                  "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=\"dropdown-menu dropdown-menu--parent\">",
                  "target": [
                    ".dropdown.dropdown--hover:nth-child(2) > .child-menu > .dropdown-menu.dropdown-menu--parent"
                  ],
                  "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=\"menu-parent\">Security &amp; Safety</span>",
                  "target": [
                    ".dropdown.dropdown--hover:nth-child(3) > .child-menu > .menu-parent"
                  ],
                  "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=\"dropdown-menu dropdown-menu--parent\">",
                  "target": [
                    ".dropdown.dropdown--hover:nth-child(3) > .child-menu > .dropdown-menu.dropdown-menu--parent"
                  ],
                  "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=\"menu-parent\">Save Energy, Save Money</span>",
                  "target": [
                    ".dropdown.dropdown--hover:nth-child(4) > .child-menu > .menu-parent"
                  ],
                  "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=\"dropdown-menu dropdown-menu--parent\">",
                  "target": [
                    ".dropdown.dropdown--hover:nth-child(4) > .child-menu > .dropdown-menu.dropdown-menu--parent"
                  ],
                  "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=\"hidden\">button</span>",
                  "target": [
                    ".navbar-search-show > .hidden"
                  ],
                  "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 type=\"submit\" class=\"btn btn-outline-primary navbar-menu-show navbar-suffix-button overlay-reveal overlayTarget-navbar-overlay--main\" aria-label=\"submit\">\n    <span class=\"hidden\">button</span>\n      </button>",
                  "target": [
                    ".navbar-menu-show"
                  ],
                  "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=\"hidden\">button</span>",
                  "target": [
                    ".navbar-menu-show > .hidden"
                  ],
                  "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=\"social-bar-networks-label\">Facebook</span>",
                  "target": [
                    "a[aria-label=\"Link to facebook\"] > .social-bar-networks-label"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<span class=\"social-bar-networks-label\">Twitter</span>",
                  "target": [
                    "a[aria-label=\"Link to twitter\"] > .social-bar-networks-label"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<span class=\"social-bar-networks-label\">Youtube</span>",
                  "target": [
                    "a[aria-label=\"Link to youtube\"] > .social-bar-networks-label"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<span class=\"social-bar-networks-label\">Instagram</span>",
                  "target": [
                    "a[aria-label=\"Link to instagram\"] > .social-bar-networks-label"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<span class=\"social-bar-networks-label\">Linkedin</span>",
                  "target": [
                    "a[aria-label=\"Link to linkedin\"] > .social-bar-networks-label"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                }
              ]
            }
          ],
          "violations": [
            {
              "id": "label-content-name-mismatch",
              "impact": "serious",
              "tags": [
                "cat.semantics",
                "wcag21a",
                "wcag253",
                "experimental"
              ],
              "description": "Ensures that elements labelled through their content must have their visible text as part of their accessible name",
              "help": "Elements must have their visible text as part of their accessible name",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/label-content-name-mismatch?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "label-content-name-mismatch",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Text inside the element is not included in the accessible name"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a aria-label=\"Link to Bipartisan Infrastructure Law homepage\" href=\"/infrastructurelaw\">Visit our infrastructure law homepage to learn more</a>",
                  "target": [
                    "a[href$=\"infrastructurelaw\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Text inside the element is not included in the accessible name"
                },
                {
                  "any": [
                    {
                      "id": "label-content-name-mismatch",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Text inside the element is not included in the accessible name"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/articles/biden-harris-administration-announces-56-million-advance-us-solar-manufacturing-and-lower\" class=\"more-link\" aria-label=\"Read more about Biden-Harris Administration Announces $56 Million to Advance U.S. Solar Manufacturing and Lower Energy Costs\" title=\"Read more about Biden-Harris Administration Announces $56 Million to Advance U.S. Solar Manufacturing and Lower Energy Costs\">",
                  "target": [
                    ".listing-column:nth-child(1) > .listing-item--odd.listing-item > .more-link"
                  ],
                  "failureSummary": "Fix any of the following:\n  Text inside the element is not included in the accessible name"
                },
                {
                  "any": [
                    {
                      "id": "label-content-name-mismatch",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Text inside the element is not included in the accessible name"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/articles/doe-announces-18-million-streamline-commercialization-clean-energy-technologies\" class=\"more-link\" aria-label=\"Read more about DOE Announces $18 Million to Streamline Commercialization of Clean Energy Technologies\" title=\"Read more about DOE Announces $18 Million to Streamline Commercialization of Clean Energy Technologies\">",
                  "target": [
                    ".listing-column:nth-child(1) > .listing-item--even.listing-item > .more-link"
                  ],
                  "failureSummary": "Fix any of the following:\n  Text inside the element is not included in the accessible name"
                },
                {
                  "any": [
                    {
                      "id": "label-content-name-mismatch",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Text inside the element is not included in the accessible name"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/articles/united-states-singapore-joint-ministerial-statement-energy-cooperation\" class=\"more-link\" aria-label=\"Read more about United States-Singapore Joint Ministerial Statement on Energy Cooperation\" title=\"Read more about United States-Singapore Joint Ministerial Statement on Energy Cooperation\">",
                  "target": [
                    ".listing-column:nth-child(2) > .listing-item--odd.listing-item > .more-link"
                  ],
                  "failureSummary": "Fix any of the following:\n  Text inside the element is not included in the accessible name"
                },
                {
                  "any": [
                    {
                      "id": "label-content-name-mismatch",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Text inside the element is not included in the accessible name"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/articles/biden-harris-administration-launches-26-billion-funding-programs-slash-carbon-emissions\" class=\"more-link\" aria-label=\"Read more about Biden-Harris Administration Launches $2.6 Billion Funding Programs To Slash Carbon Emissions\" title=\"Read more about Biden-Harris Administration Launches $2.6 Billion Funding Programs To Slash Carbon Emissions\">",
                  "target": [
                    ".listing-column:nth-child(2) > .listing-item--even.listing-item > .more-link"
                  ],
                  "failureSummary": "Fix any of the following:\n  Text inside the element is not included in the accessible name"
                },
                {
                  "any": [
                    {
                      "id": "label-content-name-mismatch",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Text inside the element is not included in the accessible name"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a class=\"view-more\" href=\"/combating-climate-crisis\" title=\"Combating the Climate Crisis\" aria-label=\"Combating the Climate Crisis\">\n            VIEW MORE\n          </a>",
                  "target": [
                    "a[title=\"Combating the Climate Crisis\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Text inside the element is not included in the accessible name"
                },
                {
                  "any": [
                    {
                      "id": "label-content-name-mismatch",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Text inside the element is not included in the accessible name"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a class=\"view-more\" href=\"/creating-clean-energy-union-jobs\" title=\"Creating Clean Energy Union Jobs\" aria-label=\"Creating Clean Energy Union Jobs\">\n            VIEW MORE\n          </a>",
                  "target": [
                    ".texture-box--image-384096 > .texture-box-content > .view-more"
                  ],
                  "failureSummary": "Fix any of the following:\n  Text inside the element is not included in the accessible name"
                },
                {
                  "any": [
                    {
                      "id": "label-content-name-mismatch",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Text inside the element is not included in the accessible name"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a class=\"view-more\" href=\"/promoting-energy-justice\" title=\"Promoting Energy Justice\" aria-label=\"Promoting Energy Justice\">\n            VIEW MORE\n          </a>",
                  "target": [
                    "a[title=\"Promoting Energy Justice\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Text inside the element is not included in the accessible name"
                }
              ]
            },
            {
              "id": "landmark-main-is-top-level",
              "impact": "moderate",
              "tags": [
                "cat.semantics",
                "best-practice"
              ],
              "description": "Ensures the main landmark is at top level",
              "help": "Main landmark should not be contained in another landmark",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/landmark-main-is-top-level?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "landmark-is-top-level",
                      "data": {
                        "role": "main"
                      },
                      "relatedNodes": [],
                      "impact": "moderate",
                      "message": "The main landmark is contained in another landmark."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "moderate",
                  "html": "<main class=\"homepage\">",
                  "target": [
                    ".homepage"
                  ],
                  "failureSummary": "Fix any of the following:\n  The main landmark is contained in another landmark."
                }
              ]
            },
            {
              "id": "landmark-no-duplicate-main",
              "impact": "moderate",
              "tags": [
                "cat.semantics",
                "best-practice"
              ],
              "description": "Ensures the document has at most one main landmark",
              "help": "Document should not have more than one main landmark",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/landmark-no-duplicate-main?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "page-no-duplicate-main",
                      "data": null,
                      "relatedNodes": [
                        {
                          "html": "<main class=\"homepage\">",
                          "target": [
                            ".homepage"
                          ]
                        }
                      ],
                      "impact": "moderate",
                      "message": "Document has more than one main landmark"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "moderate",
                  "html": "<main class=\"container\" role=\"main\">",
                  "target": [
                    "main[role=\"main\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Document has more than one main landmark"
                }
              ]
            },
            {
              "id": "landmark-unique",
              "impact": "moderate",
              "tags": [
                "cat.semantics",
                "best-practice"
              ],
              "help": "Ensures landmarks are unique",
              "description": "Landmarks should have a unique role or role/label/title (i.e. accessible name) combination",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/landmark-unique?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "landmark-is-unique",
                      "data": {
                        "role": "navigation",
                        "accessibleText": null
                      },
                      "relatedNodes": [
                        {
                          "html": "<nav class=\"nav nav--dropdown-menu nav--keyboard-navigation nav--mainoffice navbar-nav nav--main nav--top\">",
                          "target": [
                            ".nav--dropdown-menu"
                          ]
                        }
                      ],
                      "impact": "moderate",
                      "message": "The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "moderate",
                  "html": "<nav class=\"nav nav--mainoffice nav--utility nav--top\">",
                  "target": [
                    ".nav--utility"
                  ],
                  "failureSummary": "Fix any of the following:\n  The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable"
                },
                {
                  "any": [
                    {
                      "id": "landmark-is-unique",
                      "data": {
                        "role": "main",
                        "accessibleText": null
                      },
                      "relatedNodes": [
                        {
                          "html": "<main class=\"homepage\">",
                          "target": [
                            ".homepage"
                          ]
                        }
                      ],
                      "impact": "moderate",
                      "message": "The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "moderate",
                  "html": "<main class=\"container\" role=\"main\">",
                  "target": [
                    "main[role=\"main\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable"
                }
              ]
            },
            {
              "id": "listitem",
              "impact": "serious",
              "tags": [
                "cat.structure",
                "wcag2a",
                "wcag131"
              ],
              "description": "Ensures <li> elements are used semantically",
              "help": "<li> elements must be contained in a <ul> or <ol>",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/listitem?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "listitem",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "List item does not have a <ul>, <ol> parent element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<li class=\"nav-item\">\n          <a class=\"nav-link\" href=\"/national-laboratories\" tabindex=\"1\">National Labs</a>\n      </li>",
                  "target": [
                    ".nav--utility > li:nth-child(1)"
                  ],
                  "failureSummary": "Fix any of the following:\n  List item does not have a <ul>, <ol> parent element"
                },
                {
                  "any": [
                    {
                      "id": "listitem",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "List item does not have a <ul>, <ol> parent element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<li class=\"nav-item\">\n          <a class=\"nav-link\" href=\"/offices\" tabindex=\"1\">Offices</a>\n      </li>",
                  "target": [
                    ".nav--utility > li:nth-child(2)"
                  ],
                  "failureSummary": "Fix any of the following:\n  List item does not have a <ul>, <ol> parent element"
                },
                {
                  "any": [
                    {
                      "id": "listitem",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "List item does not have a <ul>, <ol> parent element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<li class=\"nav-item\">\n          <a class=\"nav-link\" href=\"/leadership\" tabindex=\"1\">Leadership</a>\n      </li>",
                  "target": [
                    ".nav--utility > li:nth-child(3)"
                  ],
                  "failureSummary": "Fix any of the following:\n  List item does not have a <ul>, <ol> parent element"
                },
                {
                  "any": [
                    {
                      "id": "listitem",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "List item does not have a <ul>, <ol> parent element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<li class=\"nav-item\">\n          <a class=\"nav-link\" href=\"/newsroom\" tabindex=\"1\">Newsroom</a>\n      </li>",
                  "target": [
                    ".nav--utility > li:nth-child(4)"
                  ],
                  "failureSummary": "Fix any of the following:\n  List item does not have a <ul>, <ol> parent element"
                },
                {
                  "any": [
                    {
                      "id": "listitem",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "List item does not have a <ul>, <ol> parent element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<li class=\"dropdown dropdown--hover nav-item\">",
                  "target": [
                    ".nav--utility > .dropdown.dropdown--hover"
                  ],
                  "failureSummary": "Fix any of the following:\n  List item does not have a <ul>, <ol> parent element"
                },
                {
                  "any": [
                    {
                      "id": "listitem",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "List item does not have a <ul>, <ol> parent element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<li class=\"dropdown dropdown--hover nav-item\" tabindex=\"2\">",
                  "target": [
                    ".dropdown.dropdown--hover:nth-child(1)"
                  ],
                  "failureSummary": "Fix any of the following:\n  List item does not have a <ul>, <ol> parent element"
                },
                {
                  "any": [
                    {
                      "id": "listitem",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "List item does not have a <ul>, <ol> parent element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<li class=\"dropdown dropdown--hover nav-item\" tabindex=\"2\">",
                  "target": [
                    ".dropdown.dropdown--hover:nth-child(2)"
                  ],
                  "failureSummary": "Fix any of the following:\n  List item does not have a <ul>, <ol> parent element"
                },
                {
                  "any": [
                    {
                      "id": "listitem",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "List item does not have a <ul>, <ol> parent element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<li class=\"dropdown dropdown--hover nav-item\" tabindex=\"2\">",
                  "target": [
                    ".dropdown.dropdown--hover:nth-child(3)"
                  ],
                  "failureSummary": "Fix any of the following:\n  List item does not have a <ul>, <ol> parent element"
                },
                {
                  "any": [
                    {
                      "id": "listitem",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "List item does not have a <ul>, <ol> parent element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<li class=\"dropdown dropdown--hover nav-item\" tabindex=\"2\">",
                  "target": [
                    ".dropdown.dropdown--hover:nth-child(4)"
                  ],
                  "failureSummary": "Fix any of the following:\n  List item does not have a <ul>, <ol> parent element"
                },
                {
                  "any": [
                    {
                      "id": "listitem",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "List item does not have a <ul>, <ol> parent element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<li class=\"nav-item\">\n          <a class=\"nav-link\" href=\"/lm/doe-history\">History</a>\n      </li>",
                  "target": [
                    ".footer-inner--left > .footer-inner-block > .nav-wrapper--mainoffice.accordion.nav-wrapper > .nav-inner > .nav--mainoffice.nav > li:nth-child(1)"
                  ],
                  "failureSummary": "Fix any of the following:\n  List item does not have a <ul>, <ol> parent element"
                },
                {
                  "any": [
                    {
                      "id": "listitem",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "List item does not have a <ul>, <ol> parent element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<li class=\"nav-item\">\n          <a class=\"nav-link\" href=\"/stem-rising\">STEM at DOE</a>\n      </li>",
                  "target": [
                    ".footer-inner--left > .footer-inner-block > .nav-wrapper--mainoffice.accordion.nav-wrapper > .nav-inner > .nav--mainoffice.nav > li:nth-child(2)"
                  ],
                  "failureSummary": "Fix any of the following:\n  List item does not have a <ul>, <ol> parent element"
                },
                {
                  "any": [
                    {
                      "id": "listitem",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "List item does not have a <ul>, <ol> parent element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<li class=\"nav-item\">\n          <a class=\"nav-link\" href=\"/careers/jobs\">Careers</a>\n      </li>",
                  "target": [
                    ".footer-inner--left > .footer-inner-block > .nav-wrapper--mainoffice.accordion.nav-wrapper > .nav-inner > .nav--mainoffice.nav > li:nth-child(3)"
                  ],
                  "failureSummary": "Fix any of the following:\n  List item does not have a <ul>, <ol> parent element"
                },
                {
                  "any": [
                    {
                      "id": "listitem",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "List item does not have a <ul>, <ol> parent element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<li class=\"nav-item\">\n          <a class=\"nav-link\" href=\"/contact-us\">Contact Us</a>\n      </li>",
                  "target": [
                    ".footer-inner--left > .footer-inner-block > .nav-wrapper--mainoffice.accordion.nav-wrapper > .nav-inner > .nav--mainoffice.nav > li:nth-child(4)"
                  ],
                  "failureSummary": "Fix any of the following:\n  List item does not have a <ul>, <ol> parent element"
                },
                {
                  "any": [
                    {
                      "id": "listitem",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "List item does not have a <ul>, <ol> parent element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<li class=\"nav-item\">\n          <a class=\"nav-link\" href=\"/budget-performance\">Budget &amp; Performance</a>\n      </li>",
                  "target": [
                    ".footer-inner-block:nth-child(1) > .nav-wrapper--mainoffice.accordion.nav-wrapper > .nav-inner > .nav--mainoffice.nav > li:nth-child(1)"
                  ],
                  "failureSummary": "Fix any of the following:\n  List item does not have a <ul>, <ol> parent element"
                },
                {
                  "any": [
                    {
                      "id": "listitem",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "List item does not have a <ul>, <ol> parent element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<li class=\"nav-item\">\n          <a class=\"nav-link\" href=\"https://www.directives.doe.gov\">Directives, Delegations &amp; Requirements</a>\n      </li>",
                  "target": [
                    ".footer-inner-block:nth-child(1) > .nav-wrapper--mainoffice.accordion.nav-wrapper > .nav-inner > .nav--mainoffice.nav > li:nth-child(2)"
                  ],
                  "failureSummary": "Fix any of the following:\n  List item does not have a <ul>, <ol> parent element"
                },
                {
                  "any": [
                    {
                      "id": "listitem",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "List item does not have a <ul>, <ol> parent element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<li class=\"nav-item\">\n          <a class=\"nav-link\" href=\"/management/freedom-information-act\">FOIA</a>\n      </li>",
                  "target": [
                    ".footer-inner-block:nth-child(1) > .nav-wrapper--mainoffice.accordion.nav-wrapper > .nav-inner > .nav--mainoffice.nav > li:nth-child(3)"
                  ],
                  "failureSummary": "Fix any of the following:\n  List item does not have a <ul>, <ol> parent element"
                },
                {
                  "any": [
                    {
                      "id": "listitem",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "List item does not have a <ul>, <ol> parent element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<li class=\"nav-item\">\n          <a class=\"nav-link\" href=\"/ig/office-inspector-general\">Inspector General</a>\n      </li>",
                  "target": [
                    ".footer-inner-block:nth-child(1) > .nav-wrapper--mainoffice.accordion.nav-wrapper > .nav-inner > .nav--mainoffice.nav > li:nth-child(4)"
                  ],
                  "failureSummary": "Fix any of the following:\n  List item does not have a <ul>, <ol> parent element"
                },
                {
                  "any": [
                    {
                      "id": "listitem",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "List item does not have a <ul>, <ol> parent element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<li class=\"nav-item\">\n          <a class=\"nav-link\" href=\"/cio/privacy-program\">Privacy Program</a>\n      </li>",
                  "target": [
                    ".footer-inner-block:nth-child(1) > .nav-wrapper--mainoffice.accordion.nav-wrapper > .nav-inner > .nav--mainoffice.nav > li:nth-child(5)"
                  ],
                  "failureSummary": "Fix any of the following:\n  List item does not have a <ul>, <ol> parent element"
                },
                {
                  "any": [
                    {
                      "id": "listitem",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "List item does not have a <ul>, <ol> parent element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<li class=\"nav-item\">\n          <a class=\"nav-link\" href=\"/osdbu/office-small-and-disadvantaged-business-utilization\">Small Business</a>\n      </li>",
                  "target": [
                    ".nav--mainoffice.nav > li:nth-child(6)"
                  ],
                  "failureSummary": "Fix any of the following:\n  List item does not have a <ul>, <ol> parent element"
                },
                {
                  "any": [
                    {
                      "id": "listitem",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "List item does not have a <ul>, <ol> parent element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<li class=\"nav-item\">\n          <a class=\"nav-link\" href=\"https://www.whitehouse.gov\">The White House</a>\n      </li>",
                  "target": [
                    ".footer-inner--right > .footer-inner-block:nth-child(2) > .nav-wrapper--mainoffice.accordion.nav-wrapper > .nav-inner > .nav--mainoffice.nav > li:nth-child(1)"
                  ],
                  "failureSummary": "Fix any of the following:\n  List item does not have a <ul>, <ol> parent element"
                },
                {
                  "any": [
                    {
                      "id": "listitem",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "List item does not have a <ul>, <ol> parent element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<li class=\"nav-item\">\n          <a class=\"nav-link\" href=\"https://www.usa.gov\">USA.gov</a>\n      </li>",
                  "target": [
                    ".footer-inner--right > .footer-inner-block:nth-child(2) > .nav-wrapper--mainoffice.accordion.nav-wrapper > .nav-inner > .nav--mainoffice.nav > li:nth-child(2)"
                  ],
                  "failureSummary": "Fix any of the following:\n  List item does not have a <ul>, <ol> parent element"
                },
                {
                  "any": [
                    {
                      "id": "listitem",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "List item does not have a <ul>, <ol> parent element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<li class=\"nav-item\">\n          <a class=\"nav-link\" href=\"https://vote.gov/\">Vote.gov</a>\n      </li>",
                  "target": [
                    ".footer-inner--right > .footer-inner-block:nth-child(2) > .nav-wrapper--mainoffice.accordion.nav-wrapper > .nav-inner > .nav--mainoffice.nav > li:nth-child(3)"
                  ],
                  "failureSummary": "Fix any of the following:\n  List item does not have a <ul>, <ol> parent element"
                }
              ]
            },
            {
              "id": "page-has-heading-one",
              "impact": "moderate",
              "tags": [
                "cat.semantics",
                "best-practice"
              ],
              "description": "Ensure that the page, or at least one of its frames contains a level-one heading",
              "help": "Page should contain a level-one heading",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/page-has-heading-one?application=axeAPI",
              "nodes": [
                {
                  "any": [],
                  "all": [
                    {
                      "id": "page-has-heading-one",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "moderate",
                      "message": "Page must have a level-one heading"
                    }
                  ],
                  "none": [],
                  "impact": "moderate",
                  "html": "<html lang=\"en\" dir=\"ltr\" prefix=\"content: http://purl.org/rss/1.0/modules/content/  dc: http://purl.org/dc/terms/  foaf: http://xmlns.com/foaf/0.1/  og: http://ogp.me/ns#  rdfs: http://www.w3.org/2000/01/rdf-schema#  schema: http://schema.org/  sioc: http://rdfs.org/sioc/ns#  sioct: http://rdfs.org/sioc/types#  skos: http://www.w3.org/2004/02/skos/core#  xsd: http://www.w3.org/2001/XMLSchema# \" class=\" js\">",
                  "target": [
                    "html"
                  ],
                  "failureSummary": "Fix all of the following:\n  Page must have a level-one heading"
                }
              ]
            },
            {
              "id": "tabindex",
              "impact": "serious",
              "tags": [
                "cat.keyboard",
                "best-practice"
              ],
              "description": "Ensures tabindex attribute values are not greater than 0",
              "help": "Elements should not have tabindex greater than zero",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/tabindex?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "tabindex",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element has a tabindex greater than 0"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"#main-content\" class=\"visually-hidden focusable\" tabindex=\"1\">\n      Skip to main content\n    </a>",
                  "target": [
                    ".focusable"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has a tabindex greater than 0"
                },
                {
                  "any": [
                    {
                      "id": "tabindex",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element has a tabindex greater than 0"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a class=\"nav-link\" href=\"/national-laboratories\" tabindex=\"1\">National Labs</a>",
                  "target": [
                    "a[href$=\"national-laboratories\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has a tabindex greater than 0"
                },
                {
                  "any": [
                    {
                      "id": "tabindex",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element has a tabindex greater than 0"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a class=\"nav-link\" href=\"/offices\" tabindex=\"1\">Offices</a>",
                  "target": [
                    "a[href$=\"offices\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has a tabindex greater than 0"
                },
                {
                  "any": [
                    {
                      "id": "tabindex",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element has a tabindex greater than 0"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a class=\"nav-link\" href=\"/leadership\" tabindex=\"1\">Leadership</a>",
                  "target": [
                    "a[href$=\"leadership\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has a tabindex greater than 0"
                },
                {
                  "any": [
                    {
                      "id": "tabindex",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element has a tabindex greater than 0"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a class=\"nav-link\" href=\"/newsroom\" tabindex=\"1\">Newsroom</a>",
                  "target": [
                    "a[href$=\"newsroom\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has a tabindex greater than 0"
                },
                {
                  "any": [
                    {
                      "id": "tabindex",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element has a tabindex greater than 0"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a class=\"\" href=\"/about-us\" tabindex=\"1\">\n    About\n      </a>",
                  "target": [
                    "a[href$=\"about-us\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has a tabindex greater than 0"
                },
                {
                  "any": [
                    {
                      "id": "tabindex",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element has a tabindex greater than 0"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"https://www.facebook.com/energygov\" title=\"Link to Facebook\" aria-label=\"Link to Facebook\" tabindex=\"1\">\n        <span class=\"social-bar-icon fab fa-facebook-f\"></span>\n        <span class=\"social-bar-networks-label\">Facebook</span>\n      </a>",
                  "target": [
                    "a[title=\"Link to Facebook\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has a tabindex greater than 0"
                },
                {
                  "any": [
                    {
                      "id": "tabindex",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element has a tabindex greater than 0"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"https://twitter.com/energy\" title=\"Link to Twitter\" aria-label=\"Link to Twitter\" tabindex=\"1\">\n        <span class=\"social-bar-icon fab fa-twitter\"></span>\n        <span class=\"social-bar-networks-label\">Twitter</span>\n      </a>",
                  "target": [
                    "a[title=\"Link to Twitter\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has a tabindex greater than 0"
                },
                {
                  "any": [
                    {
                      "id": "tabindex",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element has a tabindex greater than 0"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"https://www.youtube.com/user/USdepartmentofenergy\" title=\"Link to Youtube\" aria-label=\"Link to Youtube\" tabindex=\"1\">\n        <span class=\"social-bar-icon fab fa-youtube\"></span>\n        <span class=\"social-bar-networks-label\">Youtube</span>\n      </a>",
                  "target": [
                    "a[title=\"Link to Youtube\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has a tabindex greater than 0"
                },
                {
                  "any": [
                    {
                      "id": "tabindex",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element has a tabindex greater than 0"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"https://www.instagram.com/energy\" title=\"Link to Instagram\" aria-label=\"Link to Instagram\" tabindex=\"1\">\n        <span class=\"social-bar-icon fab fa-instagram\"></span>\n        <span class=\"social-bar-networks-label\">Instagram</span>\n      </a>",
                  "target": [
                    "a[title=\"Link to Instagram\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has a tabindex greater than 0"
                },
                {
                  "any": [
                    {
                      "id": "tabindex",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element has a tabindex greater than 0"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"https://www.linkedin.com/company/u-s--department-of-energy\" title=\"Link to Linkedin\" aria-label=\"Link to Linkedin\" tabindex=\"1\">\n        <span class=\"social-bar-icon fab fa-linkedin-in\"></span>\n        <span class=\"social-bar-networks-label\">Linkedin</span>\n      </a>",
                  "target": [
                    "a[title=\"Link to Linkedin\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has a tabindex greater than 0"
                },
                {
                  "any": [
                    {
                      "id": "tabindex",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element has a tabindex greater than 0"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/\" tabindex=\"1\">\n              \n\n  \n<img src=\"/themes/particle/dist/app-drupal/assets/energy_crest.png\" alt=\"Energy.Gov logo\" class=\"image img-fluid\">\n\n            </a>",
                  "target": [
                    ".navbar-sitename-content > a[href=\"/\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has a tabindex greater than 0"
                },
                {
                  "any": [
                    {
                      "id": "tabindex",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element has a tabindex greater than 0"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<li class=\"dropdown dropdown--hover nav-item\" tabindex=\"2\">",
                  "target": [
                    ".dropdown.dropdown--hover:nth-child(1)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has a tabindex greater than 0"
                },
                {
                  "any": [
                    {
                      "id": "tabindex",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element has a tabindex greater than 0"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a class=\"\" href=\"/science-innovation\" tabindex=\"1\">\n    Science &amp; Innovation\n      </a>",
                  "target": [
                    "a[href$=\"science-innovation\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has a tabindex greater than 0"
                },
                {
                  "any": [
                    {
                      "id": "tabindex",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element has a tabindex greater than 0"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<li class=\"dropdown dropdown--hover nav-item\" tabindex=\"2\">",
                  "target": [
                    ".dropdown.dropdown--hover:nth-child(2)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has a tabindex greater than 0"
                },
                {
                  "any": [
                    {
                      "id": "tabindex",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element has a tabindex greater than 0"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a class=\"\" href=\"/energy-economy\" tabindex=\"1\">\n    Energy Economy\n      </a>",
                  "target": [
                    "a[href$=\"energy-economy\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has a tabindex greater than 0"
                },
                {
                  "any": [
                    {
                      "id": "tabindex",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element has a tabindex greater than 0"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<li class=\"dropdown dropdown--hover nav-item\" tabindex=\"2\">",
                  "target": [
                    ".dropdown.dropdown--hover:nth-child(3)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has a tabindex greater than 0"
                },
                {
                  "any": [
                    {
                      "id": "tabindex",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element has a tabindex greater than 0"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a class=\"\" href=\"/national-security-safety\" tabindex=\"1\">\n    Security &amp; Safety\n      </a>",
                  "target": [
                    "a[href$=\"national-security-safety\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has a tabindex greater than 0"
                },
                {
                  "any": [
                    {
                      "id": "tabindex",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element has a tabindex greater than 0"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<li class=\"dropdown dropdown--hover nav-item\" tabindex=\"2\">",
                  "target": [
                    ".dropdown.dropdown--hover:nth-child(4)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has a tabindex greater than 0"
                },
                {
                  "any": [
                    {
                      "id": "tabindex",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element has a tabindex greater than 0"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/energysaver/energy-saver\" class=\"icon icon icon-energy-saver\" tabindex=\"1\">\n  <span>Save Energy, Save Money</span>\n</a>",
                  "target": [
                    ".icon"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has a tabindex greater than 0"
                },
                {
                  "any": [
                    {
                      "id": "tabindex",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element has a tabindex greater than 0"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<button type=\"submit\" class=\"btn btn-outline-primary navbar-search-show navbar-suffix-button\" aria-label=\"submit\" tabindex=\"1\">\n    <span class=\"hidden\">button</span>\n      </button>",
                  "target": [
                    ".navbar-search-show"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has a tabindex greater than 0"
                }
              ]
            }
          ]
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://www.energy.gov/",
      "what": "URL",
      "result": "https://www.energy.gov/"
    },
    {
      "type": "test",
      "which": "htmlcs",
      "what": "HTML CodeSniffer WCAG 2.1 AA ruleset",
      "url": "https://www.energy.gov/",
      "result": {
        "Error": {},
        "Warning": {
          "AA.1_1_1.H67.2": {
            "Img element is marked so that it is ignored by Assistive Technology.": [
              {
                "tagName": "img",
                "id": "",
                "code": "<img src=\"/themes/particle/dist/app-drupal/assets/energy_white.png\" alt=\"\" class=\"image img-fluid\">"
              }
            ]
          },
          "AA.1_3_1.H48.2": {
            "This content looks like it is simulating an ordered list using plain text. If so, marking up this content with an ol element would add proper structure information to the document.": [
              {
                "tagName": "div",
                "id": "",
                "code": "<div class=\"field field--text_default field--field_formatted_contact_info\">...</div>"
              },
              {
                "tagName": "div",
                "id": "",
                "code": "<div class=\"footer-info\">...</div>"
              },
              {
                "tagName": "div",
                "id": "",
                "code": "<div class=\"footer-inner--left footer-inner\">...</div>"
              },
              {
                "tagName": "div",
                "id": "",
                "code": "<div class=\"footer-inner-wrapper\">...</div>"
              },
              {
                "tagName": "div",
                "id": "",
                "code": "<div>...</div>"
              },
              {
                "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": "div",
                "id": "",
                "code": "<div class=\"listing-item listing-item--even\">...</div>"
              },
              {
                "tagName": "div",
                "id": "",
                "code": "<div class=\"listing-item listing-item--odd\">...</div>"
              },
              {
                "tagName": "div",
                "id": "",
                "code": "<div class=\"social-bar-networks\">...</div>"
              },
              {
                "tagName": "div",
                "id": "",
                "code": "<div class=\"social-bar-networks-utility\">...</div>"
              }
            ]
          },
          "AA.1_3_1_A.G141": {
            "The heading structure is not logically nested. This h2 element appears to be the primary document heading, so should be an h1 element.": [
              {
                "tagName": "h2",
                "id": "#block-mainnavigation-menu",
                "code": "<h2 class=\"visually-hidden\" id=\"block-mainnavigation-menu\">...</h2>"
              }
            ],
            "The heading structure is not logically nested. This h2 element should be an h1 to be properly nested.": [
              {
                "tagName": "h2",
                "id": "#block-mainnavigation-menu",
                "code": "<h2 class=\"visually-hidden\" id=\"block-mainnavigation-menu\">...</h2>"
              }
            ]
          },
          "AA.1_4_3.G145.BgImage": {
            "This element's text is placed on a background image. Ensure the contrast ratio between the text and all covered parts of the image are at least 3:1.": [
              {
                "tagName": "a",
                "id": "",
                "code": "<a aria-label=\"Link to Bipartisan Infrastructure Law homepage\" href=\"/infrastructurelaw\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a aria-label=\"Read more about COVID-19 Response\" href=\"/covid/coronavirus-doe-response\" title=\"Read more about COVID-19 Response\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"/articles/biden-administration-announces-23-billion-states-and-tribes-strengthen-and-modernize\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"/articles/us-energy-secretary-granholm-teams-robert-downey-jr-linkedin-account-launch-video\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"/eere/water/articles/wpto-studies-find-big-opportunities-expand-pumped-storage-hydropower\">...</a>"
              },
              {
                "tagName": "h2",
                "id": "#block-mainnavigation-menu",
                "code": "<h2 class=\"visually-hidden\" id=\"block-mainnavigation-menu\">...</h2>"
              },
              {
                "tagName": "h2",
                "id": "",
                "code": "<h2 class=\"block block-layout-builder block-inline-blockbasic\">...</h2>"
              },
              {
                "tagName": "h3",
                "id": "",
                "code": "<h3>...</h3>"
              }
            ]
          },
          "AA.1_4_3.G18.Abs": {
            "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 4.5:1.": [
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"#main-content\" class=\"visually-hidden focusable\" tabindex=\"1\">...</a>"
              },
              {
                "tagName": "label",
                "id": "",
                "code": "<label class=\"visually-hidden\" for=\"edit-keywords\">...</label>"
              }
            ]
          },
          "AA.1_4_3.G18.BgImage": {
            "This element's text is placed on a background image. Ensure the contrast ratio between the text and all covered parts of the image are at least 4.5:1.": [
              {
                "tagName": "a",
                "id": "",
                "code": "<a class=\"listing-item-link\" href=\"/articles/biden-harris-administration-announces-56-million-advance-us-solar-manufacturing-and-lower\" aria-label=\"      Biden-Harris Administration Announces $56 Million to Advance U.S. Solar Manufacturing and Lower Energy Costs\n    \">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a class=\"listing-item-link\" href=\"/articles/biden-harris-administration-launches-26-billion-funding-programs-slash-carbon-emissions\" aria-label=\"      Biden-Harris Administration Launches $2.6 Billion Funding Programs To Slash Carbon Emissions\n    \">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a class=\"listing-item-link\" href=\"/articles/doe-announces-18-million-streamline-commercialization-clean-energy-technologies\" aria-label=\"      DOE Announces $18 Million to Streamline Commercialization of Clean Energy Technologies\n    \">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a class=\"listing-item-link\" href=\"/articles/united-states-singapore-joint-ministerial-statement-energy-cooperation\" aria-label=\"      United States-Singapore Joint Ministerial Statement on Energy Cooperation\n    \">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a class=\"view-more\" href=\"/combating-climate-crisis\" title=\"Combating the Climate Crisis\" aria-label=\"Combating the Climate Crisis\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a class=\"view-more\" href=\"/creating-clean-energy-union-jobs\" title=\"Creating Clean Energy Union Jobs\" aria-label=\"Creating Clean Energy Union Jobs\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a class=\"view-more\" href=\"/promoting-energy-justice\" title=\"Promoting Energy Justice\" aria-label=\"Promoting Energy Justice\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"/articles/biden-harris-administration-announces-56-million-advance-us-solar-manufacturing-and-lower\" class=\"more-link\" aria-label=\"Read more about Biden-Harris Administration Announces $56 Million to Advance U.S. Solar Manufacturing and Lower Energy Costs\" title=\"Read more about Biden-Harris Administration Announces $56 Million to Advance U.S. Solar Manufacturing and Lower Energy Costs\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"/articles/biden-harris-administration-launches-26-billion-funding-programs-slash-carbon-emissions\" class=\"more-link\" aria-label=\"Read more about Biden-Harris Administration Launches $2.6 Billion Funding Programs To Slash Carbon Emissions\" title=\"Read more about Biden-Harris Administration Launches $2.6 Billion Funding Programs To Slash Carbon Emissions\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"/articles/doe-announces-18-million-streamline-commercialization-clean-energy-technologies\" class=\"more-link\" aria-label=\"Read more about DOE Announces $18 Million to Streamline Commercialization of Clean Energy Technologies\" title=\"Read more about DOE Announces $18 Million to Streamline Commercialization of Clean Energy Technologies\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"/articles/united-states-singapore-joint-ministerial-statement-energy-cooperation\" class=\"more-link\" aria-label=\"Read more about United States-Singapore Joint Ministerial Statement on Energy Cooperation\" title=\"Read more about United States-Singapore Joint Ministerial Statement on Energy Cooperation\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"/listings/news-blog\" class=\"view-all-link\" aria-label=\"VIEW ALL\">...</a>"
              },
              {
                "tagName": "div",
                "id": "",
                "code": "<div class=\"listing-item-date\">...</div>"
              },
              {
                "tagName": "div",
                "id": "",
                "code": "<div class=\"listing-item-summary\">...</div>"
              },
              {
                "tagName": "span",
                "id": "",
                "code": "<span>...</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 aria-label=\"Link to Bipartisan Infrastructure Law homepage\" href=\"/infrastructurelaw\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a class=\"view-more\" href=\"/combating-climate-crisis\" title=\"Combating the Climate Crisis\" aria-label=\"Combating the Climate Crisis\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a class=\"view-more\" href=\"/creating-clean-energy-union-jobs\" title=\"Creating Clean Energy Union Jobs\" aria-label=\"Creating Clean Energy Union Jobs\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a class=\"view-more\" href=\"/promoting-energy-justice\" title=\"Promoting Energy Justice\" aria-label=\"Promoting Energy Justice\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"/articles/biden-harris-administration-announces-56-million-advance-us-solar-manufacturing-and-lower\" class=\"more-link\" aria-label=\"Read more about Biden-Harris Administration Announces $56 Million to Advance U.S. Solar Manufacturing and Lower Energy Costs\" title=\"Read more about Biden-Harris Administration Announces $56 Million to Advance U.S. Solar Manufacturing and Lower Energy Costs\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"/articles/biden-harris-administration-launches-26-billion-funding-programs-slash-carbon-emissions\" class=\"more-link\" aria-label=\"Read more about Biden-Harris Administration Launches $2.6 Billion Funding Programs To Slash Carbon Emissions\" title=\"Read more about Biden-Harris Administration Launches $2.6 Billion Funding Programs To Slash Carbon Emissions\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"/articles/doe-announces-18-million-streamline-commercialization-clean-energy-technologies\" class=\"more-link\" aria-label=\"Read more about DOE Announces $18 Million to Streamline Commercialization of Clean Energy Technologies\" title=\"Read more about DOE Announces $18 Million to Streamline Commercialization of Clean Energy Technologies\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"/articles/united-states-singapore-joint-ministerial-statement-energy-cooperation\" class=\"more-link\" aria-label=\"Read more about United States-Singapore Joint Ministerial Statement on Energy Cooperation\" title=\"Read more about United States-Singapore Joint Ministerial Statement on Energy Cooperation\">...</a>"
              },
              {
                "tagName": "button",
                "id": "",
                "code": "<button type=\"submit\" class=\"btn btn-outline-primary navbar-search-show navbar-suffix-button\" aria-label=\"submit\" tabindex=\"1\">...</button>"
              },
              {
                "tagName": "label",
                "id": "",
                "code": "<label class=\"visually-hidden\" for=\"edit-keywords\">...</label>"
              }
            ]
          },
          "AA.4_1_2.H91.A.Empty": {
            "Anchor element found with an ID but without a href or link text. Consider moving its ID to a parent or nearby element.": [
              {
                "tagName": "a",
                "id": "#main-content",
                "code": "<a id=\"main-content\" tabindex=\"-1\">...</a>"
              }
            ]
          }
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://www.energy.gov/",
      "what": "URL",
      "result": "https://www.energy.gov/"
    },
    {
      "type": "test",
      "which": "ibm",
      "withItems": true,
      "what": "IBM Accessibility Checker",
      "url": "https://www.energy.gov/",
      "result": {
        "content": {
          "totals": {
            "violation": 22,
            "recommendation": 5,
            "ignored": 0
          },
          "items": [
            {
              "ruleId": "WCAG21_Label_Accessible",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/main[1]/section[1]/div[1]/div[1]/div[1]/div[1]/main[1]/div[1]/section[4]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]",
                "aria": "/document[1]/main[1]/article[1]/main[1]/link[20]"
              },
              "message": "Accessible name does not match or contain the visible label text",
              "bounds": {
                "left": 8,
                "top": 3676,
                "height": 18,
                "width": 92
              },
              "snippet": "<a aria-label=\"Promoting Energy Justice\" title=\"Promoting Energy Justice\" href=\"/promoting-energy-justice\" class=\"view-more\">",
              "level": "violation"
            },
            {
              "ruleId": "WCAG21_Label_Accessible",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/main[1]/section[1]/div[1]/div[1]/div[1]/div[1]/main[1]/div[1]/section[4]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]",
                "aria": "/document[1]/main[1]/article[1]/main[1]/link[18]"
              },
              "message": "Accessible name does not match or contain the visible label text",
              "bounds": {
                "left": 8,
                "top": 3620,
                "height": 18,
                "width": 92
              },
              "snippet": "<a aria-label=\"Creating Clean Energy Union Jobs\" title=\"Creating Clean Energy Union Jobs\" href=\"/creating-clean-energy-union-jobs\" class=\"view-more\">",
              "level": "violation"
            },
            {
              "ruleId": "WCAG21_Label_Accessible",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/main[1]/section[1]/div[1]/div[1]/div[1]/div[1]/main[1]/div[1]/section[4]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]",
                "aria": "/document[1]/main[1]/article[1]/main[1]/link[16]"
              },
              "message": "Accessible name does not match or contain the visible label text",
              "bounds": {
                "left": 8,
                "top": 3565,
                "height": 18,
                "width": 92
              },
              "snippet": "<a aria-label=\"Combating the Climate Crisis\" title=\"Combating the Climate Crisis\" href=\"/combating-climate-crisis\" class=\"view-more\">",
              "level": "violation"
            },
            {
              "ruleId": "WCAG21_Label_Accessible",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/main[1]/section[1]/div[1]/div[1]/div[1]/div[1]/main[1]/div[1]/section[3]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[2]/a[2]",
                "aria": "/document[1]/main[1]/article[1]/main[1]/link[14]"
              },
              "message": "Accessible name does not match or contain the visible label text",
              "bounds": {
                "left": 8,
                "top": 3442,
                "height": 18,
                "width": 75
              },
              "snippet": "<a title=\"Read more about Biden-Harris Administration Launches $2.6 Billion Funding Programs To Slash Carbon Emissions\" aria-label=\"Read more about Biden-Harris Administration Launches $2.6 Billion Funding Programs To Slash Carbon Emissions\" class=\"more-link\" href=\"/articles/biden-harris-administration-launches-26-billion-funding-programs-slash-carbon-emissions\">",
              "level": "violation"
            },
            {
              "ruleId": "WCAG21_Label_Accessible",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/main[1]/section[1]/div[1]/div[1]/div[1]/div[1]/main[1]/div[1]/section[3]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/a[2]",
                "aria": "/document[1]/main[1]/article[1]/main[1]/link[11]"
              },
              "message": "Accessible name does not match or contain the visible label text",
              "bounds": {
                "left": 8,
                "top": 3075,
                "height": 18,
                "width": 75
              },
              "snippet": "<a title=\"Read more about United States-Singapore Joint Ministerial Statement on Energy Cooperation\" aria-label=\"Read more about United States-Singapore Joint Ministerial Statement on Energy Cooperation\" class=\"more-link\" href=\"/articles/united-states-singapore-joint-ministerial-statement-energy-cooperation\">",
              "level": "violation"
            },
            {
              "ruleId": "WCAG21_Label_Accessible",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/main[1]/section[1]/div[1]/div[1]/div[1]/div[1]/main[1]/div[1]/section[3]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/a[2]",
                "aria": "/document[1]/main[1]/article[1]/main[1]/link[8]"
              },
              "message": "Accessible name does not match or contain the visible label text",
              "bounds": {
                "left": 8,
                "top": 2709,
                "height": 18,
                "width": 75
              },
              "snippet": "<a title=\"Read more about DOE Announces $18 Million to Streamline Commercialization of Clean Energy Technologies\" aria-label=\"Read more about DOE Announces $18 Million to Streamline Commercialization of Clean Energy Technologies\" class=\"more-link\" href=\"/articles/doe-announces-18-million-streamline-commercialization-clean-energy-technologies\">",
              "level": "violation"
            },
            {
              "ruleId": "WCAG21_Label_Accessible",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/main[1]/section[1]/div[1]/div[1]/div[1]/div[1]/main[1]/div[1]/section[3]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/a[2]",
                "aria": "/document[1]/main[1]/article[1]/main[1]/link[5]"
              },
              "message": "Accessible name does not match or contain the visible label text",
              "bounds": {
                "left": 8,
                "top": 2342,
                "height": 18,
                "width": 75
              },
              "snippet": "<a title=\"Read more about Biden-Harris Administration Announces $56 Million to Advance U.S. Solar Manufacturing and Lower Energy Costs\" aria-label=\"Read more about Biden-Harris Administration Announces $56 Million to Advance U.S. Solar Manufacturing and Lower Energy Costs\" class=\"more-link\" href=\"/articles/biden-harris-administration-announces-56-million-advance-us-solar-manufacturing-and-lower\">",
              "level": "violation"
            },
            {
              "ruleId": "WCAG21_Label_Accessible",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/main[1]/section[1]/div[1]/div[1]/div[1]/div[1]/main[1]/div[1]/section[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/h3[2]/a[1]",
                "aria": "/document[1]/main[1]/article[1]/main[1]/heading[3]/link[1]"
              },
              "message": "Accessible name does not match or contain the visible label text",
              "bounds": {
                "left": 8,
                "top": 1888,
                "height": 21,
                "width": 418
              },
              "snippet": "<a href=\"/infrastructurelaw\" aria-label=\"Link to Bipartisan Infrastructure Law homepage\">",
              "level": "violation"
            },
            {
              "ruleId": "WCAG21_Label_Accessible",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/header[1]/nav[1]/div[1]/div[3]/button[2]",
                "aria": "/document[1]/banner[1]/navigation[2]/button[3]"
              },
              "message": "Accessible name does not match or contain the visible label text",
              "bounds": {
                "left": 66,
                "top": 1111,
                "height": 22,
                "width": 54
              },
              "snippet": "<button aria-label=\"submit\" class=\"btn btn-outline-primary navbar-menu-show navbar-suffix-button overlay-reveal overlayTarget-navbar-overlay--main\" type=\"submit\">",
              "level": "violation"
            },
            {
              "ruleId": "WCAG21_Label_Accessible",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/header[1]/nav[1]/div[1]/div[3]/button[1]",
                "aria": "/document[1]/banner[1]/navigation[2]/button[2]"
              },
              "message": "Accessible name does not match or contain the visible label text",
              "bounds": {
                "left": 8,
                "top": 1111,
                "height": 22,
                "width": 54
              },
              "snippet": "<button tabindex=\"1\" aria-label=\"submit\" class=\"btn btn-outline-primary navbar-search-show navbar-suffix-button\" type=\"submit\">",
              "level": "violation"
            },
            {
              "ruleId": "WCAG21_Label_Accessible",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/header[1]/nav[1]/div[1]/div[2]/div[1]/form[1]/div[1]/input[1]",
                "aria": "/document[1]/banner[1]/navigation[2]/searchbox[1]"
              },
              "message": "Accessible name does not match or contain the visible label text",
              "bounds": {
                "left": 260,
                "top": 262,
                "height": 22,
                "width": 214
              },
              "snippet": "<input aria-label=\"Search\" placeholder=\"Search\" class=\"form-search navbar-search-input\" maxlength=\"128\" size=\"30\" value=\"\" name=\"keywords\" id=\"edit-keywords\" type=\"search\" data-drupal-selector=\"edit-keywords\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/a[1]",
                "aria": "/document[1]/link[1]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 8,
                "top": 8,
                "height": 18,
                "width": 133
              },
              "snippet": "<a tabindex=\"1\" class=\"visually-hidden focusable\" href=\"#main-content\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_MultipleNavigationLandmarks_Implicit",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/header[1]/nav[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/nav[1]",
                "aria": "/document[1]/banner[1]/navigation[2]/navigation[1]"
              },
              "message": "Multiple elements with \"navigation\" role do not have unique labels",
              "bounds": {
                "left": 8,
                "top": 391,
                "height": 704,
                "width": 784
              },
              "snippet": "<nav class=\"nav nav--dropdown-menu nav--keyboard-navigation nav--mainoffice navbar-nav nav--main nav--top\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_MultipleNavigationLandmarks_Implicit",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/nav[1]",
                "aria": "/document[1]/banner[1]/navigation[1]"
              },
              "message": "Multiple elements with \"navigation\" role do not have unique labels",
              "bounds": {
                "left": 8,
                "top": 27,
                "height": 183,
                "width": 784
              },
              "snippet": "<nav class=\"nav nav--mainoffice nav--utility nav--top\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_MultipleMainsRequireLabel_Implicit_2",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/main[1]/section[1]/div[1]/div[1]/div[1]/div[1]/main[1]",
                "aria": "/document[1]/main[1]/article[1]/main[1]"
              },
              "message": "Multiple elements with \"main\" role do not have unique labels",
              "bounds": {
                "left": 8,
                "top": 1208,
                "height": 3088,
                "width": 784
              },
              "snippet": "<main class=\"homepage\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_MultipleMainsRequireLabel_Implicit_2",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/main[1]",
                "aria": "/document[1]/main[1]"
              },
              "message": "Multiple elements with \"main\" role do not have unique labels",
              "bounds": {
                "left": 8,
                "top": 1133,
                "height": 3163,
                "width": 784
              },
              "snippet": "<main role=\"main\" class=\"container\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_ComplementaryRequiredLabel_Implicit",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/main[1]/section[1]/aside[1]",
                "aria": "/document[1]/main[1]/complementary[1]"
              },
              "message": "The element with \"complementary\" role does not have a label",
              "bounds": {
                "left": 8,
                "top": 1133,
                "height": 56,
                "width": 784
              },
              "snippet": "<aside class=\"layout-content-top\">",
              "level": "violation"
            },
            {
              "ruleId": "element_tabbable_role_valid",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/header[1]/nav[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/nav[1]/li[4]",
                "aria": "/document[1]/banner[1]/navigation[2]/navigation[1]/listitem[4]"
              },
              "message": "The tabbable element's role 'listitem' is not a widget role",
              "bounds": {
                "left": 8,
                "top": 876,
                "height": 220,
                "width": 784
              },
              "snippet": "<li tabindex=\"2\" class=\"dropdown dropdown--hover nav-item\">",
              "level": "violation"
            },
            {
              "ruleId": "element_tabbable_role_valid",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/header[1]/nav[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/nav[1]/li[3]",
                "aria": "/document[1]/banner[1]/navigation[2]/navigation[1]/listitem[3]"
              },
              "message": "The tabbable element's role 'listitem' is not a widget role",
              "bounds": {
                "left": 8,
                "top": 733,
                "height": 127,
                "width": 784
              },
              "snippet": "<li tabindex=\"2\" class=\"dropdown dropdown--hover nav-item\">",
              "level": "violation"
            },
            {
              "ruleId": "element_tabbable_role_valid",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/header[1]/nav[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/nav[1]/li[2]",
                "aria": "/document[1]/banner[1]/navigation[2]/navigation[1]/listitem[2]"
              },
              "message": "The tabbable element's role 'listitem' is not a widget role",
              "bounds": {
                "left": 8,
                "top": 590,
                "height": 127,
                "width": 784
              },
              "snippet": "<li tabindex=\"2\" class=\"dropdown dropdown--hover nav-item\">",
              "level": "violation"
            },
            {
              "ruleId": "element_tabbable_role_valid",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/header[1]/nav[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/nav[1]/li[1]",
                "aria": "/document[1]/banner[1]/navigation[2]/navigation[1]/listitem[1]"
              },
              "message": "The tabbable element's role 'listitem' is not a widget role",
              "bounds": {
                "left": 8,
                "top": 391,
                "height": 183,
                "width": 784
              },
              "snippet": "<li tabindex=\"2\" class=\"dropdown dropdown--hover nav-item\">",
              "level": "violation"
            },
            {
              "ruleId": "aria_semantics_attribute",
              "path": {
                "dom": "/html[1]/body[1]/noscript[1]",
                "aria": "/document[1]"
              },
              "message": "The ARIA attribute 'aria-hidden' is not valid for the element <noscript> with ARIA role 'none'",
              "bounds": {
                "left": 0,
                "top": 0,
                "height": 0,
                "width": 0
              },
              "snippet": "<noscript aria-hidden=\"true\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_MultipleMainsVisibleLabel_Implicit",
              "path": {
                "dom": "/html[1]/body[1]",
                "aria": "/document[1]"
              },
              "message": "Multiple elements with \"main\" role do not have unique visible labels",
              "bounds": {
                "left": 8,
                "top": 8,
                "height": 5037,
                "width": 784
              },
              "snippet": "<body>",
              "level": "recommendation"
            },
            {
              "ruleId": "aria_role_redundant",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/footer[1]",
                "aria": "/document[1]/contentinfo[1]"
              },
              "message": "The explicitly-assigned ARIA role \"contentinfo\" is redundant with the implicit role of the element <footer>",
              "bounds": {
                "left": 8,
                "top": 4315,
                "height": 731,
                "width": 784
              },
              "snippet": "<footer role=\"contentinfo\" class=\"footer footer--mainoffice\">",
              "level": "recommendation"
            },
            {
              "ruleId": "aria_role_redundant",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/main[1]",
                "aria": "/document[1]/main[1]"
              },
              "message": "The explicitly-assigned ARIA role \"main\" is redundant with the implicit role of the element <main>",
              "bounds": {
                "left": 8,
                "top": 1133,
                "height": 3163,
                "width": 784
              },
              "snippet": "<main role=\"main\" class=\"container\">",
              "level": "recommendation"
            },
            {
              "ruleId": "aria_role_redundant",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/header[1]/nav[1]",
                "aria": "/document[1]/banner[1]/navigation[2]"
              },
              "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>",
              "bounds": {
                "left": 8,
                "top": 244,
                "height": 889,
                "width": 784
              },
              "snippet": "<nav class=\"navbar navbar--mainoffice\" aria-labelledby=\"main-nav\" role=\"navigation\">",
              "level": "recommendation"
            },
            {
              "ruleId": "aria_role_redundant",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/header[1]",
                "aria": "/document[1]/banner[1]"
              },
              "message": "The explicitly-assigned ARIA role \"banner\" is redundant with the implicit role of the element <header>",
              "bounds": {
                "left": 8,
                "top": 27,
                "height": 1106,
                "width": 784
              },
              "snippet": "<header role=\"banner\">",
              "level": "recommendation"
            }
          ]
        },
        "url": {
          "totals": {
            "violation": 22,
            "recommendation": 5,
            "ignored": 0
          },
          "items": [
            {
              "ruleId": "WCAG21_Label_Accessible",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/main[1]/section[1]/div[1]/div[1]/div[1]/div[1]/main[1]/div[1]/section[4]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]",
                "aria": "/document[1]/main[1]/article[1]/main[1]/link[20]"
              },
              "message": "Accessible name does not match or contain the visible label text",
              "bounds": {
                "left": 145,
                "top": 4253,
                "height": 28,
                "width": 128
              },
              "snippet": "<a aria-label=\"Promoting Energy Justice\" title=\"Promoting Energy Justice\" href=\"/promoting-energy-justice\" class=\"view-more\">",
              "level": "violation"
            },
            {
              "ruleId": "WCAG21_Label_Accessible",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/main[1]/section[1]/div[1]/div[1]/div[1]/div[1]/main[1]/div[1]/section[4]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]",
                "aria": "/document[1]/main[1]/article[1]/main[1]/link[18]"
              },
              "message": "Accessible name does not match or contain the visible label text",
              "bounds": {
                "left": 145,
                "top": 3839,
                "height": 28,
                "width": 128
              },
              "snippet": "<a aria-label=\"Creating Clean Energy Union Jobs\" title=\"Creating Clean Energy Union Jobs\" href=\"/creating-clean-energy-union-jobs\" class=\"view-more\">",
              "level": "violation"
            },
            {
              "ruleId": "WCAG21_Label_Accessible",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/main[1]/section[1]/div[1]/div[1]/div[1]/div[1]/main[1]/div[1]/section[4]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]",
                "aria": "/document[1]/main[1]/article[1]/main[1]/link[16]"
              },
              "message": "Accessible name does not match or contain the visible label text",
              "bounds": {
                "left": 145,
                "top": 3425,
                "height": 28,
                "width": 128
              },
              "snippet": "<a aria-label=\"Combating the Climate Crisis\" title=\"Combating the Climate Crisis\" href=\"/combating-climate-crisis\" class=\"view-more\">",
              "level": "violation"
            },
            {
              "ruleId": "WCAG21_Label_Accessible",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/main[1]/section[1]/div[1]/div[1]/div[1]/div[1]/main[1]/div[1]/section[3]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[2]/a[2]",
                "aria": "/document[1]/main[1]/article[1]/main[1]/link[14]"
              },
              "message": "Accessible name does not match or contain the visible label text",
              "bounds": {
                "left": 405,
                "top": 2919,
                "height": 28,
                "width": 375
              },
              "snippet": "<a title=\"Read more about Biden-Harris Administration Launches $2.6 Billion Funding Programs To Slash Carbon Emissions\" aria-label=\"Read more about Biden-Harris Administration Launches $2.6 Billion Funding Programs To Slash Carbon Emissions\" class=\"more-link\" href=\"/articles/biden-harris-administration-launches-26-billion-funding-programs-slash-carbon-emissions\">",
              "level": "violation"
            },
            {
              "ruleId": "WCAG21_Label_Accessible",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/main[1]/section[1]/div[1]/div[1]/div[1]/div[1]/main[1]/div[1]/section[3]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/a[2]",
                "aria": "/document[1]/main[1]/article[1]/main[1]/link[11]"
              },
              "message": "Accessible name does not match or contain the visible label text",
              "bounds": {
                "left": 405,
                "top": 2535,
                "height": 28,
                "width": 375
              },
              "snippet": "<a title=\"Read more about United States-Singapore Joint Ministerial Statement on Energy Cooperation\" aria-label=\"Read more about United States-Singapore Joint Ministerial Statement on Energy Cooperation\" class=\"more-link\" href=\"/articles/united-states-singapore-joint-ministerial-statement-energy-cooperation\">",
              "level": "violation"
            },
            {
              "ruleId": "WCAG21_Label_Accessible",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/main[1]/section[1]/div[1]/div[1]/div[1]/div[1]/main[1]/div[1]/section[3]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/a[2]",
                "aria": "/document[1]/main[1]/article[1]/main[1]/link[8]"
              },
              "message": "Accessible name does not match or contain the visible label text",
              "bounds": {
                "left": 20,
                "top": 2863,
                "height": 28,
                "width": 375
              },
              "snippet": "<a title=\"Read more about DOE Announces $18 Million to Streamline Commercialization of Clean Energy Technologies\" aria-label=\"Read more about DOE Announces $18 Million to Streamline Commercialization of Clean Energy Technologies\" class=\"more-link\" href=\"/articles/doe-announces-18-million-streamline-commercialization-clean-energy-technologies\">",
              "level": "violation"
            },
            {
              "ruleId": "WCAG21_Label_Accessible",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/main[1]/section[1]/div[1]/div[1]/div[1]/div[1]/main[1]/div[1]/section[3]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/a[2]",
                "aria": "/document[1]/main[1]/article[1]/main[1]/link[5]"
              },
              "message": "Accessible name does not match or contain the visible label text",
              "bounds": {
                "left": 20,
                "top": 2507,
                "height": 28,
                "width": 375
              },
              "snippet": "<a title=\"Read more about Biden-Harris Administration Announces $56 Million to Advance U.S. Solar Manufacturing and Lower Energy Costs\" aria-label=\"Read more about Biden-Harris Administration Announces $56 Million to Advance U.S. Solar Manufacturing and Lower Energy Costs\" class=\"more-link\" href=\"/articles/biden-harris-administration-announces-56-million-advance-us-solar-manufacturing-and-lower\">",
              "level": "violation"
            },
            {
              "ruleId": "WCAG21_Label_Accessible",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/main[1]/section[1]/div[1]/div[1]/div[1]/div[1]/main[1]/div[1]/section[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/h3[2]/a[1]",
                "aria": "/document[1]/main[1]/article[1]/main[1]/heading[3]/link[1]"
              },
              "message": "Accessible name does not match or contain the visible label text",
              "bounds": {
                "left": 279,
                "top": 1982,
                "height": 67,
                "width": 364
              },
              "snippet": "<a href=\"/infrastructurelaw\" aria-label=\"Link to Bipartisan Infrastructure Law homepage\">",
              "level": "violation"
            },
            {
              "ruleId": "WCAG21_Label_Accessible",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/header[1]/nav[1]/div[1]/div[3]/button[2]",
                "aria": "/document[1]/banner[1]/navigation[2]/button[3]"
              },
              "message": "Accessible name does not match or contain the visible label text",
              "bounds": {
                "left": 712,
                "top": 0,
                "height": 88,
                "width": 88
              },
              "snippet": "<button aria-label=\"submit\" class=\"btn btn-outline-primary navbar-menu-show navbar-suffix-button overlay-reveal overlayTarget-navbar-overlay--main\" type=\"submit\">",
              "level": "violation"
            },
            {
              "ruleId": "WCAG21_Label_Accessible",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/header[1]/nav[1]/div[1]/div[3]/button[1]",
                "aria": "/document[1]/banner[1]/navigation[2]/button[2]"
              },
              "message": "Accessible name does not match or contain the visible label text",
              "bounds": {
                "left": 621,
                "top": 0,
                "height": 88,
                "width": 88
              },
              "snippet": "<button tabindex=\"1\" aria-label=\"submit\" class=\"btn btn-outline-primary navbar-search-show navbar-suffix-button\" type=\"submit\">",
              "level": "violation"
            },
            {
              "ruleId": "WCAG21_Label_Accessible",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/header[1]/nav[1]/div[1]/div[2]/div[1]/form[1]/div[1]/input[1]",
                "aria": "/document[1]/banner[1]/navigation[2]/searchbox[1]"
              },
              "message": "Accessible name does not match or contain the visible label text",
              "bounds": {
                "left": 661,
                "top": 22,
                "height": 48,
                "width": 0
              },
              "snippet": "<input aria-label=\"Search\" placeholder=\"Search\" class=\"form-search navbar-search-input\" maxlength=\"128\" size=\"30\" value=\"\" name=\"keywords\" id=\"edit-keywords\" type=\"search\" data-drupal-selector=\"edit-keywords\">",
              "level": "violation"
            },
            {
              "ruleId": "WCAG20_A_HasText",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/header[1]/nav[1]/div[1]/div[1]/div[1]/a[1]",
                "aria": "/document[1]/banner[1]/navigation[2]/link[1]"
              },
              "message": "Hyperlink has no link text, label or image with a text alternative",
              "bounds": {
                "left": 40,
                "top": 0,
                "height": 88,
                "width": 275
              },
              "snippet": "<a tabindex=\"1\" href=\"/\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/a[1]",
                "aria": "/document[1]/link[1]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 0,
                "top": 0,
                "height": 1,
                "width": 1
              },
              "snippet": "<a tabindex=\"1\" class=\"visually-hidden focusable\" href=\"#main-content\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_MultipleNavigationLandmarks_Implicit",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/header[1]/nav[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/nav[1]",
                "aria": "/document[1]/banner[1]/navigation[2]/navigation[1]"
              },
              "message": "Multiple elements with \"navigation\" role do not have unique labels",
              "bounds": {
                "left": -1200,
                "top": 60,
                "height": 272,
                "width": 265
              },
              "snippet": "<nav class=\"nav nav--dropdown-menu nav--keyboard-navigation nav--mainoffice navbar-nav nav--main nav--top\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_MultipleMainsRequireLabel_Implicit_2",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/main[1]/section[1]/div[1]/div[1]/div[1]/div[1]/main[1]",
                "aria": "/document[1]/main[1]/article[1]/main[1]"
              },
              "message": "Multiple elements with \"main\" role do not have unique labels",
              "bounds": {
                "left": 20,
                "top": 1701,
                "height": 3020,
                "width": 760
              },
              "snippet": "<main class=\"homepage\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_MultipleMainsRequireLabel_Implicit_2",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/main[1]",
                "aria": "/document[1]/main[1]"
              },
              "message": "Multiple elements with \"main\" role do not have unique labels",
              "bounds": {
                "left": 0,
                "top": 91,
                "height": 4700,
                "width": 800
              },
              "snippet": "<main role=\"main\" class=\"container\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_ComplementaryRequiredLabel_Implicit",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/main[1]/section[1]/aside[1]",
                "aria": "/document[1]/main[1]/complementary[1]"
              },
              "message": "The element with \"complementary\" role does not have a label",
              "bounds": {
                "left": 0,
                "top": 91,
                "height": 1500,
                "width": 800
              },
              "snippet": "<aside class=\"layout-content-top\">",
              "level": "violation"
            },
            {
              "ruleId": "element_tabbable_role_valid",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/header[1]/nav[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/nav[1]/li[4]",
                "aria": "/document[1]/banner[1]/navigation[2]/navigation[1]/listitem[4]"
              },
              "message": "The tabbable element's role 'listitem' is not a widget role",
              "bounds": {
                "left": -1200,
                "top": 254,
                "height": 77,
                "width": 265
              },
              "snippet": "<li tabindex=\"2\" class=\"dropdown dropdown--hover nav-item\">",
              "level": "violation"
            },
            {
              "ruleId": "element_tabbable_role_valid",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/header[1]/nav[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/nav[1]/li[3]",
                "aria": "/document[1]/banner[1]/navigation[2]/navigation[1]/listitem[3]"
              },
              "message": "The tabbable element's role 'listitem' is not a widget role",
              "bounds": {
                "left": -1200,
                "top": 195,
                "height": 59,
                "width": 265
              },
              "snippet": "<li tabindex=\"2\" class=\"dropdown dropdown--hover nav-item\">",
              "level": "violation"
            },
            {
              "ruleId": "element_tabbable_role_valid",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/header[1]/nav[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/nav[1]/li[2]",
                "aria": "/document[1]/banner[1]/navigation[2]/navigation[1]/listitem[2]"
              },
              "message": "The tabbable element's role 'listitem' is not a widget role",
              "bounds": {
                "left": -1200,
                "top": 137,
                "height": 59,
                "width": 265
              },
              "snippet": "<li tabindex=\"2\" class=\"dropdown dropdown--hover nav-item\">",
              "level": "violation"
            },
            {
              "ruleId": "element_tabbable_role_valid",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/header[1]/nav[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/nav[1]/li[1]",
                "aria": "/document[1]/banner[1]/navigation[2]/navigation[1]/listitem[1]"
              },
              "message": "The tabbable element's role 'listitem' is not a widget role",
              "bounds": {
                "left": -1200,
                "top": 60,
                "height": 77,
                "width": 265
              },
              "snippet": "<li tabindex=\"2\" class=\"dropdown dropdown--hover nav-item\">",
              "level": "violation"
            },
            {
              "ruleId": "aria_semantics_attribute",
              "path": {
                "dom": "/html[1]/body[1]/noscript[1]",
                "aria": "/document[1]"
              },
              "message": "The ARIA attribute 'aria-hidden' is not valid for the element <noscript> with ARIA role 'none'",
              "bounds": {
                "left": 0,
                "top": 0,
                "height": 0,
                "width": 0
              },
              "snippet": "<noscript aria-hidden=\"true\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_MultipleMainsVisibleLabel_Implicit",
              "path": {
                "dom": "/html[1]/body[1]",
                "aria": "/document[1]"
              },
              "message": "Multiple elements with \"main\" role do not have unique visible labels",
              "bounds": {
                "left": 0,
                "top": 0,
                "height": 5505,
                "width": 800
              },
              "snippet": "<body>",
              "level": "recommendation"
            },
            {
              "ruleId": "aria_role_redundant",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/footer[1]",
                "aria": "/document[1]/contentinfo[1]"
              },
              "message": "The explicitly-assigned ARIA role \"contentinfo\" is redundant with the implicit role of the element <footer>",
              "bounds": {
                "left": 0,
                "top": 4791,
                "height": 714,
                "width": 800
              },
              "snippet": "<footer role=\"contentinfo\" class=\"footer footer--mainoffice\">",
              "level": "recommendation"
            },
            {
              "ruleId": "aria_role_redundant",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/main[1]",
                "aria": "/document[1]/main[1]"
              },
              "message": "The explicitly-assigned ARIA role \"main\" is redundant with the implicit role of the element <main>",
              "bounds": {
                "left": 0,
                "top": 91,
                "height": 4700,
                "width": 800
              },
              "snippet": "<main role=\"main\" class=\"container\">",
              "level": "recommendation"
            },
            {
              "ruleId": "aria_role_redundant",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/header[1]/nav[1]",
                "aria": "/document[1]/banner[1]/navigation[2]"
              },
              "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>",
              "bounds": {
                "left": 0,
                "top": 0,
                "height": 91,
                "width": 800
              },
              "snippet": "<nav class=\"navbar navbar--mainoffice\" aria-labelledby=\"main-nav\" role=\"navigation\">",
              "level": "recommendation"
            },
            {
              "ruleId": "aria_role_redundant",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/header[1]",
                "aria": "/document[1]/banner[1]"
              },
              "message": "The explicitly-assigned ARIA role \"banner\" is redundant with the implicit role of the element <header>",
              "bounds": {
                "left": 0,
                "top": 0,
                "height": 91,
                "width": 800
              },
              "snippet": "<header role=\"banner\">",
              "level": "recommendation"
            }
          ]
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://www.energy.gov/",
      "what": "URL",
      "result": "https://www.energy.gov/"
    },
    {
      "type": "test",
      "which": "wave",
      "reportType": 4,
      "what": "WAVE",
      "url": "https://www.energy.gov/",
      "result": {
        "status": {
          "success": true,
          "httpstatuscode": 200
        },
        "statistics": {
          "pagetitle": "Department of Energy",
          "pageurl": "https://www.energy.gov/",
          "time": 2.82,
          "creditsremaining": 1063,
          "allitemcount": 111,
          "totalelements": 473,
          "waveurl": "http://wave.webaim.org/report?url=https://www.energy.gov/"
        },
        "categories": {
          "error": {
            "description": "Errors",
            "count": 0,
            "items": []
          },
          "contrast": {
            "description": "Contrast Errors",
            "count": 0,
            "items": []
          },
          "alert": {
            "description": "Alerts",
            "count": 36,
            "items": {
              "alt_long": {
                "id": "alt_long",
                "description": "Long alternative text",
                "count": 1,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV + DIV > DIV:first-child > DIV:first-child > DIV:first-child > HEADER:first-child + DIV + MAIN > A:first-child + SECTION > ASIDE:first-child + DIV > DIV:first-child > DIV#block-particle-content > DIV:first-child > MAIN:first-child > DIV:first-child > SECTION:first-child + SECTION + SECTION > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > A:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > A:first-child > IMG:first-child"
                ],
                "wcag": [
                  {
                    "name": "1.1.1 Non-text Content (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc1.1.1"
                  }
                ]
              },
              "h1_missing": {
                "id": "h1_missing",
                "description": "Missing first level heading",
                "count": 1,
                "selectors": [
                  false
                ],
                "wcag": [
                  {
                    "name": "1.3.1 Info and Relationships (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc1.3.1"
                  },
                  {
                    "name": "2.4.6 Headings and Labels (Level AA)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc2.4.6"
                  }
                ]
              },
              "link_redundant": {
                "id": "link_redundant",
                "description": "Redundant link",
                "count": 12,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV + DIV > DIV:first-child > DIV:first-child > DIV:first-child > HEADER:first-child > DIV:first-child + NAV > DIV#main-nav > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > H2:first-child + DIV > DIV:first-child > A:first-child",
                  "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV + DIV > DIV:first-child > DIV:first-child > DIV:first-child > HEADER:first-child + DIV + MAIN > A:first-child + SECTION > ASIDE:first-child + DIV > DIV:first-child > DIV#block-particle-content > DIV:first-child > MAIN:first-child > DIV:first-child > SECTION:first-child + SECTION + SECTION > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > A:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + A",
                  "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV + DIV > DIV:first-child > DIV:first-child > DIV:first-child > HEADER:first-child + DIV + MAIN > A:first-child + SECTION > ASIDE:first-child + DIV > DIV:first-child > DIV#block-particle-content > DIV:first-child > MAIN:first-child > DIV:first-child > SECTION:first-child + SECTION + SECTION > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > A:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + A + DIV + DIV + A",
                  "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV + DIV > DIV:first-child > DIV:first-child > DIV:first-child > HEADER:first-child + DIV + MAIN > A:first-child + SECTION > ASIDE:first-child + DIV > DIV:first-child > DIV#block-particle-content > DIV:first-child > MAIN:first-child > DIV:first-child > SECTION:first-child + SECTION + SECTION > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > A:first-child + DIV > DIV:first-child > DIV:first-child + DIV > DIV:first-child + A",
                  "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV + DIV > DIV:first-child > DIV:first-child > DIV:first-child > HEADER:first-child + DIV + MAIN > A:first-child + SECTION > ASIDE:first-child + DIV > DIV:first-child > DIV#block-particle-content > DIV:first-child > MAIN:first-child > DIV:first-child > SECTION:first-child + SECTION + SECTION > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > A:first-child + DIV > DIV:first-child > DIV:first-child + DIV > DIV:first-child + A + DIV + DIV + A",
                  "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV + DIV > DIV:first-child > DIV:first-child > DIV:first-child > HEADER:first-child + DIV + MAIN > A:first-child + SECTION > ASIDE:first-child + DIV > DIV:first-child > DIV#block-particle-content > DIV:first-child > MAIN:first-child > DIV:first-child > SECTION:first-child + SECTION + SECTION > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > A:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child + A",
                  "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV + DIV > DIV:first-child > DIV:first-child > DIV:first-child > HEADER:first-child + DIV + MAIN > A:first-child + SECTION > ASIDE:first-child + DIV > DIV:first-child > DIV#block-particle-content > DIV:first-child > MAIN:first-child > DIV:first-child > SECTION:first-child + SECTION + SECTION > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > A:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child + A + DIV + DIV + A",
                  "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV + DIV > DIV:first-child > DIV:first-child > DIV:first-child > HEADER:first-child + DIV + MAIN > A:first-child + SECTION > ASIDE:first-child + DIV > DIV:first-child > DIV#block-particle-content > DIV:first-child > MAIN:first-child > DIV:first-child > SECTION:first-child + SECTION + SECTION > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > A:first-child + DIV > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child + A",
                  "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV + DIV > DIV:first-child > DIV:first-child > DIV:first-child > HEADER:first-child + DIV + MAIN > A:first-child + SECTION > ASIDE:first-child + DIV > DIV:first-child > DIV#block-particle-content > DIV:first-child > MAIN:first-child > DIV:first-child > SECTION:first-child + SECTION + SECTION > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > A:first-child + DIV > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child + A + DIV + DIV + A",
                  "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV + DIV > DIV:first-child > DIV:first-child > DIV:first-child > HEADER:first-child + DIV + MAIN > A:first-child + SECTION > ASIDE:first-child + DIV > DIV:first-child > DIV#block-particle-content > DIV:first-child > MAIN:first-child > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + A",
                  "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV + DIV > DIV:first-child > DIV:first-child > DIV:first-child > HEADER:first-child + DIV + MAIN > A:first-child + SECTION > ASIDE:first-child + DIV > DIV:first-child > DIV#block-particle-content > DIV:first-child > MAIN:first-child > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + A",
                  "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV + DIV > DIV:first-child > DIV:first-child > DIV:first-child > HEADER:first-child + DIV + MAIN > A:first-child + SECTION > ASIDE:first-child + DIV > DIV:first-child > DIV#block-particle-content > DIV:first-child > MAIN:first-child > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + A"
                ],
                "wcag": [
                  {
                    "name": "2.4.4 Link Purpose (In Context) (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc2.4.4"
                  }
                ]
              },
              "noscript": {
                "id": "noscript",
                "description": "Noscript element",
                "count": 1,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT"
                ],
                "wcag": []
              },
              "tabindex": {
                "id": "tabindex",
                "description": "Tabindex",
                "count": 21,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > A:first-child",
                  "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV + DIV > DIV:first-child > DIV:first-child > DIV:first-child > HEADER:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > NAV:first-child > LI:first-child > A:first-child",
                  "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV + DIV > DIV:first-child > DIV:first-child > DIV:first-child > HEADER:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > NAV:first-child > LI:first-child + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV + DIV > DIV:first-child > DIV:first-child > DIV:first-child > HEADER:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > NAV:first-child > LI:first-child + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV + DIV > DIV:first-child > DIV:first-child > DIV:first-child > HEADER:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > NAV:first-child > LI:first-child + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV + DIV > DIV:first-child > DIV:first-child > DIV:first-child > HEADER:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > NAV:first-child > LI:first-child + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV + DIV > DIV:first-child > DIV:first-child > DIV:first-child > HEADER:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > A:first-child",
                  "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV + DIV > DIV:first-child > DIV:first-child > DIV:first-child > HEADER:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > A:first-child + A",
                  "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV + DIV > DIV:first-child > DIV:first-child > DIV:first-child > HEADER:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > A:first-child + A + A",
                  "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV + DIV > DIV:first-child > DIV:first-child > DIV:first-child > HEADER:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > A:first-child + A + A + A",
                  "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV + DIV > DIV:first-child > DIV:first-child > DIV:first-child > HEADER:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > A:first-child + A + A + A + A",
                  "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV + DIV > DIV:first-child > DIV:first-child > DIV:first-child > HEADER:first-child > DIV:first-child + NAV > DIV#main-nav > DIV:first-child > DIV:first-child > A:first-child",
                  "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV + DIV > DIV:first-child > DIV:first-child > DIV:first-child > HEADER:first-child > DIV:first-child + NAV > DIV#main-nav > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > H2:first-child + DIV > DIV:first-child + DIV > NAV:first-child > LI:first-child",
                  "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV + DIV > DIV:first-child > DIV:first-child > DIV:first-child > HEADER:first-child > DIV:first-child + NAV > DIV#main-nav > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > H2:first-child + DIV > DIV:first-child + DIV > NAV:first-child > LI:first-child > A:first-child",
                  "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV + DIV > DIV:first-child > DIV:first-child > DIV:first-child > HEADER:first-child > DIV:first-child + NAV > DIV#main-nav > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > H2:first-child + DIV > DIV:first-child + DIV > NAV:first-child > LI:first-child + LI",
                  "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV + DIV > DIV:first-child > DIV:first-child > DIV:first-child > HEADER:first-child > DIV:first-child + NAV > DIV#main-nav > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > H2:first-child + DIV > DIV:first-child + DIV > NAV:first-child > LI:first-child + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV + DIV > DIV:first-child > DIV:first-child > DIV:first-child > HEADER:first-child > DIV:first-child + NAV > DIV#main-nav > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > H2:first-child + DIV > DIV:first-child + DIV > NAV:first-child > LI:first-child + LI + LI",
                  "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV + DIV > DIV:first-child > DIV:first-child > DIV:first-child > HEADER:first-child > DIV:first-child + NAV > DIV#main-nav > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > H2:first-child + DIV > DIV:first-child + DIV > NAV:first-child > LI:first-child + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV + DIV > DIV:first-child > DIV:first-child > DIV:first-child > HEADER:first-child > DIV:first-child + NAV > DIV#main-nav > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > H2:first-child + DIV > DIV:first-child + DIV > NAV:first-child > LI:first-child + LI + LI + LI",
                  "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV + DIV > DIV:first-child > DIV:first-child > DIV:first-child > HEADER:first-child > DIV:first-child + NAV > DIV#main-nav > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > H2:first-child + DIV > DIV:first-child + DIV > NAV:first-child > LI:first-child + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV + DIV > DIV:first-child > DIV:first-child > DIV:first-child > HEADER:first-child > DIV:first-child + NAV > DIV#main-nav > DIV:first-child + DIV + DIV > BUTTON:first-child"
                ],
                "wcag": [
                  {
                    "name": "2.4.3 Focus Order (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc2.4.3"
                  }
                ]
              }
            }
          }
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://www.energy.gov/",
      "what": "URL",
      "result": "https://www.energy.gov/"
    },
    {
      "type": "test",
      "which": "tenon",
      "id": "a",
      "what": "Tenon",
      "url": "https://www.energy.gov/",
      "result": {
        "status": 200,
        "message": "OK",
        "code": "success",
        "info": "Success",
        "moreInfo": "https://tenon.io/documentation/apiv2/response-codes#success",
        "responseExecTime": "0.086",
        "responseTime": "2022-07-17T21:57:53.878Z",
        "data": {
          "apiErrors": [],
          "documentSize": 1016514,
          "metadata": null,
          "resultSummary": {
            "tests": {
              "total": 180,
              "passing": 173,
              "failing": 7
            },
            "issues": {
              "totalErrors": 10,
              "totalWarnings": 2,
              "totalIssues": 12
            },
            "issuesByLevel": {
              "A": {
                "count": 8,
                "pct": 66.67
              },
              "AA": {
                "count": 2,
                "pct": 16.67
              },
              "AAA": {
                "count": 12,
                "pct": 100
              }
            },
            "density": {
              "errorDensity": 1,
              "warningDensity": 0,
              "allDensity": 1
            }
          },
          "projectID": "E4B12DC9-2F67-8DB7-26C9-E50C8490",
          "responseID": "ec710021-8724-4f4d-b247-8a325e6d181b",
          "docID": "7bbdb800-d468-414e-e445-2b7d4577748f",
          "sourceHash": "d349545556325df005d097bb0ce002e0",
          "urlHttpCode": 200,
          "clientScriptErrors": [],
          "remainingApiCalls": {
            "planCalls": 0,
            "boosts": 19
          },
          "globalStats": {
            "errorDensity": "N/A",
            "warningDensity": "N/A",
            "allDensity": "N/A",
            "stdDev": "N/A"
          },
          "resultUrl": "http://ngnix/history.php?responseID=ec710021-8724-4f4d-b247-8a325e6d181b",
          "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": 4383.36
                },
                "height": 4383.36,
                "width": 1024
              },
              "position": {
                "line": 2589,
                "column": 60
              },
              "errorSnippet": "&lt;body&gt; &lt;a href=\"#main-content\" class=\"visually-hidden focusable\" tabindex=\"1\"&gt; Skip to main content &lt;/a&gt; &lt;noscript aria-hidden=\"true\"&gt;&lt;iframe src=\"https://www.googletagmanager.com/ns.html?id=GTM-PCSS9JS&amp;gtm_auth=rQjC8QLyy7z",
              "xpath": "/html/body",
              "issueID": "4454a5655673c04239c20cbbdcfddec0",
              "signature": "8553402859a20d5feef7ba1bbd4239aa",
              "ref": "https://tenon.io/bestpractice.php?bpID=3&tID=28&issueID=4454a5655673c04239c20cbbdcfddec0"
            },
            {
              "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": 327.4375,
                  "y": 637.375
                },
                "bottom-right": {
                  "x": 477.4375,
                  "y": 659.375
                },
                "height": 22,
                "width": 150
              },
              "position": {
                "line": 5603,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"listing-item-image-link\" href=\"/articles/biden-harris-administration-announces-56-million-advance-us-solar-manufacturing-and-lower\" aria-label=\"Biden-Harris Administration Announces $56 Million to Advance U.S. Solar Manufacturing and Lower E",
              "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/main[1]/section[1]/div[1]/div[1]/div[1]/div[1]/main[1]/div[1]/section[3]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]",
              "issueID": "18d0a7ce8aee06fc0d4783b871f1bc66",
              "signature": "c17b97b8eea32102eb9c57294abaacc1",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=18d0a7ce8aee06fc0d4783b871f1bc66"
            },
            {
              "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": 327.4375,
                  "y": 1021.375
                },
                "bottom-right": {
                  "x": 477.4375,
                  "y": 1043.375
                },
                "height": 22,
                "width": 150
              },
              "position": {
                "line": 6352,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"listing-item-image-link\" href=\"/articles/doe-announces-18-million-streamline-commercialization-clean-energy-technologies\" aria-label=\"DOE Announces $18 Million to Streamline Commercialization of Clean Energy Technologies\" title=\"DOE Announce",
              "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/main[1]/section[1]/div[1]/div[1]/div[1]/div[1]/main[1]/div[1]/section[3]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/a[1]",
              "issueID": "be5724f7cbdc6fe107cd3f36595e5c09",
              "signature": "0a1b6e1e13c9bebdf5affe392fb85178",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=be5724f7cbdc6fe107cd3f36595e5c09"
            },
            {
              "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": 794,
                  "y": 637.375
                },
                "bottom-right": {
                  "x": 944,
                  "y": 659.375
                },
                "height": 22,
                "width": 150
              },
              "position": {
                "line": 6352,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"listing-item-image-link\" href=\"/articles/united-states-singapore-joint-ministerial-statement-energy-cooperation\" aria-label=\"United States-Singapore Joint Ministerial Statement on Energy Cooperation\" title=\"United States-Singapore Joint Mini",
              "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/main[1]/section[1]/div[1]/div[1]/div[1]/div[1]/main[1]/div[1]/section[3]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/a[1]",
              "issueID": "f69e85480e66f943e2933fc9e4ad7e9e",
              "signature": "d2bc2de5d06a36c2a45ca602eba305d6",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=f69e85480e66f943e2933fc9e4ad7e9e"
            },
            {
              "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": 794,
                  "y": 993.375
                },
                "bottom-right": {
                  "x": 944,
                  "y": 1015.375
                },
                "height": 22,
                "width": 150
              },
              "position": {
                "line": 6712,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"listing-item-image-link\" href=\"/articles/biden-harris-administration-launches-26-billion-funding-programs-slash-carbon-emissions\" aria-label=\"Biden-Harris Administration Launches $2.6 Billion Funding Programs To Slash Carbon Emissions\" title",
              "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/main[1]/section[1]/div[1]/div[1]/div[1]/div[1]/main[1]/div[1]/section[3]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[2]/div[1]/a[1]",
              "issueID": "3154499cd68b0e52882903ebf593fe4f",
              "signature": "f207e5d2b17045e40f3faf09714fce67",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=3154499cd68b0e52882903ebf593fe4f"
            },
            {
              "tID": 98,
              "bpID": 105,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "These links have the same text but different destinations.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Don't reuse the same link text for links that have different destinations",
              "errorDescription": "This link has the same text as another link that goes to a different place. Using the same text for multiple links which point to different pages is ambiguous and may be confusing for assistive technology users, or for users who have a cognitive disability. Link text should tell the user where they will go if they follow the link. If two links on a page go to two different destinations, use different link text that accurately and concisely describes their destination.",
              "viewPortLocation": {
                "top-left": {
                  "x": 80,
                  "y": 2702.75
                },
                "bottom-right": {
                  "x": 80,
                  "y": 2702.75
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 6952,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"https://energy.gov/node/4433229\" aria-label=\" \"&gt; &lt;img src=\"https://www.energy.gov/sites/default/files/styles/full_article_width/public/2021/02/f83/hero_backgrounnd.jpg?itok=7_WGk-Mo\" alt=\"Blue coronavirus illustration\" class=\"image img-",
              "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/main[1]/section[1]/div[1]/div[1]/div[1]/div[1]/main[1]/div[1]/section[6]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]",
              "issueID": "1b0c5476172fc820c3fcd6b0efb6d3cb",
              "signature": "a308f4c09628d2e9ef85d05233d547f4",
              "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=1b0c5476172fc820c3fcd6b0efb6d3cb"
            },
            {
              "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": 4383.36
                },
                "height": 4383.36,
                "width": 1024
              },
              "position": {
                "line": 2589,
                "column": 60
              },
              "errorSnippet": "&lt;body&gt; &lt;a href=\"#main-content\" class=\"visually-hidden focusable\" tabindex=\"1\"&gt; Skip to main content &lt;/a&gt; &lt;noscript aria-hidden=\"true\"&gt;&lt;iframe src=\"https://www.googletagmanager.com/ns.html?id=GTM-PCSS9JS&amp;gtm_auth=rQjC8QLyy7z",
              "xpath": "/html/body",
              "issueID": "a324d9f0b2a6ed3d723d501d5f177cb4",
              "signature": "c138f566c2a9b0b8ecd476d5ab64ecce",
              "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=a324d9f0b2a6ed3d723d501d5f177cb4"
            },
            {
              "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": 373.03125,
                  "y": 151.1875
                },
                "bottom-right": {
                  "x": 935.10925,
                  "y": 283.1875
                },
                "height": 132,
                "width": 562.078
              },
              "position": {
                "line": 9100,
                "column": 34
              },
              "errorSnippet": "&lt;h3&gt;The Department of Energy is delivering a clean energy future that creates good-paying, union jobs for communities in every pocket of the United States.&lt;/h3&gt;",
              "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/main[1]/section[1]/div[1]/div[1]/div[1]/div[1]/main[1]/div[1]/section[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/h3[1]",
              "issueID": "be98c3ad071bb7b36cc5845e48d0f372",
              "signature": "ae209b01e011563f2646319147cd7cce",
              "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=be98c3ad071bb7b36cc5845e48d0f372"
            },
            {
              "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": 373.03125,
                  "y": 2702.75
                },
                "bottom-right": {
                  "x": 935.10925,
                  "y": 2834.75
                },
                "height": 132,
                "width": 562.078
              },
              "position": {
                "line": 9492,
                "column": 34
              },
              "errorSnippet": "&lt;h3&gt;Follow DOE's &lt;a aria-label=\"Read more about COVID-19 Response\" href=\"/covid/coronavirus-doe-response\" title=\"Read more about COVID-19 Response\"&gt;COVID-19 response&lt;/a&gt; for updates as we actively monitor the situation and coordinate wi",
              "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/main[1]/section[1]/div[1]/div[1]/div[1]/div[1]/main[1]/div[1]/section[6]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/h3[1]",
              "issueID": "ed4b9a69d646cb2a56bb06689a8b5f2d",
              "signature": "5aaf488410fd3898ebcea9baf64abaf2",
              "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=ed4b9a69d646cb2a56bb06689a8b5f2d"
            },
            {
              "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": 85
                },
                "bottom-right": {
                  "x": 0,
                  "y": 85
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 4318,
                "column": 34
              },
              "errorSnippet": "&lt;input data-drupal-selector=\"edit-submit-search\" type=\"submit\" id=\"edit-submit-search\" value=\"SEARCH\" class=\"button js-form-submit form-submit\"&gt;",
              "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/header[1]/nav[1]/div[1]/div[2]/div[1]/form[1]/div[2]/input[1]",
              "issueID": "3adb0e8f9b34af00d5a03bfac32e8769",
              "signature": "7f01d7d021b52b2539c80f5123d57810",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=3adb0e8f9b34af00d5a03bfac32e8769"
            },
            {
              "tID": 153,
              "bpID": 211,
              "priority": 85,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 60,
              "errorTitle": "This long string of text is in all caps.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform.  Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 206.188,
                  "y": 48
                },
                "height": 48,
                "width": 206.188
              },
              "position": {
                "line": 4715,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"/energysaver/energy-saver\" class=\"icon icon icon-energy-saver\" tabindex=\"1\"&gt; &lt;span&gt;Save Energy, Save Money&lt;/span&gt;\n&lt;/a&gt;",
              "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/header[1]/nav[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/nav[1]/li[4]/a[1]",
              "issueID": "eb7ba7ab6b89d805b8a9f32693079570",
              "signature": "ce48102d7b739e05ef5831a289f702ba",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=eb7ba7ab6b89d805b8a9f32693079570"
            },
            {
              "tID": 155,
              "bpID": 143,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 60,
              "errorTitle": "These headings are not structured in a hierarchical manner.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.10 Section Headings"
              ],
              "resultTitle": "Make sure that headings are in the right order for the content.",
              "errorDescription": "The heading structure of this page does not effectively communicate the structure of the content on it. Heading elements provide important benefits: they act as wayfinding cues for in-page navigation, they contribute to page content summaries, and they provide context to the content below them. To do so effectively, headings should follow the `<h1>` to `<h6>` hierarchy and they should not skip levels. Restructure the document's heading order so it uses a clear, ordered, and intuitive hierarchy. Ensure there are no gaps between each numbered heading level and the next.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 1024,
                  "y": 4383.36
                },
                "height": 4383.36,
                "width": 1024
              },
              "position": {
                "line": 2589,
                "column": 60
              },
              "errorSnippet": "&lt;body&gt; &lt;a href=\"#main-content\" class=\"visually-hidden focusable\" tabindex=\"1\"&gt; Skip to main content &lt;/a&gt; &lt;noscript aria-hidden=\"true\"&gt;&lt;iframe src=\"https://www.googletagmanager.com/ns.html?id=GTM-PCSS9JS&amp;gtm_auth=rQjC8QLyy7z",
              "xpath": "/html/body",
              "issueID": "f85462371960186c9f09a297f79dae11",
              "signature": "6421ab7fd3fdefd354231e623c8ca654",
              "ref": "https://tenon.io/bestpractice.php?bpID=143&tID=155&issueID=f85462371960186c9f09a297f79dae11"
            }
          ],
          "log": []
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "Chromium browser"
    },
    {
      "type": "url",
      "which": "https://www.energy.gov/",
      "what": "Department of Energy (DOE)",
      "result": "https://www.energy.gov/"
    },
    {
      "type": "test",
      "which": "continuum",
      "what": "Level Access Continuum, community edition",
      "url": "https://www.energy.gov/",
      "result": [
        {
          "engineTestId": 99,
          "bestPracticeId": 464,
          "attribute": "This element does not have a ul element (without an ARIA-assigned role); ol element (without an ARIA-assigned role); or element with a role set to the value: list as a parent",
          "attributeDetail": "This LI does not have a ul element (without an ARIA-assigned role); ol element (without an ARIA-assigned role); or element with a role set to the value: list as a parent",
          "element": "<li class=\"nav-item\"><a tabindex=\"1\" href=\"/national-laboratories\" class=\"nav-link\">National Labs</a></li>",
          "testResult": 0,
          "path": "body>div:nth-of-type(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)",
          "fixType": "",
          "fingerprint": {
            "version": 2,
            "css": "li[class=\"nav-item\"]",
            "attNo": 1
          }
        },
        {
          "engineTestId": 99,
          "bestPracticeId": 464,
          "attribute": "This element does not have a ul element (without an ARIA-assigned role); ol element (without an ARIA-assigned role); or element with a role set to the value: list as a parent",
          "attributeDetail": "This LI does not have a ul element (without an ARIA-assigned role); ol element (without an ARIA-assigned role); or element with a role set to the value: list as a parent",
          "element": "<li class=\"nav-item\"><a tabindex=\"1\" href=\"/offices\" class=\"nav-link\">Offices</a></li>",
          "testResult": 0,
          "path": "body>div:nth-of-type(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)",
          "fixType": "",
          "fingerprint": {
            "version": 2,
            "css": "li[class=\"nav-item\"]",
            "attNo": 1
          }
        },
        {
          "engineTestId": 99,
          "bestPracticeId": 464,
          "attribute": "This element does not have a ul element (without an ARIA-assigned role); ol element (without an ARIA-assigned role); or element with a role set to the value: list as a parent",
          "attributeDetail": "This LI does not have a ul element (without an ARIA-assigned role); ol element (without an ARIA-assigned role); or element with a role set to the value: list as a parent",
          "element": "<li class=\"nav-item\"><a tabindex=\"1\" href=\"/leadership\" class=\"nav-link\">Leadership</a></li>",
          "testResult": 0,
          "path": "body>div:nth-of-type(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)",
          "fixType": "",
          "fingerprint": {
            "version": 2,
            "css": "li[class=\"nav-item\"]",
            "attNo": 1
          }
        },
        {
          "engineTestId": 99,
          "bestPracticeId": 464,
          "attribute": "This element does not have a ul element (without an ARIA-assigned role); ol element (without an ARIA-assigned role); or element with a role set to the value: list as a parent",
          "attributeDetail": "This LI does not have a ul element (without an ARIA-assigned role); ol element (without an ARIA-assigned role); or element with a role set to the value: list as a parent",
          "element": "<li class=\"nav-item\"><a tabindex=\"1\" href=\"/newsroom\" class=\"nav-link\">Newsroom</a></li>",
          "testResult": 0,
          "path": "body>div:nth-of-type(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(4)",
          "fixType": "",
          "fingerprint": {
            "version": 2,
            "css": "li[class=\"nav-item\"]",
            "attNo": 1
          }
        },
        {
          "engineTestId": 99,
          "bestPracticeId": 464,
          "attribute": "This element does not have a ul element (without an ARIA-assigned role); ol element (without an ARIA-assigned role); or element with a role set to the value: list as a parent",
          "attributeDetail": "This LI does not have a ul element (without an ARIA-assigned role); ol element (without an ARIA-assigned role); or element with a role set to the value: list as a parent",
          "element": "<li class=\"dropdown dropdown--hover nav-item\"><a tabindex=\"1\" href=\"/about-us\" class=\"\">About</a><di ... --grandparent nav-item nav-link\"><a href=\"/careers/jobs\">Work with Us</a></li></div></ul></div></li>",
          "testResult": 0,
          "path": "body>div:nth-of-type(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(5)",
          "fixType": "",
          "fingerprint": {
            "version": 2,
            "css": "li[class=\"dropdown dropdown--hover nav-item\"]",
            "attNo": 1
          }
        },
        {
          "engineTestId": 99,
          "bestPracticeId": 464,
          "attribute": "This element does not have a ul element (without an ARIA-assigned role); ol element (without an ARIA-assigned role); or element with a role set to the value: list as a parent",
          "attributeDetail": "This LI does not have a ul element (without an ARIA-assigned role); ol element (without an ARIA-assigned role); or element with a role set to the value: list as a parent",
          "element": "<li tabindex=\"2\" class=\"dropdown dropdown--hover nav-item\"><a tabindex=\"1\" href=\"/science-innovation ... down-item--grandparent nav-item nav-link\"><a href=\"/stem-rising\">STEM</a></li></div></ul></div></li>",
          "testResult": 0,
          "path": "body>div:nth-of-type(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)",
          "fixType": "",
          "fingerprint": {
            "version": 2,
            "css": "li[class=\"dropdown dropdown--hover nav-item\"][tabindex=\"2\"]",
            "attNo": 2
          }
        },
        {
          "engineTestId": 99,
          "bestPracticeId": 464,
          "attribute": "This element does not have a ul element (without an ARIA-assigned role); ol element (without an ARIA-assigned role); or element with a role set to the value: list as a parent",
          "attributeDetail": "This LI does not have a ul element (without an ARIA-assigned role); ol element (without an ARIA-assigned role); or element with a role set to the value: list as a parent",
          "element": "<li tabindex=\"2\" class=\"dropdown dropdown--hover nav-item\"><a tabindex=\"1\" href=\"/energy-economy\" cl ... -link\"><a href=\"/energy-economy/manufacturing\">Advanced Manufacturing</a></li></div></ul></div></li>",
          "testResult": 0,
          "path": "body>div:nth-of-type(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)",
          "fixType": "",
          "fingerprint": {
            "version": 2,
            "css": "li[class=\"dropdown dropdown--hover nav-item\"][tabindex=\"2\"]",
            "attNo": 2
          }
        },
        {
          "engineTestId": 99,
          "bestPracticeId": 464,
          "attribute": "This element does not have a ul element (without an ARIA-assigned role); ol element (without an ARIA-assigned role); or element with a role set to the value: list as a parent",
          "attributeDetail": "This LI does not have a ul element (without an ARIA-assigned role); ol element (without an ARIA-assigned role); or element with a role set to the value: list as a parent",
          "element": "<li tabindex=\"2\" class=\"dropdown dropdown--hover nav-item\"><a tabindex=\"1\" href=\"/national-security- ... t nav-item nav-link\"><a href=\"/emergency-response\">Emergency Response</a></li></div></ul></div></li>",
          "testResult": 0,
          "path": "body>div:nth-of-type(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(3)",
          "fixType": "",
          "fingerprint": {
            "version": 2,
            "css": "li[class=\"dropdown dropdown--hover nav-item\"][tabindex=\"2\"]",
            "attNo": 2
          }
        },
        {
          "engineTestId": 99,
          "bestPracticeId": 464,
          "attribute": "This element does not have a ul element (without an ARIA-assigned role); ol element (without an ARIA-assigned role); or element with a role set to the value: list as a parent",
          "attributeDetail": "This LI does not have a ul element (without an ARIA-assigned role); ol element (without an ARIA-assigned role); or element with a role set to the value: list as a parent",
          "element": "<li tabindex=\"2\" class=\"dropdown dropdown--hover nav-item\"><a tabindex=\"1\" class=\"icon icon icon-ene ... ent nav-item nav-link\"><a href=\"/energysaver/ventilation\">Ventilation</a></li></div></ul></div></li>",
          "testResult": 0,
          "path": "body>div:nth-of-type(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(4)",
          "fixType": "",
          "fingerprint": {
            "version": 2,
            "css": "li[class=\"dropdown dropdown--hover nav-item\"][tabindex=\"2\"]",
            "attNo": 2
          }
        },
        {
          "engineTestId": 99,
          "bestPracticeId": 464,
          "attribute": "This element does not have a ul element (without an ARIA-assigned role); ol element (without an ARIA-assigned role); or element with a role set to the value: list as a parent",
          "attributeDetail": "This LI does not have a ul element (without an ARIA-assigned role); ol element (without an ARIA-assigned role); or element with a role set to the value: list as a parent",
          "element": "<li class=\"nav-item\"><a href=\"/lm/doe-history\" class=\"nav-link\">History</a></li>",
          "testResult": 0,
          "path": "body>div:nth-of-type(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)",
          "fixType": "",
          "fingerprint": {
            "version": 2,
            "css": "li[class=\"nav-item\"]",
            "attNo": 1
          }
        },
        {
          "engineTestId": 99,
          "bestPracticeId": 464,
          "attribute": "This element does not have a ul element (without an ARIA-assigned role); ol element (without an ARIA-assigned role); or element with a role set to the value: list as a parent",
          "attributeDetail": "This LI does not have a ul element (without an ARIA-assigned role); ol element (without an ARIA-assigned role); or element with a role set to the value: list as a parent",
          "element": "<li class=\"nav-item\"><a href=\"/stem-rising\" class=\"nav-link\">STEM at DOE</a></li>",
          "testResult": 0,
          "path": "body>div:nth-of-type(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)",
          "fixType": "",
          "fingerprint": {
            "version": 2,
            "css": "li[class=\"nav-item\"]",
            "attNo": 1
          }
        },
        {
          "engineTestId": 99,
          "bestPracticeId": 464,
          "attribute": "This element does not have a ul element (without an ARIA-assigned role); ol element (without an ARIA-assigned role); or element with a role set to the value: list as a parent",
          "attributeDetail": "This LI does not have a ul element (without an ARIA-assigned role); ol element (without an ARIA-assigned role); or element with a role set to the value: list as a parent",
          "element": "<li class=\"nav-item\"><a href=\"/careers/jobs\" class=\"nav-link\">Careers</a></li>",
          "testResult": 0,
          "path": "body>div:nth-of-type(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(3)",
          "fixType": "",
          "fingerprint": {
            "version": 2,
            "css": "li[class=\"nav-item\"]",
            "attNo": 1
          }
        },
        {
          "engineTestId": 99,
          "bestPracticeId": 464,
          "attribute": "This element does not have a ul element (without an ARIA-assigned role); ol element (without an ARIA-assigned role); or element with a role set to the value: list as a parent",
          "attributeDetail": "This LI does not have a ul element (without an ARIA-assigned role); ol element (without an ARIA-assigned role); or element with a role set to the value: list as a parent",
          "element": "<li class=\"nav-item\"><a href=\"/contact-us\" class=\"nav-link\">Contact Us</a></li>",
          "testResult": 0,
          "path": "body>div:nth-of-type(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(4)",
          "fixType": "",
          "fingerprint": {
            "version": 2,
            "css": "li[class=\"nav-item\"]",
            "attNo": 1
          }
        },
        {
          "engineTestId": 99,
          "bestPracticeId": 464,
          "attribute": "This element does not have a ul element (without an ARIA-assigned role); ol element (without an ARIA-assigned role); or element with a role set to the value: list as a parent",
          "attributeDetail": "This LI does not have a ul element (without an ARIA-assigned role); ol element (without an ARIA-assigned role); or element with a role set to the value: list as a parent",
          "element": "<li class=\"nav-item\"><a href=\"/budget-performance\" class=\"nav-link\">Budget &amp; Performance</a></li>",
          "testResult": 0,
          "path": "body>div:nth-of-type(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)",
          "fixType": "",
          "fingerprint": {
            "version": 2,
            "css": "li[class=\"nav-item\"]",
            "attNo": 1
          }
        },
        {
          "engineTestId": 99,
          "bestPracticeId": 464,
          "attribute": "This element does not have a ul element (without an ARIA-assigned role); ol element (without an ARIA-assigned role); or element with a role set to the value: list as a parent",
          "attributeDetail": "This LI does not have a ul element (without an ARIA-assigned role); ol element (without an ARIA-assigned role); or element with a role set to the value: list as a parent",
          "element": "<li class=\"nav-item\"><a href=\"https://www.directives.doe.gov\" class=\"nav-link\">Directives, Delegations &amp; Requirements</a></li>",
          "testResult": 0,
          "path": "body>div:nth-of-type(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)",
          "fixType": "",
          "fingerprint": {
            "version": 2,
            "css": "li[class=\"nav-item\"]",
            "attNo": 1
          }
        },
        {
          "engineTestId": 99,
          "bestPracticeId": 464,
          "attribute": "This element does not have a ul element (without an ARIA-assigned role); ol element (without an ARIA-assigned role); or element with a role set to the value: list as a parent",
          "attributeDetail": "This LI does not have a ul element (without an ARIA-assigned role); ol element (without an ARIA-assigned role); or element with a role set to the value: list as a parent",
          "element": "<li class=\"nav-item\"><a href=\"/management/freedom-information-act\" class=\"nav-link\">FOIA</a></li>",
          "testResult": 0,
          "path": "body>div:nth-of-type(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(3)",
          "fixType": "",
          "fingerprint": {
            "version": 2,
            "css": "li[class=\"nav-item\"]",
            "attNo": 1
          }
        },
        {
          "engineTestId": 99,
          "bestPracticeId": 464,
          "attribute": "This element does not have a ul element (without an ARIA-assigned role); ol element (without an ARIA-assigned role); or element with a role set to the value: list as a parent",
          "attributeDetail": "This LI does not have a ul element (without an ARIA-assigned role); ol element (without an ARIA-assigned role); or element with a role set to the value: list as a parent",
          "element": "<li class=\"nav-item\"><a href=\"/ig/office-inspector-general\" class=\"nav-link\">Inspector General</a></li>",
          "testResult": 0,
          "path": "body>div:nth-of-type(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(4)",
          "fixType": "",
          "fingerprint": {
            "version": 2,
            "css": "li[class=\"nav-item\"]",
            "attNo": 1
          }
        },
        {
          "engineTestId": 99,
          "bestPracticeId": 464,
          "attribute": "This element does not have a ul element (without an ARIA-assigned role); ol element (without an ARIA-assigned role); or element with a role set to the value: list as a parent",
          "attributeDetail": "This LI does not have a ul element (without an ARIA-assigned role); ol element (without an ARIA-assigned role); or element with a role set to the value: list as a parent",
          "element": "<li class=\"nav-item\"><a href=\"/cio/privacy-program\" class=\"nav-link\">Privacy Program</a></li>",
          "testResult": 0,
          "path": "body>div:nth-of-type(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(5)",
          "fixType": "",
          "fingerprint": {
            "version": 2,
            "css": "li[class=\"nav-item\"]",
            "attNo": 1
          }
        },
        {
          "engineTestId": 99,
          "bestPracticeId": 464,
          "attribute": "This element does not have a ul element (without an ARIA-assigned role); ol element (without an ARIA-assigned role); or element with a role set to the value: list as a parent",
          "attributeDetail": "This LI does not have a ul element (without an ARIA-assigned role); ol element (without an ARIA-assigned role); or element with a role set to the value: list as a parent",
          "element": "<li class=\"nav-item\"><a href=\"/osdbu/office-small-and-disadvantaged-business-utilization\" class=\"nav-link\">Small Business</a></li>",
          "testResult": 0,
          "path": "body>div:nth-of-type(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(6)",
          "fixType": "",
          "fingerprint": {
            "version": 2,
            "css": "li[class=\"nav-item\"]",
            "attNo": 1
          }
        },
        {
          "engineTestId": 99,
          "bestPracticeId": 464,
          "attribute": "This element does not have a ul element (without an ARIA-assigned role); ol element (without an ARIA-assigned role); or element with a role set to the value: list as a parent",
          "attributeDetail": "This LI does not have a ul element (without an ARIA-assigned role); ol element (without an ARIA-assigned role); or element with a role set to the value: list as a parent",
          "element": "<li class=\"nav-item\"><a href=\"https://www.whitehouse.gov\" class=\"nav-link\">The White House</a></li>",
          "testResult": 0,
          "path": "body>div:nth-of-type(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)",
          "fixType": "",
          "fingerprint": {
            "version": 2,
            "css": "li[class=\"nav-item\"]",
            "attNo": 1
          }
        },
        {
          "engineTestId": 99,
          "bestPracticeId": 464,
          "attribute": "This element does not have a ul element (without an ARIA-assigned role); ol element (without an ARIA-assigned role); or element with a role set to the value: list as a parent",
          "attributeDetail": "This LI does not have a ul element (without an ARIA-assigned role); ol element (without an ARIA-assigned role); or element with a role set to the value: list as a parent",
          "element": "<li class=\"nav-item\"><a href=\"https://www.usa.gov\" class=\"nav-link\">USA.gov</a></li>",
          "testResult": 0,
          "path": "body>div:nth-of-type(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)",
          "fixType": "",
          "fingerprint": {
            "version": 2,
            "css": "li[class=\"nav-item\"]",
            "attNo": 1
          }
        },
        {
          "engineTestId": 99,
          "bestPracticeId": 464,
          "attribute": "This element does not have a ul element (without an ARIA-assigned role); ol element (without an ARIA-assigned role); or element with a role set to the value: list as a parent",
          "attributeDetail": "This LI does not have a ul element (without an ARIA-assigned role); ol element (without an ARIA-assigned role); or element with a role set to the value: list as a parent",
          "element": "<li class=\"nav-item\"><a href=\"https://vote.gov/\" class=\"nav-link\">Vote.gov</a></li>",
          "testResult": 0,
          "path": "body>div:nth-of-type(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(3)",
          "fixType": "",
          "fingerprint": {
            "version": 2,
            "css": "li[class=\"nav-item\"]",
            "attNo": 1
          }
        },
        {
          "engineTestId": 531,
          "bestPracticeId": 2519,
          "attribute": "This nav does not have a unique accessible name as required when two or more nav elements are present",
          "attributeDetail": "This nav does not have a unique accessible name as required when two or more nav elements are present",
          "element": "<nav class=\"nav nav--mainoffice nav--utility nav--top\"><li class=\"nav-item\"><a tabindex=\"1\" href=\"/n ... dparent nav-item nav-link\"><a href=\"/careers/jobs\">Work with Us</a></li></div></ul></div></li></nav>",
          "testResult": 0,
          "path": "body>div:nth-of-type(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)",
          "fixType": "",
          "fingerprint": {
            "version": 2,
            "css": "nav[class=\"nav nav--mainoffice nav--utility nav--top\"]",
            "attNo": 1
          }
        },
        {
          "engineTestId": 531,
          "bestPracticeId": 2519,
          "attribute": "This nav does not have a unique accessible name as required when two or more nav elements are present",
          "attributeDetail": "This nav does not have a unique accessible name as required when two or more nav elements are present",
          "element": "<nav class=\"nav nav--dropdown-menu nav--keyboard-navigation nav--mainoffice navbar-nav nav--main nav ... dropdown-item--grandparent nav-item nav-link\"><a href=\"/national-security-safety/environmental-clean",
          "testResult": 0,
          "path": "body>div:nth-of-type(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)",
          "fixType": "",
          "fingerprint": {
            "version": 2,
            "css": "nav[class=\"nav nav--dropdown-menu nav--keyboard-navigation nav--mainoffice navbar-nav nav--main nav--top\"]",
            "attNo": 1
          }
        },
        {
          "engineTestId": 533,
          "bestPracticeId": 2519,
          "attribute": "This nav does not have an accessible name as required when two or more nav elements are present",
          "attributeDetail": "This nav does not have an accessible name as required when two or more nav elements are present",
          "element": "<nav class=\"nav nav--mainoffice nav--utility nav--top\"><li class=\"nav-item\"><a tabindex=\"1\" href=\"/n ... dparent nav-item nav-link\"><a href=\"/careers/jobs\">Work with Us</a></li></div></ul></div></li></nav>",
          "testResult": 0,
          "path": "body>div:nth-of-type(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)",
          "fixType": "",
          "fingerprint": {
            "version": 2,
            "css": "nav[class=\"nav nav--mainoffice nav--utility nav--top\"]",
            "attNo": 1
          }
        },
        {
          "engineTestId": 533,
          "bestPracticeId": 2519,
          "attribute": "This nav does not have an accessible name as required when two or more nav elements are present",
          "attributeDetail": "This nav does not have an accessible name as required when two or more nav elements are present",
          "element": "<nav class=\"nav nav--dropdown-menu nav--keyboard-navigation nav--mainoffice navbar-nav nav--main nav ... dropdown-item--grandparent nav-item nav-link\"><a href=\"/national-security-safety/environmental-clean",
          "testResult": 0,
          "path": "body>div:nth-of-type(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)",
          "fixType": "",
          "fingerprint": {
            "version": 2,
            "css": "nav[class=\"nav nav--dropdown-menu nav--keyboard-navigation nav--mainoffice navbar-nav nav--main nav--top\"]",
            "attNo": 1
          }
        }
      ]
    }
  ],
  "timeStamp": "4aieq",
  "startTime": "2022-07-17T21:56:12",
  "presses": 0,
  "amountRead": 0,
  "testTimes": [
    [
      "hover",
      43
    ],
    [
      "motion",
      14
    ],
    [
      "ibm",
      11
    ],
    [
      "alfa",
      6
    ],
    [
      "wave",
      3
    ],
    [
      "focAll",
      1
    ],
    [
      "axe",
      1
    ],
    [
      "bulk",
      0
    ],
    [
      "embAc",
      0
    ],
    [
      "focInd",
      0
    ],
    [
      "focOp",
      0
    ],
    [
      "labClash",
      0
    ],
    [
      "linkUl",
      0
    ],
    [
      "menuNav",
      0
    ],
    [
      "radioSet",
      0
    ],
    [
      "role",
      0
    ],
    [
      "styleDiff",
      0
    ],
    [
      "tabNav",
      0
    ],
    [
      "zIndex",
      0
    ],
    [
      "htmlcs",
      0
    ],
    [
      "tenon",
      0
    ],
    [
      "continuum",
      0
    ]
  ],
  "logCount": 25,
  "logSize": 1954,
  "errorLogCount": 11,
  "errorLogSize": 1111,
  "prohibitedCount": 0,
  "visitTimeoutCount": 0,
  "visitRejectionCount": 0,
  "endTime": "2022-07-17T21:57:53",
  "elapsedSeconds": 106,
  "score": {
    "scoreProcID": "sp14a",
    "logWeights": {
      "logCount": 0.5,
      "logSize": 0.01,
      "errorLogCount": 1,
      "errorLogSize": 0.02,
      "prohibitedCount": 15,
      "visitTimeoutCount": 10,
      "visitRejectionCount": 10
    },
    "soloWeight": 2,
    "groupWeights": {
      "absolute": 2,
      "largest": 1,
      "smaller": 0.4
    },
    "preventionWeights": {
      "testaro": 50,
      "other": 100
    },
    "packageDetails": {
      "testaro": {
        "bulk": 0,
        "focAll": 44,
        "focOp": 36,
        "hover": 28,
        "labClash": 1,
        "linkUl": 186,
        "role": 8,
        "styleDiff": 9,
        "zIndex": 13
      },
      "alfa": {
        "r11": 8,
        "r14": 32,
        "r61": 4,
        "r66": 15,
        "r69": 15,
        "r78": 8
      },
      "axe": {
        "color-contrast-enhanced": 32,
        "color-contrast": 32,
        "hidden-content": 0,
        "label-content-name-mismatch": 24,
        "landmark-main-is-top-level": 2,
        "landmark-no-duplicate-main": 2,
        "landmark-unique": 4,
        "listitem": 66,
        "page-has-heading-one": 2,
        "tabindex": 63
      },
      "htmlcs": {
        "w:AA.1_1_1.H67.2": 1,
        "w:AA.1_3_1.H48.2": 6,
        "w:AA.1_3_1.H48": 4,
        "w:AA.1_3_1_A.G141": 2,
        "w:AA.1_4_3.G145.BgImage": 8,
        "w:AA.1_4_3.G18.Abs": 2,
        "w:AA.1_4_3.G18.BgImage": 15,
        "w:AA.2_5_3.F96": 10,
        "w:AA.4_1_2.H91.A.Empty": 1
      },
      "ibm": {
        "WCAG21_Label_Accessible": 44,
        "Rpt_Aria_OrphanedContent_Native_Host_Sematics": 4,
        "Rpt_Aria_MultipleNavigationLandmarks_Implicit": 8,
        "Rpt_Aria_MultipleMainsRequireLabel_Implicit_2": 8,
        "Rpt_Aria_ComplementaryRequiredLabel_Implicit": 4,
        "element_tabbable_role_valid": 16,
        "aria_semantics_attribute": 4,
        "Rpt_Aria_MultipleMainsVisibleLabel_Implicit": 1,
        "aria_role_redundant": 4
      },
      "wave": {
        "a:alt_long": 1,
        "a:h1_missing": 1,
        "a:link_redundant": 12,
        "a:noscript": 1,
        "a:tabindex": 21
      },
      "tenon": {
        "28": 4,
        "79": 16,
        "98": 4,
        "144": 12,
        "152": 4,
        "153": 2,
        "155": 2
      },
      "continuum": {
        "99": 88,
        "531": 8,
        "533": 8
      }
    },
    "groupDetails": {
      "groups": {
        "visibleBulk": {
          "testaro": {
            "bulk": {
              "score": 1,
              "what": "Page contains many visible elements"
            }
          }
        },
        "tabFocusability": {
          "testaro": {
            "focAll": {
              "score": 22,
              "what": "Discrepancy between elements that should be and that are Tab-focusable"
            }
          }
        },
        "focusableOperable": {
          "testaro": {
            "focOp": {
              "score": 27,
              "what": "Operable elements that cannot be Tab-focused and vice versa"
            }
          }
        },
        "hoverSurprise": {
          "testaro": {
            "hover": {
              "score": 7,
              "what": "Content changes caused by hovering"
            }
          }
        },
        "labelClash": {
          "testaro": {
            "labClash": {
              "score": 1,
              "what": "Incompatible label types"
            }
          }
        },
        "linkIndication": {
          "testaro": {
            "linkUl": {
              "score": 93,
              "what": "Non-underlined adjacent links"
            }
          }
        },
        "roleBad": {
          "testaro": {
            "role": {
              "score": 6,
              "what": "Nonexistent or implicit-overriding role"
            }
          },
          "ibm": {
            "element_tabbable_role_valid": {
              "score": 12,
              "what": "Tabbable element has a non-widget role"
            },
            "aria_role_redundant": {
              "score": 3,
              "what": "Explicitly assigned ARIA role is redundant with the implicit role of the element"
            }
          }
        },
        "inconsistentStyles": {
          "testaro": {
            "styleDiff": {
              "score": 2,
              "what": "Heading, link, and button style inconsistencies"
            }
          }
        },
        "zIndexNotZero": {
          "testaro": {
            "zIndex": {
              "score": 3,
              "what": "Layering with nondefault z-index values"
            }
          }
        },
        "linkNoText": {
          "alfa": {
            "r11": {
              "score": 8,
              "what": "Link has no accessible name"
            }
          },
          "htmlcs": {
            "w:AA.4_1_2.H91.A.Empty": {
              "score": 1,
              "what": "Link element has an id attribute but no href attribute or text"
            }
          }
        },
        "visibleLabelNotName": {
          "alfa": {
            "r14": {
              "score": 24,
              "what": "Visible label is not in the accessible name"
            }
          },
          "axe": {
            "label-content-name-mismatch": {
              "score": 18,
              "what": "Element visible text is not part of its accessible name"
            }
          },
          "htmlcs": {
            "w:AA.2_5_3.F96": {
              "score": 8,
              "what": "Visible label is not in the accessible name"
            }
          },
          "ibm": {
            "WCAG21_Label_Accessible": {
              "score": 33,
              "what": "Accessible name does not match or contain the visible label text"
            }
          }
        },
        "h1Missing": {
          "alfa": {
            "r61": {
              "score": 2,
              "what": "First heading is not h1"
            }
          },
          "axe": {
            "page-has-heading-one": {
              "score": 1,
              "what": "Page contains no level-one heading"
            }
          },
          "wave": {
            "a:h1_missing": {
              "score": 1,
              "what": "Missing first level heading"
            }
          }
        },
        "contrastAAA": {
          "alfa": {
            "r66": {
              "score": 4,
              "what": "Text contrast less than AAA requires"
            }
          },
          "axe": {
            "color-contrast-enhanced": {
              "score": 8,
              "what": "Element has insufficient color contrast (Level AAA)"
            }
          }
        },
        "contrastAA": {
          "alfa": {
            "r69": {
              "score": 11,
              "what": "Text outside widget has subminimum contrast"
            }
          },
          "axe": {
            "color-contrast": {
              "score": 24,
              "what": "Element has insufficient color contrast"
            }
          }
        },
        "headingOfNothing": {
          "alfa": {
            "r78": {
              "score": 4,
              "what": "No content between two headings of the same level"
            }
          }
        },
        "hiddenContentRisk": {
          "axe": {
            "hidden-content": {
              "score": 1,
              "what": "Some content is hidden and therefore may not be testable for accessibility"
            }
          }
        },
        "mainNotTop": {
          "axe": {
            "landmark-main-is-top-level": {
              "score": 1,
              "what": "main landmark is contained in another landmark"
            }
          }
        },
        "mainNot1": {
          "axe": {
            "landmark-no-duplicate-main": {
              "score": 1,
              "what": "page has more than 1 main landmark"
            }
          }
        },
        "landmarkConfusion": {
          "axe": {
            "landmark-unique": {
              "score": 3,
              "what": "Landmark has a role and an accessible name that are identical to another"
            }
          }
        },
        "listItemOrphan": {
          "axe": {
            "listitem": {
              "score": 66,
              "what": "li element is not contained by a ul or ol element"
            }
          },
          "continuum": {
            "99": {
              "score": 88,
              "what": "li element has no ul, ol, or list-role parent"
            }
          }
        },
        "tabIndexPositive": {
          "axe": {
            "tabindex": {
              "score": 16,
              "what": "Positive tabIndex risks creating a confusing focus order"
            }
          },
          "wave": {
            "a:tabindex": {
              "score": 5,
              "what": "tabIndex value positive"
            }
          }
        },
        "decorativeImageRisk": {
          "htmlcs": {
            "w:AA.1_1_1.H67.2": {
              "score": 1,
              "what": "Image marked as decorative may be informative"
            }
          }
        },
        "pseudoOrderedListRisk": {
          "htmlcs": {
            "w:AA.1_3_1.H48.2": {
              "score": 2,
              "what": "Ordered list may fail to be coded as such"
            }
          }
        },
        "pseudoNavListRisk": {
          "htmlcs": {
            "w:AA.1_3_1.H48": {
              "score": 1,
              "what": "Navigation links are not coded as a list"
            }
          }
        },
        "headingStructure": {
          "htmlcs": {
            "w:AA.1_3_1_A.G141": {
              "score": 1,
              "what": "Heading level is incorrect"
            }
          },
          "tenon": {
            "155": {
              "score": 1,
              "what": "Headings are not structured in a hierarchical manner"
            }
          }
        },
        "contrastRisk": {
          "htmlcs": {
            "w:AA.1_4_3.G145.BgImage": {
              "score": 2,
              "what": "Contrast between the text and its background image may be less than 3:1"
            },
            "w:AA.1_4_3.G18.Abs": {
              "score": 1,
              "what": "Contrast between the absolutely positioned text and its background may be inadequate"
            },
            "w:AA.1_4_3.G18.BgImage": {
              "score": 4,
              "what": "Contrast between the text and its background image may be less than 4.5:1"
            }
          }
        },
        "contentBeyondLandmarks": {
          "ibm": {
            "Rpt_Aria_OrphanedContent_Native_Host_Sematics": {
              "score": 2,
              "what": "Content does not reside within an element with a landmark role"
            }
          }
        },
        "navConfusion": {
          "ibm": {
            "Rpt_Aria_MultipleNavigationLandmarks_Implicit": {
              "score": 6,
              "what": "Element with a navigation role has no unique purpose label among the navigation-role elements"
            }
          },
          "continuum": {
            "531": {
              "score": 6,
              "what": "nav element has an accessible name that is non-unique among the nav elements"
            }
          }
        },
        "mainConfusion": {
          "ibm": {
            "Rpt_Aria_MultipleMainsRequireLabel_Implicit_2": {
              "score": 6,
              "what": "Element with main role has no unique label among the main-role elements"
            },
            "Rpt_Aria_MultipleMainsVisibleLabel_Implicit": {
              "score": 1,
              "what": "Element with main role has no unique visible label among the main-role elements"
            }
          }
        },
        "complementaryNoText": {
          "ibm": {
            "Rpt_Aria_ComplementaryRequiredLabel_Implicit": {
              "score": 1,
              "what": "Element has a complementary role but has no label"
            }
          }
        },
        "ariaBadAttribute": {
          "ibm": {
            "aria_semantics_attribute": {
              "score": 4,
              "what": "ARIA attributes is invalid for the element or ARIA role to which it is assigned"
            }
          }
        },
        "imageTextLong": {
          "wave": {
            "a:alt_long": {
              "score": 1,
              "what": "Long text alternative"
            }
          }
        },
        "linkPair": {
          "wave": {
            "a:link_redundant": {
              "score": 6,
              "what": "Adjacent links go to the same URL"
            }
          }
        },
        "noScriptRisk": {
          "wave": {
            "a:noscript": {
              "score": 1,
              "what": "noscript element may fail to contain an accessible equivalent or alternative"
            }
          }
        },
        "horizontalScrolling": {
          "tenon": {
            "28": {
              "score": 3,
              "what": "Layout or sizing of the page causes horizontal scrolling"
            }
          }
        },
        "titleRedundant": {
          "tenon": {
            "79": {
              "score": 4,
              "what": "Link has a title attribute that is the same as the text inside the link"
            }
          }
        },
        "linkTextsSame": {
          "tenon": {
            "98": {
              "score": 2,
              "what": "Links have the same text but different destinations"
            }
          }
        },
        "leadingClipsText": {
          "tenon": {
            "144": {
              "score": 12,
              "what": "Line height is insufficent to properly display the computed font size"
            }
          }
        },
        "targetSize": {
          "tenon": {
            "152": {
              "score": 2,
              "what": "Actionable element is smaller than the minimum required size"
            }
          }
        },
        "allCaps": {
          "tenon": {
            "153": {
              "score": 1,
              "what": "Long string of text is in all caps"
            }
          }
        },
        "navNoText": {
          "continuum": {
            "533": {
              "score": 6,
              "what": "nav element is not the only nav element but has no accessible name"
            }
          }
        }
      },
      "solos": {}
    },
    "preventionScores": {},
    "summary": {
      "total": 636,
      "log": 65,
      "preventions": 0,
      "solos": 0,
      "groups": [
        {
          "groupName": "listItemOrphan",
          "score": 116
        },
        {
          "groupName": "linkIndication",
          "score": 95
        },
        {
          "groupName": "visibleLabelNotName",
          "score": 55
        },
        {
          "groupName": "contrastAA",
          "score": 30
        },
        {
          "groupName": "focusableOperable",
          "score": 29
        },
        {
          "groupName": "tabFocusability",
          "score": 24
        },
        {
          "groupName": "tabIndexPositive",
          "score": 20
        },
        {
          "groupName": "roleBad",
          "score": 19
        },
        {
          "groupName": "leadingClipsText",
          "score": 14
        },
        {
          "groupName": "contrastAAA",
          "score": 12
        },
        {
          "groupName": "linkNoText",
          "score": 10
        },
        {
          "groupName": "navConfusion",
          "score": 10
        },
        {
          "groupName": "hoverSurprise",
          "score": 9
        },
        {
          "groupName": "contrastRisk",
          "score": 9
        },
        {
          "groupName": "mainConfusion",
          "score": 9
        },
        {
          "groupName": "linkPair",
          "score": 8
        },
        {
          "groupName": "navNoText",
          "score": 8
        },
        {
          "groupName": "headingOfNothing",
          "score": 6
        },
        {
          "groupName": "ariaBadAttribute",
          "score": 6
        },
        {
          "groupName": "titleRedundant",
          "score": 6
        },
        {
          "groupName": "zIndexNotZero",
          "score": 5
        },
        {
          "groupName": "h1Missing",
          "score": 5
        },
        {
          "groupName": "landmarkConfusion",
          "score": 5
        },
        {
          "groupName": "horizontalScrolling",
          "score": 5
        },
        {
          "groupName": "inconsistentStyles",
          "score": 4
        },
        {
          "groupName": "pseudoOrderedListRisk",
          "score": 4
        },
        {
          "groupName": "contentBeyondLandmarks",
          "score": 4
        },
        {
          "groupName": "linkTextsSame",
          "score": 4
        },
        {
          "groupName": "targetSize",
          "score": 4
        },
        {
          "groupName": "visibleBulk",
          "score": 3
        },
        {
          "groupName": "labelClash",
          "score": 3
        },
        {
          "groupName": "hiddenContentRisk",
          "score": 3
        },
        {
          "groupName": "mainNotTop",
          "score": 3
        },
        {
          "groupName": "mainNot1",
          "score": 3
        },
        {
          "groupName": "decorativeImageRisk",
          "score": 3
        },
        {
          "groupName": "pseudoNavListRisk",
          "score": 3
        },
        {
          "groupName": "headingStructure",
          "score": 3
        },
        {
          "groupName": "complementaryNoText",
          "score": 3
        },
        {
          "groupName": "imageTextLong",
          "score": 3
        },
        {
          "groupName": "noScriptRisk",
          "score": 3
        },
        {
          "groupName": "allCaps",
          "score": 3
        }
      ]
    }
  }
}