Accessibility test digest

Synopsis

Page: National Oceanic & Atmospheric Administration (NOAA)

URL: https://www.noaa.gov/

Score: 601

Tested by: Testaro, procedure tp14

Scored by: Testilo, procedure sp14a

Digested by: Testilo, procedure dp14a

Introduction

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

Testaro produced a report enumerating the test results.

Testilo processed the report and used the sp14a scoring procedure to compute partial and total scores for the page. The total score is 601 (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
total601
log273
linkIndication45
contrastAA44
roleBad24
landmarkConfusion18
linkForcesNewWindow17
contrastAAA16
focusIndication15
fontSmall15
bannerConfusion14
focusableOperable13
contrastRisk9
footerConfusion8
targetSize8
labelBadID7
inconsistentStyles6
banners6
footerMultiple6
nextLinkDestinationSame6
linkPair5
horizontalScrolling5
focusableRole4
contentBeyondLandmarks4
hoverSurprise3
labelClash3
zIndexNotZero3
ariaBadAttribute3
hiddenContentRisk3
bannerNotTop3
labelForWrongRisk3
pseudoNavListRisk3
scrollRisk3
obsolete3
imageTextLong3

Issue summary

Special issues

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

Classified issues

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

imageTextLong: 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-noaa",
  "host": {
    "id": "noaa",
    "which": "https://www.noaa.gov/",
    "what": "National Oceanic & Atmospheric Administration (NOAA)"
  },
  "log": [
    {
      "event": "startTime",
      "value": "2022-07-18T00:25:55"
    },
    {
      "event": "endTime",
      "value": "2022-07-18T00:27:34"
    }
  ],
  "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.noaa.gov/",
        "what": "National Oceanic & Atmospheric Administration (NOAA)"
      },
      {
        "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.noaa.gov/",
        "what": "National Oceanic & Atmospheric Administration (NOAA)"
      },
      {
        "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.noaa.gov/",
      "what": "National Oceanic & Atmospheric Administration (NOAA)",
      "result": "https://www.noaa.gov/"
    },
    {
      "type": "tenonRequest",
      "id": "a",
      "withNewContent": true,
      "what": "Tenon API version 2 test request",
      "url": "https://www.noaa.gov/"
    },
    {
      "type": "test",
      "which": "motion",
      "what": "motion",
      "delay": 2500,
      "interval": 2500,
      "count": 5,
      "url": "https://www.noaa.gov/",
      "result": {
        "bytes": [
          1169409,
          1169409,
          1169409,
          1169409,
          1169409
        ],
        "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.noaa.gov/",
      "what": "National Oceanic & Atmospheric Administration (NOAA)",
      "result": "https://www.noaa.gov/"
    },
    {
      "type": "test",
      "which": "bulk",
      "what": "count of visible elements",
      "url": "https://www.noaa.gov/",
      "result": {
        "visibleElements": 241
      }
    },
    {
      "type": "test",
      "which": "embAc",
      "withItems": true,
      "what": "active elements embedded in links or buttons",
      "url": "https://www.noaa.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.noaa.gov/",
      "result": {
        "tabFocusables": 66,
        "tabFocused": 66,
        "discrepancy": 0
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://www.noaa.gov/",
      "what": "URL",
      "result": "https://www.noaa.gov/"
    },
    {
      "type": "test",
      "which": "focInd",
      "revealAll": false,
      "allowedDelay": 250,
      "withItems": true,
      "what": "focus indicators",
      "url": "https://www.noaa.gov/",
      "result": {
        "totals": {
          "total": 66,
          "types": {
            "indicatorMissing": {
              "total": 3,
              "tagNames": {
                "BUTTON": 1,
                "DIV": 2
              }
            },
            "nonOutlinePresent": {
              "total": 2,
              "tagNames": {
                "A": 1,
                "INPUT": 1
              }
            },
            "outlinePresent": {
              "total": 61,
              "meanDelay": 0,
              "tagNames": {
                "A": 60,
                "INPUT": 1
              }
            }
          }
        },
        "items": {
          "indicatorMissing": [
            {
              "tagName": "BUTTON",
              "text": "Here's how you know we're official"
            },
            {
              "tagName": "DIV",
              "text": "{{#if nodata}} <div class=\"current-temp\"></div> {{else}} <div class=\"current-temp\" {{#if icon}}style"
            },
            {
              "tagName": "DIV",
              "text": "Find your local weather"
            }
          ],
          "nonOutlinePresent": [
            {
              "tagName": "A",
              "text": "Skip to main content"
            },
            {
              "tagName": "INPUT",
              "text": ""
            }
          ],
          "outlinePresent": [
            {
              "tagName": "A",
              "text": "Home",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Weather",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Climate",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Ocean & Coasts",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Fisheries",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Satellites",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Research",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Marine & Aviation",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Charting",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Sanctuaries",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Education",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "News and features",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Tools & resources",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "About our agency",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "News",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Tools",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "About",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "National Oceanic and Atmospheric Administration",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "U.S. Department of Commerce",
              "delay": 0
            },
            {
              "tagName": "INPUT",
              "text": "",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "June 2022 was Earth’s 6th-warmest on record",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Antarctic sea ice shrank to a record low for the month",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Michael C. Morgan confirmed as deputy NOAA administrator",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "June 2022: U.S. dominated by remarkable heat, dryness",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Join us live for a journey to the Ridge: July 17 – August 28",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Private, public effort contains 1 million gallons of oil at longest U.S. spill",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Sarah Kapnick named NOAA chief scientist",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "More NOAA news and features",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Habitat Month 2022: Healthy habitat, resilient infrastructure",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Climate Resilience in Your Community Activity Book",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Star quality: Sea star named after NOAA Ship Okeanos Explorer",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "NOAA Home",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "News",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Tools",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "About",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "COVID-19 hub for NOAA personnel offsite link",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Protecting Your Privacy",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "FOIA",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Information Quality",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Accessibility",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Guidance",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Budget & Performance",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Disclaimer",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "EEO",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "No-Fear Act",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "USA.gov",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Ready.gov",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Employee Check-In",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Staff Directory",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Contact Us",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Need Help?",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Stay connected to NOAA",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "NOAA on Twitter",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "NOAA on Facebook",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "NOAA on Instagram",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "NOAA on YouTube",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Feedback opens in new window",
              "delay": 0
            }
          ]
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://www.noaa.gov/",
      "what": "URL",
      "result": "https://www.noaa.gov/"
    },
    {
      "type": "test",
      "which": "focOp",
      "withItems": true,
      "what": "focusability and operability",
      "url": "https://www.noaa.gov/",
      "result": {
        "totals": {
          "total": 83,
          "types": {
            "onlyFocusable": {
              "total": 2,
              "tagNames": {
                "DIV": 1,
                "UL": 1
              }
            },
            "onlyOperable": {
              "total": 7,
              "tagNames": {
                "DIV": 6,
                "FORM": 1
              }
            },
            "focusableAndOperable": {
              "total": 74,
              "tagNames": {
                "A": 65,
                "BUTTON": 1,
                "DIV": 2,
                "INPUT": 6
              }
            }
          }
        },
        "items": {
          "onlyFocusable": [
            {
              "tagName": "DIV",
              "id": "",
              "text": "{{#if nodata}} <div class=\"current-temp\"></div> {{else}} <div class=\"current-tem"
            },
            {
              "tagName": "UL",
              "id": "ui-id-1",
              "text": "<ul id=\"ui-id-1\" tabindex=\"0\" class=\"ui-menu ui-widget ui-widget-content ui-auto"
            }
          ],
          "onlyOperable": [
            {
              "tagName": "DIV",
              "id": "",
              "text": "<div class=\"mobile-menu-button open\" style=\"cursor: default;\">&nbsp;</div>",
              "byTag": false,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "DIV",
              "id": "",
              "text": "<div class=\"mobile-menu-button close\" style=\"cursor: default;\">&nbsp;</div>",
              "byTag": false,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "FORM",
              "id": "",
              "text": "{{#if nodata}} <div class=\"current-temp\"></div> {{else}} <div class=\"current-tem",
              "byTag": false,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "DIV",
              "id": "",
              "text": "<div class=\"mobile-menu-button open\" style=\"cursor: default;\">&nbsp;</div>",
              "byTag": false,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "DIV",
              "id": "",
              "text": "<div class=\"mobile-menu-button close hidden\" style=\"cursor: default;\">&nbsp;</di",
              "byTag": false,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "DIV",
              "id": "",
              "text": "<div class=\"mobile-search-button open\" style=\"cursor: default;\">&nbsp;</div>",
              "byTag": false,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "DIV",
              "id": "",
              "text": "<div class=\"mobile-search-button close hidden\" style=\"cursor: default;\">&nbsp;</",
              "byTag": false,
              "byOnClick": false,
              "byPointer": true
            }
          ],
          "focusableAndOperable": [
            {
              "tagName": "A",
              "id": "",
              "text": "Skip to main content",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Home",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Weather",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Climate",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Ocean & Coasts",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Fisheries",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Satellites",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Research",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Marine & Aviation",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Charting",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Sanctuaries",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Education",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "News and features",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Tools & resources",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "About our agency",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "BUTTON",
              "id": "",
              "text": "Here's how you know we're official",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "DIV",
              "id": "",
              "text": "Find your local weather",
              "byTag": false,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "DIV",
              "id": "",
              "text": "<div class=\"close-button\" tabindex=\"0\" style=\"cursor: default;\"></div>",
              "byTag": false,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "INPUT",
              "id": "edit-zip",
              "text": "<input placeholder=\"Enter City, State or ZIP code\" class=\"zip-input form-text\" t",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "INPUT",
              "id": "",
              "text": "<input type=\"submit\" name=\"edit-submit\" value=\"GO\" class=\"form-submit\" style=\"cu",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "News",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Tools",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "About",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a class=\"site-logo\" href=\"/\" title=\"Home\" rel=\"home\" aria-label=\"Home\" style=\"c",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a class=\"site-logo\" href=\"/\" title=\"Home\" rel=\"home\" aria-label=\"Home\" style=\"c",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "National Oceanic and Atmospheric Administration",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "U.S. Department of Commerce",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "INPUT",
              "id": "",
              "text": "<input name=\"utf8\" type=\"hidden\" value=\"✓\">",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "INPUT",
              "id": "",
              "text": "<input class=\"affiliate\" name=\"affiliate\" type=\"hidden\" value=\"noaa.gov\">",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "INPUT",
              "id": "",
              "text": "<input autocomplete=\"off\" class=\"usagov-search-autocomplete ui-autocomplete-inpu",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "INPUT",
              "id": "",
              "text": "<input name=\"commit\" type=\"submit\" value=\"\" aria-label=\"Search\">",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "A",
              "id": "",
              "text": "June 2022 was Earth’s 6th-warmest on record",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Antarctic sea ice shrank to a record low for the month",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Michael C. Morgan confirmed as deputy NOAA administrator",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "June 2022: U.S. dominated by remarkable heat, dryness",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Join us live for a journey to the Ridge: July 17 – August 28",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Private, public effort contains 1 million gallons of oil at longest U.S. spill",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Sarah Kapnick named NOAA chief scientist",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "More NOAA news and features",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Fisheries",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a href=\"/stories/habitat-month-2022-healthy-habitat-resilient-infrastructure-ex",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Habitat Month 2022: Healthy habitat, resilient infrastructure",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Education",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a href=\"/office-education/elp/climate-resilience-in-your-community-activity-boo",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Climate Resilience in Your Community Activity Book",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Research",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a href=\"/stories/star-quality-sea-star-named-after-noaa-ship-okeanos-explorer-e",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Star quality: Sea star named after NOAA Ship Okeanos Explorer",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "NOAA Home",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "News",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Tools",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "About",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "COVID-19 hub for NOAA personnel offsite link",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Protecting Your Privacy",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "FOIA",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Information Quality",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Accessibility",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Guidance",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Budget & Performance",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Disclaimer",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "EEO",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "No-Fear Act",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "USA.gov",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Ready.gov",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Employee Check-In",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Staff Directory",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Contact Us",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Need Help?",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Stay connected to NOAA",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "NOAA on Twitter",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "NOAA on Facebook",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "NOAA on Instagram",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "NOAA on YouTube",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Feedback opens in new window",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            }
          ]
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://www.noaa.gov/",
      "what": "URL",
      "result": "https://www.noaa.gov/"
    },
    {
      "type": "test",
      "which": "hover",
      "headSize": 20,
      "headSampleSize": 20,
      "tailSampleSize": 15,
      "withItems": true,
      "what": "hover-caused content changes",
      "url": "https://www.noaa.gov/",
      "result": {
        "totals": {
          "triggers": 98,
          "headTriggers": 20,
          "tailTriggers": 78,
          "impactTriggers": 0,
          "additions": 0,
          "removals": 0,
          "opacityChanges": 0,
          "opacityImpact": 0,
          "unhoverables": 2
        },
        "items": {
          "head": {
            "impactTriggers": [],
            "unhoverables": [
              {
                "tagName": "A",
                "id": "",
                "text": "Skiptomaincontent"
              },
              {
                "tagName": "A",
                "id": "",
                "text": "Home"
              }
            ]
          },
          "tail": {
            "impactTriggers": [],
            "unhoverables": []
          }
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://www.noaa.gov/",
      "what": "URL",
      "result": "https://www.noaa.gov/"
    },
    {
      "type": "test",
      "which": "labClash",
      "withItems": true,
      "what": "labeling inconsistencies",
      "url": "https://www.noaa.gov/",
      "result": {
        "totals": {
          "mislabeled": 1,
          "unlabeled": 0,
          "wellLabeled": 4
        },
        "items": {
          "mislabeled": [
            {
              "index": 1,
              "tagName": "INPUT",
              "type": "text",
              "labelTypes": [
                "aria-labelledby",
                "label"
              ],
              "texts": {
                "referred": [
                  "Enter City, State or ZIP code"
                ],
                "label": [
                  "Enter City, State or ZIP code"
                ]
              }
            }
          ],
          "unlabeled": [],
          "wellLabeled": [
            {
              "index": 0,
              "tagName": "BUTTON",
              "type": "submit",
              "texts": {
                "content": "Here's how you know we're official"
              }
            },
            {
              "index": 2,
              "tagName": "INPUT",
              "type": "submit",
              "texts": {
                "content": "GO"
              }
            },
            {
              "index": 3,
              "tagName": "INPUT",
              "type": "text",
              "labelType": "aria-label",
              "texts": {
                "attribute": "Enter Search Terms"
              }
            },
            {
              "index": 4,
              "tagName": "INPUT",
              "type": "submit",
              "labelType": "aria-label",
              "texts": {
                "attribute": "Search"
              }
            }
          ]
        }
      }
    },
    {
      "type": "test",
      "which": "linkUl",
      "withItems": true,
      "what": "adjacent-link underlining",
      "url": "https://www.noaa.gov/",
      "result": {
        "totals": {
          "links": 65,
          "adjacent": {
            "total": 43,
            "underlined": 0,
            "underlinedPercent": 0
          }
        },
        "items": {
          "underlined": [],
          "notUnderlined": [
            "Skip to main content",
            "Home",
            "Weather",
            "Climate",
            "Ocean & Coasts",
            "Fisheries",
            "Satellites",
            "Research",
            "Marine & Aviation",
            "Charting",
            "Sanctuaries",
            "Education",
            "News and features",
            "Tools & resources",
            "About our agency",
            "",
            "",
            "National Oceanic and Atmospheric Administration",
            "U.S. Department of Commerce",
            "June 2022 was Earth’s 6th-warmest on record",
            "Antarctic sea ice shrank to a record low for the month",
            "Michael C. Morgan confirmed as deputy NOAA administrator",
            "June 2022: U.S. dominated by remarkable heat, dryness",
            "Join us live for a journey to the Ridge: July 17 – August 28",
            "Private, public effort contains 1 million gallons of oil at longest U.S. spill",
            "Sarah Kapnick named NOAA chief scientist",
            "More NOAA news and features",
            "Fisheries",
            "",
            "Habitat Month 2022: Healthy habitat, resilient infrastructure",
            "Education",
            "",
            "Climate Resilience in Your Community Activity Book",
            "Research",
            "",
            "Star quality: Sea star named after NOAA Ship Okeanos Explorer",
            "NOAA Home",
            "Stay connected to NOAA",
            "NOAA on Twitter",
            "NOAA on Facebook",
            "NOAA on Instagram",
            "NOAA on YouTube",
            "Feedback opens in new window"
          ]
        }
      }
    },
    {
      "type": "test",
      "which": "menuNav",
      "withItems": true,
      "what": "keyboard navigation between focusable menu items",
      "url": "https://www.noaa.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.noaa.gov/",
      "what": "URL",
      "result": "https://www.noaa.gov/"
    },
    {
      "type": "test",
      "which": "radioSet",
      "withItems": true,
      "what": "fieldset grouping of radio buttons",
      "url": "https://www.noaa.gov/",
      "result": {
        "totals": {
          "total": 0,
          "inSet": 0,
          "percent": "N.A."
        },
        "items": {
          "inSet": [],
          "notInSet": []
        }
      }
    },
    {
      "type": "test",
      "which": "role",
      "what": "roles",
      "url": "https://www.noaa.gov/",
      "result": {
        "roleElements": 14,
        "badRoleElements": 6,
        "redundantRoleElements": 8,
        "tagNames": {
          "NAV": {
            "navigation": {
              "bad": 0,
              "redundant": 1
            }
          },
          "HEADER": {
            "banner": {
              "bad": 3,
              "redundant": 0
            }
          },
          "ARTICLE": {
            "article": {
              "bad": 0,
              "redundant": 6
            }
          },
          "MAIN": {
            "main": {
              "bad": 0,
              "redundant": 1
            }
          },
          "FOOTER": {
            "contentinfo": {
              "bad": 2,
              "redundant": 0
            }
          },
          "DIV": {
            "status": {
              "bad": 1,
              "redundant": 0
            }
          }
        }
      }
    },
    {
      "type": "test",
      "which": "styleDiff",
      "withItems": true,
      "what": "style inconsistencies",
      "url": "https://www.noaa.gov/",
      "result": {
        "mainStyles": [
          "fontStyle",
          "fontWeight",
          "opacity",
          "textDecorationLine",
          "textDecorationStyle",
          "textDecorationThickness"
        ],
        "buttonStyles": [
          "borderStyle",
          "borderWidth",
          "height",
          "lineHeight",
          "maxHeight",
          "maxWidth",
          "minHeight",
          "minWidth",
          "outlineOffset",
          "outlineStyle",
          "outlineWidth"
        ],
        "headingStyles": [
          "color",
          "fontSize"
        ],
        "listLinkStyles": [
          "color",
          "fontSize",
          "lineHeight"
        ],
        "totals": {
          "button": {
            "total": 1
          },
          "adjacentLink": {
            "total": 43,
            "subtotals": [
              14,
              11,
              6,
              6,
              5,
              1
            ]
          },
          "listLink": {
            "total": 22,
            "subtotals": [
              16,
              3,
              3
            ]
          },
          "h1": {
            "total": 1
          }
        },
        "items": {
          "adjacentLink": {
            "fontStyle": {
              "normal": [
                "Skip to main content",
                "Home",
                "Weather",
                "Climate",
                "Ocean & Coasts",
                "Fisheries",
                "Satellites",
                "Research",
                "Marine & Aviation",
                "Charting",
                "Sanctuaries",
                "Education",
                "News and features",
                "Tools & resources",
                "About our agency",
                "",
                "",
                "National Oceanic and Atmospheric Administration",
                "U.S. Department of Commerce",
                "June 2022 was Earth’s 6th-warmest on record",
                "Antarctic sea ice shrank to a record low for the month",
                "Michael C. Morgan confirmed as deputy NOAA administrator",
                "June 2022: U.S. dominated by remarkable heat, dryness",
                "Join us live for a journey to the Ridge: July 17 – August 28",
                "Private, public effort contains 1 million gallons of oil at longest U.S. spill",
                "Sarah Kapnick named NOAA chief scientist",
                "More NOAA news and features",
                "Fisheries",
                "",
                "Habitat Month 2022: Healthy habitat, resilient infrastructure",
                "Education",
                "",
                "Climate Resilience in Your Community Activity Book",
                "Research",
                "",
                "Star quality: Sea star named after NOAA Ship Okeanos Explorer",
                "Feedback opens in new window"
              ],
              "italic": [
                "NOAA Home",
                "Stay connected to NOAA",
                "NOAA on Twitter",
                "NOAA on Facebook",
                "NOAA on Instagram",
                "NOAA on YouTube"
              ]
            },
            "fontWeight": {
              "100": [
                "NOAA Home",
                "Stay connected to NOAA",
                "NOAA on Twitter",
                "NOAA on Facebook",
                "NOAA on Instagram",
                "NOAA on YouTube",
                "Feedback opens in new window"
              ],
              "300": [
                "Home",
                "Weather",
                "Climate",
                "Ocean & Coasts",
                "Fisheries",
                "Satellites",
                "Research",
                "Marine & Aviation",
                "Charting",
                "Sanctuaries",
                "Education",
                "News and features",
                "Tools & resources",
                "About our agency"
              ],
              "400": [
                "",
                "",
                "National Oceanic and Atmospheric Administration",
                "U.S. Department of Commerce",
                "Antarctic sea ice shrank to a record low for the month",
                "",
                "Habitat Month 2022: Healthy habitat, resilient infrastructure",
                "",
                "Climate Resilience in Your Community Activity Book",
                "",
                "Star quality: Sea star named after NOAA Ship Okeanos Explorer"
              ],
              "600": [
                "Michael C. Morgan confirmed as deputy NOAA administrator",
                "June 2022: U.S. dominated by remarkable heat, dryness",
                "Join us live for a journey to the Ridge: July 17 – August 28",
                "Private, public effort contains 1 million gallons of oil at longest U.S. spill",
                "Sarah Kapnick named NOAA chief scientist"
              ],
              "700": [
                "Skip to main content",
                "June 2022 was Earth’s 6th-warmest on record",
                "More NOAA news and features",
                "Fisheries",
                "Education",
                "Research"
              ]
            }
          },
          "listLink": {
            "fontWeight": {
              "100": [
                "COVID-19 hub for NOAA personnel offsite link",
                "Protecting Your Privacy",
                "FOIA",
                "Information Quality",
                "Accessibility",
                "Guidance",
                "Budget & Performance",
                "Disclaimer",
                "EEO",
                "No-Fear Act",
                "USA.gov",
                "Ready.gov",
                "Employee Check-In",
                "Staff Directory",
                "Contact Us",
                "Need Help?"
              ],
              "400": [
                "News",
                "Tools",
                "About",
                "News",
                "Tools",
                "About"
              ]
            },
            "fontSize": {
              "14px": [
                "News",
                "Tools",
                "About"
              ],
              "16px": [
                "News",
                "Tools",
                "About",
                "COVID-19 hub for NOAA personnel offsite link",
                "Protecting Your Privacy",
                "FOIA",
                "Information Quality",
                "Accessibility",
                "Guidance",
                "Budget & Performance",
                "Disclaimer",
                "EEO",
                "No-Fear Act",
                "USA.gov",
                "Ready.gov",
                "Employee Check-In",
                "Staff Directory",
                "Contact Us",
                "Need Help?"
              ]
            },
            "lineHeight": {
              "21px": [
                "News",
                "Tools",
                "About"
              ],
              "24px": [
                "News",
                "Tools",
                "About",
                "COVID-19 hub for NOAA personnel offsite link",
                "Protecting Your Privacy",
                "FOIA",
                "Information Quality",
                "Accessibility",
                "Guidance",
                "Budget & Performance",
                "Disclaimer",
                "EEO",
                "No-Fear Act",
                "USA.gov",
                "Ready.gov",
                "Employee Check-In",
                "Staff Directory",
                "Contact Us",
                "Need Help?"
              ]
            }
          }
        }
      }
    },
    {
      "type": "test",
      "which": "tabNav",
      "withItems": true,
      "what": "keyboard navigation between tab elements",
      "url": "https://www.noaa.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.noaa.gov/",
      "result": {
        "totals": {
          "total": 4,
          "tagNames": {
            "DIV": 4
          }
        },
        "items": [
          {
            "tagName": "DIV",
            "id": "",
            "text": "Skip to main content"
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": "Main Menu Home Weather Climate Ocean & Coasts Fisheries Satellites Research Marine & Aviation Charti"
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": "<div class=\"city\">{{#if nodata}}Not Available{{else}}{{city}}{{#if state}}, {{state}}{{/if}}{{/if}}<"
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": ""
          }
        ]
      }
    },
    {
      "type": "test",
      "which": "alfa",
      "what": "alfa",
      "url": "https://www.noaa.gov/",
      "result": {
        "totals": {
          "failures": 4,
          "warnings": 7
        },
        "items": [
          {
            "index": 430,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r65",
              "ruleSummary": "Element in sequential focus order has visible focus",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r65",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#focus-visible",
                  "chapter": "2.4.7",
                  "title": "Focus Visible"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[1]/a[1]",
              "codeLines": [
                "<a href=\"#main\" class=\"skiplinks__link visually-hidden focusable\">",
                "  Skip to main content",
                "</a>"
              ]
            }
          },
          {
            "index": 445,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r65",
              "ruleSummary": "Element in sequential focus order has visible focus",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r65",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#focus-visible",
                  "chapter": "2.4.7",
                  "title": "Focus Visible"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "button",
              "path": "/html[1]/body[1]/div[2]/div[1]/div[2]/header[1]/div[1]/div[1]/div[1]/div[1]/div[1]/header[1]/div[1]/button[1]",
              "codeLines": [
                "<button class=\"usa-accordion-button usa-banner-button\" aria-expanded=\"false\" aria-controls=\"gov-ban...",
                "  <span class=\"usa-banner-button-text\">",
                "    Here's how you know we're official",
                "  </span>",
                "</button>"
              ]
            }
          },
          {
            "index": 446,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r65",
              "ruleSummary": "Element in sequential focus order has visible focus",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r65",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#focus-visible",
                  "chapter": "2.4.7",
                  "title": "Focus Visible"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "div",
              "path": "/html[1]/body[1]/div[2]/div[1]/div[2]/header[2]/div[1]/div[1]/form[1]/div[1]",
              "codeLines": [
                "<div class=\"upper\" tabindex=\"0\">",
                "  <script class=\"noaa_weather_upper\" type=\"text/x-handlebars-template\">",
                "    {{#if nodata}}",
                "              <div class=\"current-temp\"></div>",
                "            {{else}}",
                "              <div class=\"current-temp\" {{#if icon}}style=\"background-image: url(&quot;/themes/cust...",
                "            {{/if}}",
                "    ",
                "            <div class=\"inner\">",
                "              <div class=\"city icon-location-after\">{{#if nodata}}Not Available{{else}}{{city}}{{#i...",
                "            </div>",
                "  </script>",
                "  <div class=\"weather-toggle icon-location-after\" tabindex=\"0\">",
                "    <span class=\"underline\">",
                "      Find your local weather",
                "    </span>",
                "  </div>",
                "</div>"
              ]
            }
          },
          {
            "index": 447,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r65",
              "ruleSummary": "Element in sequential focus order has visible focus",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r65",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#focus-visible",
                  "chapter": "2.4.7",
                  "title": "Focus Visible"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "div",
              "path": "/html[1]/body[1]/div[2]/div[1]/div[2]/header[2]/div[1]/div[1]/form[1]/div[1]/div[1]",
              "codeLines": [
                "<div class=\"weather-toggle icon-location-after\" tabindex=\"0\">",
                "  <span class=\"underline\">",
                "    Find your local weather",
                "  </span>",
                "</div>"
              ]
            }
          },
          {
            "index": 454,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r65",
              "ruleSummary": "Element in sequential focus order has visible focus",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r65",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#focus-visible",
                  "chapter": "2.4.7",
                  "title": "Focus Visible"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "input",
              "path": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/header[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/form[1]/input[3]",
              "codeLines": [
                "<input autocomplete=\"off\" class=\"usagov-search-autocomplete ui-autocomplete-input ui-corner-all\" na..."
              ]
            }
          },
          {
            "index": 498,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/header[1]/div[1]/div[5]/div[1]/article[1]/div[2]/div[1]/article[1]/div[1]/div[1]/text()[1]",
              "codeLines": [
                "NOAA"
              ]
            }
          },
          {
            "index": 499,
            "verdict": "failed",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[2]/div[1]/div[2]/main[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/text()[1]",
              "codeLines": [
                "Explore NOAA //"
              ]
            }
          },
          {
            "index": 500,
            "verdict": "failed",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[2]/div[1]/div[2]/main[1]/div[1]/div[1]/article[1]/div[1]/div[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/text()[1]",
              "codeLines": [
                "FISHERIES"
              ]
            }
          },
          {
            "index": 501,
            "verdict": "failed",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[2]/div[1]/div[2]/main[1]/div[1]/div[1]/article[1]/div[1]/div[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/section[2]/div[1]/div[1]/div[1]/text()[1]",
              "codeLines": [
                "EDUCATION"
              ]
            }
          },
          {
            "index": 502,
            "verdict": "failed",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[2]/div[1]/div[2]/main[1]/div[1]/div[1]/article[1]/div[1]/div[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/section[3]/div[1]/div[1]/div[1]/text()[1]",
              "codeLines": [
                "RESEARCH"
              ]
            }
          },
          {
            "index": 512,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/header[1]/div[1]/div[5]/div[1]/article[1]/div[2]/div[1]/article[1]/div[1]/div[1]/text()[1]",
              "codeLines": [
                "NOAA"
              ]
            }
          }
        ]
      }
    },
    {
      "type": "test",
      "which": "axe",
      "detailLevel": 2,
      "rules": [],
      "what": "Axe",
      "url": "https://www.noaa.gov/",
      "result": {
        "totals": {
          "rulesNA": 47,
          "rulesPassed": 46,
          "rulesWarned": 4,
          "rulesViolated": 7,
          "warnings": {
            "minor": 6,
            "moderate": 0,
            "serious": 49,
            "critical": 0
          },
          "violations": {
            "minor": 2,
            "moderate": 5,
            "serious": 10,
            "critical": 0
          }
        },
        "details": {
          "testEngine": {
            "name": "axe-core",
            "version": "4.4.2"
          },
          "testRunner": {
            "name": "axe"
          },
          "testEnvironment": {
            "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/102.0.5005.40 Safari/537.36",
            "windowWidth": 1280,
            "windowHeight": 720,
            "orientationAngle": 90,
            "orientationType": "landscape-primary"
          },
          "timestamp": "2022-07-18T00:27:19.848Z",
          "url": "https://www.noaa.gov/",
          "toolOptions": {
            "resultTypes": [
              "violations",
              "incomplete"
            ],
            "runOnly": {
              "type": "tag",
              "values": [
                "experimental",
                "best-practice",
                "wcag2a",
                "wcag2aa",
                "wcag2aaa",
                "wcag21a",
                "wcag21aa",
                "wcag21aaa"
              ]
            },
            "reporter": "v1"
          },
          "incomplete": [
            {
              "id": "aria-allowed-attr",
              "impact": "serious",
              "tags": [
                "cat.aria",
                "wcag2a",
                "wcag412"
              ],
              "description": "Ensures ARIA attributes are allowed for an element's role",
              "help": "Elements must only use allowed ARIA attributes",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/aria-allowed-attr?application=axeAPI",
              "nodes": [
                {
                  "any": [],
                  "all": [],
                  "none": [
                    {
                      "id": "aria-prohibited-attr",
                      "data": {
                        "role": null,
                        "nodeName": "div",
                        "messageKey": "noRoleSingular",
                        "prohibited": [
                          "aria-label"
                        ]
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "aria-label attribute is not well supported on a div with no valid role attribute."
                    }
                  ],
                  "impact": "serious",
                  "html": "<div class=\"usa-accordion\" aria-label=\"official government website\">",
                  "target": [
                    ".usa-accordion"
                  ],
                  "failureSummary": "Fix all of the following:\n  aria-label attribute is not well supported on a div with no valid role attribute."
                }
              ]
            },
            {
              "id": "color-contrast-enhanced",
              "impact": "serious",
              "tags": [
                "cat.color",
                "wcag2aaa",
                "wcag146"
              ],
              "description": "Ensures the contrast between foreground and background colors meets WCAG 2 AAA contrast ratio thresholds",
              "help": "Elements must have sufficient color contrast",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/color-contrast-enhanced?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "11.3pt (15px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a href=\"/weather\" class=\"menu__link\" data-drupal-link-system-path=\"node/2\">Weather</a>",
                          "target": [
                            "a[href$=\"weather\"]"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/weather\" class=\"menu__link\" data-drupal-link-system-path=\"node/2\">Weather</a>",
                  "target": [
                    "a[href$=\"weather\"]"
                  ],
                  "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": "11.3pt (15px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a href=\"/climate\" class=\"menu__link\" data-drupal-link-system-path=\"node/1\">Climate</a>",
                          "target": [
                            "a[href$=\"climate\"]"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/climate\" class=\"menu__link\" data-drupal-link-system-path=\"node/1\">Climate</a>",
                  "target": [
                    "a[href$=\"climate\"]"
                  ],
                  "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": "11.3pt (15px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a href=\"/ocean-coasts\" class=\"menu__link\" data-drupal-link-system-path=\"node/3\">Ocean &amp; Coasts</a>",
                          "target": [
                            "a[href$=\"ocean-coasts\"]"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/ocean-coasts\" class=\"menu__link\" data-drupal-link-system-path=\"node/3\">Ocean &amp; Coasts</a>",
                  "target": [
                    "a[href$=\"ocean-coasts\"]"
                  ],
                  "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": "11.3pt (15px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a href=\"/fisheries\" class=\"menu__link\" data-drupal-link-system-path=\"node/4\">Fisheries</a>",
                          "target": [
                            "a[data-drupal-link-system-path=\"node/4\"]"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/fisheries\" class=\"menu__link\" data-drupal-link-system-path=\"node/4\">Fisheries</a>",
                  "target": [
                    "a[data-drupal-link-system-path=\"node/4\"]"
                  ],
                  "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": "11.3pt (15px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a href=\"/satellites\" class=\"menu__link\" data-drupal-link-system-path=\"node/5\">Satellites</a>",
                          "target": [
                            "a[href$=\"satellites\"]"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/satellites\" class=\"menu__link\" data-drupal-link-system-path=\"node/5\">Satellites</a>",
                  "target": [
                    "a[href$=\"satellites\"]"
                  ],
                  "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": "11.3pt (15px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a href=\"/research\" class=\"menu__link\" data-drupal-link-system-path=\"node/6\">Research</a>",
                          "target": [
                            "a[data-drupal-link-system-path=\"node/6\"]"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/research\" class=\"menu__link\" data-drupal-link-system-path=\"node/6\">Research</a>",
                  "target": [
                    "a[data-drupal-link-system-path=\"node/6\"]"
                  ],
                  "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": "11.3pt (15px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a href=\"/marine-aviation\" class=\"menu__link\" data-drupal-link-system-path=\"node/7\">Marine &amp; Aviation</a>",
                          "target": [
                            "a[href$=\"marine-aviation\"]"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/marine-aviation\" class=\"menu__link\" data-drupal-link-system-path=\"node/7\">Marine &amp; Aviation</a>",
                  "target": [
                    "a[href$=\"marine-aviation\"]"
                  ],
                  "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": "11.3pt (15px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a href=\"/charting\" class=\"menu__link\" data-drupal-link-system-path=\"node/8\">Charting</a>",
                          "target": [
                            "a[href$=\"charting\"]"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/charting\" class=\"menu__link\" data-drupal-link-system-path=\"node/8\">Charting</a>",
                  "target": [
                    "a[href$=\"charting\"]"
                  ],
                  "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": "11.3pt (15px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a href=\"/sanctuaries\" class=\"menu__link\" data-drupal-link-system-path=\"node/9\">Sanctuaries</a>",
                          "target": [
                            "a[href$=\"sanctuaries\"]"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/sanctuaries\" class=\"menu__link\" data-drupal-link-system-path=\"node/9\">Sanctuaries</a>",
                  "target": [
                    "a[href$=\"sanctuaries\"]"
                  ],
                  "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": "11.3pt (15px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a href=\"/education\" class=\"menu__link\" data-drupal-link-system-path=\"node/10\">Education</a>",
                          "target": [
                            "a[data-drupal-link-system-path=\"node/10\"]"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/education\" class=\"menu__link\" data-drupal-link-system-path=\"node/10\">Education</a>",
                  "target": [
                    "a[data-drupal-link-system-path=\"node/10\"]"
                  ],
                  "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",
                        "bgColor": "#ffffff",
                        "contrastRatio": 1,
                        "fontSize": "11.3pt (15px)",
                        "fontWeight": "normal",
                        "messageKey": "equalRatio",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element has a 1:1 contrast ratio with the background"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/news-features\" class=\"menu__link\" data-drupal-link-system-path=\"node/6632\">News and features</a>",
                  "target": [
                    "li:nth-child(12) > .menu__link[data-drupal-link-system-path=\"node/6632\"][href$=\"news-features\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has a 1:1 contrast ratio with the background"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "bgColor": "#ffffff",
                        "contrastRatio": 1,
                        "fontSize": "11.3pt (15px)",
                        "fontWeight": "normal",
                        "messageKey": "equalRatio",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element has a 1:1 contrast ratio with the background"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/tools-and-resources\" class=\"menu__link\" data-drupal-link-system-path=\"node/37\">Tools &amp; resources</a>",
                  "target": [
                    "li:nth-child(13) > .menu__link[href$=\"tools-and-resources\"][data-drupal-link-system-path=\"node/37\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has a 1:1 contrast ratio with the background"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "bgColor": "#ffffff",
                        "contrastRatio": 1,
                        "fontSize": "11.3pt (15px)",
                        "fontWeight": "normal",
                        "messageKey": "equalRatio",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element has a 1:1 contrast ratio with the background"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/about-our-agency\" class=\"menu__link\" data-drupal-link-system-path=\"node/6503\">About our agency</a>",
                  "target": [
                    "li:nth-child(14) > .menu__link[href$=\"about-our-agency\"][data-drupal-link-system-path=\"node/6503\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has a 1:1 contrast ratio with the background"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "15.0pt (20px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div style=\"background-image: url(&quot;/sites/default/files/styles/background_homepage/public/legacy/image/2019/Jun/Antarctica-landscape4.jpg&quot;);\" class=\"header-background\">",
                          "target": [
                            ".header-background"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"underline\">National Oceanic and Atmospheric Administration</span>",
                  "target": [
                    ".site-name > .underline"
                  ],
                  "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": "9.0pt (12px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div style=\"background-image: url(&quot;/sites/default/files/styles/background_homepage/public/legacy/image/2019/Jun/Antarctica-landscape4.jpg&quot;);\" class=\"header-background\">",
                          "target": [
                            ".header-background"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"underline\">U.S. Department of Commerce</span>",
                  "target": [
                    ".site-slogan > .underline"
                  ],
                  "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": "<div style=\"background-image: url(&quot;/sites/default/files/styles/background_homepage/public/legacy/image/2019/Jun/Antarctica-landscape4.jpg&quot;);\" class=\"header-background\">",
                          "target": [
                            ".header-background"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<input autocomplete=\"off\" class=\"usagov-search-autocomplete ui-autocomplete-input ui-corner-all\" name=\"query\" type=\"text\" placeholder=\"Search NOAA sites\" aria-label=\"Enter Search Terms\">",
                  "target": [
                    ".usagov-search-autocomplete"
                  ],
                  "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": "45.0pt (60px)",
                        "fontWeight": "bold",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div style=\"background-image: url(&quot;/sites/default/files/styles/background_homepage/public/legacy/image/2019/Jun/Antarctica-landscape4.jpg&quot;);\" class=\"header-background\">",
                          "target": [
                            ".header-background"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/news/june-2022-was-earths-6th-warmest-on-record\" hreflang=\"en\">June 2022 was Earth’s 6th-warmest on record </a>",
                  "target": [
                    "h1 > a[hreflang=\"en\"]"
                  ],
                  "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": "18.0pt (24px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div style=\"background-image: url(&quot;/sites/default/files/styles/background_homepage/public/legacy/image/2019/Jun/Antarctica-landscape4.jpg&quot;);\" class=\"header-background\">",
                          "target": [
                            ".header-background"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/news/june-2022-was-earths-6th-warmest-on-record\" class=\"homepage-featured-node-subtitle right-angle-after\">Antarctic sea ice shrank to a record low for the month</a>",
                  "target": [
                    ".homepage-featured-node-subtitle"
                  ],
                  "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": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div style=\"background-image: url(&quot;/sites/default/files/styles/background_homepage/public/legacy/image/2019/Jun/Antarctica-landscape4.jpg&quot;);\" class=\"header-background\">",
                          "target": [
                            ".header-background"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<div class=\"field__item\">NOAA</div>",
                  "target": [
                    ".field--name-field-media-credit > .field__item"
                  ],
                  "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": "#003087",
                        "contrastRatio": 0,
                        "fontSize": "0.0pt (0px)",
                        "fontWeight": "normal",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Unable to determine contrast ratio"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span>NOAA Home</span>",
                  "target": [
                    ".footer-logo > span"
                  ],
                  "failureSummary": "Fix any of the following:\n  Unable to determine contrast ratio"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "0.0pt (0px)",
                        "fontWeight": "normal",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Unable to determine contrast ratio"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span>NOAA on Twitter</span>",
                  "target": [
                    ".twitter > span"
                  ],
                  "failureSummary": "Fix any of the following:\n  Unable to determine contrast ratio"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "0.0pt (0px)",
                        "fontWeight": "normal",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Unable to determine contrast ratio"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span>NOAA on Facebook</span>",
                  "target": [
                    ".fb > span"
                  ],
                  "failureSummary": "Fix any of the following:\n  Unable to determine contrast ratio"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "0.0pt (0px)",
                        "fontWeight": "normal",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Unable to determine contrast ratio"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span>NOAA on Instagram</span>",
                  "target": [
                    ".ig > span"
                  ],
                  "failureSummary": "Fix any of the following:\n  Unable to determine contrast ratio"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "0.0pt (0px)",
                        "fontWeight": "normal",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Unable to determine contrast ratio"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span>NOAA on YouTube</span>",
                  "target": [
                    ".youtube > span"
                  ],
                  "failureSummary": "Fix any of the following:\n  Unable to determine contrast ratio"
                }
              ]
            },
            {
              "id": "color-contrast",
              "impact": "serious",
              "tags": [
                "cat.color",
                "wcag2aa",
                "wcag143"
              ],
              "description": "Ensures the contrast between foreground and background colors meets WCAG 2 AA contrast ratio thresholds",
              "help": "Elements must have sufficient color contrast",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/color-contrast?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "11.3pt (15px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a href=\"/weather\" class=\"menu__link\" data-drupal-link-system-path=\"node/2\">Weather</a>",
                          "target": [
                            "a[href$=\"weather\"]"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/weather\" class=\"menu__link\" data-drupal-link-system-path=\"node/2\">Weather</a>",
                  "target": [
                    "a[href$=\"weather\"]"
                  ],
                  "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": "11.3pt (15px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a href=\"/climate\" class=\"menu__link\" data-drupal-link-system-path=\"node/1\">Climate</a>",
                          "target": [
                            "a[href$=\"climate\"]"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/climate\" class=\"menu__link\" data-drupal-link-system-path=\"node/1\">Climate</a>",
                  "target": [
                    "a[href$=\"climate\"]"
                  ],
                  "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": "11.3pt (15px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a href=\"/ocean-coasts\" class=\"menu__link\" data-drupal-link-system-path=\"node/3\">Ocean &amp; Coasts</a>",
                          "target": [
                            "a[href$=\"ocean-coasts\"]"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/ocean-coasts\" class=\"menu__link\" data-drupal-link-system-path=\"node/3\">Ocean &amp; Coasts</a>",
                  "target": [
                    "a[href$=\"ocean-coasts\"]"
                  ],
                  "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": "11.3pt (15px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a href=\"/fisheries\" class=\"menu__link\" data-drupal-link-system-path=\"node/4\">Fisheries</a>",
                          "target": [
                            "a[data-drupal-link-system-path=\"node/4\"]"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/fisheries\" class=\"menu__link\" data-drupal-link-system-path=\"node/4\">Fisheries</a>",
                  "target": [
                    "a[data-drupal-link-system-path=\"node/4\"]"
                  ],
                  "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": "11.3pt (15px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a href=\"/satellites\" class=\"menu__link\" data-drupal-link-system-path=\"node/5\">Satellites</a>",
                          "target": [
                            "a[href$=\"satellites\"]"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/satellites\" class=\"menu__link\" data-drupal-link-system-path=\"node/5\">Satellites</a>",
                  "target": [
                    "a[href$=\"satellites\"]"
                  ],
                  "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": "11.3pt (15px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a href=\"/research\" class=\"menu__link\" data-drupal-link-system-path=\"node/6\">Research</a>",
                          "target": [
                            "a[data-drupal-link-system-path=\"node/6\"]"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/research\" class=\"menu__link\" data-drupal-link-system-path=\"node/6\">Research</a>",
                  "target": [
                    "a[data-drupal-link-system-path=\"node/6\"]"
                  ],
                  "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": "11.3pt (15px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a href=\"/marine-aviation\" class=\"menu__link\" data-drupal-link-system-path=\"node/7\">Marine &amp; Aviation</a>",
                          "target": [
                            "a[href$=\"marine-aviation\"]"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/marine-aviation\" class=\"menu__link\" data-drupal-link-system-path=\"node/7\">Marine &amp; Aviation</a>",
                  "target": [
                    "a[href$=\"marine-aviation\"]"
                  ],
                  "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": "11.3pt (15px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a href=\"/charting\" class=\"menu__link\" data-drupal-link-system-path=\"node/8\">Charting</a>",
                          "target": [
                            "a[href$=\"charting\"]"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/charting\" class=\"menu__link\" data-drupal-link-system-path=\"node/8\">Charting</a>",
                  "target": [
                    "a[href$=\"charting\"]"
                  ],
                  "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": "11.3pt (15px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a href=\"/sanctuaries\" class=\"menu__link\" data-drupal-link-system-path=\"node/9\">Sanctuaries</a>",
                          "target": [
                            "a[href$=\"sanctuaries\"]"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/sanctuaries\" class=\"menu__link\" data-drupal-link-system-path=\"node/9\">Sanctuaries</a>",
                  "target": [
                    "a[href$=\"sanctuaries\"]"
                  ],
                  "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": "11.3pt (15px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a href=\"/education\" class=\"menu__link\" data-drupal-link-system-path=\"node/10\">Education</a>",
                          "target": [
                            "a[data-drupal-link-system-path=\"node/10\"]"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/education\" class=\"menu__link\" data-drupal-link-system-path=\"node/10\">Education</a>",
                  "target": [
                    "a[data-drupal-link-system-path=\"node/10\"]"
                  ],
                  "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",
                        "bgColor": "#ffffff",
                        "contrastRatio": 1,
                        "fontSize": "11.3pt (15px)",
                        "fontWeight": "normal",
                        "messageKey": "equalRatio",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element has a 1:1 contrast ratio with the background"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/news-features\" class=\"menu__link\" data-drupal-link-system-path=\"node/6632\">News and features</a>",
                  "target": [
                    "li:nth-child(12) > .menu__link[data-drupal-link-system-path=\"node/6632\"][href$=\"news-features\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has a 1:1 contrast ratio with the background"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#ffffff",
                        "bgColor": "#ffffff",
                        "contrastRatio": 1,
                        "fontSize": "11.3pt (15px)",
                        "fontWeight": "normal",
                        "messageKey": "equalRatio",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element has a 1:1 contrast ratio with the background"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/tools-and-resources\" class=\"menu__link\" data-drupal-link-system-path=\"node/37\">Tools &amp; resources</a>",
                  "target": [
                    "li:nth-child(13) > .menu__link[href$=\"tools-and-resources\"][data-drupal-link-system-path=\"node/37\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has a 1:1 contrast ratio with the background"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#ffffff",
                        "bgColor": "#ffffff",
                        "contrastRatio": 1,
                        "fontSize": "11.3pt (15px)",
                        "fontWeight": "normal",
                        "messageKey": "equalRatio",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element has a 1:1 contrast ratio with the background"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/about-our-agency\" class=\"menu__link\" data-drupal-link-system-path=\"node/6503\">About our agency</a>",
                  "target": [
                    "li:nth-child(14) > .menu__link[href$=\"about-our-agency\"][data-drupal-link-system-path=\"node/6503\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has a 1:1 contrast ratio with the background"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "15.0pt (20px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div style=\"background-image: url(&quot;/sites/default/files/styles/background_homepage/public/legacy/image/2019/Jun/Antarctica-landscape4.jpg&quot;);\" class=\"header-background\">",
                          "target": [
                            ".header-background"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"underline\">National Oceanic and Atmospheric Administration</span>",
                  "target": [
                    ".site-name > .underline"
                  ],
                  "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": "9.0pt (12px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div style=\"background-image: url(&quot;/sites/default/files/styles/background_homepage/public/legacy/image/2019/Jun/Antarctica-landscape4.jpg&quot;);\" class=\"header-background\">",
                          "target": [
                            ".header-background"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"underline\">U.S. Department of Commerce</span>",
                  "target": [
                    ".site-slogan > .underline"
                  ],
                  "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": "<div style=\"background-image: url(&quot;/sites/default/files/styles/background_homepage/public/legacy/image/2019/Jun/Antarctica-landscape4.jpg&quot;);\" class=\"header-background\">",
                          "target": [
                            ".header-background"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<input autocomplete=\"off\" class=\"usagov-search-autocomplete ui-autocomplete-input ui-corner-all\" name=\"query\" type=\"text\" placeholder=\"Search NOAA sites\" aria-label=\"Enter Search Terms\">",
                  "target": [
                    ".usagov-search-autocomplete"
                  ],
                  "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": "45.0pt (60px)",
                        "fontWeight": "bold",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div style=\"background-image: url(&quot;/sites/default/files/styles/background_homepage/public/legacy/image/2019/Jun/Antarctica-landscape4.jpg&quot;);\" class=\"header-background\">",
                          "target": [
                            ".header-background"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/news/june-2022-was-earths-6th-warmest-on-record\" hreflang=\"en\">June 2022 was Earth’s 6th-warmest on record </a>",
                  "target": [
                    "h1 > a[hreflang=\"en\"]"
                  ],
                  "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": "18.0pt (24px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div style=\"background-image: url(&quot;/sites/default/files/styles/background_homepage/public/legacy/image/2019/Jun/Antarctica-landscape4.jpg&quot;);\" class=\"header-background\">",
                          "target": [
                            ".header-background"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/news/june-2022-was-earths-6th-warmest-on-record\" class=\"homepage-featured-node-subtitle right-angle-after\">Antarctic sea ice shrank to a record low for the month</a>",
                  "target": [
                    ".homepage-featured-node-subtitle"
                  ],
                  "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": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div style=\"background-image: url(&quot;/sites/default/files/styles/background_homepage/public/legacy/image/2019/Jun/Antarctica-landscape4.jpg&quot;);\" class=\"header-background\">",
                          "target": [
                            ".header-background"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<div class=\"field__item\">NOAA</div>",
                  "target": [
                    ".field--name-field-media-credit > .field__item"
                  ],
                  "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": "#003087",
                        "contrastRatio": 0,
                        "fontSize": "0.0pt (0px)",
                        "fontWeight": "normal",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Unable to determine contrast ratio"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span>NOAA Home</span>",
                  "target": [
                    ".footer-logo > span"
                  ],
                  "failureSummary": "Fix any of the following:\n  Unable to determine contrast ratio"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "0.0pt (0px)",
                        "fontWeight": "normal",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Unable to determine contrast ratio"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span>NOAA on Twitter</span>",
                  "target": [
                    ".twitter > span"
                  ],
                  "failureSummary": "Fix any of the following:\n  Unable to determine contrast ratio"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "0.0pt (0px)",
                        "fontWeight": "normal",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Unable to determine contrast ratio"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span>NOAA on Facebook</span>",
                  "target": [
                    ".fb > span"
                  ],
                  "failureSummary": "Fix any of the following:\n  Unable to determine contrast ratio"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "0.0pt (0px)",
                        "fontWeight": "normal",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Unable to determine contrast ratio"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span>NOAA on Instagram</span>",
                  "target": [
                    ".ig > span"
                  ],
                  "failureSummary": "Fix any of the following:\n  Unable to determine contrast ratio"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "0.0pt (0px)",
                        "fontWeight": "normal",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Unable to determine contrast ratio"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span>NOAA on YouTube</span>",
                  "target": [
                    ".youtube > span"
                  ],
                  "failureSummary": "Fix any of the following:\n  Unable to determine contrast ratio"
                }
              ]
            },
            {
              "id": "hidden-content",
              "impact": "minor",
              "tags": [
                "cat.structure",
                "experimental",
                "review-item",
                "best-practice"
              ],
              "description": "Informs users about hidden content.",
              "help": "Hidden content on the page should be analyzed",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/hidden-content?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<div class=\"usa-banner-content usa-grid usa-accordion-content clearfix\" id=\"gov-banner\" aria-hidden=\"true\">",
                  "target": [
                    "#gov-banner"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<div class=\"lower\">",
                  "target": [
                    ".lower"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<div id=\"block-headermobilelogo\" class=\"block block--provider-block-content block--id-block-content452acf8e-dcc2-45b4-acbf-d31f435aa4bb\">",
                  "target": [
                    "#block-headermobilelogo"
                  ],
                  "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=\"field field--name-field-node-focus-area field--type-entity-reference field--label-hidden\">\n        <div class=\"field__items\">\n        <div class=\"field__item\"><a href=\"/fisheries\">Fisheries</a>\n</div>\n        </div>\n  </div>",
                  "target": [
                    ".paragraph--type-labeled-and-overridable-node-ref.has-field-focus-area-text-override:nth-child(1) > .l-section__content > .field--name-field-referenced-node.field--type-entity-reference.field > .field__item > .node--type-story.node--promoted.node--display-mode-focus-area-landscape-image-content-link > .field--name-field-node-focus-area.field--type-entity-reference.field"
                  ],
                  "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=\"field field--name-field-node-focus-area field--type-entity-reference field--label-hidden\">\n        <div class=\"field__items\">\n        <div class=\"field__item\"><a href=\"/education\">Education</a>\n</div>\n        </div>\n  </div>",
                  "target": [
                    ".node--type-page > .field--name-field-node-focus-area.field--type-entity-reference.field"
                  ],
                  "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=\"field field--name-field-node-focus-area field--type-entity-reference field--label-hidden\">\n        <div class=\"field__items\">\n        <div class=\"field__item\"><a href=\"/research\">Research</a>\n</div>\n        </div>\n  </div>",
                  "target": [
                    ".paragraph--type-labeled-and-overridable-node-ref.has-field-focus-area-text-override:nth-child(3) > .l-section__content > .field--name-field-referenced-node.field--type-entity-reference.field > .field__item > .node--type-story.node--promoted.node--display-mode-focus-area-landscape-image-content-link > .field--name-field-node-focus-area.field--type-entity-reference.field"
                  ],
                  "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": "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": "#0071bc",
                        "bgColor": "#eaeaea",
                        "contrastRatio": 4.26,
                        "fontSize": "9.0pt (12px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<header class=\"l-header header-top\" role=\"banner\">",
                          "target": [
                            ".header-top"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 4.26 (foreground color: #0071bc, background color: #eaeaea, font size: 9.0pt (12px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"usa-banner-button-text\">Here's how you know we're official</span>",
                  "target": [
                    ".usa-banner-button-text"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.26 (foreground color: #0071bc, background color: #eaeaea, font size: 9.0pt (12px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#707070",
                        "bgColor": "#ffffff",
                        "contrastRatio": 4.95,
                        "fontSize": "10.5pt (14px)",
                        "fontWeight": "bold",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body class=\"path-frontpage front node-page node-page--node-type-homepage\">",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 4.95 (foreground color: #707070, background color: #ffffff, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<div class=\"field__item\">Explore NOAA //</div>",
                  "target": [
                    ".field--name-field-node-links-title > .field__item"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.95 (foreground color: #707070, background color: #ffffff, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#0085ca",
                        "bgColor": "#ffffff",
                        "contrastRatio": 4.03,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "bold",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body class=\"path-frontpage front node-page node-page--node-type-homepage\">",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 4.03 (foreground color: #0085ca, background color: #ffffff, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/news-features\">More NOAA news and features</a>",
                  "target": [
                    ".field__item > a[href$=\"news-features\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.03 (foreground color: #0085ca, background color: #ffffff, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#707070",
                        "bgColor": "#ffffff",
                        "contrastRatio": 4.95,
                        "fontSize": "10.5pt (14px)",
                        "fontWeight": "bold",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body class=\"path-frontpage front node-page node-page--node-type-homepage\">",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 4.95 (foreground color: #707070, background color: #ffffff, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<div class=\"field__item\">FISHERIES</div>",
                  "target": [
                    ".paragraph--type-labeled-and-overridable-node-ref.has-field-focus-area-text-override:nth-child(1) > .l-section__content > .field--name-field-focus-area-text-override.field--type-string.field > .field__item"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.95 (foreground color: #707070, background color: #ffffff, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#707070",
                        "bgColor": "#ffffff",
                        "contrastRatio": 4.95,
                        "fontSize": "10.5pt (14px)",
                        "fontWeight": "bold",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body class=\"path-frontpage front node-page node-page--node-type-homepage\">",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 4.95 (foreground color: #707070, background color: #ffffff, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<div class=\"field__item\">EDUCATION</div>",
                  "target": [
                    ".paragraph--type-labeled-and-overridable-node-ref.has-field-focus-area-text-override:nth-child(2) > .l-section__content > .field--name-field-focus-area-text-override.field--type-string.field > .field__item"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.95 (foreground color: #707070, background color: #ffffff, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#707070",
                        "bgColor": "#ffffff",
                        "contrastRatio": 4.95,
                        "fontSize": "10.5pt (14px)",
                        "fontWeight": "bold",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body class=\"path-frontpage front node-page node-page--node-type-homepage\">",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 4.95 (foreground color: #707070, background color: #ffffff, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<div class=\"field__item\">RESEARCH</div>",
                  "target": [
                    ".paragraph--type-labeled-and-overridable-node-ref.has-field-focus-area-text-override:nth-child(3) > .l-section__content > .field--name-field-focus-area-text-override.field--type-string.field > .field__item"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.95 (foreground color: #707070, background color: #ffffff, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "bgColor": "#0085ca",
                        "contrastRatio": 4.03,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a target=\"_blank\" title=\"opens in new window\" href=\"https://docs.google.com/forms/d/e/1FAIpQLScM7iupnUIPRBcjKSe7l7elk1roiNtv1hmiPxOKo1afqX1OMg/viewform?usp=sf_link?Location=ocea\">Feedback<span class=\"visually-hidden\"> opens in new window</span></a>",
                          "target": [
                            "a[title=\"opens in new window\"]"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 4.03 (foreground color: #ffffff, background color: #0085ca, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a target=\"_blank\" title=\"opens in new window\" href=\"https://docs.google.com/forms/d/e/1FAIpQLScM7iupnUIPRBcjKSe7l7elk1roiNtv1hmiPxOKo1afqX1OMg/viewform?usp=sf_link?Location=ocea\">Feedback<span class=\"visually-hidden\"> opens in new window</span></a>",
                  "target": [
                    "a[title=\"opens in new window\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.03 (foreground color: #ffffff, background color: #0085ca, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1"
                }
              ]
            },
            {
              "id": "color-contrast",
              "impact": "serious",
              "tags": [
                "cat.color",
                "wcag2aa",
                "wcag143"
              ],
              "description": "Ensures the contrast between foreground and background colors meets WCAG 2 AA contrast ratio thresholds",
              "help": "Elements must have sufficient color contrast",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/color-contrast?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#0071bc",
                        "bgColor": "#eaeaea",
                        "contrastRatio": 4.26,
                        "fontSize": "9.0pt (12px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<header class=\"l-header header-top\" role=\"banner\">",
                          "target": [
                            ".header-top"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 4.26 (foreground color: #0071bc, background color: #eaeaea, font size: 9.0pt (12px), font weight: normal). Expected contrast ratio of 4.5:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"usa-banner-button-text\">Here's how you know we're official</span>",
                  "target": [
                    ".usa-banner-button-text"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.26 (foreground color: #0071bc, background color: #eaeaea, font size: 9.0pt (12px), font weight: normal). Expected contrast ratio of 4.5:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#0085ca",
                        "bgColor": "#ffffff",
                        "contrastRatio": 4.03,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "bold",
                        "messageKey": null,
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body class=\"path-frontpage front node-page node-page--node-type-homepage\">",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 4.03 (foreground color: #0085ca, background color: #ffffff, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 4.5:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/news-features\">More NOAA news and features</a>",
                  "target": [
                    ".field__item > a[href$=\"news-features\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.03 (foreground color: #0085ca, background color: #ffffff, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 4.5:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#ffffff",
                        "bgColor": "#0085ca",
                        "contrastRatio": 4.03,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a target=\"_blank\" title=\"opens in new window\" href=\"https://docs.google.com/forms/d/e/1FAIpQLScM7iupnUIPRBcjKSe7l7elk1roiNtv1hmiPxOKo1afqX1OMg/viewform?usp=sf_link?Location=ocea\">Feedback<span class=\"visually-hidden\"> opens in new window</span></a>",
                          "target": [
                            "a[title=\"opens in new window\"]"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 4.03 (foreground color: #ffffff, background color: #0085ca, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a target=\"_blank\" title=\"opens in new window\" href=\"https://docs.google.com/forms/d/e/1FAIpQLScM7iupnUIPRBcjKSe7l7elk1roiNtv1hmiPxOKo1afqX1OMg/viewform?usp=sf_link?Location=ocea\">Feedback<span class=\"visually-hidden\"> opens in new window</span></a>",
                  "target": [
                    "a[title=\"opens in new window\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.03 (foreground color: #ffffff, background color: #0085ca, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
                }
              ]
            },
            {
              "id": "focus-order-semantics",
              "impact": "minor",
              "tags": [
                "cat.keyboard",
                "best-practice",
                "experimental"
              ],
              "description": "Ensures elements in the focus order have a role appropriate for interactive content",
              "help": "Elements in the focus order should have an appropriate role",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/focus-order-semantics?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "has-widget-role",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "Element does not have a widget role."
                    },
                    {
                      "id": "valid-scrollable-semantics",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "Element has invalid semantics for an element in the focus order."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<div class=\"upper\" tabindex=\"0\">",
                  "target": [
                    ".upper"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element does not have a widget role.\n  Element has invalid semantics for an element in the focus order."
                },
                {
                  "any": [
                    {
                      "id": "has-widget-role",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "Element does not have a widget role."
                    },
                    {
                      "id": "valid-scrollable-semantics",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "Element has invalid semantics for an element in the focus order."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<div class=\"weather-toggle icon-location-after\" tabindex=\"0\">\n      <span class=\"underline\">Find your local weather</span>\n    </div>",
                  "target": [
                    ".weather-toggle"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element does not have a widget role.\n  Element has invalid semantics for an element in the focus order."
                }
              ]
            },
            {
              "id": "landmark-banner-is-top-level",
              "impact": "moderate",
              "tags": [
                "cat.semantics",
                "best-practice"
              ],
              "description": "Ensures the banner landmark is at top level",
              "help": "Banner landmark should not be contained in another landmark",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/landmark-banner-is-top-level?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "landmark-is-top-level",
                      "data": {
                        "role": "banner"
                      },
                      "relatedNodes": [],
                      "impact": "moderate",
                      "message": "The banner landmark is contained in another landmark."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "moderate",
                  "html": "<header class=\"usa-banner-header\">",
                  "target": [
                    ".usa-banner-header"
                  ],
                  "failureSummary": "Fix any of the following:\n  The banner landmark is contained in another landmark."
                }
              ]
            },
            {
              "id": "landmark-no-duplicate-banner",
              "impact": "moderate",
              "tags": [
                "cat.semantics",
                "best-practice"
              ],
              "description": "Ensures the document has at most one banner landmark",
              "help": "Document should not have more than one banner landmark",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/landmark-no-duplicate-banner?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "page-no-duplicate-banner",
                      "data": null,
                      "relatedNodes": [
                        {
                          "html": "<header class=\"usa-banner-header\">",
                          "target": [
                            ".usa-banner-header"
                          ]
                        },
                        {
                          "html": "<header class=\"l-header header-weather\" role=\"banner\">",
                          "target": [
                            ".header-weather"
                          ]
                        },
                        {
                          "html": "<header class=\"l-header site-header clearfix\" role=\"banner\">",
                          "target": [
                            ".site-header"
                          ]
                        }
                      ],
                      "impact": "moderate",
                      "message": "Document has more than one banner landmark"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "moderate",
                  "html": "<header class=\"l-header header-top\" role=\"banner\">",
                  "target": [
                    ".header-top"
                  ],
                  "failureSummary": "Fix any of the following:\n  Document has more than one banner landmark"
                }
              ]
            },
            {
              "id": "landmark-no-duplicate-contentinfo",
              "impact": "moderate",
              "tags": [
                "cat.semantics",
                "best-practice"
              ],
              "description": "Ensures the document has at most one contentinfo landmark",
              "help": "Document should not have more than one contentinfo landmark",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/landmark-no-duplicate-contentinfo?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "page-no-duplicate-contentinfo",
                      "data": null,
                      "relatedNodes": [
                        {
                          "html": "<footer class=\"l-footer site-footer\" role=\"contentinfo\">",
                          "target": [
                            ".site-footer"
                          ]
                        }
                      ],
                      "impact": "moderate",
                      "message": "Document has more than one contentinfo landmark"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "moderate",
                  "html": "<footer class=\"l-footer section-footer\" role=\"contentinfo\">\n                    \n    \n\n          </footer>",
                  "target": [
                    ".section-footer"
                  ],
                  "failureSummary": "Fix any of the following:\n  Document has more than one contentinfo landmark"
                }
              ]
            },
            {
              "id": "landmark-unique",
              "impact": "moderate",
              "tags": [
                "cat.semantics",
                "best-practice"
              ],
              "help": "Ensures landmarks are unique",
              "description": "Landmarks should have a unique role or role/label/title (i.e. accessible name) combination",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/landmark-unique?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "landmark-is-unique",
                      "data": {
                        "role": "banner",
                        "accessibleText": null
                      },
                      "relatedNodes": [
                        {
                          "html": "<header class=\"usa-banner-header\">",
                          "target": [
                            ".usa-banner-header"
                          ]
                        },
                        {
                          "html": "<header class=\"l-header header-weather\" role=\"banner\">",
                          "target": [
                            ".header-weather"
                          ]
                        },
                        {
                          "html": "<header class=\"l-header site-header clearfix\" role=\"banner\">",
                          "target": [
                            ".site-header"
                          ]
                        }
                      ],
                      "impact": "moderate",
                      "message": "The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "moderate",
                  "html": "<header class=\"l-header header-top\" role=\"banner\">",
                  "target": [
                    ".header-top"
                  ],
                  "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": "contentinfo",
                        "accessibleText": null
                      },
                      "relatedNodes": [
                        {
                          "html": "<footer class=\"l-footer site-footer\" role=\"contentinfo\">",
                          "target": [
                            ".site-footer"
                          ]
                        }
                      ],
                      "impact": "moderate",
                      "message": "The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "moderate",
                  "html": "<footer class=\"l-footer section-footer\" role=\"contentinfo\">\n                    \n    \n\n          </footer>",
                  "target": [
                    ".section-footer"
                  ],
                  "failureSummary": "Fix any of the following:\n  The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable"
                }
              ]
            }
          ]
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://www.noaa.gov/",
      "what": "URL",
      "result": "https://www.noaa.gov/"
    },
    {
      "type": "test",
      "which": "htmlcs",
      "what": "HTML CodeSniffer WCAG 2.1 AA ruleset",
      "url": "https://www.noaa.gov/",
      "result": {
        "Error": {
          "AA.1_4_3.G18.Fail": {
            "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 4.03:1. Recommendation:  change background to #007cbd.": [
              {
                "tagName": "a",
                "id": "",
                "code": "<a target=\"_blank\" title=\"opens in new window\" href=\"https://docs.google.com/forms/d/e/1FAIpQLScM7iupnUIPRBcjKSe7l7elk1roiNtv1hmiPxOKo1afqX1OMg/viewform?usp=sf_link?Location=ocea\">...</a>"
              }
            ],
            "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 4.03:1. Recommendation:  change text colour to #007cbd.": [
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"/news-features\">...</a>"
              }
            ],
            "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 4.27:1. Recommendation:  change text colour to #006db6.": [
              {
                "tagName": "span",
                "id": "",
                "code": "<span class=\"usa-banner-button-text\">...</span>"
              }
            ]
          }
        },
        "Warning": {
          "AA.1_3_1.H44.NonExistentFragment": {
            "This label's \"for\" attribute contains an ID that does not exist in the document fragment.": [
              {
                "tagName": "label",
                "id": "",
                "code": "<label for=\"query\" class=\"visually-hidden\">...</label>"
              }
            ]
          },
          "AA.1_3_1.H44.NotFormControl": {
            "This label's \"for\" attribute contains an ID for an element that is not a form control. Ensure that you have entered the correct ID for the intended element.": [
              {
                "tagName": "label",
                "id": "",
                "code": "<label class=\"visually-hidden\" for=\"menu--main\">...</label>"
              }
            ]
          },
          "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": "#block-noaa-branding",
                "code": "<div id=\"block-noaa-branding\" class=\"block block--provider-system block--id-system-branding-block\">...</div>"
              },
              {
                "tagName": "div",
                "id": "#social-icons",
                "code": "<div id=\"social-icons\">...</div>"
              }
            ]
          },
          "AA.1_4_10.C32,C31,C33,C38,SCR34,G206": {
            "This element has \"position: fixed\". This may require scrolling in two dimensions, which is considered a failure of this Success Criterion.": [
              {
                "tagName": "div",
                "id": "",
                "code": "<div class=\"l-navigation\" style=\"width: 65px;\">...</div>"
              }
            ]
          },
          "AA.1_4_3.G145.BgImage": {
            "This element's text is placed on a background image. Ensure the contrast ratio between the text and all covered parts of the image are at least 3:1.": [
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"/news/june-2022-was-earths-6th-warmest-on-record\" class=\"homepage-featured-node-subtitle right-angle-after\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"/news/june-2022-was-earths-6th-warmest-on-record\" hreflang=\"en\">...</a>"
              }
            ]
          },
          "AA.1_4_3.G18.Abs": {
            "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 4.5:1.": [
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"#main\" class=\"skiplinks__link visually-hidden focusable\">...</a>"
              },
              {
                "tagName": "label",
                "id": "",
                "code": "<label class=\"visually-hidden\" for=\"menu--main\">...</label>"
              },
              {
                "tagName": "span",
                "id": "",
                "code": "<span class=\"visually-hidden\">...</span>"
              }
            ]
          },
          "AA.1_4_3.G18.BgImage": {
            "This element's text is placed on a background image. Ensure the contrast ratio between the text and all covered parts of the image are at least 4.5:1.": [
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"/charting\" class=\"menu__link\" data-drupal-link-system-path=\"node/8\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"/climate\" class=\"menu__link\" data-drupal-link-system-path=\"node/1\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"/education\" class=\"menu__link\" data-drupal-link-system-path=\"node/10\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"/fisheries\" class=\"menu__link\" data-drupal-link-system-path=\"node/4\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"/marine-aviation\" class=\"menu__link\" data-drupal-link-system-path=\"node/7\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"/ocean-coasts\" class=\"menu__link\" data-drupal-link-system-path=\"node/3\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"/research\" class=\"menu__link\" data-drupal-link-system-path=\"node/6\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"/sanctuaries\" class=\"menu__link\" data-drupal-link-system-path=\"node/9\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"/satellites\" class=\"menu__link\" data-drupal-link-system-path=\"node/5\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"/weather\" class=\"menu__link\" data-drupal-link-system-path=\"node/2\">...</a>"
              },
              {
                "tagName": "div",
                "id": "",
                "code": "<div class=\"field__item\">...</div>"
              },
              {
                "tagName": "label",
                "id": "",
                "code": "<label for=\"query\" class=\"visually-hidden\">...</label>"
              },
              {
                "tagName": "span",
                "id": "",
                "code": "<span class=\"underline\">...</span>"
              },
              {
                "tagName": "span",
                "id": "",
                "code": "<span>...</span>"
              }
            ]
          },
          "AA.1_4_3_F24.F24.BGColour": {
            "Check that this element has an inherited foreground colour to complement the corresponding inline background colour or image.": [
              {
                "tagName": "div",
                "id": "#usasearch_sayt",
                "code": "<div id=\"usasearch_sayt\" style=\"background: none; border: 0px; display: block; float: none; height: 0px; line-height: 0; margin: 0px; padding: 0px; position: static; width: 0px;\">...</div>"
              }
            ]
          }
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://www.noaa.gov/",
      "what": "URL",
      "result": "https://www.noaa.gov/"
    },
    {
      "type": "test",
      "which": "ibm",
      "withItems": true,
      "what": "IBM Accessibility Checker",
      "url": "https://www.noaa.gov/",
      "result": {
        "content": {
          "totals": {
            "violation": 21,
            "recommendation": 14,
            "ignored": 0
          },
          "items": [
            {
              "ruleId": "WCAG20_Label_RefValid",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/header[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/form[1]/label[1]",
                "aria": "/document[1]/banner[3]"
              },
              "message": "The value \"query\" of the 'for' attribute is not the 'id' of a valid <input> element",
              "bounds": {
                "left": 8,
                "top": 1088,
                "height": 18,
                "width": 126
              },
              "snippet": "<label class=\"visually-hidden\" for=\"query\">",
              "level": "violation"
            },
            {
              "ruleId": "WCAG20_Label_RefValid",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/nav[1]/label[1]",
                "aria": "/document[1]/navigation[1]"
              },
              "message": "The value \"menu--main\" of the 'for' attribute is not the 'id' of a valid <input> element",
              "bounds": {
                "left": 8,
                "top": 27,
                "height": 37,
                "width": 38
              },
              "snippet": "<label for=\"menu--main\" class=\"visually-hidden\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/a[1]",
                "aria": "/document[1]/link[1]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 8,
                "top": 8,
                "height": 18,
                "width": 133
              },
              "snippet": "<a class=\"skiplinks__link visually-hidden focusable\" href=\"#main\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OneBannerInSiblingSet_Implicit",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[2]/header[2]",
                "aria": "/document[1]/banner[2]"
              },
              "message": "There is more than one element with \"banner\" role on the page",
              "bounds": {
                "left": 8,
                "top": 861,
                "height": 130,
                "width": 784
              },
              "snippet": "<header role=\"banner\" class=\"l-header header-weather\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OneBannerInSiblingSet_Implicit",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[2]/header[1]",
                "aria": "/document[1]/banner[1]"
              },
              "message": "There is more than one element with \"banner\" role on the page",
              "bounds": {
                "left": 8,
                "top": 577,
                "height": 268,
                "width": 784
              },
              "snippet": "<header role=\"banner\" class=\"l-header header-top\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_MultipleContentinfoLandmarks_Implicit",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[2]/footer[2]",
                "aria": "/document[1]/contentinfo[2]"
              },
              "message": "Multiple elements with \"contentinfo\" role do not have unique labels",
              "bounds": {
                "left": 8,
                "top": 1593,
                "height": 511,
                "width": 784
              },
              "snippet": "<footer role=\"contentinfo\" class=\"l-footer site-footer\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_MultipleContentinfoLandmarks_Implicit",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[2]/footer[1]",
                "aria": "/document[1]/contentinfo[1]"
              },
              "message": "Multiple elements with \"contentinfo\" role do not have unique labels",
              "bounds": {
                "left": 8,
                "top": 1593,
                "height": 0,
                "width": 784
              },
              "snippet": "<footer role=\"contentinfo\" class=\"l-footer section-footer\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_MultipleContentinfoInSiblingSet_Implicit",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[2]/footer[2]",
                "aria": "/document[1]/contentinfo[2]"
              },
              "message": "Multiple elements with \"contentinfo\" role found on a page",
              "bounds": {
                "left": 8,
                "top": 1593,
                "height": 511,
                "width": 784
              },
              "snippet": "<footer role=\"contentinfo\" class=\"l-footer site-footer\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_MultipleContentinfoInSiblingSet_Implicit",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[2]/footer[1]",
                "aria": "/document[1]/contentinfo[1]"
              },
              "message": "Multiple elements with \"contentinfo\" role found on a page",
              "bounds": {
                "left": 8,
                "top": 1593,
                "height": 0,
                "width": 784
              },
              "snippet": "<footer role=\"contentinfo\" class=\"l-footer section-footer\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_MultipleBannerLandmarks_Implicit",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[2]/header[2]",
                "aria": "/document[1]/banner[2]"
              },
              "message": "Multiple elements with \"banner\" role do not have unique labels",
              "bounds": {
                "left": 8,
                "top": 861,
                "height": 130,
                "width": 784
              },
              "snippet": "<header role=\"banner\" class=\"l-header header-weather\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_MultipleBannerLandmarks_Implicit",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[2]/header[1]/div[1]/div[1]/div[1]/div[1]/div[1]/header[1]",
                "aria": "/document[1]/banner[1]/banner[1]"
              },
              "message": "Multiple elements with \"banner\" role do not have unique labels",
              "bounds": {
                "left": 8,
                "top": 577,
                "height": 91,
                "width": 784
              },
              "snippet": "<header class=\"usa-banner-header\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_MultipleBannerLandmarks_Implicit",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[2]/header[1]",
                "aria": "/document[1]/banner[1]"
              },
              "message": "Multiple elements with \"banner\" role do not have unique labels",
              "bounds": {
                "left": 8,
                "top": 577,
                "height": 268,
                "width": 784
              },
              "snippet": "<header role=\"banner\" class=\"l-header header-top\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_MultipleBannerLandmarks_Implicit",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/header[1]",
                "aria": "/document[1]/banner[3]"
              },
              "message": "Multiple elements with \"banner\" role do not have unique labels",
              "bounds": {
                "left": 8,
                "top": 1007,
                "height": 235,
                "width": 784
              },
              "snippet": "<header role=\"banner\" class=\"l-header site-header clearfix\">",
              "level": "violation"
            },
            {
              "ruleId": "landmark_name_unique",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[2]/header[2]",
                "aria": "/document[1]/banner[2]"
              },
              "message": "Multiple \"banner\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label",
              "bounds": {
                "left": 8,
                "top": 861,
                "height": 130,
                "width": 784
              },
              "snippet": "<header role=\"banner\" class=\"l-header header-weather\">",
              "level": "violation"
            },
            {
              "ruleId": "landmark_name_unique",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[2]/header[1]",
                "aria": "/document[1]/banner[1]"
              },
              "message": "Multiple \"banner\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label",
              "bounds": {
                "left": 8,
                "top": 577,
                "height": 268,
                "width": 784
              },
              "snippet": "<header role=\"banner\" class=\"l-header header-top\">",
              "level": "violation"
            },
            {
              "ruleId": "landmark_name_unique",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[2]/footer[2]",
                "aria": "/document[1]/contentinfo[2]"
              },
              "message": "Multiple \"contentinfo\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label",
              "bounds": {
                "left": 8,
                "top": 1593,
                "height": 511,
                "width": 784
              },
              "snippet": "<footer role=\"contentinfo\" class=\"l-footer site-footer\">",
              "level": "violation"
            },
            {
              "ruleId": "landmark_name_unique",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[2]/footer[1]",
                "aria": "/document[1]/contentinfo[1]"
              },
              "message": "Multiple \"contentinfo\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label",
              "bounds": {
                "left": 8,
                "top": 1593,
                "height": 0,
                "width": 784
              },
              "snippet": "<footer role=\"contentinfo\" class=\"l-footer section-footer\">",
              "level": "violation"
            },
            {
              "ruleId": "landmark_name_unique",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/header[1]",
                "aria": "/document[1]/banner[3]"
              },
              "message": "Multiple \"banner\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label",
              "bounds": {
                "left": 8,
                "top": 1007,
                "height": 235,
                "width": 784
              },
              "snippet": "<header role=\"banner\" class=\"l-header site-header clearfix\">",
              "level": "violation"
            },
            {
              "ruleId": "element_tabbable_role_valid",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[2]/header[2]/div[1]/div[1]/form[1]/div[2]/div[1]",
                "aria": "/document[1]/banner[2]"
              },
              "message": "The tabbable element's role 'none' is not a widget role",
              "bounds": {
                "left": 8,
                "top": 879,
                "height": 0,
                "width": 784
              },
              "snippet": "<div tabindex=\"0\" class=\"close-button\">",
              "level": "violation"
            },
            {
              "ruleId": "element_tabbable_role_valid",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[2]/header[2]/div[1]/div[1]/form[1]/div[1]/div[1]",
                "aria": "/document[1]/banner[2]"
              },
              "message": "The tabbable element's role 'none' is not a widget role",
              "bounds": {
                "left": 8,
                "top": 861,
                "height": 19,
                "width": 784
              },
              "snippet": "<div tabindex=\"0\" class=\"weather-toggle icon-location-after\">",
              "level": "violation"
            },
            {
              "ruleId": "element_tabbable_role_valid",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[2]/header[2]/div[1]/div[1]/form[1]/div[1]",
                "aria": "/document[1]/banner[2]"
              },
              "message": "The tabbable element's role 'none' is not a widget role",
              "bounds": {
                "left": 8,
                "top": 861,
                "height": 19,
                "width": 784
              },
              "snippet": "<div tabindex=\"0\" class=\"upper\">",
              "level": "violation"
            },
            {
              "ruleId": "element_attribute_deprecated",
              "path": {
                "dom": "/html[1]/head[1]/meta[10]",
                "aria": "/document[1]"
              },
              "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
              "bounds": {
                "left": 0,
                "top": 0,
                "height": 0,
                "width": 0
              },
              "snippet": "<meta content=\"ie=edge\" http-equiv=\"x-ua-compatible\">",
              "level": "recommendation"
            },
            {
              "ruleId": "aria_role_redundant",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[2]/main[1]/div[1]/div[1]/article[1]/div[1]/div[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/section[3]/div[1]/div[2]/div[1]/article[1]",
                "aria": "/document[1]/main[1]/article[1]/article[3]"
              },
              "message": "The explicitly-assigned ARIA role \"article\" is redundant with the implicit role of the element <article>",
              "bounds": {
                "left": 8,
                "top": 1538,
                "height": 56,
                "width": 784
              },
              "snippet": "<article class=\"node node--type-story node--promoted node--display-mode-focus-area-landscape-image-content-link article\" about=\"/stories/star-quality-sea-star-named-after-noaa-ship-okeanos-explorer-ext\" role=\"article\">",
              "level": "recommendation"
            },
            {
              "ruleId": "aria_role_redundant",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[2]/main[1]/div[1]/div[1]/article[1]/div[1]/div[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/section[2]/div[1]/div[2]/div[1]/article[1]",
                "aria": "/document[1]/main[1]/article[1]/article[2]"
              },
              "message": "The explicitly-assigned ARIA role \"article\" is redundant with the implicit role of the element <article>",
              "bounds": {
                "left": 8,
                "top": 1464,
                "height": 56,
                "width": 784
              },
              "snippet": "<article class=\"node node--type-page node--display-mode-focus-area-landscape-image-content-link article\" typeof=\"schema:WebPage\" about=\"/office-education/elp/climate-resilience-in-your-community-activity-book\" role=\"article\">",
              "level": "recommendation"
            },
            {
              "ruleId": "aria_role_redundant",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[2]/main[1]/div[1]/div[1]/article[1]/div[1]/div[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[2]/div[1]/article[1]",
                "aria": "/document[1]/main[1]/article[1]/article[1]"
              },
              "message": "The explicitly-assigned ARIA role \"article\" is redundant with the implicit role of the element <article>",
              "bounds": {
                "left": 8,
                "top": 1390,
                "height": 56,
                "width": 784
              },
              "snippet": "<article class=\"node node--type-story node--promoted node--display-mode-focus-area-landscape-image-content-link article\" about=\"/stories/habitat-month-2022-healthy-habitat-resilient-infrastructure-ext\" role=\"article\">",
              "level": "recommendation"
            },
            {
              "ruleId": "aria_role_redundant",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[2]/main[1]/div[1]/div[1]/article[1]",
                "aria": "/document[1]/main[1]/article[1]"
              },
              "message": "The explicitly-assigned ARIA role \"article\" is redundant with the implicit role of the element <article>",
              "bounds": {
                "left": 8,
                "top": 1242,
                "height": 352,
                "width": 784
              },
              "snippet": "<article class=\"node node--type-homepage node--display-mode-full article\" about=\"/frontpage\" role=\"article\">",
              "level": "recommendation"
            },
            {
              "ruleId": "aria_role_redundant",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[2]/main[1]",
                "aria": "/document[1]/main[1]"
              },
              "message": "The explicitly-assigned ARIA role \"main\" is redundant with the implicit role of the element <main>",
              "bounds": {
                "left": 8,
                "top": 1242,
                "height": 352,
                "width": 784
              },
              "snippet": "<main tabindex=\"-1\" role=\"main\" class=\"main\" id=\"main\">",
              "level": "recommendation"
            },
            {
              "ruleId": "aria_role_redundant",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[2]/header[2]",
                "aria": "/document[1]/banner[2]"
              },
              "message": "The explicitly-assigned ARIA role \"banner\" is redundant with the implicit role of the element <header>",
              "bounds": {
                "left": 8,
                "top": 861,
                "height": 130,
                "width": 784
              },
              "snippet": "<header role=\"banner\" class=\"l-header header-weather\">",
              "level": "recommendation"
            },
            {
              "ruleId": "aria_role_redundant",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[2]/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": 577,
                "height": 268,
                "width": 784
              },
              "snippet": "<header role=\"banner\" class=\"l-header header-top\">",
              "level": "recommendation"
            },
            {
              "ruleId": "aria_role_redundant",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[2]/footer[2]",
                "aria": "/document[1]/contentinfo[2]"
              },
              "message": "The explicitly-assigned ARIA role \"contentinfo\" is redundant with the implicit role of the element <footer>",
              "bounds": {
                "left": 8,
                "top": 1593,
                "height": 511,
                "width": 784
              },
              "snippet": "<footer role=\"contentinfo\" class=\"l-footer site-footer\">",
              "level": "recommendation"
            },
            {
              "ruleId": "aria_role_redundant",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[2]/footer[1]",
                "aria": "/document[1]/contentinfo[1]"
              },
              "message": "The explicitly-assigned ARIA role \"contentinfo\" is redundant with the implicit role of the element <footer>",
              "bounds": {
                "left": 8,
                "top": 1593,
                "height": 0,
                "width": 784
              },
              "snippet": "<footer role=\"contentinfo\" class=\"l-footer section-footer\">",
              "level": "recommendation"
            },
            {
              "ruleId": "aria_role_redundant",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/header[1]/div[1]/div[5]/div[1]/article[1]/div[1]/div[1]/article[1]",
                "aria": "/document[1]/banner[3]/article[1]/article[1]"
              },
              "message": "The explicitly-assigned ARIA role \"article\" is redundant with the implicit role of the element <article>",
              "bounds": {
                "left": 8,
                "top": 1165,
                "height": 59,
                "width": 784
              },
              "snippet": "<article class=\"node node--type-news node--promoted node--display-mode-homepage-image-content article\" about=\"/news/june-2022-was-earths-6th-warmest-on-record\" role=\"article\">",
              "level": "recommendation"
            },
            {
              "ruleId": "aria_role_redundant",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/header[1]/div[1]/div[5]/div[1]/article[1]",
                "aria": "/document[1]/banner[3]/article[1]"
              },
              "message": "The explicitly-assigned ARIA role \"article\" is redundant with the implicit role of the element <article>",
              "bounds": {
                "left": 8,
                "top": 1165,
                "height": 78,
                "width": 784
              },
              "snippet": "<article class=\"node node--type-homepage node--display-mode-background-image-content article\" about=\"/frontpage\" role=\"article\">",
              "level": "recommendation"
            },
            {
              "ruleId": "aria_role_redundant",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/header[1]",
                "aria": "/document[1]/banner[3]"
              },
              "message": "The explicitly-assigned ARIA role \"banner\" is redundant with the implicit role of the element <header>",
              "bounds": {
                "left": 8,
                "top": 1007,
                "height": 235,
                "width": 784
              },
              "snippet": "<header role=\"banner\" class=\"l-header site-header clearfix\">",
              "level": "recommendation"
            },
            {
              "ruleId": "aria_role_redundant",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/nav[1]",
                "aria": "/document[1]/navigation[1]"
              },
              "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>",
              "bounds": {
                "left": 8,
                "top": 27,
                "height": 534,
                "width": 65
              },
              "snippet": "<nav role=\"navigation\">",
              "level": "recommendation"
            }
          ]
        },
        "url": {
          "totals": {
            "violation": 22,
            "recommendation": 14,
            "ignored": 0
          },
          "items": [
            {
              "ruleId": "WCAG20_Label_RefValid",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/nav[1]/label[1]",
                "aria": "/document[1]/navigation[1]"
              },
              "message": "The value \"menu--main\" of the 'for' attribute is not the 'id' of a valid <input> element",
              "bounds": {
                "left": 0,
                "top": 3,
                "height": 1,
                "width": 1
              },
              "snippet": "<label for=\"menu--main\" class=\"visually-hidden\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/a[1]",
                "aria": "/document[1]/link[1]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 274,
                "top": 0,
                "height": 11,
                "width": 22
              },
              "snippet": "<a class=\"skiplinks__link visually-hidden focusable\" href=\"#main\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OneBannerInSiblingSet_Implicit",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[2]/header[2]",
                "aria": "/document[1]/banner[2]"
              },
              "message": "There is more than one element with \"banner\" role on the page",
              "bounds": {
                "left": 1,
                "top": 22,
                "height": 48,
                "width": 799
              },
              "snippet": "<header role=\"banner\" class=\"l-header header-weather\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OneBannerInSiblingSet_Implicit",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[2]/header[1]",
                "aria": "/document[1]/banner[1]"
              },
              "message": "There is more than one element with \"banner\" role on the page",
              "bounds": {
                "left": 1,
                "top": 0,
                "height": 22,
                "width": 799
              },
              "snippet": "<header role=\"banner\" class=\"l-header header-top\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_MultipleContentinfoLandmarks_Implicit",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[2]/footer[2]",
                "aria": "/document[1]/contentinfo[2]"
              },
              "message": "Multiple elements with \"contentinfo\" role do not have unique labels",
              "bounds": {
                "left": 1,
                "top": 1246,
                "height": 447,
                "width": 799
              },
              "snippet": "<footer role=\"contentinfo\" class=\"l-footer site-footer\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_MultipleContentinfoLandmarks_Implicit",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[2]/footer[1]",
                "aria": "/document[1]/contentinfo[1]"
              },
              "message": "Multiple elements with \"contentinfo\" role do not have unique labels",
              "bounds": {
                "left": 1,
                "top": 1246,
                "height": 0,
                "width": 799
              },
              "snippet": "<footer role=\"contentinfo\" class=\"l-footer section-footer\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_MultipleContentinfoInSiblingSet_Implicit",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[2]/footer[2]",
                "aria": "/document[1]/contentinfo[2]"
              },
              "message": "Multiple elements with \"contentinfo\" role found on a page",
              "bounds": {
                "left": 1,
                "top": 1246,
                "height": 447,
                "width": 799
              },
              "snippet": "<footer role=\"contentinfo\" class=\"l-footer site-footer\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_MultipleContentinfoInSiblingSet_Implicit",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[2]/footer[1]",
                "aria": "/document[1]/contentinfo[1]"
              },
              "message": "Multiple elements with \"contentinfo\" role found on a page",
              "bounds": {
                "left": 1,
                "top": 1246,
                "height": 0,
                "width": 799
              },
              "snippet": "<footer role=\"contentinfo\" class=\"l-footer section-footer\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_MultipleBannerLandmarks_Implicit",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[2]/header[2]",
                "aria": "/document[1]/banner[2]"
              },
              "message": "Multiple elements with \"banner\" role do not have unique labels",
              "bounds": {
                "left": 1,
                "top": 22,
                "height": 48,
                "width": 799
              },
              "snippet": "<header role=\"banner\" class=\"l-header header-weather\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_MultipleBannerLandmarks_Implicit",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[2]/header[1]/div[1]/div[1]/div[1]/div[1]/div[1]/header[1]",
                "aria": "/document[1]/banner[1]/banner[1]"
              },
              "message": "Multiple elements with \"banner\" role do not have unique labels",
              "bounds": {
                "left": 49,
                "top": 0,
                "height": 22,
                "width": 704
              },
              "snippet": "<header class=\"usa-banner-header\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_MultipleBannerLandmarks_Implicit",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[2]/header[1]",
                "aria": "/document[1]/banner[1]"
              },
              "message": "Multiple elements with \"banner\" role do not have unique labels",
              "bounds": {
                "left": 1,
                "top": 0,
                "height": 22,
                "width": 799
              },
              "snippet": "<header role=\"banner\" class=\"l-header header-top\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_MultipleBannerLandmarks_Implicit",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/header[1]",
                "aria": "/document[1]/banner[3]"
              },
              "message": "Multiple elements with \"banner\" role do not have unique labels",
              "bounds": {
                "left": 1,
                "top": 70,
                "height": 499,
                "width": 799
              },
              "snippet": "<header role=\"banner\" class=\"l-header site-header clearfix\">",
              "level": "violation"
            },
            {
              "ruleId": "landmark_name_unique",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[2]/header[2]",
                "aria": "/document[1]/banner[2]"
              },
              "message": "Multiple \"banner\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label",
              "bounds": {
                "left": 1,
                "top": 22,
                "height": 48,
                "width": 799
              },
              "snippet": "<header role=\"banner\" class=\"l-header header-weather\">",
              "level": "violation"
            },
            {
              "ruleId": "landmark_name_unique",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[2]/header[1]",
                "aria": "/document[1]/banner[1]"
              },
              "message": "Multiple \"banner\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label",
              "bounds": {
                "left": 1,
                "top": 0,
                "height": 22,
                "width": 799
              },
              "snippet": "<header role=\"banner\" class=\"l-header header-top\">",
              "level": "violation"
            },
            {
              "ruleId": "landmark_name_unique",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[2]/footer[2]",
                "aria": "/document[1]/contentinfo[2]"
              },
              "message": "Multiple \"contentinfo\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label",
              "bounds": {
                "left": 1,
                "top": 1246,
                "height": 447,
                "width": 799
              },
              "snippet": "<footer role=\"contentinfo\" class=\"l-footer site-footer\">",
              "level": "violation"
            },
            {
              "ruleId": "landmark_name_unique",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[2]/footer[1]",
                "aria": "/document[1]/contentinfo[1]"
              },
              "message": "Multiple \"contentinfo\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label",
              "bounds": {
                "left": 1,
                "top": 1246,
                "height": 0,
                "width": 799
              },
              "snippet": "<footer role=\"contentinfo\" class=\"l-footer section-footer\">",
              "level": "violation"
            },
            {
              "ruleId": "landmark_name_unique",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/header[1]",
                "aria": "/document[1]/banner[3]"
              },
              "message": "Multiple \"banner\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label",
              "bounds": {
                "left": 1,
                "top": 70,
                "height": 499,
                "width": 799
              },
              "snippet": "<header role=\"banner\" class=\"l-header site-header clearfix\">",
              "level": "violation"
            },
            {
              "ruleId": "IBMA_Color_Contrast_WCAG2AA",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[2]/main[1]/div[1]/div[1]/article[1]/div[1]/div[3]/div[1]/div[1]/a[1]",
                "aria": "/document[1]/main[1]/article[1]/link[6]"
              },
              "message": "Text contrast of 4.03 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 700",
              "bounds": {
                "left": 49,
                "top": 858,
                "height": 22,
                "width": 245
              },
              "snippet": "<a href=\"/news-features\">",
              "level": "violation"
            },
            {
              "ruleId": "IBMA_Color_Contrast_WCAG2AA",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[2]/header[1]/div[1]/div[1]/div[1]/div[1]/div[1]/header[1]/div[1]/button[1]/span[1]",
                "aria": "/document[1]/banner[1]/banner[1]/button[1]"
              },
              "message": "Text contrast of 4.27 with its background is less than the WCAG AA minimum requirements for text of size 12px and weight of 400",
              "bounds": {
                "left": 368,
                "top": 3,
                "height": 16,
                "width": 188
              },
              "snippet": "<span class=\"usa-banner-button-text\">",
              "level": "violation"
            },
            {
              "ruleId": "IBMA_Color_Contrast_WCAG2AA",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[2]/footer[2]/div[3]/div[1]/div[1]/div[1]/div[2]/div[2]/a[1]",
                "aria": "/document[1]/contentinfo[2]/link[7]"
              },
              "message": "Text contrast of 4.03 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 100",
              "bounds": {
                "left": 352,
                "top": 1622,
                "height": 38,
                "width": 99
              },
              "snippet": "<a href=\"https://docs.google.com/forms/d/e/1FAIpQLScM7iupnUIPRBcjKSe7l7elk1roiNtv1hmiPxOKo1afqX1OMg/viewform?usp=sf_link?Location=ocea\" title=\"opens in new window\" target=\"_blank\">",
              "level": "violation"
            },
            {
              "ruleId": "element_tabbable_role_valid",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[2]/header[2]/div[1]/div[1]/form[1]/div[1]/div[1]",
                "aria": "/document[1]/banner[2]"
              },
              "message": "The tabbable element's role 'none' is not a widget role",
              "bounds": {
                "left": 49,
                "top": 31,
                "height": 27,
                "width": 338
              },
              "snippet": "<div tabindex=\"0\" class=\"weather-toggle icon-location-after\">",
              "level": "violation"
            },
            {
              "ruleId": "element_tabbable_role_valid",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[2]/header[2]/div[1]/div[1]/form[1]/div[1]",
                "aria": "/document[1]/banner[2]"
              },
              "message": "The tabbable element's role 'none' is not a widget role",
              "bounds": {
                "left": 49,
                "top": 31,
                "height": 27,
                "width": 338
              },
              "snippet": "<div tabindex=\"0\" class=\"upper\">",
              "level": "violation"
            },
            {
              "ruleId": "element_attribute_deprecated",
              "path": {
                "dom": "/html[1]/head[1]/meta[10]",
                "aria": "/document[1]"
              },
              "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
              "bounds": {
                "left": 0,
                "top": 0,
                "height": 0,
                "width": 0
              },
              "snippet": "<meta content=\"ie=edge\" http-equiv=\"x-ua-compatible\">",
              "level": "recommendation"
            },
            {
              "ruleId": "aria_role_redundant",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[2]/main[1]/div[1]/div[1]/article[1]/div[1]/div[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/section[3]/div[1]/div[2]/div[1]/article[1]",
                "aria": "/document[1]/main[1]/article[1]/article[3]"
              },
              "message": "The explicitly-assigned ARIA role \"article\" is redundant with the implicit role of the element <article>",
              "bounds": {
                "left": 545,
                "top": 969,
                "height": 186,
                "width": 208
              },
              "snippet": "<article class=\"node node--type-story node--promoted node--display-mode-focus-area-landscape-image-content-link article\" about=\"/stories/star-quality-sea-star-named-after-noaa-ship-okeanos-explorer-ext\" role=\"article\">",
              "level": "recommendation"
            },
            {
              "ruleId": "aria_role_redundant",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[2]/main[1]/div[1]/div[1]/article[1]/div[1]/div[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/section[2]/div[1]/div[2]/div[1]/article[1]",
                "aria": "/document[1]/main[1]/article[1]/article[2]"
              },
              "message": "The explicitly-assigned ARIA role \"article\" is redundant with the implicit role of the element <article>",
              "bounds": {
                "left": 297,
                "top": 969,
                "height": 166,
                "width": 208
              },
              "snippet": "<article class=\"node node--type-page node--display-mode-focus-area-landscape-image-content-link article\" typeof=\"schema:WebPage\" about=\"/office-education/elp/climate-resilience-in-your-community-activity-book\" role=\"article\">",
              "level": "recommendation"
            },
            {
              "ruleId": "aria_role_redundant",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[2]/main[1]/div[1]/div[1]/article[1]/div[1]/div[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[2]/div[1]/article[1]",
                "aria": "/document[1]/main[1]/article[1]/article[1]"
              },
              "message": "The explicitly-assigned ARIA role \"article\" is redundant with the implicit role of the element <article>",
              "bounds": {
                "left": 49,
                "top": 969,
                "height": 186,
                "width": 208
              },
              "snippet": "<article class=\"node node--type-story node--promoted node--display-mode-focus-area-landscape-image-content-link article\" about=\"/stories/habitat-month-2022-healthy-habitat-resilient-infrastructure-ext\" role=\"article\">",
              "level": "recommendation"
            },
            {
              "ruleId": "aria_role_redundant",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[2]/main[1]/div[1]/div[1]/article[1]",
                "aria": "/document[1]/main[1]/article[1]"
              },
              "message": "The explicitly-assigned ARIA role \"article\" is redundant with the implicit role of the element <article>",
              "bounds": {
                "left": 49,
                "top": 610,
                "height": 553,
                "width": 704
              },
              "snippet": "<article class=\"node node--type-homepage node--display-mode-full article\" about=\"/frontpage\" role=\"article\">",
              "level": "recommendation"
            },
            {
              "ruleId": "aria_role_redundant",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[2]/main[1]",
                "aria": "/document[1]/main[1]"
              },
              "message": "The explicitly-assigned ARIA role \"main\" is redundant with the implicit role of the element <main>",
              "bounds": {
                "left": 1,
                "top": 610,
                "height": 637,
                "width": 799
              },
              "snippet": "<main tabindex=\"-1\" role=\"main\" class=\"main\" id=\"main\">",
              "level": "recommendation"
            },
            {
              "ruleId": "aria_role_redundant",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[2]/header[2]",
                "aria": "/document[1]/banner[2]"
              },
              "message": "The explicitly-assigned ARIA role \"banner\" is redundant with the implicit role of the element <header>",
              "bounds": {
                "left": 1,
                "top": 22,
                "height": 48,
                "width": 799
              },
              "snippet": "<header role=\"banner\" class=\"l-header header-weather\">",
              "level": "recommendation"
            },
            {
              "ruleId": "aria_role_redundant",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[2]/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": 1,
                "top": 0,
                "height": 22,
                "width": 799
              },
              "snippet": "<header role=\"banner\" class=\"l-header header-top\">",
              "level": "recommendation"
            },
            {
              "ruleId": "aria_role_redundant",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[2]/footer[2]",
                "aria": "/document[1]/contentinfo[2]"
              },
              "message": "The explicitly-assigned ARIA role \"contentinfo\" is redundant with the implicit role of the element <footer>",
              "bounds": {
                "left": 1,
                "top": 1246,
                "height": 447,
                "width": 799
              },
              "snippet": "<footer role=\"contentinfo\" class=\"l-footer site-footer\">",
              "level": "recommendation"
            },
            {
              "ruleId": "aria_role_redundant",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[2]/footer[1]",
                "aria": "/document[1]/contentinfo[1]"
              },
              "message": "The explicitly-assigned ARIA role \"contentinfo\" is redundant with the implicit role of the element <footer>",
              "bounds": {
                "left": 1,
                "top": 1246,
                "height": 0,
                "width": 799
              },
              "snippet": "<footer role=\"contentinfo\" class=\"l-footer section-footer\">",
              "level": "recommendation"
            },
            {
              "ruleId": "aria_role_redundant",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/header[1]/div[1]/div[5]/div[1]/article[1]/div[1]/div[1]/article[1]",
                "aria": "/document[1]/banner[3]/article[1]/article[1]"
              },
              "message": "The explicitly-assigned ARIA role \"article\" is redundant with the implicit role of the element <article>",
              "bounds": {
                "left": 49,
                "top": 383,
                "height": 155,
                "width": 704
              },
              "snippet": "<article class=\"node node--type-news node--promoted node--display-mode-homepage-image-content article\" about=\"/news/june-2022-was-earths-6th-warmest-on-record\" role=\"article\">",
              "level": "recommendation"
            },
            {
              "ruleId": "aria_role_redundant",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/header[1]/div[1]/div[5]/div[1]/article[1]",
                "aria": "/document[1]/banner[3]/article[1]"
              },
              "message": "The explicitly-assigned ARIA role \"article\" is redundant with the implicit role of the element <article>",
              "bounds": {
                "left": 49,
                "top": 383,
                "height": 155,
                "width": 704
              },
              "snippet": "<article class=\"node node--type-homepage node--display-mode-background-image-content article\" about=\"/frontpage\" role=\"article\">",
              "level": "recommendation"
            },
            {
              "ruleId": "aria_role_redundant",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/header[1]",
                "aria": "/document[1]/banner[3]"
              },
              "message": "The explicitly-assigned ARIA role \"banner\" is redundant with the implicit role of the element <header>",
              "bounds": {
                "left": 1,
                "top": 70,
                "height": 499,
                "width": 799
              },
              "snippet": "<header role=\"banner\" class=\"l-header site-header clearfix\">",
              "level": "recommendation"
            },
            {
              "ruleId": "aria_role_redundant",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/nav[1]",
                "aria": "/document[1]/navigation[1]"
              },
              "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>",
              "bounds": {
                "left": 0,
                "top": 3,
                "height": 40,
                "width": 0
              },
              "snippet": "<nav role=\"navigation\">",
              "level": "recommendation"
            }
          ]
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://www.noaa.gov/",
      "what": "URL",
      "result": "https://www.noaa.gov/"
    },
    {
      "type": "test",
      "which": "wave",
      "reportType": 4,
      "what": "WAVE",
      "url": "https://www.noaa.gov/",
      "result": {
        "status": {
          "success": true,
          "httpstatuscode": 200
        },
        "statistics": {
          "pagetitle": "Homepage | National Oceanic and Atmospheric Administration",
          "pageurl": "https://www.noaa.gov/",
          "time": 2.43,
          "creditsremaining": 862,
          "allitemcount": 72,
          "totalelements": 348,
          "waveurl": "http://wave.webaim.org/report?url=https://www.noaa.gov/"
        },
        "categories": {
          "error": {
            "description": "Errors",
            "count": 0,
            "items": []
          },
          "contrast": {
            "description": "Contrast Errors",
            "count": 10,
            "items": {
              "contrast": {
                "id": "contrast",
                "description": "Very low contrast",
                "count": 10,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV:first-child > DIV#not-navigation > HEADER:first-child > DIV#block-headeruswebsite > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > HEADER:first-child > DIV:first-child > IMG:first-child + P + BUTTON > SPAN:first-child",
                  "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV:first-child > DIV#not-navigation > HEADER:first-child + HEADER + DIV > HEADER:first-child > DIV:first-child > DIV#block-noaa-branding > A:first-child + A > SPAN:first-child",
                  "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV:first-child > DIV#not-navigation > HEADER:first-child + HEADER + DIV > HEADER:first-child > DIV:first-child > DIV#block-noaa-branding > A:first-child + A + A > SPAN:first-child",
                  "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV:first-child > DIV#not-navigation > HEADER:first-child + HEADER + DIV > HEADER:first-child > DIV:first-child > DIV#block-noaasearch > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > FORM:first-child > INPUT:first-child + INPUT + LABEL",
                  "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV:first-child > DIV#not-navigation > HEADER:first-child + HEADER + DIV > HEADER:first-child > DIV:first-child > DIV#block-background-image-content > DIV:first-child > ARTICLE:first-child > DIV:first-child > DIV:first-child > ARTICLE:first-child > DIV:first-child > DIV:first-child > H1:first-child > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV:first-child > DIV#not-navigation > HEADER:first-child + HEADER + DIV > HEADER:first-child > DIV:first-child > DIV#block-background-image-content > DIV:first-child > ARTICLE:first-child > DIV:first-child > DIV:first-child > ARTICLE:first-child > DIV:first-child + A",
                  "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV:first-child > DIV#not-navigation > HEADER:first-child + HEADER + DIV > HEADER:first-child > DIV:first-child > DIV#block-background-image-content > DIV:first-child > ARTICLE:first-child > DIV:first-child + DIV > DIV:first-child > ARTICLE:first-child > DIV:first-child > DIV:first-child",
                  "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV:first-child > DIV#not-navigation > MAIN#main > DIV:first-child > DIV:first-child > ARTICLE:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV:first-child > DIV#not-navigation > HEADER:first-child + HEADER + DIV + DIV + MAIN + FOOTER + FOOTER > DIV#block-sitefooterright > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child + DIV > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV:first-child > DIV#not-navigation > HEADER:first-child + HEADER + DIV + DIV + MAIN + FOOTER + FOOTER > DIV#block-sitefooterright > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child + DIV > A:first-child > SPAN:first-child"
                ],
                "contrastdata": [
                  [
                    4.26,
                    "#0071bc",
                    "#eaeaea",
                    false
                  ],
                  [
                    1,
                    "#ffffff",
                    "#ffffff",
                    false
                  ],
                  [
                    1,
                    "#ffffff",
                    "#ffffff",
                    false
                  ],
                  [
                    1,
                    "#ffffff",
                    "#ffffff",
                    false
                  ],
                  [
                    1,
                    "#ffffff",
                    "#ffffff",
                    true
                  ],
                  [
                    1,
                    "#ffffff",
                    "#ffffff",
                    true
                  ],
                  [
                    1,
                    "#ffffff",
                    "#ffffff",
                    false
                  ],
                  [
                    4.03,
                    "#0085ca",
                    "#ffffff",
                    false
                  ],
                  [
                    4.03,
                    "#ffffff",
                    "#0085ca",
                    false
                  ],
                  [
                    4.03,
                    "#ffffff",
                    "#0085ca",
                    false
                  ]
                ],
                "wcag": [
                  {
                    "name": "1.4.3 Contrast (Minimum) (Level AA)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc1.4.3"
                  }
                ]
              }
            }
          },
          "alert": {
            "description": "Alerts",
            "count": 14,
            "items": {
              "alt_long": {
                "id": "alt_long",
                "description": "Long alternative text",
                "count": 1,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV:first-child > DIV#not-navigation > MAIN#main > DIV:first-child > DIV:first-child > ARTICLE:first-child > DIV:first-child > DIV:first-child + DIV + DIV + DIV > DIV:first-child > DIV:first-child > SECTION:first-child > DIV:first-child > DIV#paragraph-id-5014 > DIV:first-child > SECTION:first-child + SECTION > DIV:first-child > DIV:first-child + DIV > DIV:first-child > ARTICLE:first-child > DIV:first-child + DIV > 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"
                  }
                ]
              },
              "label_orphaned": {
                "id": "label_orphaned",
                "description": "Orphaned form label",
                "count": 2,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV:first-child > DIV:first-child > NAV:first-child > LABEL:first-child",
                  "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV:first-child > DIV#not-navigation > HEADER:first-child + HEADER + DIV > HEADER:first-child > DIV:first-child > DIV#block-noaasearch > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > FORM:first-child > INPUT:first-child + INPUT + LABEL"
                ],
                "wcag": [
                  {
                    "name": "1.1.1 Non-text Content (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc1.1.1"
                  },
                  {
                    "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"
                  },
                  {
                    "name": "3.3.2 Labels or Instructions (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc3.3.2"
                  }
                ]
              },
              "link_redundant": {
                "id": "link_redundant",
                "description": "Redundant link",
                "count": 6,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV:first-child > DIV#not-navigation > HEADER:first-child + HEADER + DIV > HEADER:first-child > DIV:first-child > DIV#block-noaa-branding > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV:first-child > DIV#not-navigation > HEADER:first-child + HEADER + DIV > HEADER:first-child > DIV:first-child > DIV#block-noaa-branding > A:first-child + A",
                  "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV:first-child > DIV#not-navigation > HEADER:first-child + HEADER + DIV > HEADER:first-child > DIV:first-child > DIV#block-background-image-content > DIV:first-child > ARTICLE:first-child > DIV:first-child > DIV:first-child > ARTICLE:first-child > DIV:first-child + A",
                  "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV:first-child > DIV#not-navigation > MAIN#main > DIV:first-child > DIV:first-child > ARTICLE:first-child > DIV:first-child > DIV:first-child + DIV + DIV + DIV > DIV:first-child > DIV:first-child > SECTION:first-child > DIV:first-child > DIV#paragraph-id-5014 > DIV:first-child > SECTION:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > ARTICLE:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV:first-child > DIV#not-navigation > MAIN#main > DIV:first-child > DIV:first-child > ARTICLE:first-child > DIV:first-child > DIV:first-child + DIV + DIV + DIV > DIV:first-child > DIV:first-child > SECTION:first-child > DIV:first-child > DIV#paragraph-id-5014 > DIV:first-child > SECTION:first-child + SECTION > DIV:first-child > DIV:first-child + DIV > DIV:first-child > ARTICLE:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV:first-child > DIV#not-navigation > MAIN#main > DIV:first-child > DIV:first-child > ARTICLE:first-child > DIV:first-child > DIV:first-child + DIV + DIV + DIV > DIV:first-child > DIV:first-child > SECTION:first-child > DIV:first-child > DIV#paragraph-id-5014 > DIV:first-child > SECTION:first-child + SECTION + SECTION > DIV:first-child > DIV:first-child + DIV > DIV:first-child > ARTICLE:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child > A:first-child"
                ],
                "wcag": [
                  {
                    "name": "2.4.4 Link Purpose (In Context) (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc2.4.4"
                  }
                ]
              },
              "text_small": {
                "id": "text_small",
                "description": "Very small text",
                "count": 5,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV:first-child > DIV#not-navigation > HEADER:first-child + HEADER + DIV + DIV + MAIN + FOOTER + FOOTER > DIV#block-sitefooterleft > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > A:first-child > SPAN:first-child",
                  "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV:first-child > DIV#not-navigation > HEADER:first-child + HEADER + DIV + DIV + MAIN + FOOTER + FOOTER > DIV#block-sitefooterright > DIV:first-child > DIV:first-child > DIV:first-child > DIV#site-footer-right-top > DIV#social-icons > A:first-child > SPAN:first-child",
                  "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV:first-child > DIV#not-navigation > HEADER:first-child + HEADER + DIV + DIV + MAIN + FOOTER + FOOTER > DIV#block-sitefooterright > DIV:first-child > DIV:first-child > DIV:first-child > DIV#site-footer-right-top > DIV#social-icons > A:first-child + A > SPAN:first-child",
                  "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV:first-child > DIV#not-navigation > HEADER:first-child + HEADER + DIV + DIV + MAIN + FOOTER + FOOTER > DIV#block-sitefooterright > DIV:first-child > DIV:first-child > DIV:first-child > DIV#site-footer-right-top > DIV#social-icons > A:first-child + A + A > SPAN:first-child",
                  "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV:first-child > DIV#not-navigation > HEADER:first-child + HEADER + DIV + DIV + MAIN + FOOTER + FOOTER > DIV#block-sitefooterright > DIV:first-child > DIV:first-child > DIV:first-child > DIV#site-footer-right-top > DIV#social-icons > A:first-child + A + A + A > SPAN:first-child"
                ],
                "wcag": []
              }
            }
          }
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://www.noaa.gov/",
      "what": "URL",
      "result": "https://www.noaa.gov/"
    },
    {
      "type": "test",
      "which": "tenon",
      "id": "a",
      "what": "Tenon",
      "url": "https://www.noaa.gov/",
      "result": {
        "status": 200,
        "message": "OK",
        "code": "success",
        "info": "Success",
        "moreInfo": "https://tenon.io/documentation/apiv2/response-codes#success",
        "responseExecTime": "0.059",
        "responseTime": "2022-07-18T00:27:35.112Z",
        "data": {
          "apiErrors": [],
          "documentSize": 1003615,
          "metadata": null,
          "resultSummary": {
            "tests": {
              "total": 180,
              "passing": 174,
              "failing": 6
            },
            "issues": {
              "totalErrors": 19,
              "totalWarnings": 0,
              "totalIssues": 19
            },
            "issuesByLevel": {
              "A": {
                "count": 10,
                "pct": 52.63
              },
              "AA": {
                "count": 8,
                "pct": 42.11
              },
              "AAA": {
                "count": 19,
                "pct": 100
              }
            },
            "density": {
              "errorDensity": 2,
              "warningDensity": 0,
              "allDensity": 2
            }
          },
          "projectID": "E4B12DC9-2F67-8DB7-26C9-E50C8490",
          "responseID": "ff84d6c2-9534-472f-a2a3-84f8c1a1b512",
          "docID": "a8b142d8-8f8f-412c-95b9-02401ccea672",
          "sourceHash": "e8932ab76f569511112c27e7f0edfe86",
          "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=ff84d6c2-9534-472f-a2a3-84f8c1a1b512",
          "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": 1617.48
                },
                "height": 1617.48,
                "width": 1024
              },
              "position": {
                "line": 2080,
                "column": 60
              },
              "errorSnippet": "&lt;body class=\"path-frontpage front node-page node-page--node-type-homepage\"&gt; &lt;div class=\"skiplinks\"&gt; &lt;a href=\"#main\" class=\"skiplinks__link visually-hidden focusable\"&gt;Skip to main content&lt;/a&gt; &lt;/div&gt; &lt;div class=\"dialog-off-",
              "xpath": "/html/body",
              "issueID": "8884e54c21dce6a4ad310d9ad637ddc2",
              "signature": "7cef4085d8681e17be9b038e72c4280f",
              "ref": "https://tenon.io/bestpractice.php?bpID=3&tID=28&issueID=8884e54c21dce6a4ad310d9ad637ddc2"
            },
            {
              "tID": 95,
              "bpID": 181,
              "priority": 95,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This element has insufficient color contrast (Level AAA).",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.6 Contrast (Enhanced)"
              ],
              "resultTitle": "Avoid using color as the only visual means of conveying information",
              "errorDescription": "This element has insufficient contrast between the foreground color (the text) and the background color when measured against the WCAG 2.0 Level AAA requirements. Sufficient color contrast is important for users who have low-vision or are color-blind, because text with a low contrast ratio may be difficult or impossible for such users to see. Increase the contrast of this content. This can be done by adjusting the color(s) used by either the foreground content or background content – or both.",
              "viewPortLocation": {
                "top-left": {
                  "x": -195,
                  "y": 583
                },
                "bottom-right": {
                  "x": 0,
                  "y": 605
                },
                "height": 22,
                "width": 195
              },
              "position": {
                "line": 45,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"/news-features\" class=\"menu__link\" data-drupal-link-system-path=\"node/6632\"&gt;News and features&lt;/a&gt;",
              "xpath": "/html/body/div[2]/div[1]/div[1]/nav[1]/ul[1]/li[12]/a[1]",
              "issueID": "c77ca9c2dbbddb73879621545f7665cd",
              "signature": "b85a75622eb7fb5cfc230beb62b67f38",
              "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=c77ca9c2dbbddb73879621545f7665cd"
            },
            {
              "tID": 95,
              "bpID": 181,
              "priority": 95,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This element has insufficient color contrast (Level AAA).",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.6 Contrast (Enhanced)"
              ],
              "resultTitle": "Avoid using color as the only visual means of conveying information",
              "errorDescription": "This element has insufficient contrast between the foreground color (the text) and the background color when measured against the WCAG 2.0 Level AAA requirements. Sufficient color contrast is important for users who have low-vision or are color-blind, because text with a low contrast ratio may be difficult or impossible for such users to see. Increase the contrast of this content. This can be done by adjusting the color(s) used by either the foreground content or background content – or both.",
              "viewPortLocation": {
                "top-left": {
                  "x": -195,
                  "y": 636
                },
                "bottom-right": {
                  "x": 0,
                  "y": 658
                },
                "height": 22,
                "width": 195
              },
              "position": {
                "line": 45,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"/tools-and-resources\" class=\"menu__link\" data-drupal-link-system-path=\"node/37\"&gt;Tools &amp;amp; resources&lt;/a&gt;",
              "xpath": "/html/body/div[2]/div[1]/div[1]/nav[1]/ul[1]/li[13]/a[1]",
              "issueID": "50dedd9b16f83c4df83a9ad790d88316",
              "signature": "2fb591d16dc7cfe4fa6e426cebc3e715",
              "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=50dedd9b16f83c4df83a9ad790d88316"
            },
            {
              "tID": 95,
              "bpID": 181,
              "priority": 95,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This element has insufficient color contrast (Level AAA).",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.6 Contrast (Enhanced)"
              ],
              "resultTitle": "Avoid using color as the only visual means of conveying information",
              "errorDescription": "This element has insufficient contrast between the foreground color (the text) and the background color when measured against the WCAG 2.0 Level AAA requirements. Sufficient color contrast is important for users who have low-vision or are color-blind, because text with a low contrast ratio may be difficult or impossible for such users to see. Increase the contrast of this content. This can be done by adjusting the color(s) used by either the foreground content or background content – or both.",
              "viewPortLocation": {
                "top-left": {
                  "x": -195,
                  "y": 689
                },
                "bottom-right": {
                  "x": 0,
                  "y": 711
                },
                "height": 22,
                "width": 195
              },
              "position": {
                "line": 73,
                "column": 416
              },
              "errorSnippet": "&lt;a href=\"/about-our-agency\" class=\"menu__link\" data-drupal-link-system-path=\"node/6503\"&gt;About our agency&lt;/a&gt;",
              "xpath": "/html/body/div[2]/div[1]/div[1]/nav[1]/ul[1]/li[14]/a[1]",
              "issueID": "71a214f6b0bcf2aaeb48706eba1179fc",
              "signature": "02a0f7fa4f138bf6acd1259ba2764d2b",
              "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=71a214f6b0bcf2aaeb48706eba1179fc"
            },
            {
              "tID": 134,
              "bpID": 211,
              "priority": 66,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "Very small text found.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This text's CSS `font-size` is set very small. This text is going to be difficult to read, especially for those who are partially sighted or have low-vision. Update the CSS `font-size` value to use a larger value.",
              "viewPortLocation": {
                "top-left": {
                  "x": 119,
                  "y": 1424.484375
                },
                "bottom-right": {
                  "x": 119,
                  "y": 1424.484375
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 8597,
                "column": 94
              },
              "errorSnippet": "&lt;span&gt;NOAA Home&lt;/span&gt;",
              "xpath": "/html/body/div[2]/div[1]/div[2]/footer[2]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]/span[1]",
              "issueID": "ea47c3b3a77f19b3ffccbf66f3fce790",
              "signature": "06821afde51f7763f0ae433147ea0262",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=134&issueID=ea47c3b3a77f19b3ffccbf66f3fce790"
            },
            {
              "tID": 134,
              "bpID": 211,
              "priority": 66,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "Very small text found.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This text's CSS `font-size` is set very small. This text is going to be difficult to read, especially for those who are partially sighted or have low-vision. Update the CSS `font-size` value to use a larger value.",
              "viewPortLocation": {
                "top-left": {
                  "x": 857.40625,
                  "y": 1472.484375
                },
                "bottom-right": {
                  "x": 857.40625,
                  "y": 1472.484375
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 8816,
                "column": 85
              },
              "errorSnippet": "&lt;span&gt;NOAA on Twitter&lt;/span&gt;",
              "xpath": "/html/body/div[2]/div[1]/div[2]/footer[2]/div[3]/div[1]/div[1]/div[1]/div[1]/div[2]/a[1]/span[1]",
              "issueID": "92a851c0a437119de16abeb811822750",
              "signature": "d681b99f3834cf47837bf88510f62676",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=134&issueID=92a851c0a437119de16abeb811822750"
            },
            {
              "tID": 134,
              "bpID": 211,
              "priority": 66,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "Very small text found.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This text's CSS `font-size` is set very small. This text is going to be difficult to read, especially for those who are partially sighted or have low-vision. Update the CSS `font-size` value to use a larger value.",
              "viewPortLocation": {
                "top-left": {
                  "x": 890.59375,
                  "y": 1472.484375
                },
                "bottom-right": {
                  "x": 890.59375,
                  "y": 1472.484375
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 8817,
                "column": 86
              },
              "errorSnippet": "&lt;span&gt;NOAA on Facebook&lt;/span&gt;",
              "xpath": "/html/body/div[2]/div[1]/div[2]/footer[2]/div[3]/div[1]/div[1]/div[1]/div[1]/div[2]/a[2]/span[1]",
              "issueID": "fb3b19e0a1c14c66d60f617477fd7ddb",
              "signature": "837d2ad5752664fc66703c9cd3731d2b",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=134&issueID=fb3b19e0a1c14c66d60f617477fd7ddb"
            },
            {
              "tID": 134,
              "bpID": 211,
              "priority": 66,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "Very small text found.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This text's CSS `font-size` is set very small. This text is going to be difficult to read, especially for those who are partially sighted or have low-vision. Update the CSS `font-size` value to use a larger value.",
              "viewPortLocation": {
                "top-left": {
                  "x": 923.78125,
                  "y": 1472.484375
                },
                "bottom-right": {
                  "x": 923.78125,
                  "y": 1472.484375
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 8818,
                "column": 78
              },
              "errorSnippet": "&lt;span&gt;NOAA on Instagram&lt;/span&gt;",
              "xpath": "/html/body/div[2]/div[1]/div[2]/footer[2]/div[3]/div[1]/div[1]/div[1]/div[1]/div[2]/a[3]/span[1]",
              "issueID": "c4c732bfb5eb79b5bef9b703e6a7e474",
              "signature": "a11483f1db99f269f78d51b90bde604d",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=134&issueID=c4c732bfb5eb79b5bef9b703e6a7e474"
            },
            {
              "tID": 134,
              "bpID": 211,
              "priority": 66,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "Very small text found.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This text's CSS `font-size` is set very small. This text is going to be difficult to read, especially for those who are partially sighted or have low-vision. Update the CSS `font-size` value to use a larger value.",
              "viewPortLocation": {
                "top-left": {
                  "x": 953.78125,
                  "y": 1472.484375
                },
                "bottom-right": {
                  "x": 953.78125,
                  "y": 1472.484375
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 8819,
                "column": 99
              },
              "errorSnippet": "&lt;span&gt;NOAA on YouTube&lt;/span&gt;",
              "xpath": "/html/body/div[2]/div[1]/div[2]/footer[2]/div[3]/div[1]/div[1]/div[1]/div[1]/div[2]/a[4]/span[1]",
              "issueID": "925fde46757ce50574c54f8ea1f3eddb",
              "signature": "58af3cab26140e8c5224a4b24ef89fe2",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=134&issueID=925fde46757ce50574c54f8ea1f3eddb"
            },
            {
              "tID": 152,
              "bpID": 211,
              "priority": 88,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This actionable element is smaller than the minimum required size.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": -24,
                  "y": -24
                },
                "height": -24,
                "width": -24
              },
              "position": {
                "line": 45,
                "column": 215
              },
              "errorSnippet": "&lt;input placeholder=\"Enter City, State or ZIP code\" class=\"zip-input form-text\" type=\"text\" id=\"edit-zip\" name=\"edit-zip\" aria-labelledby=\"zip-label\" value=\"\" size=\"0\" maxlength=\"128\" autocomplete=\"off\"&gt;",
              "xpath": "/html/body/div[2]/div[1]/div[2]/header[2]/div[1]/div[1]/form[1]/div[2]/div[2]/div[2]/input[1]",
              "issueID": "77935f9469dd9511dc7fe3dabbc59d70",
              "signature": "3fe9f8a637b881d81e4deda311e0bc3e",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=77935f9469dd9511dc7fe3dabbc59d70"
            },
            {
              "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": 271.71875,
                  "y": 22.5
                },
                "bottom-right": {
                  "x": 289.71875,
                  "y": 50.5
                },
                "height": 28,
                "width": 18
              },
              "position": {
                "line": 5975,
                "column": 0
              },
              "errorSnippet": "&lt;input name=\"commit\" type=\"submit\" value=\"\" aria-label=\"Search\"&gt;",
              "xpath": "/html/body/div[2]/div[1]/div[2]/div[1]/header[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/form[1]/input[4]",
              "issueID": "c3d1cdc121c3c3f2c2b892eb00c029e7",
              "signature": "a0705545d32e1bb16f320a9193b9b89f",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=c3d1cdc121c3c3f2c2b892eb00c029e7"
            },
            {
              "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": 722.375,
                  "y": 1495.484375
                },
                "bottom-right": {
                  "x": 752.375,
                  "y": 1517.484375
                },
                "height": 22,
                "width": 30
              },
              "position": {
                "line": 5094,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"/inclusion-and-civil-rights\" class=\"menu__link\" data-drupal-link-system-path=\"node/6521\"&gt;EEO&lt;/a&gt;",
              "xpath": "/html/body/div[2]/div[1]/div[2]/footer[2]/div[2]/ul[2]/li[9]/a[1]",
              "issueID": "103dd19fe8cb0c05d1276188adb6f505",
              "signature": "f6f57946c5936a3038a4f91160cd8a87",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=103dd19fe8cb0c05d1276188adb6f505"
            },
            {
              "tID": 184,
              "bpID": 104,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "These links are adjacent and point to the same destination.",
              "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": "Avoid using different link text for links that point to the same destination",
              "errorDescription": "These links are adjacent and point to the same destination. Repeated link announcements from screen readers and additonal tab stops for keyboards creates unnecessary impediments and frustration for users.   If the adjacent links are thematically connected, such as an image and a text link pointing to the same destination, wrapping them both in the same link. Depending on the content, it may also be appropriate to delete one of the links or, if the links are part of a group, to place them in a linked block-level element.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 74,
                  "y": 74
                },
                "height": 74,
                "width": 74
              },
              "position": {
                "line": 1085,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"site-logo\" href=\"/\" title=\"Home\" rel=\"home\" aria-label=\"Home\"&gt; &lt;img class=\"site-logo__image\" src=\"/themes/custom/noaa/images/noaa_digital_logo.svg\" alt=\"NOAA logo\"&gt;\n&lt;/a&gt;",
              "xpath": "/html/body/div[2]/div[1]/div[2]/div[1]/header[1]/div[1]/div[3]/a[1]",
              "issueID": "9fe765acc8518926e65a207ee8c650c4",
              "signature": "5c7b0baeabb924217c47a85404f55cea",
              "ref": "https://tenon.io/bestpractice.php?bpID=104&tID=184&issueID=9fe765acc8518926e65a207ee8c650c4"
            },
            {
              "tID": 184,
              "bpID": 104,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "These links are adjacent and point to the same destination.",
              "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": "Avoid using different link text for links that point to the same destination",
              "errorDescription": "These links are adjacent and point to the same destination. Repeated link announcements from screen readers and additonal tab stops for keyboards creates unnecessary impediments and frustration for users.   If the adjacent links are thematically connected, such as an image and a text link pointing to the same destination, wrapping them both in the same link. Depending on the content, it may also be appropriate to delete one of the links or, if the links are part of a group, to place them in a linked block-level element.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 370,
                  "y": 44
                },
                "height": 44,
                "width": 370
              },
              "position": {
                "line": 1101,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"site-name\" href=\"/\" title=\"Home\" rel=\"home\"&gt;&lt;span class=\"underline\"&gt;National Oceanic and Atmospheric Administration&lt;/span&gt;&lt;/a&gt;",
              "xpath": "/html/body/div[2]/div[1]/div[2]/div[1]/header[1]/div[1]/div[3]/a[2]",
              "issueID": "3bcc2617b209e61119daeee0b54966ef",
              "signature": "c41820bfb01bd3788e0b9f6889939495",
              "ref": "https://tenon.io/bestpractice.php?bpID=104&tID=184&issueID=3bcc2617b209e61119daeee0b54966ef"
            },
            {
              "tID": 218,
              "bpID": 207,
              "priority": 88,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link opens in a new window without user control.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request"
              ],
              "resultTitle": "Notify the user when links will open new windows or tabs",
              "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.",
              "viewPortLocation": {
                "top-left": {
                  "x": 346.375,
                  "y": 1447.484375
                },
                "bottom-right": {
                  "x": 621.375,
                  "y": 1469.484375
                },
                "height": 22,
                "width": 275
              },
              "position": {
                "line": 4506,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"https://sites.google.com/noaa.gov/ohcs/current-event\" class=\"menu__link ext-link-after\" target=\"_blank\"&gt;COVID-19 hub for NOAA personnel&lt;span class=\"visually-hidden\"&gt; offsite link&lt;/span&gt;&lt;/a&gt;",
              "xpath": "/html/body/div[2]/div[1]/div[2]/footer[2]/div[2]/ul[2]/li[1]/a[1]",
              "issueID": "0d47e5b38b7a91b0fed12334d4ec0bda",
              "signature": "a90d8cd4bab9ddcf09cd26b1559d9d36",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=0d47e5b38b7a91b0fed12334d4ec0bda"
            },
            {
              "tID": 218,
              "bpID": 207,
              "priority": 88,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link opens in a new window without user control.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request"
              ],
              "resultTitle": "Notify the user when links will open new windows or tabs",
              "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.",
              "viewPortLocation": {
                "top-left": {
                  "x": 838.21875,
                  "y": 1456.484375
                },
                "bottom-right": {
                  "x": 857.21875,
                  "y": 1478.484375
                },
                "height": 22,
                "width": 19
              },
              "position": {
                "line": 6203,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"twitter icon-twitter\" href=\"https://twitter.com/NOAA\" target=\"_blank\"&gt;&lt;span&gt;NOAA on Twitter&lt;/span&gt;&lt;/a&gt;",
              "xpath": "/html/body/div[2]/div[1]/div[2]/footer[2]/div[3]/div[1]/div[1]/div[1]/div[1]/div[2]/a[1]",
              "issueID": "8f92045f85c0963e0157c938d95f1fd6",
              "signature": "30b5cbceb915c155c4b14b8c7a0e1801",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=8f92045f85c0963e0157c938d95f1fd6"
            },
            {
              "tID": 218,
              "bpID": 207,
              "priority": 88,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link opens in a new window without user control.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request"
              ],
              "resultTitle": "Notify the user when links will open new windows or tabs",
              "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.",
              "viewPortLocation": {
                "top-left": {
                  "x": 871.40625,
                  "y": 1456.484375
                },
                "bottom-right": {
                  "x": 891.40625,
                  "y": 1478.484375
                },
                "height": 22,
                "width": 20
              },
              "position": {
                "line": 6203,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"fb icon-facebook\" href=\"https://www.facebook.com/NOAA\" target=\"_blank\"&gt;&lt;span&gt;NOAA on Facebook&lt;/span&gt;&lt;/a&gt;",
              "xpath": "/html/body/div[2]/div[1]/div[2]/footer[2]/div[3]/div[1]/div[1]/div[1]/div[1]/div[2]/a[2]",
              "issueID": "283257791e887536944c569366958ada",
              "signature": "1ca06166db306e630ce21ecdd870b5f4",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=283257791e887536944c569366958ada"
            },
            {
              "tID": 218,
              "bpID": 207,
              "priority": 88,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link opens in a new window without user control.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request"
              ],
              "resultTitle": "Notify the user when links will open new windows or tabs",
              "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.",
              "viewPortLocation": {
                "top-left": {
                  "x": 937.78125,
                  "y": 1456.484375
                },
                "bottom-right": {
                  "x": 953.78125,
                  "y": 1478.484375
                },
                "height": 22,
                "width": 16
              },
              "position": {
                "line": 6203,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"youtube icon-youtube-play\" href=\"https://www.youtube.com/usnoaagov\" target=\"_blank\"&gt;&lt;span&gt;NOAA on YouTube&lt;/span&gt;&lt;/a&gt;",
              "xpath": "/html/body/div[2]/div[1]/div[2]/footer[2]/div[3]/div[1]/div[1]/div[1]/div[1]/div[2]/a[4]",
              "issueID": "85f6d2f9956ed8e41c2112e3fa1c7966",
              "signature": "9aa51e3322cad6c28dc6c33467ca5627",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=85f6d2f9956ed8e41c2112e3fa1c7966"
            },
            {
              "tID": 218,
              "bpID": 207,
              "priority": 88,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link opens in a new window without user control.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request"
              ],
              "resultTitle": "Notify the user when links will open new windows or tabs",
              "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.",
              "viewPortLocation": {
                "top-left": {
                  "x": 847.5,
                  "y": 1546.484375
                },
                "bottom-right": {
                  "x": 912.5,
                  "y": 1568.484375
                },
                "height": 22,
                "width": 65
              },
              "position": {
                "line": 6370,
                "column": 34
              },
              "errorSnippet": "&lt;a target=\"_blank\" title=\"opens in new window\" href=\"https://docs.google.com/forms/d/e/1FAIpQLScM7iupnUIPRBcjKSe7l7elk1roiNtv1hmiPxOKo1afqX1OMg/viewform?usp=sf_link?Location=ocea\"&gt;Feedback&lt;span class=\"visually-hidden\"&gt; opens in new window&lt;",
              "xpath": "/html/body/div[2]/div[1]/div[2]/footer[2]/div[3]/div[1]/div[1]/div[1]/div[2]/div[2]/a[1]",
              "issueID": "e1619fb47738fe7d7d916e6efb807276",
              "signature": "365a4a910eca4f26cda82aafdd3efc97",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=e1619fb47738fe7d7d916e6efb807276"
            }
          ],
          "log": []
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "Chromium browser"
    },
    {
      "type": "url",
      "which": "https://www.noaa.gov/",
      "what": "National Oceanic & Atmospheric Administration (NOAA)",
      "result": "https://www.noaa.gov/"
    },
    {
      "type": "test",
      "which": "continuum",
      "what": "Level Access Continuum, community edition",
      "url": "https://www.noaa.gov/",
      "result": "NONE"
    }
  ],
  "timeStamp": "4aieq",
  "startTime": "2022-07-18T00:25:55",
  "presses": 0,
  "amountRead": 0,
  "testTimes": [
    [
      "hover",
      50
    ],
    [
      "motion",
      14
    ],
    [
      "ibm",
      5
    ],
    [
      "alfa",
      4
    ],
    [
      "wave",
      3
    ],
    [
      "focInd",
      2
    ],
    [
      "focAll",
      1
    ],
    [
      "axe",
      1
    ],
    [
      "tenon",
      1
    ],
    [
      "bulk",
      0
    ],
    [
      "embAc",
      0
    ],
    [
      "focOp",
      0
    ],
    [
      "labClash",
      0
    ],
    [
      "linkUl",
      0
    ],
    [
      "menuNav",
      0
    ],
    [
      "radioSet",
      0
    ],
    [
      "role",
      0
    ],
    [
      "styleDiff",
      0
    ],
    [
      "tabNav",
      0
    ],
    [
      "zIndex",
      0
    ],
    [
      "htmlcs",
      0
    ],
    [
      "continuum",
      0
    ]
  ],
  "logCount": 23,
  "logSize": 1939,
  "errorLogCount": 23,
  "errorLogSize": 1939,
  "prohibitedCount": 12,
  "visitTimeoutCount": 0,
  "visitRejectionCount": 0,
  "endTime": "2022-07-18T00:27:34",
  "elapsedSeconds": 103,
  "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": {
        "focInd": 11,
        "focOp": 15,
        "hover": 2,
        "labClash": 1,
        "linkUl": 86,
        "role": 20,
        "styleDiff": 16,
        "zIndex": 4
      },
      "alfa": {
        "r65": 5,
        "r66": 17,
        "r69": 1
      },
      "axe": {
        "aria-allowed-attr": 1,
        "color-contrast-enhanced": 45,
        "color-contrast": 33,
        "hidden-content": 0,
        "focus-order-semantics": 2,
        "landmark-banner-is-top-level": 2,
        "landmark-no-duplicate-banner": 2,
        "landmark-no-duplicate-contentinfo": 2,
        "landmark-unique": 4
      },
      "htmlcs": {
        "e:AA.1_4_3.G18.Fail": 12,
        "w:AA.1_3_1.H44.NonExistentFragment": 1,
        "w:AA.1_3_1.H44.NotFormControl": 1,
        "w:AA.1_3_1.H48": 2,
        "w:AA.1_4_10.C32,C31,C33,C38,SCR34,G206": 1,
        "w:AA.1_4_3.G145.BgImage": 2,
        "w:AA.1_4_3.G18.Abs": 3,
        "w:AA.1_4_3.G18.BgImage": 14,
        "w:AA.1_4_3_F24.F24.BGColour": 1
      },
      "ibm": {
        "WCAG20_Label_RefValid": 4,
        "Rpt_Aria_OrphanedContent_Native_Host_Sematics": 4,
        "Rpt_Aria_OneBannerInSiblingSet_Implicit": 8,
        "Rpt_Aria_MultipleContentinfoLandmarks_Implicit": 8,
        "Rpt_Aria_MultipleContentinfoInSiblingSet_Implicit": 8,
        "Rpt_Aria_MultipleBannerLandmarks_Implicit": 16,
        "landmark_name_unique": 20,
        "IBMA_Color_Contrast_WCAG2AA": 12,
        "element_tabbable_role_valid": 8,
        "element_attribute_deprecated": 1,
        "aria_role_redundant": 13
      },
      "wave": {
        "c:contrast": 30,
        "a:alt_long": 1,
        "a:label_orphaned": 2,
        "a:link_redundant": 6,
        "a:text_small": 5
      },
      "tenon": {
        "28": 4,
        "95": 12,
        "134": 15,
        "152": 12,
        "184": 8,
        "218": 20
      }
    },
    "groupDetails": {
      "groups": {
        "focusIndication": {
          "testaro": {
            "focInd": {
              "score": 11,
              "what": "Focused element displaying no or nostandard focus indicator"
            }
          },
          "alfa": {
            "r65": {
              "score": 5,
              "what": "Element in sequential focus order has no visible focus"
            }
          }
        },
        "focusableOperable": {
          "testaro": {
            "focOp": {
              "score": 11,
              "what": "Operable elements that cannot be Tab-focused and vice versa"
            }
          }
        },
        "hoverSurprise": {
          "testaro": {
            "hover": {
              "score": 1,
              "what": "Content changes caused by hovering"
            }
          }
        },
        "labelClash": {
          "testaro": {
            "labClash": {
              "score": 1,
              "what": "Incompatible label types"
            }
          }
        },
        "linkIndication": {
          "testaro": {
            "linkUl": {
              "score": 43,
              "what": "Non-underlined adjacent links"
            }
          }
        },
        "roleBad": {
          "testaro": {
            "role": {
              "score": 15,
              "what": "Nonexistent or implicit-overriding role"
            }
          },
          "ibm": {
            "element_tabbable_role_valid": {
              "score": 6,
              "what": "Tabbable element has a non-widget role"
            },
            "aria_role_redundant": {
              "score": 10,
              "what": "Explicitly assigned ARIA role is redundant with the implicit role of the element"
            }
          }
        },
        "inconsistentStyles": {
          "testaro": {
            "styleDiff": {
              "score": 4,
              "what": "Heading, link, and button style inconsistencies"
            }
          }
        },
        "zIndexNotZero": {
          "testaro": {
            "zIndex": {
              "score": 1,
              "what": "Layering with nondefault z-index values"
            }
          }
        },
        "contrastAAA": {
          "alfa": {
            "r66": {
              "score": 4,
              "what": "Text contrast less than AAA requires"
            }
          },
          "axe": {
            "color-contrast-enhanced": {
              "score": 11,
              "what": "Element has insufficient color contrast (Level AAA)"
            }
          },
          "tenon": {
            "95": {
              "score": 3,
              "what": "Element has insufficient color contrast (Level AAA)"
            }
          }
        },
        "contrastAA": {
          "alfa": {
            "r69": {
              "score": 1,
              "what": "Text outside widget has subminimum contrast"
            }
          },
          "axe": {
            "color-contrast": {
              "score": 25,
              "what": "Element has insufficient color contrast"
            }
          },
          "htmlcs": {
            "e:AA.1_4_3.G18.Fail": {
              "score": 9,
              "what": "Contrast between the text and its background is less than 4.5:1"
            }
          },
          "ibm": {
            "IBMA_Color_Contrast_WCAG2AA": {
              "score": 9,
              "what": "Contrast ratio of text with background does not meet WCAG 2.1 AA"
            }
          },
          "wave": {
            "c:contrast": {
              "score": 23,
              "what": "Very low contrast"
            }
          }
        },
        "ariaBadAttribute": {
          "axe": {
            "aria-allowed-attr": {
              "score": 1,
              "what": "ARIA attribute is invalid for the role of its element"
            }
          }
        },
        "hiddenContentRisk": {
          "axe": {
            "hidden-content": {
              "score": 1,
              "what": "Some content is hidden and therefore may not be testable for accessibility"
            }
          }
        },
        "focusableRole": {
          "axe": {
            "focus-order-semantics": {
              "score": 2,
              "what": "Focusable element has no active role"
            }
          }
        },
        "bannerNotTop": {
          "axe": {
            "landmark-banner-is-top-level": {
              "score": 1,
              "what": "banner landmark is contained in another landmark"
            }
          }
        },
        "banners": {
          "axe": {
            "landmark-no-duplicate-banner": {
              "score": 1,
              "what": "Page has more than 1 banner landmark"
            }
          },
          "ibm": {
            "Rpt_Aria_OneBannerInSiblingSet_Implicit": {
              "score": 4,
              "what": "Multiple elements with a banner role are on the page"
            }
          }
        },
        "footerMultiple": {
          "axe": {
            "landmark-no-duplicate-contentinfo": {
              "score": 1,
              "what": "Page has more than 1 contentinfo landmark (footer)"
            }
          },
          "ibm": {
            "Rpt_Aria_MultipleContentinfoInSiblingSet_Implicit": {
              "score": 4,
              "what": "Page, document, or application has more than one element with a contentinfo role"
            }
          }
        },
        "landmarkConfusion": {
          "axe": {
            "landmark-unique": {
              "score": 3,
              "what": "Landmark has a role and an accessible name that are identical to another"
            }
          },
          "ibm": {
            "landmark_name_unique": {
              "score": 15,
              "what": "Landmark has no unique aria-labelledby or aria-label among landmarks in the same parent region"
            }
          }
        },
        "labelBadID": {
          "htmlcs": {
            "w:AA.1_3_1.H44.NonExistentFragment": {
              "score": 1,
              "what": "Label for attribute references a nonexistent element"
            }
          },
          "ibm": {
            "WCAG20_Label_RefValid": {
              "score": 4,
              "what": "for attribute does not reference a non-empty, unique id attribute of an input element"
            }
          },
          "wave": {
            "a:label_orphaned": {
              "score": 2,
              "what": "Orphaned form label"
            }
          }
        },
        "labelForWrongRisk": {
          "htmlcs": {
            "w:AA.1_3_1.H44.NotFormControl": {
              "score": 1,
              "what": "Label for attribute may reference the wrong element, because it is not a form control"
            }
          }
        },
        "pseudoNavListRisk": {
          "htmlcs": {
            "w:AA.1_3_1.H48": {
              "score": 1,
              "what": "Navigation links are not coded as a list"
            }
          }
        },
        "scrollRisk": {
          "htmlcs": {
            "w:AA.1_4_10.C32,C31,C33,C38,SCR34,G206": {
              "score": 1,
              "what": "Fixed-position element may force bidirectional scrolling"
            }
          }
        },
        "contrastRisk": {
          "htmlcs": {
            "w:AA.1_4_3.G145.BgImage": {
              "score": 1,
              "what": "Contrast between the text and its background image may be less than 3:1"
            },
            "w:AA.1_4_3.G18.Abs": {
              "score": 1,
              "what": "Contrast between the absolutely positioned text and its background may be inadequate"
            },
            "w:AA.1_4_3.G18.BgImage": {
              "score": 4,
              "what": "Contrast between the text and its background image may be less than 4.5:1"
            },
            "w:AA.1_4_3_F24.F24.BGColour": {
              "score": 1,
              "what": "Inline background color may lack a complementary foreground color"
            }
          }
        },
        "contentBeyondLandmarks": {
          "ibm": {
            "Rpt_Aria_OrphanedContent_Native_Host_Sematics": {
              "score": 2,
              "what": "Content does not reside within an element with a landmark role"
            }
          }
        },
        "footerConfusion": {
          "ibm": {
            "Rpt_Aria_MultipleContentinfoLandmarks_Implicit": {
              "score": 6,
              "what": "Element with a contentinfo role has no unique purpose label among the contentinfo-role elements"
            }
          }
        },
        "bannerConfusion": {
          "ibm": {
            "Rpt_Aria_MultipleBannerLandmarks_Implicit": {
              "score": 12,
              "what": "Element with a banner role has no unique purpose label among the banner-role elements"
            }
          }
        },
        "obsolete": {
          "ibm": {
            "element_attribute_deprecated": {
              "score": 1,
              "what": "Element or attribute is obsolete"
            }
          }
        },
        "imageTextLong": {
          "wave": {
            "a:alt_long": {
              "score": 1,
              "what": "Long text alternative"
            }
          }
        },
        "linkPair": {
          "wave": {
            "a:link_redundant": {
              "score": 3,
              "what": "Adjacent links go to the same URL"
            }
          }
        },
        "fontSmall": {
          "wave": {
            "a:text_small": {
              "score": 4,
              "what": "Text is very small"
            }
          },
          "tenon": {
            "134": {
              "score": 11,
              "what": "Text is very small"
            }
          }
        },
        "horizontalScrolling": {
          "tenon": {
            "28": {
              "score": 3,
              "what": "Layout or sizing of the page causes horizontal scrolling"
            }
          }
        },
        "targetSize": {
          "tenon": {
            "152": {
              "score": 6,
              "what": "Actionable element is smaller than the minimum required size"
            }
          }
        },
        "nextLinkDestinationSame": {
          "tenon": {
            "184": {
              "score": 4,
              "what": "Adjacent links point to the same destination"
            }
          }
        },
        "linkForcesNewWindow": {
          "tenon": {
            "218": {
              "score": 15,
              "what": "Link opens in a new window without user control"
            }
          }
        }
      },
      "solos": {}
    },
    "preventionScores": {},
    "summary": {
      "total": 601,
      "log": 273,
      "preventions": 0,
      "solos": 0,
      "groups": [
        {
          "groupName": "linkIndication",
          "score": 45
        },
        {
          "groupName": "contrastAA",
          "score": 44
        },
        {
          "groupName": "roleBad",
          "score": 24
        },
        {
          "groupName": "landmarkConfusion",
          "score": 18
        },
        {
          "groupName": "linkForcesNewWindow",
          "score": 17
        },
        {
          "groupName": "contrastAAA",
          "score": 16
        },
        {
          "groupName": "focusIndication",
          "score": 15
        },
        {
          "groupName": "fontSmall",
          "score": 15
        },
        {
          "groupName": "bannerConfusion",
          "score": 14
        },
        {
          "groupName": "focusableOperable",
          "score": 13
        },
        {
          "groupName": "contrastRisk",
          "score": 9
        },
        {
          "groupName": "footerConfusion",
          "score": 8
        },
        {
          "groupName": "targetSize",
          "score": 8
        },
        {
          "groupName": "labelBadID",
          "score": 7
        },
        {
          "groupName": "inconsistentStyles",
          "score": 6
        },
        {
          "groupName": "banners",
          "score": 6
        },
        {
          "groupName": "footerMultiple",
          "score": 6
        },
        {
          "groupName": "nextLinkDestinationSame",
          "score": 6
        },
        {
          "groupName": "linkPair",
          "score": 5
        },
        {
          "groupName": "horizontalScrolling",
          "score": 5
        },
        {
          "groupName": "focusableRole",
          "score": 4
        },
        {
          "groupName": "contentBeyondLandmarks",
          "score": 4
        },
        {
          "groupName": "hoverSurprise",
          "score": 3
        },
        {
          "groupName": "labelClash",
          "score": 3
        },
        {
          "groupName": "zIndexNotZero",
          "score": 3
        },
        {
          "groupName": "ariaBadAttribute",
          "score": 3
        },
        {
          "groupName": "hiddenContentRisk",
          "score": 3
        },
        {
          "groupName": "bannerNotTop",
          "score": 3
        },
        {
          "groupName": "labelForWrongRisk",
          "score": 3
        },
        {
          "groupName": "pseudoNavListRisk",
          "score": 3
        },
        {
          "groupName": "scrollRisk",
          "score": 3
        },
        {
          "groupName": "obsolete",
          "score": 3
        },
        {
          "groupName": "imageTextLong",
          "score": 3
        }
      ]
    }
  }
}