Accessibility test digest

Synopsis

Page: US Postal Inspection Service

URL: https://www.uspis.gov/

Score: 739

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

Testaro produced a report enumerating the test results.

Testilo processed the report and used the sp14a scoring procedure to compute partial and total scores for the page. The total score is 739 (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
total739
log124
preventions200
menuNavigation144
linkIndication76
noLeading23
navConfusion17
navNoText17
fontSizeAbsolute16
headingOfNothing14
zIndexNotZero13
focusIndication11
focusableOperable10
visibleLabelNotName8
imageNoText8
inconsistentStyles7
contrastAA7
contentBeyondLandmarks6
overflowHidden6
trackNoLabel6
videoNoText6
obsolete5
roleBad4
contrastAAA4
skipRepeatedContent4
tabFocusability3

Issue summary

Special issues

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

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

Classified issues

menuNavigation: Score 144. Issues reported by tests in this category:

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

tabFocusability: 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": "4e0tu-uspis",
  "host": {
    "id": "uspis",
    "which": "https://www.uspis.gov/",
    "what": "US Postal Inspection Service"
  },
  "log": [
    {
      "event": "startTime",
      "value": "2022-07-21T15:57:25"
    },
    {
      "event": "endTime",
      "value": "2022-07-21T15:59:08"
    }
  ],
  "script": {
    "id": "tp12",
    "what": "Alfa, Axe, HTML CodeSniffer, IBM, Tenon, WAVE, and 16 custom tests",
    "strict": true,
    "timeLimit": 250,
    "commands": [
      {
        "type": "launch",
        "which": "chromium",
        "what": "Chromium browser"
      },
      {
        "type": "url",
        "which": "https://www.uspis.gov/",
        "what": "US Postal Inspection Service"
      },
      {
        "type": "tenonRequest",
        "id": "a",
        "withNewContent": true,
        "what": "Tenon API version 2 test request"
      },
      {
        "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": "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": "tenon",
        "id": "a",
        "what": "Tenon API version 2 result retrieval"
      }
    ]
  },
  "acts": [
    {
      "type": "launch",
      "which": "chromium",
      "what": "Chromium browser"
    },
    {
      "type": "url",
      "which": "https://www.uspis.gov/",
      "what": "US Postal Inspection Service",
      "result": "https://www.uspis.gov/"
    },
    {
      "type": "tenonRequest",
      "id": "a",
      "withNewContent": true,
      "what": "Tenon API version 2 test request",
      "url": "https://www.uspis.gov/"
    },
    {
      "type": "test",
      "which": "bulk",
      "what": "count of visible elements",
      "url": "https://www.uspis.gov/",
      "result": {
        "visibleElements": 191
      }
    },
    {
      "type": "test",
      "which": "embAc",
      "withItems": true,
      "what": "active elements embedded in links or buttons",
      "url": "https://www.uspis.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.uspis.gov/",
      "result": {
        "tabFocusables": 45,
        "tabFocused": 46,
        "discrepancy": 1
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://www.uspis.gov/",
      "what": "URL",
      "result": "https://www.uspis.gov/"
    },
    {
      "type": "test",
      "which": "focInd",
      "revealAll": false,
      "allowedDelay": 250,
      "withItems": true,
      "what": "focus indicators",
      "url": "https://www.uspis.gov/",
      "result": {
        "totals": {
          "total": 45,
          "types": {
            "indicatorMissing": {
              "total": 3,
              "tagNames": {
                "A": 3
              }
            },
            "nonOutlinePresent": {
              "total": 0,
              "tagNames": {}
            },
            "outlinePresent": {
              "total": 42,
              "meanDelay": 7,
              "tagNames": {
                "BUTTON": 1,
                "A": 41
              }
            }
          }
        },
        "items": {
          "indicatorMissing": [
            {
              "tagName": "A",
              "text": "Happy Birthday United States Postal Inspection Service"
            },
            {
              "tagName": "A",
              "text": "Explore our process"
            },
            {
              "tagName": "A",
              "text": "Learn more"
            }
          ],
          "nonOutlinePresent": [],
          "outlinePresent": [
            {
              "tagName": "BUTTON",
              "text": "Here's how you know",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "United States Postal Inspection Service",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "About",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Careers",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Tips & Prevention",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "News",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Report",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Search",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Report a Crime",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Scroll",
              "delay": 102
            },
            {
              "tagName": "A",
              "text": "Do you pick up your mail every day? Never leave mail in your mailbox overnight, especially if you’re",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Is your Social Security card in your wallet? It’s dangerous to carry your Social Security card. A lo",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Is your child safe? Know who communicates with your child online and monitor their computer usage. C",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Did you sign your credit card? Sign new credit cards received through the mail immediately—before so",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Were you asked to send money? Legitimate lotteries will never ask you to send money in order to clai",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Read All Tips",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "07.19.2022 Man Sentenced to 11+ Years in Prison for Robbery of Postal S... (opens in new window)",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "07.19.2022 Two sentenced in gas pump skimming scheme in Capital Region (opens in new window)",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "07.18.2022 Memphis, TN: THEFT OF MAIL",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "07.18.2022 Amarillo, Texas: MAIL THEFT",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "See all news",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Report Now",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Careers",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Press Kit",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Medios de Comunicación - Español",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "FIMSI",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Victim Help Resources",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Additional Resources",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "USPS.com",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Terms of Service and Accessibility",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Privacy Policy",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Asset Forfeiture",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Freedom of Information Act",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Sitemap",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Subscribe",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "click here",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "1-877-876-2455",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "",
              "delay": 0
            }
          ]
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://www.uspis.gov/",
      "what": "URL",
      "result": "https://www.uspis.gov/"
    },
    {
      "type": "test",
      "which": "focOp",
      "withItems": true,
      "what": "focusability and operability",
      "url": "https://www.uspis.gov/",
      "result": {
        "totals": {
          "total": 94,
          "types": {
            "onlyFocusable": {
              "total": 0,
              "tagNames": {}
            },
            "onlyOperable": {
              "total": 5,
              "tagNames": {
                "INPUT": 2,
                "A": 3
              }
            },
            "focusableAndOperable": {
              "total": 89,
              "tagNames": {
                "BUTTON": 2,
                "A": 85,
                "INPUT": 1,
                "IFRAME": 1
              }
            }
          }
        },
        "items": {
          "onlyFocusable": [],
          "onlyOperable": [
            {
              "tagName": "INPUT",
              "id": "searchInput",
              "text": "<input type=\"text\" name=\"skey\" id=\"searchInput\" required=\"\" pattern=\".+\" aria-hi",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a href=\"#/facebook.com\" role=\"menuitem\" tabindex=\"-1\" aria-label=\"Share this te",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a href=\"#/twitter.com\" role=\"menuitem\" tabindex=\"-1\" aria-label=\"Share this tex",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a href=\"#/copy\" role=\"menuitem\" tabindex=\"-1\" aria-label=\"Copy a link to this p",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "INPUT",
              "id": "",
              "text": "<input name=\"share-link\" type=\"text\" value=\"\" tabindex=\"-1\">",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            }
          ],
          "focusableAndOperable": [
            {
              "tagName": "BUTTON",
              "id": "",
              "text": "Here's how you know",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Official websites use .gov A .gov website belongs to an official government orga",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Skip to main content",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "United States Postal Inspection Service",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a class=\"menu-toggle\" href=\"javascript:;\" style=\"cursor: default;\"><i class=\"us",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a class=\"custom-logo-link current-menu-item current_page_item\" href=\"https://ww",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a class=\"menu-toggle\" href=\"#/\" style=\"cursor: default;\"><i class=\"uspis-icon-m",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "About",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a class=\"close\" href=\"#/close\" aria-label=\"Close Menu\" style=\"cursor: default;\"",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "About",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "What We Do",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "How We Do It",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "History",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Leadership",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Fallen Personnel",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Careers",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a class=\"close\" href=\"#/close\" aria-label=\"Close Menu\" style=\"cursor: default;\"",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Careers",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Postal Inspectors",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Postal Police Officers",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Professional Technical Administration",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Learn More",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Tips & Prevention",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a class=\"close\" href=\"#/close\" aria-label=\"Close Menu\" style=\"cursor: default;\"",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Tips & Prevention",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Operation Protect Veterans",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Election Mail Security",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Coronavirus Related Scams",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Identity Theft",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Mail Fraud",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "FRAUDE DE CORREO",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Financial Fraud",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Mail & Package Theft",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Suspicious Mail",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Older Americans",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Cybercrime",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Child Safety",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Learn More",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "News",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a class=\"close\" href=\"#/close\" aria-label=\"Close Menu\" style=\"cursor: default;\"",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "News",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Combating Illicit Drugs in the Mail",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Subscribe",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "The Opioid Epidemic",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Learn More",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Report",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Search",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "INPUT",
              "id": "",
              "text": "<input type=\"hidden\" autocomplete=\"false\">",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "BUTTON",
              "id": "",
              "text": "View All Results",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Report a Crime",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Scroll",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "tips",
              "text": "<a class=\"anchor\" id=\"tips\"></a>",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Is your Social Security card in your wallet? It’s dangerous to carry your Social",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Can you identify a suspicious package? Excessive postage and an unknown return a",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Do you respond to spam or unsolicited emails? Unwanted emails—or emails from unk",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Do you pick up your mail every day? Never leave mail in your mailbox overnight, ",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Did you sign your credit card? Sign new credit cards received through the mail i",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Read All Tips",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Happy Birthday United States Postal Inspection Service",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Explore our process",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "07.19.2022 Man Sentenced to 11+ Years in Prison for Robbery of Postal S... (open",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "07.19.2022 Two sentenced in gas pump skimming scheme in Capital Region (opens in",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "07.18.2022 Memphis, TN: THEFT OF MAIL",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "07.18.2022 Amarillo, Texas: MAIL THEFT",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "See all news",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Learn more",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Report Now",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a href=\"https://www.uspis.gov/\" class=\"custom-logo-link current-menu-item curre",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Careers",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Press Kit",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Medios de Comunicación - Español",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "FIMSI",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Victim Help Resources",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Additional Resources",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "USPS.com",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Terms of Service and Accessibility",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Privacy Policy",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Asset Forfeiture",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Freedom of Information Act",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Sitemap",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Subscribe",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "click here",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "1-877-876-2455",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a href=\"https://www.facebook.com/Postalinspectors\" target=\"_blank\" rel=\"noopene",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a href=\"https://twitter.com/USPISpressroom\" target=\"_blank\" rel=\"noopener\" styl",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a href=\"https://www.instagram.com/postalinspectors/\" target=\"_blank\" rel=\"noope",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a href=\"https://www.youtube.com/channel/UCSDPeYyj8pBF4BiAPlb8KMQ\" target=\"_blan",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Close",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "IFRAME",
              "id": "",
              "text": "<iframe height=\"0\" width=\"0\" style=\"display: none; visibility: hidden;\" src=\"//9",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            }
          ]
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://www.uspis.gov/",
      "what": "URL",
      "result": "https://www.uspis.gov/"
    },
    {
      "type": "test",
      "which": "labClash",
      "withItems": true,
      "what": "labeling inconsistencies",
      "url": "https://www.uspis.gov/",
      "result": {
        "totals": {
          "mislabeled": 0,
          "unlabeled": 0,
          "wellLabeled": 4
        },
        "items": {
          "mislabeled": [],
          "unlabeled": [],
          "wellLabeled": [
            {
              "index": 0,
              "tagName": "BUTTON",
              "type": "submit",
              "texts": {
                "content": "Here's how you know"
              }
            },
            {
              "index": 1,
              "tagName": "INPUT",
              "type": "text",
              "labelType": "label",
              "texts": {
                "label": [
                  "Search"
                ]
              }
            },
            {
              "index": 2,
              "tagName": "BUTTON",
              "type": "submit",
              "texts": {
                "content": "View All Results"
              }
            },
            {
              "index": 3,
              "tagName": "INPUT",
              "type": "text",
              "labelType": "label",
              "texts": {}
            }
          ]
        }
      }
    },
    {
      "type": "test",
      "which": "linkUl",
      "withItems": true,
      "what": "adjacent-link underlining",
      "url": "https://www.uspis.gov/",
      "result": {
        "totals": {
          "links": 88,
          "adjacent": {
            "total": 75,
            "underlined": 2,
            "underlinedPercent": 2
          }
        },
        "items": {
          "underlined": [
            "Skip to main content",
            "click here"
          ],
          "notUnderlined": [
            "Official websites use .gov A .gov website belongs to an official government organization in the United States. Secure .gov websites use HTTPS A lock () or https:// means you’ve safely connected to the .gov website. Share sensitive information only on official, secure websites.",
            "United States Postal Inspection Service",
            "",
            "",
            "",
            "About",
            "",
            "About",
            "What We Do",
            "How We Do It",
            "History",
            "Leadership",
            "Fallen Personnel",
            "Careers",
            "",
            "Careers",
            "Postal Inspectors",
            "Postal Police Officers",
            "Professional Technical Administration",
            "Learn More",
            "Tips & Prevention",
            "",
            "Tips & Prevention",
            "Operation Protect Veterans",
            "Election Mail Security",
            "Coronavirus Related Scams",
            "Identity Theft",
            "Mail Fraud",
            "FRAUDE DE CORREO",
            "Financial Fraud",
            "Mail & Package Theft",
            "Suspicious Mail",
            "Older Americans",
            "Cybercrime",
            "Child Safety",
            "Learn More",
            "News",
            "",
            "News",
            "Combating Illicit Drugs in the Mail",
            "Subscribe",
            "The Opioid Epidemic",
            "Learn More",
            "Report",
            "Search",
            "Report a Crime",
            "Scroll",
            "",
            "Do you talk to someone on the phone every day?Feeling socially isolated can make you more susceptible to scams.Older Americans",
            "Do you feel pressured to \"act now\"?High-pressure phrases like “This opportunity won’t last!” and “Contact us or face legal action.” are a hallmark of scammers. Mail Fraud",
            "Were you asked to send money?Legitimate lotteries will never ask you to send money in order to claim a prize. If it sounds too good to be true, it’s probably a scam. Mail Fraud",
            "Did you sign your credit card?Sign new credit cards received through the mail immediately—before someone else does.Financial Fraud",
            "Can you identify a suspicious package?Excessive postage and an unknown return address are signs of potentially suspicious mail. Suspicious Mail",
            "Read All Tips",
            "Happy Birthday United States Postal Inspection Service",
            "Explore our process",
            "07.19.2022 Man Sentenced to 11+ Years in Prison for Robbery of Postal S... (opens in new window)",
            "07.19.2022 Two sentenced in gas pump skimming scheme in Capital Region (opens in new window)",
            "07.18.2022 Memphis, TN: THEFT OF MAIL",
            "07.18.2022 Amarillo, Texas: MAIL THEFT",
            "See all news",
            "Learn more",
            "Report Now",
            "",
            "1-877-876-2455",
            "",
            "",
            "",
            "",
            "",
            "",
            "",
            "Close"
          ]
        }
      }
    },
    {
      "type": "test",
      "which": "menuNav",
      "withItems": true,
      "what": "keyboard navigation between focusable menu items",
      "url": "https://www.uspis.gov/",
      "result": {
        "totals": {
          "navigations": {
            "all": {
              "total": 180,
              "correct": 38,
              "incorrect": 142
            },
            "specific": {
              "tab": {
                "total": 36,
                "correct": 36,
                "incorrect": 0
              },
              "left": {
                "total": 0,
                "correct": 0,
                "incorrect": 0
              },
              "right": {
                "total": 0,
                "correct": 0,
                "incorrect": 0
              },
              "up": {
                "total": 36,
                "correct": 0,
                "incorrect": 36
              },
              "down": {
                "total": 36,
                "correct": 0,
                "incorrect": 36
              },
              "home": {
                "total": 36,
                "correct": 1,
                "incorrect": 35
              },
              "end": {
                "total": 36,
                "correct": 1,
                "incorrect": 35
              }
            }
          },
          "menuItems": {
            "total": 36,
            "correct": 0,
            "incorrect": 36
          },
          "menus": {
            "total": 6,
            "correct": 0,
            "incorrect": 6
          }
        },
        "menuItems": {
          "incorrect": [
            {
              "tagName": "A",
              "text": "About",
              "navigationErrors": [
                "ArrowUp",
                "ArrowDown",
                "End"
              ]
            },
            {
              "tagName": "A",
              "text": "Careers",
              "navigationErrors": [
                "ArrowUp",
                "ArrowDown",
                "Home",
                "End"
              ]
            },
            {
              "tagName": "A",
              "text": "Tips & Prevention",
              "navigationErrors": [
                "ArrowUp",
                "ArrowDown",
                "Home",
                "End"
              ]
            },
            {
              "tagName": "A",
              "text": "News",
              "navigationErrors": [
                "ArrowUp",
                "ArrowDown",
                "Home",
                "End"
              ]
            },
            {
              "tagName": "A",
              "text": "Report",
              "navigationErrors": [
                "ArrowUp",
                "ArrowDown",
                "Home",
                "End"
              ]
            },
            {
              "tagName": "A",
              "text": "Search",
              "navigationErrors": [
                "ArrowUp",
                "ArrowDown",
                "Home"
              ]
            },
            {
              "tagName": "A",
              "text": "About",
              "navigationErrors": [
                "ArrowUp",
                "ArrowDown",
                "Home",
                "End"
              ]
            },
            {
              "tagName": "A",
              "text": "What We Do",
              "navigationErrors": [
                "ArrowUp",
                "ArrowDown",
                "Home",
                "End"
              ]
            },
            {
              "tagName": "A",
              "text": "How We Do It",
              "navigationErrors": [
                "ArrowUp",
                "ArrowDown",
                "Home",
                "End"
              ]
            },
            {
              "tagName": "A",
              "text": "History",
              "navigationErrors": [
                "ArrowUp",
                "ArrowDown",
                "Home",
                "End"
              ]
            },
            {
              "tagName": "A",
              "text": "Leadership",
              "navigationErrors": [
                "ArrowUp",
                "ArrowDown",
                "Home",
                "End"
              ]
            },
            {
              "tagName": "A",
              "text": "Fallen Personnel",
              "navigationErrors": [
                "ArrowUp",
                "ArrowDown",
                "Home",
                "End"
              ]
            },
            {
              "tagName": "A",
              "text": "Careers",
              "navigationErrors": [
                "ArrowUp",
                "ArrowDown",
                "Home",
                "End"
              ]
            },
            {
              "tagName": "A",
              "text": "Postal Inspectors",
              "navigationErrors": [
                "ArrowUp",
                "ArrowDown",
                "Home",
                "End"
              ]
            },
            {
              "tagName": "A",
              "text": "Postal Police Officers",
              "navigationErrors": [
                "ArrowUp",
                "ArrowDown",
                "Home",
                "End"
              ]
            },
            {
              "tagName": "A",
              "text": "Professional Technical Administration",
              "navigationErrors": [
                "ArrowUp",
                "ArrowDown",
                "Home",
                "End"
              ]
            },
            {
              "tagName": "A",
              "text": "Tips & Prevention",
              "navigationErrors": [
                "ArrowUp",
                "ArrowDown",
                "Home",
                "End"
              ]
            },
            {
              "tagName": "A",
              "text": "Operation Protect Veterans",
              "navigationErrors": [
                "ArrowUp",
                "ArrowDown",
                "Home",
                "End"
              ]
            },
            {
              "tagName": "A",
              "text": "Election Mail Security",
              "navigationErrors": [
                "ArrowUp",
                "ArrowDown",
                "Home",
                "End"
              ]
            },
            {
              "tagName": "A",
              "text": "Coronavirus Related Scams",
              "navigationErrors": [
                "ArrowUp",
                "ArrowDown",
                "Home",
                "End"
              ]
            },
            {
              "tagName": "A",
              "text": "Identity Theft",
              "navigationErrors": [
                "ArrowUp",
                "ArrowDown",
                "Home",
                "End"
              ]
            },
            {
              "tagName": "A",
              "text": "Mail Fraud",
              "navigationErrors": [
                "ArrowUp",
                "ArrowDown",
                "Home",
                "End"
              ]
            },
            {
              "tagName": "A",
              "text": "FRAUDE DE CORREO",
              "navigationErrors": [
                "ArrowUp",
                "ArrowDown",
                "Home",
                "End"
              ]
            },
            {
              "tagName": "A",
              "text": "Financial Fraud",
              "navigationErrors": [
                "ArrowUp",
                "ArrowDown",
                "Home",
                "End"
              ]
            },
            {
              "tagName": "A",
              "text": "Mail & Package Theft",
              "navigationErrors": [
                "ArrowUp",
                "ArrowDown",
                "Home",
                "End"
              ]
            },
            {
              "tagName": "A",
              "text": "Suspicious Mail",
              "navigationErrors": [
                "ArrowUp",
                "ArrowDown",
                "Home",
                "End"
              ]
            },
            {
              "tagName": "A",
              "text": "Older Americans",
              "navigationErrors": [
                "ArrowUp",
                "ArrowDown",
                "Home",
                "End"
              ]
            },
            {
              "tagName": "A",
              "text": "Cybercrime",
              "navigationErrors": [
                "ArrowUp",
                "ArrowDown",
                "Home",
                "End"
              ]
            },
            {
              "tagName": "A",
              "text": "Child Safety",
              "navigationErrors": [
                "ArrowUp",
                "ArrowDown",
                "Home",
                "End"
              ]
            },
            {
              "tagName": "A",
              "text": "News",
              "navigationErrors": [
                "ArrowUp",
                "ArrowDown",
                "Home",
                "End"
              ]
            },
            {
              "tagName": "A",
              "text": "Combating Illicit Drugs in the Mail",
              "navigationErrors": [
                "ArrowUp",
                "ArrowDown",
                "Home",
                "End"
              ]
            },
            {
              "tagName": "A",
              "text": "Subscribe",
              "navigationErrors": [
                "ArrowUp",
                "ArrowDown",
                "Home",
                "End"
              ]
            },
            {
              "tagName": "A",
              "text": "The Opioid Epidemic",
              "navigationErrors": [
                "ArrowUp",
                "ArrowDown",
                "Home",
                "End"
              ]
            },
            {
              "tagName": "A",
              "text": "Share this text on Facebook",
              "navigationErrors": [
                "ArrowUp",
                "ArrowDown",
                "Home",
                "End"
              ]
            },
            {
              "tagName": "A",
              "text": "Share this text on Twitter",
              "navigationErrors": [
                "ArrowUp",
                "ArrowDown",
                "Home",
                "End"
              ]
            },
            {
              "tagName": "A",
              "text": "Copy a link to this page",
              "navigationErrors": [
                "ArrowUp",
                "ArrowDown",
                "Home",
                "End"
              ]
            }
          ],
          "correct": []
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://www.uspis.gov/",
      "what": "URL",
      "result": "https://www.uspis.gov/"
    },
    {
      "type": "test",
      "which": "radioSet",
      "withItems": true,
      "what": "fieldset grouping of radio buttons",
      "url": "https://www.uspis.gov/",
      "result": {
        "totals": {
          "total": 0,
          "inSet": 0,
          "percent": "N.A."
        },
        "items": {
          "inSet": [],
          "notInSet": []
        }
      }
    },
    {
      "type": "test",
      "which": "role",
      "what": "roles",
      "url": "https://www.uspis.gov/",
      "result": {
        "roleElements": 56,
        "badRoleElements": 1,
        "redundantRoleElements": 0,
        "tagNames": {
          "DIV": {
            "progressbar": {
              "bad": 1,
              "redundant": 0
            }
          }
        }
      }
    },
    {
      "type": "test",
      "which": "styleDiff",
      "withItems": true,
      "what": "style inconsistencies",
      "url": "https://www.uspis.gov/",
      "result": {
        "mainStyles": [
          "fontStyle",
          "fontWeight",
          "opacity",
          "textDecorationLine",
          "textDecorationStyle",
          "textDecorationThickness"
        ],
        "buttonStyles": [
          "borderStyle",
          "borderWidth",
          "height",
          "lineHeight",
          "maxHeight",
          "maxWidth",
          "minHeight",
          "minWidth",
          "outlineOffset",
          "outlineStyle",
          "outlineWidth"
        ],
        "headingStyles": [
          "color",
          "fontSize"
        ],
        "listLinkStyles": [
          "color",
          "fontSize",
          "lineHeight"
        ],
        "totals": {
          "button": {
            "total": 2,
            "subtotals": [
              1,
              1
            ]
          },
          "adjacentLink": {
            "total": 75,
            "subtotals": [
              43,
              12,
              9,
              6,
              3,
              1,
              1
            ]
          },
          "listLink": {
            "total": 13
          },
          "h1": {
            "total": 1
          },
          "h2": {
            "total": 6,
            "subtotals": [
              3,
              2,
              1
            ]
          },
          "h3": {
            "total": 3
          },
          "h6": {
            "total": 3
          }
        },
        "items": {
          "button": {
            "fontWeight": {
              "600": [
                "View All Results"
              ],
              "700": [
                "Here's how you know"
              ]
            },
            "textDecorationLine": {
              "underline": [
                "Here's how you know"
              ],
              "none": [
                "View All Results"
              ]
            },
            "height": {
              "19px": [
                "Here's how you know"
              ],
              "auto": [
                "View All Results"
              ]
            },
            "lineHeight": {
              "11px": [
                "Here's how you know"
              ],
              "17px": [
                "View All Results"
              ]
            }
          },
          "adjacentLink": {
            "fontWeight": {
              "400": [
                "Scroll",
                "",
                "Do you pick up your mail every day?                   Never leave mail in your mailbox overnight, especially if you’re expecting checks or credit cards.         Mail & Package Theft",
                "Is your Social Security card in your wallet?                   It’s dangerous to carry your Social Security card. A lost wallet could mean a lost identity.        Identity Theft",
                "Do you respond to spam or unsolicited emails?                   Unwanted emails—or emails from unknown senders—could be an attempt to “phish” for your private information and steal your identity.       Cybercrime",
                "Do you talk to someone on the phone every day?                   Feeling socially isolated can make you more susceptible to scams.       Older Americans",
                "Is your child safe?                   Know who communicates with your child online and monitor their computer usage.         Child Safety",
                "Read All Tips",
                "",
                "1-877-876-2455",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "Close"
              ],
              "500": [
                "Skip to main content"
              ],
              "600": [
                "Learn More",
                "Learn More",
                "Learn More",
                "Happy Birthday United States Postal Inspection Service",
                "Explore our process",
                "07.19.2022                      Man Sentenced to 11+ Years in Prison for Robbery of Postal S... (opens in new window)",
                "07.19.2022                      Two sentenced in gas pump skimming scheme in Capital Region (opens in new window)",
                "07.18.2022                      Memphis, TN: THEFT OF MAIL",
                "07.18.2022                      Amarillo, Texas: MAIL THEFT",
                "See all news",
                "Learn more",
                "Report Now",
                "click here"
              ],
              "700": [
                "Official websites use .gov                            A .gov website belongs to an official government organization in the United States.                                                                                    Secure .gov websites use HTTPS                            A lock () or https:// means you’ve safely connected to the .gov website. Share sensitive information only on official, secure websites.",
                "United States Postal Inspection Service",
                "",
                "",
                "",
                "About",
                "",
                "About",
                "What We Do",
                "How We Do It",
                "History",
                "Leadership",
                "Fallen Personnel",
                "Careers",
                "",
                "Careers",
                "Postal Inspectors",
                "Postal Police Officers",
                "Professional Technical Administration",
                "Tips & Prevention",
                "",
                "Tips & Prevention",
                "Operation Protect Veterans",
                "Election Mail Security",
                "Coronavirus Related Scams",
                "Identity Theft",
                "Mail Fraud",
                "FRAUDE DE CORREO",
                "Financial Fraud",
                "Mail & Package Theft",
                "Suspicious Mail",
                "Older Americans",
                "Cybercrime",
                "Child Safety",
                "News",
                "",
                "News",
                "Combating Illicit Drugs in the Mail",
                "Subscribe",
                "The Opioid Epidemic",
                "Report",
                "Search",
                "Report a Crime"
              ]
            },
            "opacity": {
              "0": [
                "Do you pick up your mail every day?                   Never leave mail in your mailbox overnight, especially if you’re expecting checks or credit cards.         Mail & Package Theft",
                "Is your Social Security card in your wallet?                   It’s dangerous to carry your Social Security card. A lost wallet could mean a lost identity.        Identity Theft",
                "Do you respond to spam or unsolicited emails?                   Unwanted emails—or emails from unknown senders—could be an attempt to “phish” for your private information and steal your identity.       Cybercrime",
                "Do you talk to someone on the phone every day?                   Feeling socially isolated can make you more susceptible to scams.       Older Americans",
                "Is your child safe?                   Know who communicates with your child online and monitor their computer usage.         Child Safety",
                "Read All Tips",
                "Happy Birthday United States Postal Inspection Service",
                "Explore our process",
                "Learn more"
              ],
              "1": [
                "Official websites use .gov                            A .gov website belongs to an official government organization in the United States.                                                                                    Secure .gov websites use HTTPS                            A lock () or https:// means you’ve safely connected to the .gov website. Share sensitive information only on official, secure websites.",
                "Skip to main content",
                "United States Postal Inspection Service",
                "",
                "",
                "",
                "About",
                "",
                "About",
                "What We Do",
                "How We Do It",
                "History",
                "Leadership",
                "Fallen Personnel",
                "Careers",
                "",
                "Careers",
                "Postal Inspectors",
                "Postal Police Officers",
                "Professional Technical Administration",
                "Learn More",
                "Tips & Prevention",
                "",
                "Tips & Prevention",
                "Operation Protect Veterans",
                "Election Mail Security",
                "Coronavirus Related Scams",
                "Identity Theft",
                "Mail Fraud",
                "FRAUDE DE CORREO",
                "Financial Fraud",
                "Mail & Package Theft",
                "Suspicious Mail",
                "Older Americans",
                "Cybercrime",
                "Child Safety",
                "Learn More",
                "News",
                "",
                "News",
                "Combating Illicit Drugs in the Mail",
                "Subscribe",
                "The Opioid Epidemic",
                "Learn More",
                "Report",
                "Search",
                "Report a Crime",
                "Scroll",
                "",
                "07.19.2022                      Man Sentenced to 11+ Years in Prison for Robbery of Postal S... (opens in new window)",
                "07.19.2022                      Two sentenced in gas pump skimming scheme in Capital Region (opens in new window)",
                "07.18.2022                      Memphis, TN: THEFT OF MAIL",
                "07.18.2022                      Amarillo, Texas: MAIL THEFT",
                "See all news",
                "Report Now",
                "",
                "click here",
                "1-877-876-2455",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "Close"
              ]
            },
            "textDecorationLine": {
              "none": [
                "Official websites use .gov                            A .gov website belongs to an official government organization in the United States.                                                                                    Secure .gov websites use HTTPS                            A lock () or https:// means you’ve safely connected to the .gov website. Share sensitive information only on official, secure websites.",
                "United States Postal Inspection Service",
                "",
                "",
                "",
                "About",
                "",
                "About",
                "What We Do",
                "How We Do It",
                "History",
                "Leadership",
                "Fallen Personnel",
                "Careers",
                "",
                "Careers",
                "Postal Inspectors",
                "Postal Police Officers",
                "Professional Technical Administration",
                "Learn More",
                "Tips & Prevention",
                "",
                "Tips & Prevention",
                "Operation Protect Veterans",
                "Election Mail Security",
                "Coronavirus Related Scams",
                "Identity Theft",
                "Mail Fraud",
                "FRAUDE DE CORREO",
                "Financial Fraud",
                "Mail & Package Theft",
                "Suspicious Mail",
                "Older Americans",
                "Cybercrime",
                "Child Safety",
                "Learn More",
                "News",
                "",
                "News",
                "Combating Illicit Drugs in the Mail",
                "Subscribe",
                "The Opioid Epidemic",
                "Learn More",
                "Report",
                "Search",
                "Report a Crime",
                "Scroll",
                "",
                "Do you pick up your mail every day?                   Never leave mail in your mailbox overnight, especially if you’re expecting checks or credit cards.         Mail & Package Theft",
                "Is your Social Security card in your wallet?                   It’s dangerous to carry your Social Security card. A lost wallet could mean a lost identity.        Identity Theft",
                "Do you respond to spam or unsolicited emails?                   Unwanted emails—or emails from unknown senders—could be an attempt to “phish” for your private information and steal your identity.       Cybercrime",
                "Do you talk to someone on the phone every day?                   Feeling socially isolated can make you more susceptible to scams.       Older Americans",
                "Is your child safe?                   Know who communicates with your child online and monitor their computer usage.         Child Safety",
                "Read All Tips",
                "Happy Birthday United States Postal Inspection Service",
                "Explore our process",
                "07.19.2022                      Man Sentenced to 11+ Years in Prison for Robbery of Postal S... (opens in new window)",
                "07.19.2022                      Two sentenced in gas pump skimming scheme in Capital Region (opens in new window)",
                "07.18.2022                      Memphis, TN: THEFT OF MAIL",
                "07.18.2022                      Amarillo, Texas: MAIL THEFT",
                "See all news",
                "Learn more",
                "Report Now",
                "",
                "1-877-876-2455",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "Close"
              ],
              "underline": [
                "Skip to main content",
                "click here"
              ]
            }
          },
          "h2": {
            "fontWeight": {
              "500": [
                "USPIS Birthday",
                "How we do it",
                "Operation protect veterans"
              ],
              "700": [
                "Be ready. Be aware. Tips",
                "Read the latest News",
                "Report a crime"
              ]
            },
            "opacity": {
              "0": [
                "USPIS Birthday",
                "How we do it",
                "Operation protect veterans"
              ],
              "1": [
                "Be ready. Be aware. Tips",
                "Read the latest News",
                "Report a crime"
              ]
            },
            "color": {
              "rgb(9, 23, 45)": [
                "Be ready. Be aware. Tips",
                "Report a crime"
              ],
              "rgb(179, 179, 179)": [
                "USPIS Birthday",
                "How we do it",
                "Operation protect veterans"
              ],
              "rgb(229, 229, 229)": [
                "Read the latest News"
              ]
            },
            "fontSize": {
              "50px": [
                "Be ready. Be aware. Tips",
                "Read the latest News",
                "Report a crime"
              ],
              "20px": [
                "USPIS Birthday",
                "How we do it",
                "Operation protect veterans"
              ]
            }
          }
        }
      }
    },
    {
      "type": "test",
      "which": "tabNav",
      "withItems": true,
      "what": "keyboard navigation between tab elements",
      "url": "https://www.uspis.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.uspis.gov/",
      "result": {
        "totals": {
          "total": 44,
          "tagNames": {
            "DIV": 10,
            "A": 14,
            "HEADER": 1,
            "NAV": 1,
            "BUTTON": 1,
            "SECTION": 2,
            "VIDEO": 1,
            "H2": 2,
            "STRONG": 2,
            "P": 1,
            "SPAN": 7,
            "FOOTER": 1,
            "MENU": 1
          }
        },
        "items": [
          {
            "tagName": "DIV",
            "id": "simple-banner",
            "text": "Official website of the United States Government Here's how you know Official websites use .gov A .g"
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": "Official websites use .gov A .gov website belongs to an official government organization in the Unit"
          },
          {
            "tagName": "A",
            "id": "",
            "text": "Skip to main content"
          },
          {
            "tagName": "HEADER",
            "id": "masthead",
            "text": "United States Postal Inspection Service About About What We DoHow We Do ItHistoryLeadershipFallen Pe"
          },
          {
            "tagName": "A",
            "id": "",
            "text": "United States Postal Inspection Service"
          },
          {
            "tagName": "A",
            "id": "",
            "text": ""
          },
          {
            "tagName": "NAV",
            "id": "menu-menu",
            "text": "About About What We DoHow We Do ItHistoryLeadershipFallen Personnel Careers Careers Postal Inspector"
          },
          {
            "tagName": "A",
            "id": "",
            "text": ""
          },
          {
            "tagName": "A",
            "id": "",
            "text": "Learn More"
          },
          {
            "tagName": "A",
            "id": "",
            "text": "Learn More"
          },
          {
            "tagName": "A",
            "id": "",
            "text": "Learn More"
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": ""
          },
          {
            "tagName": "BUTTON",
            "id": "",
            "text": "View All Results"
          },
          {
            "tagName": "A",
            "id": "",
            "text": "Report a Crime"
          },
          {
            "tagName": "SECTION",
            "id": "",
            "text": "Delivering protection to every address in America. The Postal Inspection Service is standing guard a"
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": "Delivering protection to every address in America. The Postal Inspection Service is standing guard a"
          },
          {
            "tagName": "A",
            "id": "",
            "text": "Scroll"
          },
          {
            "tagName": "VIDEO",
            "id": "",
            "text": ""
          },
          {
            "tagName": "H2",
            "id": "",
            "text": "Be ready. Be aware. Tips"
          },
          {
            "tagName": "STRONG",
            "id": "",
            "text": "Tips"
          },
          {
            "tagName": "P",
            "id": "",
            "text": "Avoid common scams with these tips."
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": "Do you pick up your mail every day? Never leave mail in your mailbox overnight, especially if you’re"
          },
          {
            "tagName": "SPAN",
            "id": "",
            "text": "Mail & Package Theft"
          },
          {
            "tagName": "SPAN",
            "id": "",
            "text": "Identity Theft"
          },
          {
            "tagName": "SPAN",
            "id": "",
            "text": "Cybercrime"
          },
          {
            "tagName": "SPAN",
            "id": "",
            "text": "Older Americans"
          },
          {
            "tagName": "SPAN",
            "id": "",
            "text": "Child Safety"
          },
          {
            "tagName": "SPAN",
            "id": "",
            "text": "Read All Tips"
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": "USPIS Birthday Celebrate 246 Years of Service Happy Birthday United States Postal Inspection Service"
          },
          {
            "tagName": "A",
            "id": "",
            "text": "Happy Birthday United States Postal Inspection Service"
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": "How we do it Identifying patterns in an unpredictable world. Explore our process"
          },
          {
            "tagName": "A",
            "id": "",
            "text": "Explore our process"
          },
          {
            "tagName": "H2",
            "id": "",
            "text": "Read the latest News"
          },
          {
            "tagName": "STRONG",
            "id": "",
            "text": "News"
          },
          {
            "tagName": "A",
            "id": "",
            "text": "See all news"
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": "Operation protect veterans They protected us. Now it’s our turn. Learn more"
          },
          {
            "tagName": "A",
            "id": "",
            "text": "Learn more"
          },
          {
            "tagName": "SECTION",
            "id": "",
            "text": "Report a crime Are you a victim or have you witnessed a mail-related crime? Alert Postal Inspectors "
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": "Report a crime Are you a victim or have you witnessed a mail-related crime? Alert Postal Inspectors "
          },
          {
            "tagName": "A",
            "id": "",
            "text": "Report Now"
          },
          {
            "tagName": "FOOTER",
            "id": "keel",
            "text": "United States Postal Inspection Service Footer Level 1Careers\nPress Kit\nMedios de Comunicación - Esp"
          },
          {
            "tagName": "SPAN",
            "id": "",
            "text": "United States Postal Inspection Service"
          },
          {
            "tagName": "MENU",
            "id": "",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": ""
          }
        ]
      }
    },
    {
      "type": "test",
      "which": "alfa",
      "what": "alfa",
      "url": "https://www.uspis.gov/",
      "result": {
        "totals": {
          "failures": 29,
          "warnings": 12
        },
        "items": [
          {
            "index": 45,
            "verdict": "failed",
            "rule": {
              "ruleID": "r14",
              "ruleSummary": "Visible labels are included in accessible names",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r14",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#label-in-name",
                  "chapter": "2.5.3",
                  "title": "Label in Name"
                },
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G208",
                  "name": "G208",
                  "title": "Including the text of the visible label as part of the accessible name"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/main[1]/article[1]/section[7]/div[1]/a[1]",
              "codeLines": [
                "<a data-cta-title=\"Report Now | Report a crime\" href=\"https://www.uspis.gov/report/\" class=\"button-...",
                "  Report Now",
                "</a>"
              ]
            }
          },
          {
            "index": 46,
            "verdict": "failed",
            "rule": {
              "ruleID": "r14",
              "ruleSummary": "Visible labels are included in accessible names",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r14",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#label-in-name",
                  "chapter": "2.5.3",
                  "title": "Label in Name"
                },
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G208",
                  "name": "G208",
                  "title": "Including the text of the visible label as part of the accessible name"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/footer[1]/div[2]/nav[3]/div[1]/p[1]/a[1]",
              "codeLines": [
                "<a href=\"/report\" aria-label=\"Report a Crime\">",
                "  click here",
                "</a>"
              ]
            }
          },
          {
            "index": 231,
            "verdict": "failed",
            "rule": {
              "ruleID": "r2",
              "ruleSummary": "Images have an accessible name",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r2",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#non-text-content",
                  "chapter": "1.1.1",
                  "title": "Non-text Content"
                },
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G94",
                  "name": "G94",
                  "title": "Providing short text alternative for non-text content that serves the same purpose"
                },
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G95",
                  "name": "G95",
                  "title": "Providing short text alternatives that provide a brief description of the non-text"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "img",
              "path": "/html[1]/body[1]/div[1]/div[1]/span[1]/img[1]",
              "codeLines": [
                "<img src=\"https://www.uspis.gov/wp-content/uploads/2020/12/icn-us-flag-21px.png\" width=\"20\">"
              ]
            }
          },
          {
            "index": 475,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/span[1]/text()[1]",
              "codeLines": [
                "Official website of the United States Government"
              ]
            }
          },
          {
            "index": 477,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/a[1]/text()[1]",
              "codeLines": [
                "Skip to main content"
              ]
            }
          },
          {
            "index": 570,
            "verdict": "failed",
            "rule": {
              "ruleID": "r62",
              "ruleSummary": "Links in blocks of text are distinguishable",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r62",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#use-of-color",
                  "chapter": "1.4.1",
                  "title": "Use of Color"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/footer[1]/div[2]/nav[3]/div[1]/p[2]/a[1]",
              "codeLines": [
                "<a href=\"tel:+18778762455\" aria-label=\"Call 1-877-876-2455\">",
                "  1-877-876-2455",
                "</a>"
              ]
            }
          },
          {
            "index": 629,
            "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/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/main[1]/article[1]/section[1]/div[1]/div[1]/h1[1]/text()[1]",
              "codeLines": [
                "Delivering"
              ]
            }
          },
          {
            "index": 630,
            "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/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/main[1]/article[1]/section[1]/div[1]/div[1]/h1[1]/em[1]/text()[1]",
              "codeLines": [
                "protection"
              ]
            }
          },
          {
            "index": 631,
            "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/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/main[1]/article[1]/section[1]/div[1]/div[1]/h1[1]/text()[2]",
              "codeLines": [
                "to every address in America."
              ]
            }
          },
          {
            "index": 632,
            "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/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/main[1]/article[1]/section[1]/div[1]/div[1]/p[1]/text()[1]",
              "codeLines": [
                "The Postal Inspection Service is standing guard and ready to help."
              ]
            }
          },
          {
            "index": 634,
            "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/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/main[1]/article[1]/section[2]/div[1]/div[1]/h2[1]/strong[1]/text()[1]",
              "codeLines": [
                "Tips"
              ]
            }
          },
          {
            "index": 637,
            "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/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/main[1]/article[1]/section[5]/div[1]/div[1]/h2[1]/strong[1]/text()[1]",
              "codeLines": [
                "News"
              ]
            }
          },
          {
            "index": 656,
            "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/WCAG2/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/main[1]/article[1]/section[1]/div[1]/div[1]/h1[1]/text()[1]",
              "codeLines": [
                "Delivering"
              ]
            }
          },
          {
            "index": 657,
            "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/WCAG2/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/main[1]/article[1]/section[1]/div[1]/div[1]/h1[1]/em[1]/text()[1]",
              "codeLines": [
                "protection"
              ]
            }
          },
          {
            "index": 658,
            "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/WCAG2/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/main[1]/article[1]/section[1]/div[1]/div[1]/h1[1]/text()[2]",
              "codeLines": [
                "to every address in America."
              ]
            }
          },
          {
            "index": 659,
            "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/WCAG2/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/main[1]/article[1]/section[1]/div[1]/div[1]/p[1]/text()[1]",
              "codeLines": [
                "The Postal Inspection Service is standing guard and ready to help."
              ]
            }
          },
          {
            "index": 661,
            "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/WCAG2/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/main[1]/article[1]/section[2]/div[1]/div[1]/h2[1]/strong[1]/text()[1]",
              "codeLines": [
                "Tips"
              ]
            }
          },
          {
            "index": 664,
            "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/WCAG2/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/main[1]/article[1]/section[5]/div[1]/div[1]/h2[1]/strong[1]/text()[1]",
              "codeLines": [
                "News"
              ]
            }
          },
          {
            "index": 677,
            "verdict": "failed",
            "rule": {
              "ruleID": "r70",
              "ruleSummary": "No obsolete or deprecated elements are used",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r70",
              "requirements": []
            },
            "target": {
              "type": "document",
              "tagName": "",
              "path": "/",
              "codeLines": [
                "#document",
                "  <!doctype html>",
                "...",
                "  </html>"
              ]
            }
          },
          {
            "index": 697,
            "verdict": "failed",
            "rule": {
              "ruleID": "r73",
              "ruleSummary": "Paragraphs of text have sufficient line height",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r73",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation",
                  "chapter": "1.4.8",
                  "title": "Visual Presentation"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "p",
              "path": "/html[1]/body[1]/main[1]/article[1]/section[2]/div[1]/div[1]/p[1]",
              "codeLines": [
                "<p>",
                "  Avoid common scams with these tips.",
                "</p>"
              ]
            }
          },
          {
            "index": 698,
            "verdict": "failed",
            "rule": {
              "ruleID": "r73",
              "ruleSummary": "Paragraphs of text have sufficient line height",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r73",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation",
                  "chapter": "1.4.8",
                  "title": "Visual Presentation"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "p",
              "path": "/html[1]/body[1]/main[1]/article[1]/section[5]/div[1]/div[2]/p[1]",
              "codeLines": [
                "<p class=\"news_item press-release\">",
                "  <a href=\"https://www.justice.gov/usao-cdca/pr/nicaraguan-man-sentenced-more-11-years-prison-2-wee...",
                "    <time class=\"time post_date\">",
                "      07.19.2022",
                "    </time>",
                "    <span class=\"post_title\">",
                "      Man Sentenced to 11+ Years in Prison for Robbery of Postal S...",
                "      <span class=\"visuallyhidden\">",
                "        (opens in new window)",
                "      </span>",
                "    </span>",
                "  </a>",
                "</p>"
              ]
            }
          },
          {
            "index": 699,
            "verdict": "failed",
            "rule": {
              "ruleID": "r73",
              "ruleSummary": "Paragraphs of text have sufficient line height",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r73",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation",
                  "chapter": "1.4.8",
                  "title": "Visual Presentation"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "p",
              "path": "/html[1]/body[1]/main[1]/article[1]/section[5]/div[1]/div[2]/p[2]",
              "codeLines": [
                "<p class=\"news_item news-article\">",
                "  <a href=\"https://www.news10.com/news/albany-county/two-sentenced-in-gas-pump-skimming-scheme-in-c...",
                "    <time class=\"time post_date\">",
                "      07.19.2022",
                "    </time>",
                "    <span class=\"post_title\">",
                "      Two sentenced in gas pump skimming scheme in Capital Region",
                "      <span class=\"visuallyhidden\">",
                "        (opens in new window)",
                "      </span>",
                "    </span>",
                "  </a>",
                "</p>"
              ]
            }
          },
          {
            "index": 700,
            "verdict": "failed",
            "rule": {
              "ruleID": "r73",
              "ruleSummary": "Paragraphs of text have sufficient line height",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r73",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation",
                  "chapter": "1.4.8",
                  "title": "Visual Presentation"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "p",
              "path": "/html[1]/body[1]/main[1]/article[1]/section[5]/div[1]/div[2]/p[3]",
              "codeLines": [
                "<p class=\"news_item wanted\">",
                "  <a href=\"https://www.uspis.gov/news/wanted/memphis-tn-theft-of-mail\">",
                "    <time class=\"time post_date\">",
                "      07.18.2022",
                "    </time>",
                "    <span class=\"post_title\">",
                "      Memphis, TN: THEFT OF MAIL",
                "    </span>",
                "  </a>",
                "</p>"
              ]
            }
          },
          {
            "index": 701,
            "verdict": "failed",
            "rule": {
              "ruleID": "r73",
              "ruleSummary": "Paragraphs of text have sufficient line height",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r73",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation",
                  "chapter": "1.4.8",
                  "title": "Visual Presentation"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "p",
              "path": "/html[1]/body[1]/main[1]/article[1]/section[5]/div[1]/div[2]/p[4]",
              "codeLines": [
                "<p class=\"news_item wanted\">",
                "  <a href=\"https://www.uspis.gov/news/wanted/amarillo-texas-mail-theft\">",
                "    <time class=\"time post_date\">",
                "      07.18.2022",
                "    </time>",
                "    <span class=\"post_title\">",
                "      Amarillo, Texas: MAIL THEFT",
                "    </span>",
                "  </a>",
                "</p>"
              ]
            }
          },
          {
            "index": 703,
            "verdict": "failed",
            "rule": {
              "ruleID": "r73",
              "ruleSummary": "Paragraphs of text have sufficient line height",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r73",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation",
                  "chapter": "1.4.8",
                  "title": "Visual Presentation"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "p",
              "path": "/html[1]/body[1]/footer[1]/div[2]/nav[3]/div[1]/p[1]",
              "codeLines": [
                "<p>",
                "  To report a crime,",
                "  <a href=\"/report\" aria-label=\"Report a Crime\">",
                "    click here",
                "  </a>",
                "  .",
                "</p>"
              ]
            }
          },
          {
            "index": 704,
            "verdict": "failed",
            "rule": {
              "ruleID": "r73",
              "ruleSummary": "Paragraphs of text have sufficient line height",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r73",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation",
                  "chapter": "1.4.8",
                  "title": "Visual Presentation"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "p",
              "path": "/html[1]/body[1]/footer[1]/div[2]/nav[3]/div[1]/p[2]",
              "codeLines": [
                "<p>",
                "  <span style=\"padding-right:16px\">",
                "    Call:",
                "  </span>",
                "  <a href=\"tel:+18778762455\" aria-label=\"Call 1-877-876-2455\">",
                "    1-877-876-2455",
                "  </a>",
                "</p>"
              ]
            }
          },
          {
            "index": 705,
            "verdict": "failed",
            "rule": {
              "ruleID": "r74",
              "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r74",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation",
                  "chapter": "1.4.8",
                  "title": "Visual Presentation"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "p",
              "path": "/html[1]/body[1]/main[1]/article[1]/section[1]/div[1]/div[1]/p[1]",
              "codeLines": [
                "<p>",
                "  The Postal Inspection Service is standing guard and ready to help.",
                "</p>"
              ]
            }
          },
          {
            "index": 706,
            "verdict": "failed",
            "rule": {
              "ruleID": "r74",
              "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r74",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation",
                  "chapter": "1.4.8",
                  "title": "Visual Presentation"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "p",
              "path": "/html[1]/body[1]/main[1]/article[1]/section[2]/div[1]/div[1]/p[1]",
              "codeLines": [
                "<p>",
                "  Avoid common scams with these tips.",
                "</p>"
              ]
            }
          },
          {
            "index": 707,
            "verdict": "failed",
            "rule": {
              "ruleID": "r74",
              "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r74",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation",
                  "chapter": "1.4.8",
                  "title": "Visual Presentation"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "p",
              "path": "/html[1]/body[1]/main[1]/article[1]/section[5]/div[1]/div[2]/p[1]",
              "codeLines": [
                "<p class=\"news_item press-release\">",
                "  <a href=\"https://www.justice.gov/usao-cdca/pr/nicaraguan-man-sentenced-more-11-years-prison-2-wee...",
                "    <time class=\"time post_date\">",
                "      07.19.2022",
                "    </time>",
                "    <span class=\"post_title\">",
                "      Man Sentenced to 11+ Years in Prison for Robbery of Postal S...",
                "      <span class=\"visuallyhidden\">",
                "        (opens in new window)",
                "      </span>",
                "    </span>",
                "  </a>",
                "</p>"
              ]
            }
          },
          {
            "index": 708,
            "verdict": "failed",
            "rule": {
              "ruleID": "r74",
              "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r74",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation",
                  "chapter": "1.4.8",
                  "title": "Visual Presentation"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "p",
              "path": "/html[1]/body[1]/main[1]/article[1]/section[5]/div[1]/div[2]/p[2]",
              "codeLines": [
                "<p class=\"news_item news-article\">",
                "  <a href=\"https://www.news10.com/news/albany-county/two-sentenced-in-gas-pump-skimming-scheme-in-c...",
                "    <time class=\"time post_date\">",
                "      07.19.2022",
                "    </time>",
                "    <span class=\"post_title\">",
                "      Two sentenced in gas pump skimming scheme in Capital Region",
                "      <span class=\"visuallyhidden\">",
                "        (opens in new window)",
                "      </span>",
                "    </span>",
                "  </a>",
                "</p>"
              ]
            }
          },
          {
            "index": 709,
            "verdict": "failed",
            "rule": {
              "ruleID": "r74",
              "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r74",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation",
                  "chapter": "1.4.8",
                  "title": "Visual Presentation"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "p",
              "path": "/html[1]/body[1]/main[1]/article[1]/section[5]/div[1]/div[2]/p[3]",
              "codeLines": [
                "<p class=\"news_item wanted\">",
                "  <a href=\"https://www.uspis.gov/news/wanted/memphis-tn-theft-of-mail\">",
                "    <time class=\"time post_date\">",
                "      07.18.2022",
                "    </time>",
                "    <span class=\"post_title\">",
                "      Memphis, TN: THEFT OF MAIL",
                "    </span>",
                "  </a>",
                "</p>"
              ]
            }
          },
          {
            "index": 710,
            "verdict": "failed",
            "rule": {
              "ruleID": "r74",
              "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r74",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation",
                  "chapter": "1.4.8",
                  "title": "Visual Presentation"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "p",
              "path": "/html[1]/body[1]/main[1]/article[1]/section[5]/div[1]/div[2]/p[4]",
              "codeLines": [
                "<p class=\"news_item wanted\">",
                "  <a href=\"https://www.uspis.gov/news/wanted/amarillo-texas-mail-theft\">",
                "    <time class=\"time post_date\">",
                "      07.18.2022",
                "    </time>",
                "    <span class=\"post_title\">",
                "      Amarillo, Texas: MAIL THEFT",
                "    </span>",
                "  </a>",
                "</p>"
              ]
            }
          },
          {
            "index": 711,
            "verdict": "failed",
            "rule": {
              "ruleID": "r74",
              "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r74",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation",
                  "chapter": "1.4.8",
                  "title": "Visual Presentation"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "p",
              "path": "/html[1]/body[1]/main[1]/article[1]/section[7]/div[1]/p[1]",
              "codeLines": [
                "<p>",
                "  Are you a victim or have you witnessed a mail-related crime? Alert Postal Inspectors to the probl...",
                "</p>"
              ]
            }
          },
          {
            "index": 834,
            "verdict": "failed",
            "rule": {
              "ruleID": "r78",
              "ruleSummary": "Headings of same level have text content between them",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r78",
              "requirements": []
            },
            "target": {
              "type": "element",
              "tagName": "h2",
              "path": "/html[1]/body[1]/main[1]/article[1]/section[3]/div[1]/div[1]/h2[1]",
              "codeLines": [
                "<h2>",
                "  USPIS Birthday",
                "</h2>"
              ]
            }
          },
          {
            "index": 835,
            "verdict": "failed",
            "rule": {
              "ruleID": "r78",
              "ruleSummary": "Headings of same level have text content between them",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r78",
              "requirements": []
            },
            "target": {
              "type": "element",
              "tagName": "h3",
              "path": "/html[1]/body[1]/main[1]/article[1]/section[3]/div[1]/div[1]/h3[1]",
              "codeLines": [
                "<h3>",
                "  Celebrate 246 Years of",
                "  <em>",
                "    Service",
                "  </em>",
                "</h3>"
              ]
            }
          },
          {
            "index": 836,
            "verdict": "failed",
            "rule": {
              "ruleID": "r78",
              "ruleSummary": "Headings of same level have text content between them",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r78",
              "requirements": []
            },
            "target": {
              "type": "element",
              "tagName": "h2",
              "path": "/html[1]/body[1]/main[1]/article[1]/section[4]/div[1]/div[1]/h2[1]",
              "codeLines": [
                "<h2>",
                "  How we do it",
                "</h2>"
              ]
            }
          },
          {
            "index": 837,
            "verdict": "failed",
            "rule": {
              "ruleID": "r78",
              "ruleSummary": "Headings of same level have text content between them",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r78",
              "requirements": []
            },
            "target": {
              "type": "element",
              "tagName": "h3",
              "path": "/html[1]/body[1]/main[1]/article[1]/section[4]/div[1]/div[1]/h3[1]",
              "codeLines": [
                "<h3>",
                "  Identifying",
                "  <em>",
                "    patterns",
                "  </em>",
                "  in an unpredictable  world.",
                "</h3>"
              ]
            }
          },
          {
            "index": 839,
            "verdict": "failed",
            "rule": {
              "ruleID": "r78",
              "ruleSummary": "Headings of same level have text content between them",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r78",
              "requirements": []
            },
            "target": {
              "type": "element",
              "tagName": "h2",
              "path": "/html[1]/body[1]/main[1]/article[1]/section[6]/div[1]/div[1]/h2[1]",
              "codeLines": [
                "<h2>",
                "  Operation protect veterans",
                "</h2>"
              ]
            }
          },
          {
            "index": 840,
            "verdict": "failed",
            "rule": {
              "ruleID": "r78",
              "ruleSummary": "Headings of same level have text content between them",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r78",
              "requirements": []
            },
            "target": {
              "type": "element",
              "tagName": "h3",
              "path": "/html[1]/body[1]/main[1]/article[1]/section[6]/div[1]/div[1]/h3[1]",
              "codeLines": [
                "<h3>",
                "  They",
                "  <em>",
                "    protected",
                "  </em>",
                "  us. Now it’s our turn.",
                "</h3>"
              ]
            }
          },
          {
            "index": 875,
            "verdict": "failed",
            "rule": {
              "ruleID": "r83",
              "ruleSummary": "Text nodes are not clipped when text is resized",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r83",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#resize-text",
                  "chapter": "1.4.4",
                  "title": "Resize text"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/main[1]/article[1]/section[7]/div[1]/a[1]/text()[1]",
              "codeLines": [
                "Report Now"
              ]
            }
          },
          {
            "index": 895,
            "verdict": "failed",
            "rule": {
              "ruleID": "r87",
              "ruleSummary": "First focusable element is link to main content",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r87",
              "requirements": [
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G1",
                  "name": "G1",
                  "title": "Adding a link at the top of each page that goes directly to the main content area"
                }
              ]
            },
            "target": {
              "type": "document",
              "tagName": "",
              "path": "/",
              "codeLines": [
                "#document",
                "  <!doctype html>",
                "...",
                "  </html>"
              ]
            }
          }
        ]
      }
    },
    {
      "type": "test",
      "which": "axe",
      "detailLevel": 2,
      "rules": [],
      "what": "Axe",
      "url": "https://www.uspis.gov/",
      "result": {
        "prevented": true,
        "error": "ERROR: axe result cannot be made JSON (Converting circular structure to JSON\n    --> starting at object with constructor 'Object'\n    |     property 'children' -> object with constructor 'Array'\n    |     index 0 -> object with constructor 'Object'\n    --- property 'parent' closes the circle)"
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://www.uspis.gov/",
      "what": "URL",
      "result": "https://www.uspis.gov/"
    },
    {
      "type": "test",
      "which": "tenon",
      "id": "a",
      "what": "Tenon",
      "url": "https://www.uspis.gov/",
      "result": {
        "prevented": true,
        "error": "ERROR: Tenon test stalled or crashed",
        "status": 202
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "Chromium browser"
    },
    {
      "type": "url",
      "which": "https://www.uspis.gov/",
      "what": "US Postal Inspection Service",
      "result": "https://www.uspis.gov/"
    },
    {
      "type": "test",
      "which": "continuum",
      "what": "Level Access Continuum, community edition",
      "url": "https://www.uspis.gov/",
      "result": [
        {
          "engineTestId": 40,
          "bestPracticeId": 2049,
          "attribute": "This element does not have a label attribute set to a text value",
          "attributeDetail": "This TRACK does not have a label attribute set to a text value",
          "element": "<track srclang=\"en-us\" kind=\"captions\" src=\"https://www.uspis.gov/wp-content/uploads/2019/05/homepage-audio-description.vtt\">",
          "testResult": 0,
          "path": "body>main:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)",
          "fixType": "",
          "fingerprint": {
            "version": 2,
            "css": "track[src=\"https://www.uspis.gov/wp-content/uploads/2019/05/homepage-audio-description.vtt\"][kind=\"captions\"][srclang=\"en-us\"]",
            "attNo": 3
          }
        },
        {
          "engineTestId": 89,
          "bestPracticeId": 362,
          "attribute": "This img element does not have a mechanism that allows an accessible name value to be calculated",
          "attributeDetail": "This img element does not have a mechanism that allows an accessible name value to be calculated",
          "element": "<img width=\"20\" src=\"https://www.uspis.gov/wp-content/uploads/2020/12/icn-us-flag-21px.png\">",
          "testResult": 0,
          "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)",
          "fixType": {
            "fixType": 1,
            "domSpec": false,
            "helperText": "Provide alternative text that describes the content conveyed by the image.",
            "fix": {
              "alt": null,
              "aria-label": false,
              "aria-labelledby": false
            }
          },
          "fingerprint": {
            "version": 2,
            "css": "img[src=\"https://www.uspis.gov/wp-content/uploads/2020/12/icn-us-flag-21px.png\"][width=\"20\"]",
            "attNo": 2
          }
        },
        {
          "engineTestId": 252,
          "bestPracticeId": 444,
          "attribute": "This video element does not have a mechanism that allows an accessible name value to be calculated",
          "attributeDetail": "This video element does not have a mechanism that allows an accessible name value to be calculated",
          "element": "<video poster=\"https://www.uspis.gov/wp-content/uploads/2019/04/01_2560x1440-Hero-Homepage-Desktop.p ... ions\" src=\"https://www.uspis.gov/wp-content/uploads/2019/05/homepage-audio-description.vtt\"></video>",
          "testResult": 0,
          "path": "body>main:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)",
          "fixType": "",
          "fingerprint": {
            "version": 2,
            "css": "video[playsinline=\"\"][autoplay=\"\"][muted=\"\"][loop=\"\"][tabindex=\"-1\"][poster=\"https://www.uspis.gov/wp-content/uploads/2019/04/01_2560x1440-Hero-Homepage-Desktop.png\"]",
            "attNo": 6
          }
        },
        {
          "engineTestId": 531,
          "bestPracticeId": 2519,
          "attribute": "This nav does not have a unique accessible name as required when two or more nav elements are present",
          "attributeDetail": "This nav does not have a unique accessible name as required when two or more nav elements are present",
          "element": "<nav class=\"menu\" id=\"menu-menu\"><div><a itemprop=\"url\" rel=\"home\" href=\"https://www.uspis.gov/\" cla ... aria-label=\"Close Menu\" href=\"#/close\" class=\"close\"></a><div aria-label=\"Tips &amp; Prevention\" rol",
          "testResult": 0,
          "path": "body>header:nth-of-type(1)>*:nth-child(3)",
          "fixType": "",
          "fingerprint": {
            "version": 2,
            "css": "nav[id=\"menu-menu\"][class=\"menu\"]",
            "attNo": 2
          }
        },
        {
          "engineTestId": 531,
          "bestPracticeId": 2519,
          "attribute": "This nav does not have a unique accessible name as required when two or more nav elements are present",
          "attributeDetail": "This nav does not have a unique accessible name as required when two or more nav elements are present",
          "element": "<nav class=\"menu  widget_nav_menu\" id=\"nav_menu-2\"><span class=\"hidden\">Footer Level 1</span><div cl ... 9\"><a href=\"https://www.usps.com/\" rel=\"noopener\" target=\"_blank\">USPS.com</a></li></ul></div></nav>",
          "testResult": 0,
          "path": "body>footer:nth-of-type(1)>*:nth-child(2)>*:nth-child(1)",
          "fixType": "",
          "fingerprint": {
            "version": 2,
            "css": "nav[id=\"nav_menu-2\"][class=\"menu  widget_nav_menu\"]",
            "attNo": 2
          }
        },
        {
          "engineTestId": 531,
          "bestPracticeId": 2519,
          "attribute": "This nav does not have a unique accessible name as required when two or more nav elements are present",
          "attributeDetail": "This nav does not have a unique accessible name as required when two or more nav elements are present",
          "element": "<nav class=\"menu  widget_nav_menu\" id=\"nav_menu-3\"><span class=\"hidden\">Footer Level 2</span><div cl ... \" id=\"menu-item-11095\"><a href=\"https://www.uspis.gov/subscribe\">Subscribe</a></li></ul></div></nav>",
          "testResult": 0,
          "path": "body>footer:nth-of-type(1)>*:nth-child(2)>*:nth-child(2)",
          "fixType": "",
          "fingerprint": {
            "version": 2,
            "css": "nav[id=\"nav_menu-3\"][class=\"menu  widget_nav_menu\"]",
            "attNo": 2
          }
        },
        {
          "engineTestId": 531,
          "bestPracticeId": 2519,
          "attribute": "This nav does not have a unique accessible name as required when two or more nav elements are present",
          "attributeDetail": "This nav does not have a unique accessible name as required when two or more nav elements are present",
          "element": "<nav class=\"widget_text menu  widget_custom_html\" id=\"custom_html-2\"><span class=\"hidden\">Contact Us ... Attn: Mail Fraud<br>433 W.Harrison Street, Room 3255<br>Chicago, Il 60699-3255</address></div></nav>",
          "testResult": 0,
          "path": "body>footer:nth-of-type(1)>*:nth-child(2)>*:nth-child(3)",
          "fixType": "",
          "fingerprint": {
            "version": 2,
            "css": "nav[id=\"custom_html-2\"][class=\"widget_text menu  widget_custom_html\"]",
            "attNo": 2
          }
        },
        {
          "engineTestId": 531,
          "bestPracticeId": 2519,
          "attribute": "This nav does not have a unique accessible name as required when two or more nav elements are present",
          "attributeDetail": "This nav does not have a unique accessible name as required when two or more nav elements are present",
          "element": "<nav class=\"widget_text menu social widget_custom_html\" id=\"custom_html-3\"><span class=\"hidden\">Soci ... PeYyj8pBF4BiAPlb8KMQ\"><i aria-label=\"YouTube\" class=\"uspis-icon-social-youtube\"></i></a></div></nav>",
          "testResult": 0,
          "path": "body>footer:nth-of-type(1)>*:nth-child(2)>*:nth-child(4)",
          "fixType": "",
          "fingerprint": {
            "version": 2,
            "css": "nav[id=\"custom_html-3\"][class=\"widget_text menu social widget_custom_html\"]",
            "attNo": 2
          }
        },
        {
          "engineTestId": 533,
          "bestPracticeId": 2519,
          "attribute": "This nav does not have an accessible name as required when two or more nav elements are present",
          "attributeDetail": "This nav does not have an accessible name as required when two or more nav elements are present",
          "element": "<nav class=\"menu\" id=\"menu-menu\"><div><a itemprop=\"url\" rel=\"home\" href=\"https://www.uspis.gov/\" cla ... aria-label=\"Close Menu\" href=\"#/close\" class=\"close\"></a><div aria-label=\"Tips &amp; Prevention\" rol",
          "testResult": 0,
          "path": "body>header:nth-of-type(1)>*:nth-child(3)",
          "fixType": "",
          "fingerprint": {
            "version": 2,
            "css": "nav[id=\"menu-menu\"][class=\"menu\"]",
            "attNo": 2
          }
        },
        {
          "engineTestId": 533,
          "bestPracticeId": 2519,
          "attribute": "This nav does not have an accessible name as required when two or more nav elements are present",
          "attributeDetail": "This nav does not have an accessible name as required when two or more nav elements are present",
          "element": "<nav class=\"menu  widget_nav_menu\" id=\"nav_menu-2\"><span class=\"hidden\">Footer Level 1</span><div cl ... 9\"><a href=\"https://www.usps.com/\" rel=\"noopener\" target=\"_blank\">USPS.com</a></li></ul></div></nav>",
          "testResult": 0,
          "path": "body>footer:nth-of-type(1)>*:nth-child(2)>*:nth-child(1)",
          "fixType": "",
          "fingerprint": {
            "version": 2,
            "css": "nav[id=\"nav_menu-2\"][class=\"menu  widget_nav_menu\"]",
            "attNo": 2
          }
        },
        {
          "engineTestId": 533,
          "bestPracticeId": 2519,
          "attribute": "This nav does not have an accessible name as required when two or more nav elements are present",
          "attributeDetail": "This nav does not have an accessible name as required when two or more nav elements are present",
          "element": "<nav class=\"menu  widget_nav_menu\" id=\"nav_menu-3\"><span class=\"hidden\">Footer Level 2</span><div cl ... \" id=\"menu-item-11095\"><a href=\"https://www.uspis.gov/subscribe\">Subscribe</a></li></ul></div></nav>",
          "testResult": 0,
          "path": "body>footer:nth-of-type(1)>*:nth-child(2)>*:nth-child(2)",
          "fixType": "",
          "fingerprint": {
            "version": 2,
            "css": "nav[id=\"nav_menu-3\"][class=\"menu  widget_nav_menu\"]",
            "attNo": 2
          }
        },
        {
          "engineTestId": 533,
          "bestPracticeId": 2519,
          "attribute": "This nav does not have an accessible name as required when two or more nav elements are present",
          "attributeDetail": "This nav does not have an accessible name as required when two or more nav elements are present",
          "element": "<nav class=\"widget_text menu  widget_custom_html\" id=\"custom_html-2\"><span class=\"hidden\">Contact Us ... Attn: Mail Fraud<br>433 W.Harrison Street, Room 3255<br>Chicago, Il 60699-3255</address></div></nav>",
          "testResult": 0,
          "path": "body>footer:nth-of-type(1)>*:nth-child(2)>*:nth-child(3)",
          "fixType": "",
          "fingerprint": {
            "version": 2,
            "css": "nav[id=\"custom_html-2\"][class=\"widget_text menu  widget_custom_html\"]",
            "attNo": 2
          }
        },
        {
          "engineTestId": 533,
          "bestPracticeId": 2519,
          "attribute": "This nav does not have an accessible name as required when two or more nav elements are present",
          "attributeDetail": "This nav does not have an accessible name as required when two or more nav elements are present",
          "element": "<nav class=\"widget_text menu social widget_custom_html\" id=\"custom_html-3\"><span class=\"hidden\">Soci ... PeYyj8pBF4BiAPlb8KMQ\"><i aria-label=\"YouTube\" class=\"uspis-icon-social-youtube\"></i></a></div></nav>",
          "testResult": 0,
          "path": "body>footer:nth-of-type(1)>*:nth-child(2)>*:nth-child(4)",
          "fixType": "",
          "fingerprint": {
            "version": 2,
            "css": "nav[id=\"custom_html-3\"][class=\"widget_text menu social widget_custom_html\"]",
            "attNo": 2
          }
        }
      ]
    }
  ],
  "timeStamp": "4e0tu",
  "startTime": "2022-07-21T15:57:25",
  "presses": 0,
  "amountRead": 0,
  "testTimes": [
    [
      "tenon",
      22
    ],
    [
      "axe",
      13
    ],
    [
      "alfa",
      12
    ],
    [
      "focInd",
      1
    ],
    [
      "menuNav",
      1
    ],
    [
      "bulk",
      0
    ],
    [
      "embAc",
      0
    ],
    [
      "focAll",
      0
    ],
    [
      "focOp",
      0
    ],
    [
      "labClash",
      0
    ],
    [
      "linkUl",
      0
    ],
    [
      "radioSet",
      0
    ],
    [
      "role",
      0
    ],
    [
      "styleDiff",
      0
    ],
    [
      "tabNav",
      0
    ],
    [
      "zIndex",
      0
    ],
    [
      "continuum",
      0
    ]
  ],
  "logCount": 45,
  "logSize": 3581,
  "errorLogCount": 25,
  "errorLogSize": 2048,
  "prohibitedCount": 0,
  "visitTimeoutCount": 0,
  "visitRejectionCount": 0,
  "endTime": "2022-07-21T15:59:08",
  "elapsedSeconds": 111,
  "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": {
        "focAll": 2,
        "focInd": 9,
        "focOp": 10,
        "linkUl": 146,
        "menuNav": 284,
        "role": 2,
        "styleDiff": 19,
        "zIndex": 44
      },
      "alfa": {
        "r14": 8,
        "r2": 4,
        "r57": 8,
        "r62": 4,
        "r66": 6,
        "r69": 6,
        "r70": 4,
        "r73": 28,
        "r74": 28,
        "r78": 24,
        "r83": 4,
        "r87": 4
      },
      "continuum": {
        "40": 4,
        "89": 4,
        "252": 4,
        "531": 20,
        "533": 20
      }
    },
    "groupDetails": {
      "groups": {
        "tabFocusability": {
          "testaro": {
            "focAll": {
              "score": 1,
              "what": "Discrepancy between elements that should be and that are Tab-focusable"
            }
          }
        },
        "focusIndication": {
          "testaro": {
            "focInd": {
              "score": 9,
              "what": "Focused element displaying no or nostandard focus indicator"
            }
          }
        },
        "focusableOperable": {
          "testaro": {
            "focOp": {
              "score": 8,
              "what": "Operable elements that cannot be Tab-focused and vice versa"
            }
          }
        },
        "linkIndication": {
          "testaro": {
            "linkUl": {
              "score": 73,
              "what": "Non-underlined adjacent links"
            }
          },
          "alfa": {
            "r62": {
              "score": 2,
              "what": "Inline link is not distinct from the surrounding text except by color"
            }
          }
        },
        "menuNavigation": {
          "testaro": {
            "menuNav": {
              "score": 142,
              "what": "Nonstandard keyboard navigation among focusable menu items"
            }
          }
        },
        "roleBad": {
          "testaro": {
            "role": {
              "score": 2,
              "what": "Nonexistent or implicit-overriding role"
            }
          }
        },
        "inconsistentStyles": {
          "testaro": {
            "styleDiff": {
              "score": 5,
              "what": "Heading, link, and button style inconsistencies"
            }
          }
        },
        "zIndexNotZero": {
          "testaro": {
            "zIndex": {
              "score": 11,
              "what": "Layering with nondefault z-index values"
            }
          }
        },
        "visibleLabelNotName": {
          "alfa": {
            "r14": {
              "score": 6,
              "what": "Visible label is not in the accessible name"
            }
          }
        },
        "imageNoText": {
          "alfa": {
            "r2": {
              "score": 4,
              "what": "Image has no accessible name"
            }
          },
          "continuum": {
            "89": {
              "score": 4,
              "what": "img element has no mechanism that allows an accessible name to be calculated"
            }
          }
        },
        "contentBeyondLandmarks": {
          "alfa": {
            "r57": {
              "score": 4,
              "what": "Perceivable text content is not included in any landmark"
            }
          }
        },
        "contrastAAA": {
          "alfa": {
            "r66": {
              "score": 2,
              "what": "Text contrast less than AAA requires"
            }
          }
        },
        "contrastAA": {
          "alfa": {
            "r69": {
              "score": 5,
              "what": "Text outside widget has subminimum contrast"
            }
          }
        },
        "obsolete": {
          "alfa": {
            "r70": {
              "score": 3,
              "what": "Element is obsolete or deprecated"
            }
          }
        },
        "noLeading": {
          "alfa": {
            "r73": {
              "score": 21,
              "what": "Paragraph of text has insufficient line height"
            }
          }
        },
        "fontSizeAbsolute": {
          "alfa": {
            "r74": {
              "score": 14,
              "what": "Paragraph text has an absolute font size"
            }
          }
        },
        "headingOfNothing": {
          "alfa": {
            "r78": {
              "score": 12,
              "what": "No content between two headings of the same level"
            }
          }
        },
        "overflowHidden": {
          "alfa": {
            "r83": {
              "score": 4,
              "what": "Overflow is hidden or clipped if the text is enlarged"
            }
          }
        },
        "skipRepeatedContent": {
          "alfa": {
            "r87": {
              "score": 2,
              "what": "First focusable element is not a link to the main content"
            }
          }
        },
        "trackNoLabel": {
          "continuum": {
            "40": {
              "score": 4,
              "what": "captions track element has no label attribute set to a text value"
            }
          }
        },
        "videoNoText": {
          "continuum": {
            "252": {
              "score": 4,
              "what": "video element has no mechanism that allows an accessible name to be calculated"
            }
          }
        },
        "navConfusion": {
          "continuum": {
            "531": {
              "score": 15,
              "what": "nav element has an accessible name that is non-unique among the nav elements"
            }
          }
        },
        "navNoText": {
          "continuum": {
            "533": {
              "score": 15,
              "what": "nav element is not the only nav element but has no accessible name"
            }
          }
        }
      },
      "solos": {}
    },
    "preventionScores": {
      "axe": 100,
      "tenon": 100
    },
    "summary": {
      "total": 739,
      "log": 124,
      "preventions": 200,
      "solos": 0,
      "groups": [
        {
          "groupName": "menuNavigation",
          "score": 144
        },
        {
          "groupName": "linkIndication",
          "score": 76
        },
        {
          "groupName": "noLeading",
          "score": 23
        },
        {
          "groupName": "navConfusion",
          "score": 17
        },
        {
          "groupName": "navNoText",
          "score": 17
        },
        {
          "groupName": "fontSizeAbsolute",
          "score": 16
        },
        {
          "groupName": "headingOfNothing",
          "score": 14
        },
        {
          "groupName": "zIndexNotZero",
          "score": 13
        },
        {
          "groupName": "focusIndication",
          "score": 11
        },
        {
          "groupName": "focusableOperable",
          "score": 10
        },
        {
          "groupName": "visibleLabelNotName",
          "score": 8
        },
        {
          "groupName": "imageNoText",
          "score": 8
        },
        {
          "groupName": "inconsistentStyles",
          "score": 7
        },
        {
          "groupName": "contrastAA",
          "score": 7
        },
        {
          "groupName": "contentBeyondLandmarks",
          "score": 6
        },
        {
          "groupName": "overflowHidden",
          "score": 6
        },
        {
          "groupName": "trackNoLabel",
          "score": 6
        },
        {
          "groupName": "videoNoText",
          "score": 6
        },
        {
          "groupName": "obsolete",
          "score": 5
        },
        {
          "groupName": "roleBad",
          "score": 4
        },
        {
          "groupName": "contrastAAA",
          "score": 4
        },
        {
          "groupName": "skipRepeatedContent",
          "score": 4
        },
        {
          "groupName": "tabFocusability",
          "score": 3
        }
      ]
    }
  }
}