Accessibility test digest

Synopsis

Page: Smithsonian

URL: https://www.si.edu/

Score: 730

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

Testaro produced a report enumerating the test results.

Testilo processed the report and used the sp14a scoring procedure to compute partial and total scores for the page. The total score is 730 (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
total730
log213
linkIndication103
zIndexNotZero50
contrastAAA35
roleBad34
spontaneousMotion28
targetSize22
contrastAA20
noLeading20
buttonNoText19
linkTextsSame18
linkForcesNewWindow17
focusableHidden16
contrastRisk15
inconsistentStyles12
contentBeyondLandmarks12
visibleLabelNotName10
ariaBadAttribute7
focusIndication6
focusableOperable5
hoverSurprise5
duplicateID5
obsolete5
horizontalScrolling5
h1Missing4
headingOfNothing4
allItalics4
visibleBulk3
tabFocusability3
hiddenContentRisk3
linkConfusionRisk3
pseudoHeadingRisk3
headingStructure3
scrollRisk3
linkNoText3
linkBrokenRisk3
linkPair3
noScriptRisk3
titleRedundant3

Issue summary

Special issues

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

Classified issues

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Discussion

Although there are widely accepted accessibility standards, there is no unanimity about how to define, test, and quantify accessibility. The failures reported in this digest merit investigation as potential opportunities for improved accessibility. Investigation may lead you to conclude that some of the reported failures do not actually harm accessibility. Conversely, some substantial accessibility faults can escape detection by any of these tests. You may question the attempt to assign an accessibility score to a web page, or you may prefer weightings and formulas different from those used by sp14a. You can modify and extend Testaro and Testilo to fit other theories and priorities.

Here, in brief, is how sp14a computes a score for a page.

The precise rules of sp14a are found in the code itself.

Report

{
  "id": "4aieq-smithsonian",
  "host": {
    "id": "smithsonian",
    "which": "https://www.si.edu/",
    "what": "Smithsonian"
  },
  "log": [
    {
      "event": "startTime",
      "value": "2022-07-18T01:49:20"
    },
    {
      "event": "endTime",
      "value": "2022-07-18T01:51:27"
    }
  ],
  "script": {
    "id": "tp12",
    "what": "Alfa, Axe, HTML CodeSniffer, IBM, Tenon, WAVE, and 16 custom tests",
    "strict": true,
    "timeLimit": 300,
    "commands": [
      {
        "type": "launch",
        "which": "webkit",
        "what": "Webkit browser"
      },
      {
        "type": "url",
        "which": "https://www.si.edu/",
        "what": "Smithsonian"
      },
      {
        "type": "tenonRequest",
        "id": "a",
        "withNewContent": true,
        "what": "Tenon API version 2 test request"
      },
      {
        "type": "test",
        "which": "motion",
        "what": "spontaneous change of content; requires webkit",
        "delay": 2500,
        "interval": 2500,
        "count": 5
      },
      {
        "type": "launch",
        "which": "chromium",
        "what": "Chromium browser"
      },
      {
        "type": "url",
        "which": "https://www.si.edu/",
        "what": "Smithsonian"
      },
      {
        "type": "test",
        "which": "bulk",
        "what": "count of visible elements"
      },
      {
        "type": "test",
        "which": "embAc",
        "withItems": true,
        "what": "active elements incorrectly embedded in each other"
      },
      {
        "type": "test",
        "which": "focAll",
        "what": "Tab-focusability"
      },
      {
        "type": "test",
        "which": "focInd",
        "revealAll": false,
        "allowedDelay": 250,
        "withItems": true,
        "what": "focus indicators"
      },
      {
        "type": "test",
        "which": "focOp",
        "withItems": true,
        "what": "focusability and operability of elements"
      },
      {
        "type": "test",
        "which": "hover",
        "headSize": 20,
        "headSampleSize": 20,
        "tailSampleSize": 15,
        "withItems": true,
        "what": "hover impacts"
      },
      {
        "type": "test",
        "which": "labClash",
        "withItems": true,
        "what": "unlabeled and mislabeled form controls"
      },
      {
        "type": "test",
        "which": "linkUl",
        "withItems": true,
        "what": "underlining of inline links"
      },
      {
        "type": "test",
        "which": "menuNav",
        "withItems": true,
        "what": "keyboard navigation within true-focus menus"
      },
      {
        "type": "test",
        "which": "radioSet",
        "withItems": true,
        "what": "grouping of radio buttons in fieldsets"
      },
      {
        "type": "test",
        "which": "role",
        "what": "validity and necessity of role assignments"
      },
      {
        "type": "test",
        "which": "styleDiff",
        "withItems": true,
        "what": "style consistency of headings, buttons, and links"
      },
      {
        "type": "test",
        "which": "tabNav",
        "withItems": true,
        "what": "keyboard navigation within tab lists"
      },
      {
        "type": "test",
        "which": "zIndex",
        "withItems": true,
        "what": "elements with non-auto z indexes"
      },
      {
        "type": "test",
        "which": "alfa",
        "what": "Siteimprove alfa"
      },
      {
        "type": "test",
        "which": "axe",
        "detailLevel": 2,
        "rules": [],
        "what": "Axe core, all rules"
      },
      {
        "type": "test",
        "which": "htmlcs",
        "what": "HTML CodeSniffer"
      },
      {
        "type": "test",
        "which": "ibm",
        "withItems": true,
        "what": "IBM Accessibility Checker, with page content and again with URL"
      },
      {
        "type": "test",
        "which": "wave",
        "reportType": 4,
        "what": "WAVE, report-type 4"
      },
      {
        "type": "test",
        "which": "tenon",
        "id": "a",
        "what": "Tenon API version 2 result retrieval"
      }
    ]
  },
  "acts": [
    {
      "type": "launch",
      "which": "webkit",
      "what": "Webkit browser"
    },
    {
      "type": "url",
      "which": "https://www.si.edu/",
      "what": "Smithsonian",
      "result": "https://www.si.edu/"
    },
    {
      "type": "tenonRequest",
      "id": "a",
      "withNewContent": true,
      "what": "Tenon API version 2 test request",
      "url": "https://www.si.edu/"
    },
    {
      "type": "test",
      "which": "motion",
      "what": "motion",
      "delay": 2500,
      "interval": 2500,
      "count": 5,
      "url": "https://www.si.edu/",
      "result": {
        "bytes": [
          727187,
          233712,
          233712,
          233712,
          674074
        ],
        "localRatios": [
          3.111,
          1,
          1,
          2.884
        ],
        "meanLocalRatio": 1.999,
        "maxLocalRatio": 3.111,
        "globalRatio": 3.111,
        "pixelChanges": [
          456312,
          0,
          0,
          508204
        ],
        "meanPixelChange": 241129,
        "maxPixelChange": 508204,
        "changeFrequency": 0.5
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "Chromium browser"
    },
    {
      "type": "url",
      "which": "https://www.si.edu/",
      "what": "Smithsonian",
      "result": "https://www.si.edu/"
    },
    {
      "type": "test",
      "which": "bulk",
      "what": "count of visible elements",
      "url": "https://www.si.edu/",
      "result": {
        "visibleElements": 543
      }
    },
    {
      "type": "test",
      "which": "embAc",
      "withItems": true,
      "what": "active elements embedded in links or buttons",
      "url": "https://www.si.edu/",
      "result": {
        "totals": {
          "links": 0,
          "buttons": 0,
          "inputs": 0,
          "selects": 0
        },
        "items": []
      }
    },
    {
      "type": "test",
      "which": "focAll",
      "what": "focusable and Tab-focused elements",
      "url": "https://www.si.edu/",
      "result": {
        "tabFocusables": 116,
        "tabFocused": 115,
        "discrepancy": -1
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://www.si.edu/",
      "what": "URL",
      "result": "https://www.si.edu/"
    },
    {
      "type": "test",
      "which": "focInd",
      "revealAll": false,
      "allowedDelay": 250,
      "withItems": true,
      "what": "focus indicators",
      "url": "https://www.si.edu/",
      "result": {
        "totals": {
          "total": 116,
          "types": {
            "indicatorMissing": {
              "total": 1,
              "tagNames": {
                "A": 1
              }
            },
            "nonOutlinePresent": {
              "total": 1,
              "tagNames": {
                "BUTTON": 1
              }
            },
            "outlinePresent": {
              "total": 114,
              "meanDelay": 4,
              "tagNames": {
                "A": 108,
                "INPUT": 4,
                "BUTTON": 2
              }
            }
          }
        },
        "items": {
          "indicatorMissing": [
            {
              "tagName": "A",
              "text": "Pause"
            }
          ],
          "nonOutlinePresent": [
            {
              "tagName": "BUTTON",
              "text": "Chat With Us"
            }
          ],
          "outlinePresent": [
            {
              "tagName": "A",
              "text": "Skip to main content",
              "delay": 0
            },
            {
              "tagName": "INPUT",
              "text": "",
              "delay": 0
            },
            {
              "tagName": "BUTTON",
              "text": "Search",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Donate",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Smithsonian Institution",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Visit",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Hours and Admission",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Tips and Guidelines",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Museums and Zoo",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Accessibility",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Group Visits",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Dining",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Museum Stores",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "What's On",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Exhibitions",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Today's Events",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Online Events",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "All Events",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "IMAX Theaters",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Explore",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Art & Design",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "History & Culture",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Science & Nature",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Collections",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Blogs",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Podcasts",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Mobile Apps",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Research Resources",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Learn",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "For Kids and Teens",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "For Educators",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Youth Programs",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Fellowships and Internships",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Join Us",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Volunteer",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Citizen Science",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Work with Us",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Support",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "About Membership",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Become a Member",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Renew Your Membership",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Make a Gift",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "About",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Museums and Zoo",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Research Centers",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Cultural Centers",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Education",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Our Organization",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Reports and Plans",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Newsdesk",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Programs as diverse as our planet Smithsonian Global: 7 continents. 140 + countries Discover how our",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Sidedoor: A Smithsonian Podcast Hubble Trouble Learn how America's first large space telescope went ",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Register now! Online and Washington, D.C. National Education Summit, July 27–28 Hear from museum exp",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Smithsonian American Women Discover Her Story Stories and objects from women who have shaped America",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Create. Imagine. Discover. Smithsonian Open Access Download, share, and reuse more than 3 million 2D",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Programs as diverse as our planet Smithsonian Global: 7 continents. 140 + countries Discover how our",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Sidedoor: A Smithsonian Podcast Hubble Trouble Learn how America's first large space telescope went ",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Previous",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Next",
              "delay": 103
            },
            {
              "tagName": "A",
              "text": "museum",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "education",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "research",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Explore our vast digital resources",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "learn online",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Visit",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "hours and admission information",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "safety protocols",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Timed-entry passes",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "what's on",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "exhibitions",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "EXPLORE",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Art & Design",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "History & Culture",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Science & Nature",
              "delay": 0
            },
            {
              "tagName": "INPUT",
              "text": "",
              "delay": 0
            },
            {
              "tagName": "BUTTON",
              "text": "Search",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Smithsonian Spotlight Summer Staycation Gardening, cooking, swimming, resting, making art or looking",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Anacostia Community Museum Urban Adventure Kit: José Andrés Connect with unique places in Washington",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Smithsonian American Art Museum Hot Dog For National Hot Dog Day, this clay hot dog, made by artist ",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "National Air and Space Museum Apollo 11: One Small Step On July 20, 1969, Armstrong and Buzz Aldrin ",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Smithsonian Open Access Digital Backgrounds Put yourself in the scene! Download high-res images to u",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "National Museum of American History “Get This Man a Shield!” Equipped with a shield composed primari",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Smithsonian Spotlight A Day at the Beach A trip to the shore—without the sand in your shoes.",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Smithsonian Spotlight Dog: Museum's Best Friend Sit, stay, and explore dogs from across our collecti",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "National Museum of Natural History Whales Whales have always captured our hearts—learn more about th",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Sidedoor Podcast The Curse of the Hope Diamond We track the lore of this notorious gem through the c",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Smithsonian Sparks What If You Could Hear Space? A new project turns astronomical images into sound.",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "National Museum of Natural History Ocean Portal: All About Sharks Learn about these incredible anima",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Membership Keep the Smithsonian thriving by becoming a member today.",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Magazine Smithsonian magazine places a Smithsonian lens on the world.",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Channel Award-winning programming exploring science, nature, history, and pop culture.",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Shop Your purchase helps the Smithsonian bring exciting learning experiences to everyone.",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Travel Over 350 tours and cruises to all seven continents. Let the journey begin.",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Link to homepage",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Smithsonian 175",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Contact Us",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Press Room",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Human Resources",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Host Your Event",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Access Smithsonian",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "EEO & Supplier Diversity",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Inspector General",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Records Requests",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Privacy",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Terms of Use",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Facebook",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Instagram",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Twitter",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "YouTube",
              "delay": 0
            },
            {
              "tagName": "INPUT",
              "text": "",
              "delay": 0
            },
            {
              "tagName": "INPUT",
              "text": "",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Privacy Policy",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Terms of Use",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Back to Top",
              "delay": 0
            }
          ]
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://www.si.edu/",
      "what": "URL",
      "result": "https://www.si.edu/"
    },
    {
      "type": "test",
      "which": "focOp",
      "withItems": true,
      "what": "focusability and operability",
      "url": "https://www.si.edu/",
      "result": {
        "totals": {
          "total": 231,
          "types": {
            "onlyFocusable": {
              "total": 0,
              "tagNames": {}
            },
            "onlyOperable": {
              "total": 2,
              "tagNames": {
                "INPUT": 2
              }
            },
            "focusableAndOperable": {
              "total": 229,
              "tagNames": {
                "A": 206,
                "INPUT": 16,
                "BUTTON": 6,
                "IFRAME": 1
              }
            }
          }
        },
        "items": {
          "onlyFocusable": [],
          "onlyOperable": [
            {
              "tagName": "INPUT",
              "id": "edit-email-edan--2",
              "text": "<input autocomplete=\"off\" tabindex=\"-1\" type=\"text\" id=\"edit-email-edan--2\" name",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "INPUT",
              "id": "edit-email-edan",
              "text": "<input autocomplete=\"off\" tabindex=\"-1\" type=\"text\" id=\"edit-email-edan\" name=\"e",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            }
          ],
          "focusableAndOperable": [
            {
              "tagName": "A",
              "id": "",
              "text": "Skip to main content",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "INPUT",
              "id": "edit-edan-q--2",
              "text": "<input placeholder=\"Enter your search terms\" type=\"text\" id=\"edit-edan-q--2\" nam",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "INPUT",
              "id": "",
              "text": "<input type=\"hidden\" name=\"form_build_id\" value=\"form-mYuPJHkA4yBI0EroN1D8xxzPED",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "INPUT",
              "id": "",
              "text": "<input type=\"hidden\" name=\"form_id\" value=\"edan_searchtab_search_form\">",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "BUTTON",
              "id": "edit-submit--2",
              "text": "Search",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Donate",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Smithsonian Institution",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Visit",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Hours and Admission",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Tips and Guidelines",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Museums and Zoo",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Accessibility",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Group Visits",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Dining",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Museum Stores",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "What's On",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Exhibitions",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Current Exhibitions",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Upcoming",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Past Exhibitions",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Online Exhibitions",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Today's Events",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Online Events",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "All Events",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "IMAX Theaters",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Explore",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Art & Design",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "History & Culture",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Science & Nature",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Collections",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Open Access",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Smithsonian Snapshot",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Blogs",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Podcasts",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Mobile Apps",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Research Resources",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Libraries",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Archives",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Smithsonian Institution Archives",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Air and Space Museum",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Anacostia Community Museum",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "American Art Museum",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Archives of American Art",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Archives of American Gardens",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "American History Museum",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "American Indian Museum",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Eliot Elisofon Photographic Archives, African Art",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Freer and Sackler Archives",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Hirshhorn Archive",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "National Anthropological Archives",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "National Portrait Gallery",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Ralph Rinzler Archives, Folklife",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Libraries' Special Collections",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Learn",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "For Kids and Teens",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "For Educators",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Resources",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Field Trips",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Professional Development",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Events",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Youth Programs",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Fellowships and Internships",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Join Us",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Volunteer",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Behind-the-Scenes",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Digital Volunteers",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Smithsonian Call Center",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Visitor Information Specialist",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Docent Programs",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Citizen Science",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Work with Us",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Office of Human Resources",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Working Here",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Employee Benefits",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Job Opportunities",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "How to Apply",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Job Seekers with Disabilities",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Frequently Asked Questions",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "SI Civil Program",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Contact Us",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Affiliations",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Global Partners",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Support",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "About Membership",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Become a Member",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Renew Your Membership",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Make a Gift",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "About",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Museums and Zoo",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Research Centers",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Cultural Centers",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Education",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Our Organization",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Leadership",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Secretary Bunch",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Advancement",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Communications",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Administration",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Education",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Museums and Culture",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Science and Research",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Board of Regents",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Members",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Committees",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Reading Room",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Bylaws, Policies and Procedures",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Contact",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Schedules and Agendas",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Meeting Minutes",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Actions",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Webcasts",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "General Counsel",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Legal History",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Internships",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Records Requests",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Records Request Reading Room",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Tort Claim",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Subpoenas & Testimonies",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Events",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Equal Employment Office",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "EEO Complaint Process",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Individuals with Disabilities",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Special Emphasis Program",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Supplier Diversity Program",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Doing Business with Us",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Policies and Procedures",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Additional Resources",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Goals and Accomplishments",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Reports and Plans",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Annual Reports",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Metrics Dashboard",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Dashboard Home",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Virtual Smithsonian",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Public Engagement",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "National Collections",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Research",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "People & Operations",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "One Smithsonian",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Strategic Plan",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Newsdesk",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "News Releases",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Media Contacts",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Photos and Video",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Media Kits",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Fact Sheets",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Visitor Stats",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Secretary and Admin Bios",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Filming Requests",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "main-content",
              "text": "<a id=\"main-content\"></a>",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Programs as diverse as our planet Smithsonian Global: 7 continents. 140 + countr",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Sidedoor: A Smithsonian Podcast Hubble Trouble Learn how America's first large s",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Register now! Online and Washington, D.C. National Education Summit, July 27–28 ",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Smithsonian American Women Discover Her Story Stories and objects from women who",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Create. Imagine. Discover. Smithsonian Open Access Download, share, and reuse mo",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Programs as diverse as our planet Smithsonian Global: 7 continents. 140 + countr",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Sidedoor: A Smithsonian Podcast Hubble Trouble Learn how America's first large s",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Previous",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Next",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Pause",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "museum",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "education",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "research",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Explore our vast digital resources",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "learn online",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Visit",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "hours and admission information",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "safety protocols",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Timed-entry passes",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "what's on",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "exhibitions",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "EXPLORE",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Art & Design",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "History & Culture",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Science & Nature",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "INPUT",
              "id": "edit-edan-q",
              "text": "<input placeholder=\"Enter your search terms\" type=\"text\" id=\"edit-edan-q\" name=\"",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "INPUT",
              "id": "",
              "text": "<input type=\"hidden\" name=\"form_build_id\" value=\"form-JckrRGrK_dzoSATbKe-1CTtMeJ",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "INPUT",
              "id": "",
              "text": "<input type=\"hidden\" name=\"form_id\" value=\"edan_searchtab_search_form\">",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "BUTTON",
              "id": "edit-submit",
              "text": "Search",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Smithsonian Spotlight Summer Staycation Gardening, cooking, swimming, resting, m",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Anacostia Community Museum Urban Adventure Kit: José Andrés Connect with unique ",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Smithsonian American Art Museum Hot Dog For National Hot Dog Day, this clay hot ",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "National Air and Space Museum Apollo 11: One Small Step On July 20, 1969, Armstr",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Smithsonian Open Access Digital Backgrounds Put yourself in the scene! Download ",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "National Museum of American History “Get This Man a Shield!” Equipped with a shi",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Smithsonian Spotlight A Day at the Beach A trip to the shore—without the sand in",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Smithsonian Spotlight Dog: Museum's Best Friend Sit, stay, and explore dogs from",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "National Museum of Natural History Whales Whales have always captured our hearts",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Sidedoor Podcast The Curse of the Hope Diamond We track the lore of this notorio",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Smithsonian Sparks What If You Could Hear Space? A new project turns astronomica",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "National Museum of Natural History Ocean Portal: All About Sharks Learn about th",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Membership Keep the Smithsonian thriving by becoming a member today.",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Magazine Smithsonian magazine places a Smithsonian lens on the world.",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Channel Award-winning programming exploring science, nature, history, and pop cu",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Shop Your purchase helps the Smithsonian bring exciting learning experiences to ",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Travel Over 350 tours and cruises to all seven continents. Let the journey begin",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Link to homepage",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Smithsonian 175",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Contact Us",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Press Room",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Human Resources",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Host Your Event",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Access Smithsonian",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "EEO & Supplier Diversity",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Inspector General",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Records Requests",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Privacy",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Terms of Use",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Facebook",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Instagram",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Twitter",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "YouTube",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "INPUT",
              "id": "cons_info_component",
              "text": "<input type=\"hidden\" name=\"cons_info_component\" id=\"cons_info_component\" value=\"",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "INPUT",
              "id": "cons_email_opt_in_requested",
              "text": "<input type=\"hidden\" id=\"cons_email_opt_in_requested\" name=\"cons_email_opt_in_re",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "INPUT",
              "id": "cons_mail_opt_in",
              "text": "<input type=\"hidden\" name=\"cons_mail_opt_in\" id=\"cons_mail_opt_in\" value=\"t\">",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "INPUT",
              "id": "SURVEY_ID",
              "text": "<input type=\"hidden\" name=\"SURVEY_ID\" id=\"SURVEY_ID\" value=\"7760\">",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "INPUT",
              "id": "source",
              "text": "<input type=\"hidden\" name=\"source\" id=\"source\" value=\"sioa_sig_siedu\">",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "INPUT",
              "id": "sub_source",
              "text": "<input type=\"hidden\" name=\"sub_source\" id=\"sub_source\" value=\"web_I_P_N_TXT-SIGN",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "INPUT",
              "id": "cons_email_opt_in",
              "text": "<input type=\"checkbox\" name=\"cons_email_opt_in\" id=\"cons_email_opt_in\" checked=\"",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "INPUT",
              "id": "denySubmit",
              "text": "<input type=\"text\" name=\"denySubmit\" id=\"denySubmit\" value=\"\">",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "INPUT",
              "id": "cons_email",
              "text": "<input type=\"text\" name=\"cons_email\" id=\"cons_email\" value=\"\" size=\"45\" maxlengt",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "INPUT",
              "id": "ACTION_SUBMIT_SURVEY_RESPONSE",
              "text": "<input type=\"submit\" name=\"ACTION_SUBMIT_SURVEY_RESPONSE\" id=\"ACTION_SUBMIT_SURV",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Privacy Policy",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Terms of Use",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "#back-top-top",
              "text": "Back to Top",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "BUTTON",
              "id": "cboxPrevious",
              "text": "<button type=\"button\" id=\"cboxPrevious\" style=\"cursor: default;\"></button>",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "BUTTON",
              "id": "cboxNext",
              "text": "<button type=\"button\" id=\"cboxNext\" style=\"cursor: default;\"></button>",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "BUTTON",
              "id": "cboxSlideshow",
              "text": "<button type=\"button\" id=\"cboxSlideshow\" style=\"cursor: default;\"></button>",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "BUTTON",
              "id": "",
              "text": "Chat With Us",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "IFRAME",
              "id": "",
              "text": "<iframe src=\"https://bid.g.doubleclick.net/xbbe/pixel?d=KAE\" style=\"display: non",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            }
          ]
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://www.si.edu/",
      "what": "URL",
      "result": "https://www.si.edu/"
    },
    {
      "type": "test",
      "which": "hover",
      "headSize": 20,
      "headSampleSize": 20,
      "tailSampleSize": 15,
      "withItems": true,
      "what": "hover-caused content changes",
      "url": "https://www.si.edu/",
      "result": {
        "totals": {
          "triggers": 195,
          "headTriggers": 20,
          "tailTriggers": 175,
          "impactTriggers": 1,
          "additions": 0,
          "removals": 0,
          "opacityChanges": 1,
          "opacityImpact": 14,
          "unhoverables": 9
        },
        "items": {
          "head": {
            "impactTriggers": [
              {
                "tagName": "LI",
                "text": "VisitHoursandAdmissionTipsandGuidelinesMuseumsandZ",
                "additions": 0,
                "removals": 0,
                "opacityChanges": 1,
                "opacityImpact": 14
              }
            ],
            "unhoverables": [
              {
                "tagName": "A",
                "id": "",
                "text": "Skiptomaincontent"
              }
            ]
          },
          "tail": {
            "impactTriggers": [],
            "unhoverables": [
              {
                "tagName": "A",
                "id": "",
                "text": "Science&Nature"
              },
              {
                "tagName": "LI",
                "id": "menu-3768-1",
                "text": "VolunteerBehind-the-ScenesDigitalVolunteersSmithso"
              },
              {
                "tagName": "A",
                "id": "",
                "text": "Exhibitions"
              },
              {
                "tagName": "LI",
                "id": "menu-3129-1",
                "text": "CollectionsOpenAccessSmithsonianSnapshot"
              },
              {
                "tagName": "A",
                "id": "",
                "text": "Newsdesk"
              },
              {
                "tagName": "LI",
                "id": "menu-18583-1",
                "text": "AboutMembership"
              },
              {
                "tagName": "LI",
                "id": "menu-4473-1",
                "text": "FellowshipsandInternships"
              },
              {
                "tagName": "LI",
                "id": "menu-3877-1",
                "text": "MobileApps"
              }
            ]
          }
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://www.si.edu/",
      "what": "URL",
      "result": "https://www.si.edu/"
    },
    {
      "type": "test",
      "which": "labClash",
      "withItems": true,
      "what": "labeling inconsistencies",
      "url": "https://www.si.edu/",
      "result": {
        "totals": {
          "mislabeled": 0,
          "unlabeled": 3,
          "wellLabeled": 11
        },
        "items": {
          "mislabeled": [],
          "unlabeled": [
            {
              "index": 10,
              "tagName": "BUTTON",
              "type": "button",
              "content": "{<button type=\"button\" id=\"cboxPrevious\"></button>}"
            },
            {
              "index": 11,
              "tagName": "BUTTON",
              "type": "button",
              "content": "{<button type=\"button\" id=\"cboxNext\"></button>}"
            },
            {
              "index": 12,
              "tagName": "BUTTON",
              "type": "button",
              "content": "{<button type=\"button\" id=\"cboxSlideshow\"></button>}"
            }
          ],
          "wellLabeled": [
            {
              "index": 0,
              "tagName": "INPUT",
              "type": "text",
              "labelType": "label",
              "texts": {
                "label": [
                  "Search"
                ]
              }
            },
            {
              "index": 1,
              "tagName": "INPUT",
              "type": "text",
              "labelType": "label",
              "texts": {
                "label": [
                  "What is 2+5?"
                ]
              }
            },
            {
              "index": 2,
              "tagName": "BUTTON",
              "type": "submit",
              "texts": {
                "content": "Search"
              }
            },
            {
              "index": 3,
              "tagName": "INPUT",
              "type": "text",
              "labelType": "label",
              "texts": {
                "label": [
                  "Search"
                ]
              }
            },
            {
              "index": 4,
              "tagName": "INPUT",
              "type": "text",
              "labelType": "label",
              "texts": {
                "label": [
                  "What is 2+5?"
                ]
              }
            },
            {
              "index": 5,
              "tagName": "BUTTON",
              "type": "submit",
              "texts": {
                "content": "Search"
              }
            },
            {
              "index": 6,
              "tagName": "INPUT",
              "type": "checkbox",
              "labelType": "label",
              "texts": {
                "label": [
                  "Yes, I would like to receive email from the Smithsonian."
                ]
              }
            },
            {
              "index": 7,
              "tagName": "INPUT",
              "type": "text",
              "labelType": "label",
              "texts": {
                "label": [
                  "Deny submit"
                ]
              }
            },
            {
              "index": 8,
              "tagName": "INPUT",
              "type": "text",
              "labelType": "label",
              "texts": {
                "label": [
                  "Sign up for Smithsonian e-news:"
                ]
              }
            },
            {
              "index": 9,
              "tagName": "INPUT",
              "type": "submit",
              "texts": {
                "content": "Join"
              }
            },
            {
              "index": 13,
              "tagName": "BUTTON",
              "type": "submit",
              "labelType": "aria-label",
              "texts": {
                "attribute": "open chat",
                "content": "Chat With Us"
              }
            }
          ]
        }
      }
    },
    {
      "type": "test",
      "which": "linkUl",
      "withItems": true,
      "what": "adjacent-link underlining",
      "url": "https://www.si.edu/",
      "result": {
        "totals": {
          "links": 206,
          "adjacent": {
            "total": 101,
            "underlined": 0,
            "underlinedPercent": 0
          }
        },
        "items": {
          "underlined": [],
          "notUnderlined": [
            "Skip to main content",
            "Donate",
            "Smithsonian Institution",
            "Visit",
            "What's On",
            "Exhibitions",
            "Today's Events",
            "Online Events",
            "All Events",
            "IMAX Theaters",
            "Explore",
            "Art & Design",
            "History & Culture",
            "Science & Nature",
            "Collections",
            "Blogs",
            "Podcasts",
            "Mobile Apps",
            "Research Resources",
            "Libraries",
            "Archives",
            "Learn",
            "For Kids and Teens",
            "For Educators",
            "Youth Programs",
            "Fellowships and Internships",
            "Join Us",
            "Volunteer",
            "Citizen Science",
            "Work with Us",
            "Office of Human Resources",
            "Affiliations",
            "Global Partners",
            "Support",
            "About",
            "Museums and Zoo",
            "Research Centers",
            "Cultural Centers",
            "Education",
            "Our Organization",
            "Leadership",
            "Board of Regents",
            "General Counsel",
            "Legal History",
            "Internships",
            "Records Requests",
            "Records Request Reading Room",
            "Tort Claim",
            "Subpoenas & Testimonies",
            "Events",
            "Equal Employment Office",
            "EEO Complaint Process",
            "Individuals with Disabilities",
            "Special Emphasis Program",
            "Supplier Diversity Program",
            "Reports and Plans",
            "Annual Reports",
            "Metrics Dashboard",
            "Strategic Plan",
            "Newsdesk",
            "",
            "Programs as diverse as our planet Smithsonian Global: 7 continents. 140 + countries Discover how our people and programs are making a difference across the world.",
            "Sidedoor: A Smithsonian Podcast Hubble Trouble Learn how America's first large space telescope went from a \"billion-dollar blunder\" to one of history's most important scientific instruments.",
            "Register now! Online and Washington, D.C. National Education Summit, July 27–28 Hear from museum experts and teacher practitioners in 30+ free online and in-person skill-building workshops.",
            "Smithsonian American Women Discover Her Story Stories and objects from women who have shaped America.",
            "Create. Imagine. Discover. Smithsonian Open Access Download, share, and reuse more than 3 million 2D and 3D digital items from the Smithsonian’s collections.",
            "Programs as diverse as our planet Smithsonian Global: 7 continents. 140 + countries Discover how our people and programs are making a difference across the world.",
            "Sidedoor: A Smithsonian Podcast Hubble Trouble Learn how America's first large space telescope went from a \"billion-dollar blunder\" to one of history's most important scientific instruments.",
            "Pause",
            "museum",
            "education",
            "research",
            "Explore our vast digital resources",
            "learn online",
            "Visit",
            "hours and admission information",
            "safety protocols",
            "Timed-entry passes",
            "what's on",
            "exhibitions",
            "Smithsonian Spotlight Summer Staycation Gardening, cooking, swimming, resting, making art or looking at it—appreciating the days of summer without traveling far.",
            "Anacostia Community Museum Urban Adventure Kit: José Andrés Connect with unique places in Washington, D.C., through the eyes of chef and humanitarian José Andrés.",
            "Smithsonian American Art Museum Hot Dog For National Hot Dog Day, this clay hot dog, made by artist Betty Spindler, looks good enough to eat.",
            "National Air and Space Museum Apollo 11: One Small Step On July 20, 1969, Armstrong and Buzz Aldrin landed in the Lunar Module Eagle and became the first humans to step foot on the moon.",
            "Smithsonian Open Access Digital Backgrounds Put yourself in the scene! Download high-res images to use as your video meeting or desktop background.",
            "National Museum of American History “Get This Man a Shield!” Equipped with a shield composed primarily of vibranium from the African nation Wakanda, Captain America fought the forces of evil.",
            "Smithsonian Spotlight A Day at the Beach A trip to the shore—without the sand in your shoes.",
            "Smithsonian Spotlight Dog: Museum's Best Friend Sit, stay, and explore dogs from across our collections.",
            "National Museum of Natural History Whales Whales have always captured our hearts—learn more about them and other cetaceans on Ocean Portal.",
            "Sidedoor Podcast The Curse of the Hope Diamond We track the lore of this notorious gem through the centuries.",
            "Smithsonian Sparks What If You Could Hear Space? A new project turns astronomical images into sound.",
            "National Museum of Natural History Ocean Portal: All About Sharks Learn about these incredible animals—and the ecosystems in which they play a role.",
            "Membership Keep the Smithsonian thriving by becoming a member today.",
            "Magazine Smithsonian magazine places a Smithsonian lens on the world.",
            "Channel Award-winning programming exploring science, nature, history, and pop culture.",
            "Shop Your purchase helps the Smithsonian bring exciting learning experiences to everyone.",
            "Travel Over 350 tours and cruises to all seven continents. Let the journey begin.",
            "Link to homepage",
            "Privacy Policy",
            "Terms of Use",
            "Back to Top"
          ]
        }
      }
    },
    {
      "type": "test",
      "which": "menuNav",
      "withItems": true,
      "what": "keyboard navigation between focusable menu items",
      "url": "https://www.si.edu/",
      "result": {
        "totals": {
          "navigations": {
            "all": {
              "total": 0,
              "correct": 0,
              "incorrect": 0
            },
            "specific": {
              "tab": {
                "total": 0,
                "correct": 0,
                "incorrect": 0
              },
              "left": {
                "total": 0,
                "correct": 0,
                "incorrect": 0
              },
              "right": {
                "total": 0,
                "correct": 0,
                "incorrect": 0
              },
              "up": {
                "total": 0,
                "correct": 0,
                "incorrect": 0
              },
              "down": {
                "total": 0,
                "correct": 0,
                "incorrect": 0
              },
              "home": {
                "total": 0,
                "correct": 0,
                "incorrect": 0
              },
              "end": {
                "total": 0,
                "correct": 0,
                "incorrect": 0
              }
            }
          },
          "menuItems": {
            "total": 0,
            "correct": 0,
            "incorrect": 0
          },
          "menus": {
            "total": 0,
            "correct": 0,
            "incorrect": 0
          }
        },
        "menuItems": {
          "incorrect": [],
          "correct": []
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://www.si.edu/",
      "what": "URL",
      "result": "https://www.si.edu/"
    },
    {
      "type": "test",
      "which": "radioSet",
      "withItems": true,
      "what": "fieldset grouping of radio buttons",
      "url": "https://www.si.edu/",
      "result": {
        "totals": {
          "total": 0,
          "inSet": 0,
          "percent": "N.A."
        },
        "items": {
          "inSet": [],
          "notInSet": []
        }
      }
    },
    {
      "type": "test",
      "which": "role",
      "what": "roles",
      "url": "https://www.si.edu/",
      "result": {
        "roleElements": 25,
        "badRoleElements": 21,
        "redundantRoleElements": 0,
        "tagNames": {
          "HEADER": {
            "banner": {
              "bad": 1,
              "redundant": 0
            }
          },
          "DIV": {
            "main": {
              "bad": 1,
              "redundant": 0
            },
            "article": {
              "bad": 19,
              "redundant": 0
            }
          }
        }
      }
    },
    {
      "type": "test",
      "which": "styleDiff",
      "withItems": true,
      "what": "style inconsistencies",
      "url": "https://www.si.edu/",
      "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": 6,
            "subtotals": [
              2,
              1,
              1,
              1,
              1
            ]
          },
          "adjacentLink": {
            "total": 101,
            "subtotals": [
              57,
              28,
              5,
              4,
              3,
              2,
              1,
              1
            ]
          },
          "listLink": {
            "total": 105,
            "subtotals": [
              84,
              11,
              4,
              4,
              2
            ]
          },
          "h1": {
            "total": 1
          },
          "h2": {
            "total": 11,
            "subtotals": [
              7,
              2,
              2
            ]
          },
          "h3": {
            "total": 21,
            "subtotals": [
              17,
              3,
              1
            ]
          }
        },
        "items": {
          "button": {
            "fontWeight": {
              "400": [
                "Search",
                "",
                "",
                ""
              ],
              "600": [
                "Search"
              ],
              "700": [
                "Chat With Us"
              ]
            },
            "height": {
              "36px": [
                "Search"
              ],
              "54px": [
                "Search"
              ],
              "25px": [
                "",
                ""
              ],
              "auto": [
                ""
              ],
              "45.1484px": [
                "Chat With Us"
              ]
            },
            "lineHeight": {
              "27px": [
                "Search",
                "",
                "",
                ""
              ],
              "24px": [
                "Search",
                "Chat With Us"
              ]
            }
          },
          "adjacentLink": {
            "fontStyle": {
              "normal": [
                "Skip to main content",
                "Donate",
                "Smithsonian Institution",
                "Visit",
                "What's On",
                "Exhibitions",
                "Today's Events",
                "Online Events",
                "All Events",
                "IMAX Theaters",
                "Explore",
                "Art & Design",
                "History & Culture",
                "Science & Nature",
                "Collections",
                "Blogs",
                "Podcasts",
                "Mobile Apps",
                "Research Resources",
                "Libraries",
                "Archives",
                "Learn",
                "For Kids and Teens",
                "For Educators",
                "Youth Programs",
                "Fellowships and Internships",
                "Join Us",
                "Volunteer",
                "Citizen Science",
                "Work with Us",
                "Office of Human Resources",
                "Affiliations",
                "Global Partners",
                "Support",
                "About",
                "Museums and Zoo",
                "Research Centers",
                "Cultural Centers",
                "Education",
                "Our Organization",
                "Leadership",
                "Board of Regents",
                "General Counsel",
                "Legal History",
                "Internships",
                "Records Requests",
                "Records Request Reading Room",
                "Tort Claim",
                "Subpoenas & Testimonies",
                "Events",
                "Equal Employment Office",
                "EEO Complaint Process",
                "Individuals with Disabilities",
                "Special Emphasis Program",
                "Supplier Diversity Program",
                "Reports and Plans",
                "Annual Reports",
                "Metrics Dashboard",
                "Strategic Plan",
                "Newsdesk",
                "",
                "Programs as diverse as our planet            Smithsonian Global: 7 continents. 140 + countries                              Discover how our people and programs are making a difference across the world.",
                "Sidedoor: A Smithsonian Podcast            Hubble Trouble                              Learn how America's first large space telescope went from a \"billion-dollar blunder\" to one of history's most important scientific instruments.",
                "Register now! Online and Washington, D.C.            National Education Summit, July 27–28                              Hear from museum experts and teacher practitioners in 30+ free online and in-person skill-building workshops.",
                "Smithsonian American Women            Discover Her Story                              Stories and objects from women who have shaped America.",
                "Create. Imagine. Discover.            Smithsonian Open Access                              Download, share, and reuse more than 3 million 2D and 3D digital items from the Smithsonian’s collections.",
                "Programs as diverse as our planet            Smithsonian Global: 7 continents. 140 + countries                              Discover how our people and programs are making a difference across the world.",
                "Sidedoor: A Smithsonian Podcast            Hubble Trouble                              Learn how America's first large space telescope went from a \"billion-dollar blunder\" to one of history's most important scientific instruments.",
                "Pause",
                "Visit",
                "hours and admission information",
                "safety protocols",
                "Timed-entry passes",
                "what's on",
                "exhibitions",
                "Smithsonian Spotlight            Summer Staycation            Gardening, cooking, swimming, resting, making art or looking at it—appreciating the days of summer without traveling far.",
                "Anacostia Community Museum            Urban Adventure Kit: José Andrés            Connect with unique places in Washington, D.C., through the eyes of chef and humanitarian José Andrés.",
                "Smithsonian American Art Museum            Hot Dog            For National Hot Dog Day, this clay hot dog, made by artist Betty Spindler, looks good enough to eat.",
                "National Air and Space Museum            Apollo 11: One Small Step            On July 20, 1969, Armstrong and Buzz Aldrin landed in the Lunar Module Eagle and became the first humans to step foot on the moon.",
                "Smithsonian Open Access            Digital Backgrounds            Put yourself in the scene! Download high-res images to use as your video meeting or desktop background.",
                "National Museum of American History            “Get This Man a Shield!”            Equipped with a shield composed primarily of vibranium from the African nation Wakanda, Captain America fought the forces of evil.",
                "Smithsonian Spotlight            A Day at the Beach            A trip to the shore—without the sand in your shoes.",
                "Smithsonian Spotlight            Dog: Museum's Best Friend            Sit, stay, and explore dogs from across our collections.",
                "National Museum of Natural History            Whales            Whales have always captured our hearts—learn more about them and other cetaceans on Ocean Portal.",
                "Sidedoor Podcast            The Curse of the Hope Diamond            We track the lore of this notorious gem through the centuries.",
                "Smithsonian Sparks            What If You Could Hear Space?            A new project turns astronomical images into sound.",
                "National Museum of Natural History            Ocean Portal: All About Sharks            Learn about these incredible animals—and the ecosystems in which they play a role.",
                "Membership           Keep the Smithsonian thriving by becoming a member today.",
                "Magazine           Smithsonian magazine places a Smithsonian lens on the world.",
                "Channel           Award-winning programming exploring science, nature, history, and pop culture.",
                "Shop           Your purchase helps the Smithsonian bring exciting learning experiences to everyone.",
                "Travel           Over 350 tours and cruises to all seven continents. Let the journey begin.",
                "Link to homepage",
                "Back to Top"
              ],
              "italic": [
                "museum",
                "education",
                "research",
                "Explore our vast digital resources",
                "learn online",
                "Privacy Policy",
                "Terms of Use"
              ]
            },
            "fontWeight": {
              "400": [
                "Skip to main content",
                "",
                "Programs as diverse as our planet            Smithsonian Global: 7 continents. 140 + countries                              Discover how our people and programs are making a difference across the world.",
                "Sidedoor: A Smithsonian Podcast            Hubble Trouble                              Learn how America's first large space telescope went from a \"billion-dollar blunder\" to one of history's most important scientific instruments.",
                "Register now! Online and Washington, D.C.            National Education Summit, July 27–28                              Hear from museum experts and teacher practitioners in 30+ free online and in-person skill-building workshops.",
                "Smithsonian American Women            Discover Her Story                              Stories and objects from women who have shaped America.",
                "Create. Imagine. Discover.            Smithsonian Open Access                              Download, share, and reuse more than 3 million 2D and 3D digital items from the Smithsonian’s collections.",
                "Programs as diverse as our planet            Smithsonian Global: 7 continents. 140 + countries                              Discover how our people and programs are making a difference across the world.",
                "Sidedoor: A Smithsonian Podcast            Hubble Trouble                              Learn how America's first large space telescope went from a \"billion-dollar blunder\" to one of history's most important scientific instruments.",
                "Pause",
                "Timed-entry passes",
                "Smithsonian Spotlight            Summer Staycation            Gardening, cooking, swimming, resting, making art or looking at it—appreciating the days of summer without traveling far.",
                "Anacostia Community Museum            Urban Adventure Kit: José Andrés            Connect with unique places in Washington, D.C., through the eyes of chef and humanitarian José Andrés.",
                "Smithsonian American Art Museum            Hot Dog            For National Hot Dog Day, this clay hot dog, made by artist Betty Spindler, looks good enough to eat.",
                "National Air and Space Museum            Apollo 11: One Small Step            On July 20, 1969, Armstrong and Buzz Aldrin landed in the Lunar Module Eagle and became the first humans to step foot on the moon.",
                "Smithsonian Open Access            Digital Backgrounds            Put yourself in the scene! Download high-res images to use as your video meeting or desktop background.",
                "National Museum of American History            “Get This Man a Shield!”            Equipped with a shield composed primarily of vibranium from the African nation Wakanda, Captain America fought the forces of evil.",
                "Smithsonian Spotlight            A Day at the Beach            A trip to the shore—without the sand in your shoes.",
                "Smithsonian Spotlight            Dog: Museum's Best Friend            Sit, stay, and explore dogs from across our collections.",
                "National Museum of Natural History            Whales            Whales have always captured our hearts—learn more about them and other cetaceans on Ocean Portal.",
                "Sidedoor Podcast            The Curse of the Hope Diamond            We track the lore of this notorious gem through the centuries.",
                "Smithsonian Sparks            What If You Could Hear Space?            A new project turns astronomical images into sound.",
                "National Museum of Natural History            Ocean Portal: All About Sharks            Learn about these incredible animals—and the ecosystems in which they play a role.",
                "Membership           Keep the Smithsonian thriving by becoming a member today.",
                "Magazine           Smithsonian magazine places a Smithsonian lens on the world.",
                "Channel           Award-winning programming exploring science, nature, history, and pop culture.",
                "Shop           Your purchase helps the Smithsonian bring exciting learning experiences to everyone.",
                "Travel           Over 350 tours and cruises to all seven continents. Let the journey begin.",
                "Link to homepage",
                "Privacy Policy",
                "Terms of Use"
              ],
              "500": [
                "Visit",
                "What's On",
                "Exhibitions",
                "Today's Events",
                "Online Events",
                "All Events",
                "IMAX Theaters",
                "Explore",
                "Art & Design",
                "History & Culture",
                "Science & Nature",
                "Collections",
                "Blogs",
                "Podcasts",
                "Mobile Apps",
                "Research Resources",
                "Libraries",
                "Archives",
                "Learn",
                "For Kids and Teens",
                "For Educators",
                "Youth Programs",
                "Fellowships and Internships",
                "Join Us",
                "Volunteer",
                "Citizen Science",
                "Work with Us",
                "Office of Human Resources",
                "Affiliations",
                "Global Partners",
                "Support",
                "About",
                "Museums and Zoo",
                "Research Centers",
                "Cultural Centers",
                "Education",
                "Our Organization",
                "Leadership",
                "Board of Regents",
                "General Counsel",
                "Legal History",
                "Internships",
                "Records Requests",
                "Records Request Reading Room",
                "Tort Claim",
                "Subpoenas & Testimonies",
                "Events",
                "Equal Employment Office",
                "EEO Complaint Process",
                "Individuals with Disabilities",
                "Special Emphasis Program",
                "Supplier Diversity Program",
                "Reports and Plans",
                "Annual Reports",
                "Metrics Dashboard",
                "Strategic Plan",
                "Newsdesk"
              ],
              "600": [
                "Donate",
                "Smithsonian Institution",
                "Visit"
              ],
              "700": [
                "museum",
                "education",
                "research",
                "Explore our vast digital resources",
                "learn online",
                "hours and admission information",
                "safety protocols",
                "what's on",
                "exhibitions",
                "Back to Top"
              ]
            },
            "opacity": {
              "0": [
                "Back to Top"
              ],
              "1": [
                "Skip to main content",
                "Donate",
                "Smithsonian Institution",
                "Visit",
                "What's On",
                "Exhibitions",
                "Today's Events",
                "Online Events",
                "All Events",
                "IMAX Theaters",
                "Explore",
                "Art & Design",
                "History & Culture",
                "Science & Nature",
                "Collections",
                "Blogs",
                "Podcasts",
                "Mobile Apps",
                "Research Resources",
                "Libraries",
                "Archives",
                "Learn",
                "For Kids and Teens",
                "For Educators",
                "Youth Programs",
                "Fellowships and Internships",
                "Join Us",
                "Volunteer",
                "Citizen Science",
                "Work with Us",
                "Office of Human Resources",
                "Affiliations",
                "Global Partners",
                "Support",
                "About",
                "Museums and Zoo",
                "Research Centers",
                "Cultural Centers",
                "Education",
                "Our Organization",
                "Leadership",
                "Board of Regents",
                "General Counsel",
                "Legal History",
                "Internships",
                "Records Requests",
                "Records Request Reading Room",
                "Tort Claim",
                "Subpoenas & Testimonies",
                "Events",
                "Equal Employment Office",
                "EEO Complaint Process",
                "Individuals with Disabilities",
                "Special Emphasis Program",
                "Supplier Diversity Program",
                "Reports and Plans",
                "Annual Reports",
                "Metrics Dashboard",
                "Strategic Plan",
                "Newsdesk",
                "",
                "Programs as diverse as our planet            Smithsonian Global: 7 continents. 140 + countries                              Discover how our people and programs are making a difference across the world.",
                "Sidedoor: A Smithsonian Podcast            Hubble Trouble                              Learn how America's first large space telescope went from a \"billion-dollar blunder\" to one of history's most important scientific instruments.",
                "Register now! Online and Washington, D.C.            National Education Summit, July 27–28                              Hear from museum experts and teacher practitioners in 30+ free online and in-person skill-building workshops.",
                "Smithsonian American Women            Discover Her Story                              Stories and objects from women who have shaped America.",
                "Create. Imagine. Discover.            Smithsonian Open Access                              Download, share, and reuse more than 3 million 2D and 3D digital items from the Smithsonian’s collections.",
                "Programs as diverse as our planet            Smithsonian Global: 7 continents. 140 + countries                              Discover how our people and programs are making a difference across the world.",
                "Sidedoor: A Smithsonian Podcast            Hubble Trouble                              Learn how America's first large space telescope went from a \"billion-dollar blunder\" to one of history's most important scientific instruments.",
                "museum",
                "education",
                "research",
                "Explore our vast digital resources",
                "learn online",
                "Visit",
                "hours and admission information",
                "safety protocols",
                "Timed-entry passes",
                "what's on",
                "exhibitions",
                "Smithsonian Spotlight            Summer Staycation            Gardening, cooking, swimming, resting, making art or looking at it—appreciating the days of summer without traveling far.",
                "Anacostia Community Museum            Urban Adventure Kit: José Andrés            Connect with unique places in Washington, D.C., through the eyes of chef and humanitarian José Andrés.",
                "Smithsonian American Art Museum            Hot Dog            For National Hot Dog Day, this clay hot dog, made by artist Betty Spindler, looks good enough to eat.",
                "National Air and Space Museum            Apollo 11: One Small Step            On July 20, 1969, Armstrong and Buzz Aldrin landed in the Lunar Module Eagle and became the first humans to step foot on the moon.",
                "Smithsonian Open Access            Digital Backgrounds            Put yourself in the scene! Download high-res images to use as your video meeting or desktop background.",
                "National Museum of American History            “Get This Man a Shield!”            Equipped with a shield composed primarily of vibranium from the African nation Wakanda, Captain America fought the forces of evil.",
                "Smithsonian Spotlight            A Day at the Beach            A trip to the shore—without the sand in your shoes.",
                "Smithsonian Spotlight            Dog: Museum's Best Friend            Sit, stay, and explore dogs from across our collections.",
                "National Museum of Natural History            Whales            Whales have always captured our hearts—learn more about them and other cetaceans on Ocean Portal.",
                "Sidedoor Podcast            The Curse of the Hope Diamond            We track the lore of this notorious gem through the centuries.",
                "Smithsonian Sparks            What If You Could Hear Space?            A new project turns astronomical images into sound.",
                "National Museum of Natural History            Ocean Portal: All About Sharks            Learn about these incredible animals—and the ecosystems in which they play a role.",
                "Membership           Keep the Smithsonian thriving by becoming a member today.",
                "Magazine           Smithsonian magazine places a Smithsonian lens on the world.",
                "Channel           Award-winning programming exploring science, nature, history, and pop culture.",
                "Shop           Your purchase helps the Smithsonian bring exciting learning experiences to everyone.",
                "Travel           Over 350 tours and cruises to all seven continents. Let the journey begin.",
                "Link to homepage",
                "Privacy Policy",
                "Terms of Use"
              ],
              "0.6": [
                "Pause"
              ]
            }
          },
          "listLink": {
            "fontWeight": {
              "400": [
                "Previous",
                "Next",
                "Smithsonian 175",
                "Contact Us",
                "Press Room",
                "Human Resources",
                "Host Your Event",
                "Access Smithsonian",
                "EEO & Supplier Diversity",
                "Inspector General",
                "Records Requests",
                "Privacy",
                "Terms of Use",
                "Facebook",
                "Instagram",
                "Twitter",
                "YouTube"
              ],
              "500": [
                "Hours and Admission",
                "Tips and Guidelines",
                "Museums and Zoo",
                "Accessibility",
                "Group Visits",
                "Dining",
                "Museum Stores",
                "Current Exhibitions",
                "Upcoming",
                "Past Exhibitions",
                "Online Exhibitions",
                "Open Access",
                "Smithsonian Snapshot",
                "Smithsonian Institution Archives",
                "Air and Space Museum",
                "Anacostia Community Museum",
                "American Art Museum",
                "Archives of American Art",
                "Archives of American Gardens",
                "American History Museum",
                "American Indian Museum",
                "Eliot Elisofon Photographic Archives, African Art",
                "Freer and Sackler Archives",
                "Hirshhorn Archive",
                "National Anthropological Archives",
                "National Portrait Gallery",
                "Ralph Rinzler Archives, Folklife",
                "Libraries' Special Collections",
                "Resources",
                "Field Trips",
                "Professional Development",
                "Events",
                "Behind-the-Scenes",
                "Digital Volunteers",
                "Smithsonian Call Center",
                "Visitor Information Specialist",
                "Docent Programs",
                "Working Here",
                "Employee Benefits",
                "Job Opportunities",
                "How to Apply",
                "Job Seekers with Disabilities",
                "Frequently Asked Questions",
                "SI Civil Program",
                "Contact Us",
                "About Membership",
                "Become a Member",
                "Renew Your Membership",
                "Make a Gift",
                "Secretary Bunch",
                "Advancement",
                "Communications",
                "Administration",
                "Education",
                "Museums and Culture",
                "Science and Research",
                "Members",
                "Committees",
                "Reading Room",
                "Bylaws, Policies and Procedures",
                "Contact",
                "Schedules and Agendas",
                "Meeting Minutes",
                "Actions",
                "Webcasts",
                "Doing Business with Us",
                "Policies and Procedures",
                "Additional Resources",
                "Goals and Accomplishments",
                "Dashboard Home",
                "Virtual Smithsonian",
                "Public Engagement",
                "National Collections",
                "Research",
                "People & Operations",
                "One Smithsonian",
                "News Releases",
                "Media Contacts",
                "Photos and Video",
                "Media Kits",
                "Fact Sheets",
                "Visitor Stats",
                "Secretary and Admin Bios",
                "Filming Requests"
              ],
              "600": [
                "EXPLORE",
                "Art & Design",
                "History & Culture",
                "Science & Nature"
              ]
            },
            "opacity": {
              "1": [
                "Hours and Admission",
                "Tips and Guidelines",
                "Museums and Zoo",
                "Accessibility",
                "Group Visits",
                "Dining",
                "Museum Stores",
                "Current Exhibitions",
                "Upcoming",
                "Past Exhibitions",
                "Online Exhibitions",
                "Open Access",
                "Smithsonian Snapshot",
                "Smithsonian Institution Archives",
                "Air and Space Museum",
                "Anacostia Community Museum",
                "American Art Museum",
                "Archives of American Art",
                "Archives of American Gardens",
                "American History Museum",
                "American Indian Museum",
                "Eliot Elisofon Photographic Archives, African Art",
                "Freer and Sackler Archives",
                "Hirshhorn Archive",
                "National Anthropological Archives",
                "National Portrait Gallery",
                "Ralph Rinzler Archives, Folklife",
                "Libraries' Special Collections",
                "Resources",
                "Field Trips",
                "Professional Development",
                "Events",
                "Behind-the-Scenes",
                "Digital Volunteers",
                "Smithsonian Call Center",
                "Visitor Information Specialist",
                "Docent Programs",
                "Working Here",
                "Employee Benefits",
                "Job Opportunities",
                "How to Apply",
                "Job Seekers with Disabilities",
                "Frequently Asked Questions",
                "SI Civil Program",
                "Contact Us",
                "About Membership",
                "Become a Member",
                "Renew Your Membership",
                "Make a Gift",
                "Secretary Bunch",
                "Advancement",
                "Communications",
                "Administration",
                "Education",
                "Museums and Culture",
                "Science and Research",
                "Members",
                "Committees",
                "Reading Room",
                "Bylaws, Policies and Procedures",
                "Contact",
                "Schedules and Agendas",
                "Meeting Minutes",
                "Actions",
                "Webcasts",
                "Doing Business with Us",
                "Policies and Procedures",
                "Additional Resources",
                "Goals and Accomplishments",
                "Dashboard Home",
                "Virtual Smithsonian",
                "Public Engagement",
                "National Collections",
                "Research",
                "People & Operations",
                "One Smithsonian",
                "News Releases",
                "Media Contacts",
                "Photos and Video",
                "Media Kits",
                "Fact Sheets",
                "Visitor Stats",
                "Secretary and Admin Bios",
                "Filming Requests",
                "EXPLORE",
                "Art & Design",
                "History & Culture",
                "Science & Nature",
                "Smithsonian 175",
                "Contact Us",
                "Press Room",
                "Human Resources",
                "Host Your Event",
                "Access Smithsonian",
                "EEO & Supplier Diversity",
                "Inspector General",
                "Records Requests",
                "Privacy",
                "Terms of Use",
                "Facebook",
                "Instagram",
                "Twitter",
                "YouTube"
              ],
              "0.5": [
                "Previous",
                "Next"
              ]
            },
            "color": {
              "rgb(255, 255, 255)": [
                "Hours and Admission",
                "Tips and Guidelines",
                "Museums and Zoo",
                "Accessibility",
                "Group Visits",
                "Dining",
                "Museum Stores",
                "Current Exhibitions",
                "Upcoming",
                "Past Exhibitions",
                "Online Exhibitions",
                "Open Access",
                "Smithsonian Snapshot",
                "Smithsonian Institution Archives",
                "Air and Space Museum",
                "Anacostia Community Museum",
                "American Art Museum",
                "Archives of American Art",
                "Archives of American Gardens",
                "American History Museum",
                "American Indian Museum",
                "Eliot Elisofon Photographic Archives, African Art",
                "Freer and Sackler Archives",
                "Hirshhorn Archive",
                "National Anthropological Archives",
                "National Portrait Gallery",
                "Ralph Rinzler Archives, Folklife",
                "Libraries' Special Collections",
                "Resources",
                "Field Trips",
                "Professional Development",
                "Events",
                "Behind-the-Scenes",
                "Digital Volunteers",
                "Smithsonian Call Center",
                "Visitor Information Specialist",
                "Docent Programs",
                "Working Here",
                "Employee Benefits",
                "Job Opportunities",
                "How to Apply",
                "Job Seekers with Disabilities",
                "Frequently Asked Questions",
                "SI Civil Program",
                "Contact Us",
                "About Membership",
                "Become a Member",
                "Renew Your Membership",
                "Make a Gift",
                "Secretary Bunch",
                "Advancement",
                "Communications",
                "Administration",
                "Education",
                "Museums and Culture",
                "Science and Research",
                "Members",
                "Committees",
                "Reading Room",
                "Bylaws, Policies and Procedures",
                "Contact",
                "Schedules and Agendas",
                "Meeting Minutes",
                "Actions",
                "Webcasts",
                "Doing Business with Us",
                "Policies and Procedures",
                "Additional Resources",
                "Goals and Accomplishments",
                "Dashboard Home",
                "Virtual Smithsonian",
                "Public Engagement",
                "National Collections",
                "Research",
                "People & Operations",
                "One Smithsonian",
                "News Releases",
                "Media Contacts",
                "Photos and Video",
                "Media Kits",
                "Fact Sheets",
                "Visitor Stats",
                "Secretary and Admin Bios",
                "Filming Requests",
                "EXPLORE",
                "Art & Design",
                "History & Culture",
                "Science & Nature",
                "Smithsonian 175",
                "Contact Us",
                "Press Room",
                "Human Resources",
                "Host Your Event",
                "Access Smithsonian",
                "EEO & Supplier Diversity",
                "Inspector General",
                "Records Requests",
                "Privacy",
                "Terms of Use",
                "Facebook",
                "Instagram",
                "Twitter",
                "YouTube"
              ],
              "rgb(1, 111, 157)": [
                "Previous",
                "Next"
              ]
            },
            "fontSize": {
              "18px": [
                "Hours and Admission",
                "Tips and Guidelines",
                "Museums and Zoo",
                "Accessibility",
                "Group Visits",
                "Dining",
                "Museum Stores",
                "Current Exhibitions",
                "Upcoming",
                "Past Exhibitions",
                "Online Exhibitions",
                "Open Access",
                "Smithsonian Snapshot",
                "Smithsonian Institution Archives",
                "Air and Space Museum",
                "Anacostia Community Museum",
                "American Art Museum",
                "Archives of American Art",
                "Archives of American Gardens",
                "American History Museum",
                "American Indian Museum",
                "Eliot Elisofon Photographic Archives, African Art",
                "Freer and Sackler Archives",
                "Hirshhorn Archive",
                "National Anthropological Archives",
                "National Portrait Gallery",
                "Ralph Rinzler Archives, Folklife",
                "Libraries' Special Collections",
                "Resources",
                "Field Trips",
                "Professional Development",
                "Events",
                "Behind-the-Scenes",
                "Digital Volunteers",
                "Smithsonian Call Center",
                "Visitor Information Specialist",
                "Docent Programs",
                "Working Here",
                "Employee Benefits",
                "Job Opportunities",
                "How to Apply",
                "Job Seekers with Disabilities",
                "Frequently Asked Questions",
                "SI Civil Program",
                "Contact Us",
                "About Membership",
                "Become a Member",
                "Renew Your Membership",
                "Make a Gift",
                "Secretary Bunch",
                "Advancement",
                "Communications",
                "Administration",
                "Education",
                "Museums and Culture",
                "Science and Research",
                "Members",
                "Committees",
                "Reading Room",
                "Bylaws, Policies and Procedures",
                "Contact",
                "Schedules and Agendas",
                "Meeting Minutes",
                "Actions",
                "Webcasts",
                "Doing Business with Us",
                "Policies and Procedures",
                "Additional Resources",
                "Goals and Accomplishments",
                "Dashboard Home",
                "Virtual Smithsonian",
                "Public Engagement",
                "National Collections",
                "Research",
                "People & Operations",
                "One Smithsonian",
                "News Releases",
                "Media Contacts",
                "Photos and Video",
                "Media Kits",
                "Fact Sheets",
                "Visitor Stats",
                "Secretary and Admin Bios",
                "Filming Requests",
                "Previous",
                "Next",
                "Smithsonian 175",
                "Contact Us",
                "Press Room",
                "Human Resources",
                "Host Your Event",
                "Access Smithsonian",
                "EEO & Supplier Diversity",
                "Inspector General",
                "Records Requests",
                "Privacy",
                "Terms of Use",
                "Facebook",
                "Instagram",
                "Twitter",
                "YouTube"
              ],
              "23.625px": [
                "EXPLORE",
                "Art & Design",
                "History & Culture",
                "Science & Nature"
              ]
            },
            "lineHeight": {
              "27px": [
                "Hours and Admission",
                "Tips and Guidelines",
                "Museums and Zoo",
                "Accessibility",
                "Group Visits",
                "Dining",
                "Museum Stores",
                "Current Exhibitions",
                "Upcoming",
                "Past Exhibitions",
                "Online Exhibitions",
                "Open Access",
                "Smithsonian Snapshot",
                "Smithsonian Institution Archives",
                "Air and Space Museum",
                "Anacostia Community Museum",
                "American Art Museum",
                "Archives of American Art",
                "Archives of American Gardens",
                "American History Museum",
                "American Indian Museum",
                "Eliot Elisofon Photographic Archives, African Art",
                "Freer and Sackler Archives",
                "Hirshhorn Archive",
                "National Anthropological Archives",
                "National Portrait Gallery",
                "Ralph Rinzler Archives, Folklife",
                "Libraries' Special Collections",
                "Resources",
                "Field Trips",
                "Professional Development",
                "Events",
                "Behind-the-Scenes",
                "Digital Volunteers",
                "Smithsonian Call Center",
                "Visitor Information Specialist",
                "Docent Programs",
                "Working Here",
                "Employee Benefits",
                "Job Opportunities",
                "How to Apply",
                "Job Seekers with Disabilities",
                "Frequently Asked Questions",
                "SI Civil Program",
                "Contact Us",
                "About Membership",
                "Become a Member",
                "Renew Your Membership",
                "Make a Gift",
                "Secretary Bunch",
                "Advancement",
                "Communications",
                "Administration",
                "Education",
                "Museums and Culture",
                "Science and Research",
                "Members",
                "Committees",
                "Reading Room",
                "Bylaws, Policies and Procedures",
                "Contact",
                "Schedules and Agendas",
                "Meeting Minutes",
                "Actions",
                "Webcasts",
                "Doing Business with Us",
                "Policies and Procedures",
                "Additional Resources",
                "Goals and Accomplishments",
                "Dashboard Home",
                "Virtual Smithsonian",
                "Public Engagement",
                "National Collections",
                "Research",
                "People & Operations",
                "One Smithsonian",
                "News Releases",
                "Media Contacts",
                "Photos and Video",
                "Media Kits",
                "Fact Sheets",
                "Visitor Stats",
                "Secretary and Admin Bios",
                "Filming Requests",
                "Previous",
                "Next",
                "Smithsonian 175",
                "Contact Us",
                "Press Room",
                "Human Resources",
                "Host Your Event",
                "Access Smithsonian",
                "EEO & Supplier Diversity",
                "Inspector General",
                "Records Requests",
                "Privacy",
                "Terms of Use"
              ],
              "35.4375px": [
                "EXPLORE",
                "Art & Design",
                "History & Culture",
                "Science & Nature"
              ],
              "18px": [
                "Facebook",
                "Instagram",
                "Twitter",
                "YouTube"
              ]
            }
          },
          "h2": {
            "fontWeight": {
              "600": [
                "Search",
                "Site Navigation",
                "Welcome",
                "Footer logo"
              ],
              "700": [
                "Smithsonian Global: 7 continents. 140 + countries",
                "Hubble Trouble",
                "National Education Summit, July 27–28",
                "Discover Her Story",
                "Smithsonian Open Access",
                "Smithsonian Global: 7 continents. 140 + countries",
                "Hubble Trouble"
              ]
            },
            "color": {
              "rgb(255, 255, 255)": [
                "Search",
                "Smithsonian Global: 7 continents. 140 + countries",
                "Hubble Trouble",
                "National Education Summit, July 27–28",
                "Discover Her Story",
                "Smithsonian Open Access",
                "Smithsonian Global: 7 continents. 140 + countries",
                "Hubble Trouble",
                "Footer logo"
              ],
              "rgb(16, 24, 32)": [
                "Site Navigation",
                "Welcome"
              ]
            }
          },
          "h3": {
            "color": {
              "rgb(16, 24, 32)": [
                "Visit"
              ],
              "rgb(51, 63, 72)": [
                "Summer Staycation",
                "Urban Adventure Kit: José Andrés",
                "Hot Dog",
                "Apollo 11: One Small Step",
                "Digital Backgrounds",
                "“Get This Man a Shield!”",
                "A Day at the Beach",
                "Dog: Museum's Best Friend",
                "Whales",
                "The Curse of the Hope Diamond",
                "What If You Could Hear Space?",
                "Ocean Portal: All About Sharks",
                "Membership",
                "Magazine",
                "Channel",
                "Shop",
                "Travel"
              ],
              "rgb(255, 255, 255)": [
                "Footer navigation",
                "Social media links",
                "Email signup form"
              ]
            },
            "fontSize": {
              "30.375px": [
                "Visit",
                "Footer navigation",
                "Social media links",
                "Email signup form"
              ],
              "23.625px": [
                "Summer Staycation",
                "Urban Adventure Kit: José Andrés",
                "Hot Dog",
                "Apollo 11: One Small Step",
                "Digital Backgrounds",
                "“Get This Man a Shield!”",
                "A Day at the Beach",
                "Dog: Museum's Best Friend",
                "Whales",
                "The Curse of the Hope Diamond",
                "What If You Could Hear Space?",
                "Ocean Portal: All About Sharks",
                "Membership",
                "Magazine",
                "Channel",
                "Shop",
                "Travel"
              ]
            }
          }
        }
      }
    },
    {
      "type": "test",
      "which": "tabNav",
      "withItems": true,
      "what": "keyboard navigation between tab elements",
      "url": "https://www.si.edu/",
      "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.si.edu/",
      "result": {
        "totals": {
          "total": 193,
          "tagNames": {
            "DIV": 9,
            "A": 40,
            "UL": 1,
            "LI": 141,
            "BUTTON": 2
          }
        },
        "items": [
          {
            "tagName": "DIV",
            "id": "",
            "text": "Search"
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": "What is 2+5?"
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": "What is 2+5?"
          },
          {
            "tagName": "A",
            "id": "",
            "text": "Donate"
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": "Smithsonian Institution Site Navigation VisitHours and AdmissionTips and GuidelinesMuseums and ZooAc"
          },
          {
            "tagName": "UL",
            "id": "superfish-1",
            "text": "VisitHours and AdmissionTips and GuidelinesMuseums and ZooAccessibilityGroup VisitsDiningMuseum Stor"
          },
          {
            "tagName": "LI",
            "id": "menu-1583-1",
            "text": "VisitHours and AdmissionTips and GuidelinesMuseums and ZooAccessibilityGroup VisitsDiningMuseum Stor"
          },
          {
            "tagName": "LI",
            "id": "menu-16408-1",
            "text": "Hours and Admission"
          },
          {
            "tagName": "LI",
            "id": "menu-3873-1",
            "text": "Tips and Guidelines"
          },
          {
            "tagName": "LI",
            "id": "menu-3273-1",
            "text": "Museums and Zoo"
          },
          {
            "tagName": "LI",
            "id": "menu-12091-1",
            "text": "Accessibility"
          },
          {
            "tagName": "LI",
            "id": "menu-3880-1",
            "text": "Group Visits"
          },
          {
            "tagName": "LI",
            "id": "menu-1862-1",
            "text": "Dining"
          },
          {
            "tagName": "LI",
            "id": "menu-3911-1",
            "text": "Museum Stores"
          },
          {
            "tagName": "LI",
            "id": "menu-3462-1",
            "text": "What's OnExhibitionsCurrent ExhibitionsUpcomingPast ExhibitionsOnline ExhibitionsToday's EventsOnlin"
          },
          {
            "tagName": "LI",
            "id": "menu-3905-1",
            "text": "ExhibitionsCurrent ExhibitionsUpcomingPast ExhibitionsOnline Exhibitions"
          },
          {
            "tagName": "LI",
            "id": "menu-4468-1",
            "text": "Current Exhibitions"
          },
          {
            "tagName": "LI",
            "id": "menu-4469-1",
            "text": "Upcoming"
          },
          {
            "tagName": "LI",
            "id": "menu-4470-1",
            "text": "Past Exhibitions"
          },
          {
            "tagName": "LI",
            "id": "menu-4471-1",
            "text": "Online Exhibitions"
          },
          {
            "tagName": "LI",
            "id": "menu-4104-1",
            "text": "Today's Events"
          },
          {
            "tagName": "LI",
            "id": "menu-14938-1",
            "text": "Online Events"
          },
          {
            "tagName": "LI",
            "id": "menu-4113-1",
            "text": "All Events"
          },
          {
            "tagName": "LI",
            "id": "menu-4423-1",
            "text": "IMAX Theaters"
          },
          {
            "tagName": "LI",
            "id": "menu-3433-1",
            "text": "ExploreArt & DesignHistory & CultureScience & NatureCollectionsOpen AccessSmithsonian SnapshotBlogsP"
          },
          {
            "tagName": "LI",
            "id": "menu-3764-1",
            "text": "Art & Design"
          },
          {
            "tagName": "LI",
            "id": "menu-3079-1",
            "text": "History & Culture"
          },
          {
            "tagName": "LI",
            "id": "menu-3765-1",
            "text": "Science & Nature"
          },
          {
            "tagName": "LI",
            "id": "menu-3129-1",
            "text": "CollectionsOpen AccessSmithsonian Snapshot"
          },
          {
            "tagName": "LI",
            "id": "menu-14554-1",
            "text": "Open Access"
          },
          {
            "tagName": "LI",
            "id": "menu-10261-1",
            "text": "Smithsonian Snapshot"
          },
          {
            "tagName": "LI",
            "id": "menu-3874-1",
            "text": "Blogs"
          },
          {
            "tagName": "LI",
            "id": "menu-3878-1",
            "text": "Podcasts"
          },
          {
            "tagName": "LI",
            "id": "menu-3877-1",
            "text": "Mobile Apps"
          },
          {
            "tagName": "LI",
            "id": "menu-3463-1",
            "text": "Research ResourcesLibrariesArchivesSmithsonian Institution ArchivesAir and Space MuseumAnacostia Com"
          },
          {
            "tagName": "LI",
            "id": "menu-3907-1",
            "text": "Libraries"
          },
          {
            "tagName": "LI",
            "id": "menu-3419-1",
            "text": "ArchivesSmithsonian Institution ArchivesAir and Space MuseumAnacostia Community MuseumAmerican Art M"
          },
          {
            "tagName": "LI",
            "id": "menu-3572-1",
            "text": "Smithsonian Institution Archives"
          },
          {
            "tagName": "LI",
            "id": "menu-3428-1",
            "text": "Air and Space Museum"
          },
          {
            "tagName": "LI",
            "id": "menu-3420-1",
            "text": "Anacostia Community Museum"
          },
          {
            "tagName": "LI",
            "id": "menu-3571-1",
            "text": "American Art Museum"
          },
          {
            "tagName": "LI",
            "id": "menu-3422-1",
            "text": "Archives of American Art"
          },
          {
            "tagName": "LI",
            "id": "menu-3421-1",
            "text": "Archives of American Gardens"
          },
          {
            "tagName": "LI",
            "id": "menu-3423-1",
            "text": "American History Museum"
          },
          {
            "tagName": "LI",
            "id": "menu-3468-1",
            "text": "American Indian Museum"
          },
          {
            "tagName": "LI",
            "id": "menu-3424-1",
            "text": "Eliot Elisofon Photographic Archives, African Art"
          },
          {
            "tagName": "LI",
            "id": "menu-3425-1",
            "text": "Freer and Sackler Archives"
          },
          {
            "tagName": "LI",
            "id": "menu-3426-1",
            "text": "Hirshhorn Archive"
          },
          {
            "tagName": "LI",
            "id": "menu-3467-1",
            "text": "National Anthropological Archives"
          },
          {
            "tagName": "LI",
            "id": "menu-3477-1",
            "text": "National Portrait Gallery"
          },
          {
            "tagName": "LI",
            "id": "menu-3478-1",
            "text": "Ralph Rinzler Archives, Folklife"
          },
          {
            "tagName": "LI",
            "id": "menu-3573-1",
            "text": "Libraries' Special Collections"
          },
          {
            "tagName": "LI",
            "id": "menu-3769-1",
            "text": "LearnFor Kids and TeensFor EducatorsResourcesField TripsProfessional DevelopmentEventsYouth Programs"
          },
          {
            "tagName": "LI",
            "id": "menu-2347-1",
            "text": "For Kids and Teens"
          },
          {
            "tagName": "LI",
            "id": "menu-12928-1",
            "text": "For EducatorsResourcesField TripsProfessional DevelopmentEvents"
          },
          {
            "tagName": "LI",
            "id": "menu-12931-1",
            "text": "Resources"
          },
          {
            "tagName": "LI",
            "id": "menu-12934-1",
            "text": "Field Trips"
          },
          {
            "tagName": "LI",
            "id": "menu-12937-1",
            "text": "Professional Development"
          },
          {
            "tagName": "LI",
            "id": "menu-12943-1",
            "text": "Events"
          },
          {
            "tagName": "LI",
            "id": "menu-3170-1",
            "text": "Youth Programs"
          },
          {
            "tagName": "LI",
            "id": "menu-4473-1",
            "text": "Fellowships and Internships"
          },
          {
            "tagName": "LI",
            "id": "menu-3171-1",
            "text": "Join UsVolunteerBehind-the-ScenesDigital VolunteersSmithsonian Call CenterVisitor Information Specia"
          },
          {
            "tagName": "LI",
            "id": "menu-3768-1",
            "text": "VolunteerBehind-the-ScenesDigital VolunteersSmithsonian Call CenterVisitor Information SpecialistDoc"
          },
          {
            "tagName": "LI",
            "id": "menu-3475-1",
            "text": "Behind-the-Scenes"
          },
          {
            "tagName": "LI",
            "id": "menu-3473-1",
            "text": "Digital Volunteers"
          },
          {
            "tagName": "LI",
            "id": "menu-3665-1",
            "text": "Smithsonian Call Center"
          },
          {
            "tagName": "LI",
            "id": "menu-3476-1",
            "text": "Visitor Information Specialist"
          },
          {
            "tagName": "LI",
            "id": "menu-3472-1",
            "text": "Docent Programs"
          },
          {
            "tagName": "LI",
            "id": "menu-3474-1",
            "text": "Citizen Science"
          },
          {
            "tagName": "LI",
            "id": "menu-3767-1",
            "text": "Work with UsOffice of Human ResourcesWorking HereEmployee BenefitsJob OpportunitiesHow to ApplyJob S"
          },
          {
            "tagName": "LI",
            "id": "menu-19006-1",
            "text": "Office of Human ResourcesWorking HereEmployee BenefitsJob OpportunitiesHow to ApplyJob Seekers with "
          },
          {
            "tagName": "LI",
            "id": "menu-14953-1",
            "text": "Working Here"
          },
          {
            "tagName": "LI",
            "id": "menu-14956-1",
            "text": "Employee Benefits"
          },
          {
            "tagName": "LI",
            "id": "menu-16354-1",
            "text": "Job Opportunities"
          },
          {
            "tagName": "LI",
            "id": "menu-14962-1",
            "text": "How to Apply"
          },
          {
            "tagName": "LI",
            "id": "menu-14959-1",
            "text": "Job Seekers with Disabilities"
          },
          {
            "tagName": "LI",
            "id": "menu-14965-1",
            "text": "Frequently Asked Questions"
          },
          {
            "tagName": "LI",
            "id": "menu-18976-1",
            "text": "SI Civil Program"
          },
          {
            "tagName": "LI",
            "id": "menu-14968-1",
            "text": "Contact Us"
          },
          {
            "tagName": "LI",
            "id": "menu-2354-1",
            "text": "Affiliations"
          },
          {
            "tagName": "LI",
            "id": "menu-2348-1",
            "text": "Global Partners"
          },
          {
            "tagName": "LI",
            "id": "menu-17116-1",
            "text": "SupportAbout MembershipBecome a MemberRenew Your MembershipMake a Gift"
          },
          {
            "tagName": "LI",
            "id": "menu-18583-1",
            "text": "About Membership"
          },
          {
            "tagName": "LI",
            "id": "menu-17119-1",
            "text": "Become a Member"
          },
          {
            "tagName": "LI",
            "id": "menu-17122-1",
            "text": "Renew Your Membership"
          },
          {
            "tagName": "LI",
            "id": "menu-17125-1",
            "text": "Make a Gift"
          },
          {
            "tagName": "LI",
            "id": "menu-1582-1",
            "text": "AboutMuseums and ZooResearch CentersCultural CentersEducationOur OrganizationLeadershipSecretary Bun"
          },
          {
            "tagName": "LI",
            "id": "menu-4480-1",
            "text": "Museums and Zoo"
          },
          {
            "tagName": "LI",
            "id": "menu-1828-1",
            "text": "Research Centers"
          },
          {
            "tagName": "LI",
            "id": "menu-3651-1",
            "text": "Cultural Centers"
          },
          {
            "tagName": "LI",
            "id": "menu-3166-1",
            "text": "Education"
          },
          {
            "tagName": "LI",
            "id": "menu-5771-1",
            "text": "Our OrganizationLeadershipSecretary BunchAdvancementCommunicationsAdministrationEducationMuseums and"
          },
          {
            "tagName": "LI",
            "id": "menu-10267-1",
            "text": "LeadershipSecretary BunchAdvancementCommunicationsAdministrationEducationMuseums and CultureScience "
          },
          {
            "tagName": "LI",
            "id": "menu-13333-1",
            "text": "Secretary Bunch"
          },
          {
            "tagName": "LI",
            "id": "menu-10276-1",
            "text": "Advancement"
          },
          {
            "tagName": "LI",
            "id": "menu-10273-1",
            "text": "Communications"
          },
          {
            "tagName": "LI",
            "id": "menu-10270-1",
            "text": "Administration"
          },
          {
            "tagName": "LI",
            "id": "menu-15661-1",
            "text": "Education"
          },
          {
            "tagName": "LI",
            "id": "menu-10264-1",
            "text": "Museums and Culture"
          },
          {
            "tagName": "LI",
            "id": "menu-15658-1",
            "text": "Science and Research"
          },
          {
            "tagName": "LI",
            "id": "menu-3398-1",
            "text": "Board of RegentsMembersCommitteesReading RoomBylaws, Policies and ProceduresContactSchedules and Age"
          },
          {
            "tagName": "LI",
            "id": "menu-4682-1",
            "text": "Members"
          },
          {
            "tagName": "LI",
            "id": "menu-4683-1",
            "text": "Committees"
          },
          {
            "tagName": "LI",
            "id": "menu-4684-1",
            "text": "Reading Room"
          },
          {
            "tagName": "LI",
            "id": "menu-4686-1",
            "text": "Bylaws, Policies and Procedures"
          },
          {
            "tagName": "LI",
            "id": "menu-4685-1",
            "text": "Contact"
          },
          {
            "tagName": "LI",
            "id": "menu-4679-1",
            "text": "Schedules and Agendas"
          },
          {
            "tagName": "LI",
            "id": "menu-4680-1",
            "text": "Meeting Minutes"
          },
          {
            "tagName": "LI",
            "id": "menu-4678-1",
            "text": "Actions"
          },
          {
            "tagName": "LI",
            "id": "menu-4681-1",
            "text": "Webcasts"
          },
          {
            "tagName": "LI",
            "id": "menu-3406-1",
            "text": "General CounselLegal HistoryInternshipsRecords RequestsRecords Request Reading RoomTort ClaimSubpoen"
          },
          {
            "tagName": "LI",
            "id": "menu-3407-1",
            "text": "Legal History"
          },
          {
            "tagName": "LI",
            "id": "menu-3408-1",
            "text": "Internships"
          },
          {
            "tagName": "LI",
            "id": "menu-3409-1",
            "text": "Records RequestsRecords Request Reading Room"
          },
          {
            "tagName": "LI",
            "id": "menu-4886-1",
            "text": "Records Request Reading Room"
          },
          {
            "tagName": "LI",
            "id": "menu-3410-1",
            "text": "Tort Claim"
          },
          {
            "tagName": "LI",
            "id": "menu-4479-1",
            "text": "Subpoenas & Testimonies"
          },
          {
            "tagName": "LI",
            "id": "menu-3411-1",
            "text": "Events"
          },
          {
            "tagName": "LI",
            "id": "menu-5645-1",
            "text": "Equal Employment OfficeEEO Complaint ProcessIndividuals with DisabilitiesSpecial Emphasis ProgramSup"
          },
          {
            "tagName": "LI",
            "id": "menu-5646-1",
            "text": "EEO Complaint Process"
          },
          {
            "tagName": "LI",
            "id": "menu-5647-1",
            "text": "Individuals with Disabilities"
          },
          {
            "tagName": "LI",
            "id": "menu-5648-1",
            "text": "Special Emphasis Program"
          },
          {
            "tagName": "LI",
            "id": "menu-5649-1",
            "text": "Supplier Diversity ProgramDoing Business with UsPolicies and ProceduresAdditional ResourcesGoals and"
          },
          {
            "tagName": "LI",
            "id": "menu-5767-1",
            "text": "Doing Business with Us"
          },
          {
            "tagName": "LI",
            "id": "menu-5768-1",
            "text": "Policies and Procedures"
          },
          {
            "tagName": "LI",
            "id": "menu-5650-1",
            "text": "Additional Resources"
          },
          {
            "tagName": "LI",
            "id": "menu-5770-1",
            "text": "Goals and Accomplishments"
          },
          {
            "tagName": "LI",
            "id": "menu-3399-1",
            "text": "Reports and PlansAnnual ReportsMetrics DashboardDashboard HomeVirtual SmithsonianPublic EngagementNa"
          },
          {
            "tagName": "LI",
            "id": "menu-3397-1",
            "text": "Annual Reports"
          },
          {
            "tagName": "LI",
            "id": "menu-5118-1",
            "text": "Metrics DashboardDashboard HomeVirtual SmithsonianPublic EngagementNational CollectionsResearchPeopl"
          },
          {
            "tagName": "LI",
            "id": "menu-5119-1",
            "text": "Dashboard Home"
          },
          {
            "tagName": "A",
            "id": "",
            "text": "Dashboard Home"
          },
          {
            "tagName": "LI",
            "id": "menu-13345-1",
            "text": "Virtual Smithsonian"
          },
          {
            "tagName": "A",
            "id": "",
            "text": "Virtual Smithsonian"
          },
          {
            "tagName": "LI",
            "id": "menu-5122-1",
            "text": "Public Engagement"
          },
          {
            "tagName": "A",
            "id": "",
            "text": "Public Engagement"
          },
          {
            "tagName": "LI",
            "id": "menu-5121-1",
            "text": "National Collections"
          },
          {
            "tagName": "A",
            "id": "",
            "text": "National Collections"
          },
          {
            "tagName": "LI",
            "id": "menu-5125-1",
            "text": "Research"
          },
          {
            "tagName": "A",
            "id": "",
            "text": "Research"
          },
          {
            "tagName": "LI",
            "id": "menu-5123-1",
            "text": "People & Operations"
          },
          {
            "tagName": "A",
            "id": "",
            "text": "People & Operations"
          },
          {
            "tagName": "LI",
            "id": "menu-5124-1",
            "text": "One Smithsonian"
          },
          {
            "tagName": "A",
            "id": "",
            "text": "One Smithsonian"
          },
          {
            "tagName": "LI",
            "id": "menu-6287-1",
            "text": "Strategic Plan"
          },
          {
            "tagName": "LI",
            "id": "menu-6772-1",
            "text": "NewsdeskNews ReleasesMedia ContactsPhotos and VideoMedia KitsFact SheetsVisitor StatsSecretary and A"
          },
          {
            "tagName": "LI",
            "id": "menu-9097-1",
            "text": "News Releases"
          },
          {
            "tagName": "LI",
            "id": "menu-9103-1",
            "text": "Media Contacts"
          },
          {
            "tagName": "LI",
            "id": "menu-9106-1",
            "text": "Photos and Video"
          },
          {
            "tagName": "LI",
            "id": "menu-9109-1",
            "text": "Media Kits"
          },
          {
            "tagName": "LI",
            "id": "menu-9112-1",
            "text": "Fact Sheets"
          },
          {
            "tagName": "LI",
            "id": "menu-9241-1",
            "text": "Visitor Stats"
          },
          {
            "tagName": "LI",
            "id": "menu-12094-1",
            "text": "Secretary and Admin Bios"
          },
          {
            "tagName": "LI",
            "id": "menu-9115-1",
            "text": "Filming Requests"
          },
          {
            "tagName": "A",
            "id": "",
            "text": "Programs as diverse as our planet Smithsonian Global: 7 continents. 140 + countries Discover how our"
          },
          {
            "tagName": "A",
            "id": "",
            "text": "Sidedoor: A Smithsonian Podcast Hubble Trouble Learn how America's first large space telescope went "
          },
          {
            "tagName": "A",
            "id": "",
            "text": "Register now! Online and Washington, D.C. National Education Summit, July 27–28 Hear from museum exp"
          },
          {
            "tagName": "A",
            "id": "",
            "text": "Smithsonian American Women Discover Her Story Stories and objects from women who have shaped America"
          },
          {
            "tagName": "A",
            "id": "",
            "text": "Create. Imagine. Discover. Smithsonian Open Access Download, share, and reuse more than 3 million 2D"
          },
          {
            "tagName": "A",
            "id": "",
            "text": "Programs as diverse as our planet Smithsonian Global: 7 continents. 140 + countries Discover how our"
          },
          {
            "tagName": "A",
            "id": "",
            "text": "Sidedoor: A Smithsonian Podcast Hubble Trouble Learn how America's first large space telescope went "
          },
          {
            "tagName": "A",
            "id": "",
            "text": "Previous"
          },
          {
            "tagName": "A",
            "id": "",
            "text": "Next"
          },
          {
            "tagName": "A",
            "id": "",
            "text": "Pause"
          },
          {
            "tagName": "A",
            "id": "",
            "text": "EXPLORE"
          },
          {
            "tagName": "A",
            "id": "",
            "text": "Art & Design"
          },
          {
            "tagName": "A",
            "id": "",
            "text": "History & Culture"
          },
          {
            "tagName": "A",
            "id": "",
            "text": "Science & Nature"
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": "What is 2+5?"
          },
          {
            "tagName": "BUTTON",
            "id": "edit-submit",
            "text": "Search"
          },
          {
            "tagName": "A",
            "id": "",
            "text": "Smithsonian Spotlight Summer Staycation Gardening, cooking, swimming, resting, making art or looking"
          },
          {
            "tagName": "A",
            "id": "",
            "text": "Anacostia Community Museum Urban Adventure Kit: José Andrés Connect with unique places in Washington"
          },
          {
            "tagName": "A",
            "id": "",
            "text": "Smithsonian American Art Museum Hot Dog For National Hot Dog Day, this clay hot dog, made by artist "
          },
          {
            "tagName": "A",
            "id": "",
            "text": "National Air and Space Museum Apollo 11: One Small Step On July 20, 1969, Armstrong and Buzz Aldrin "
          },
          {
            "tagName": "A",
            "id": "",
            "text": "Smithsonian Open Access Digital Backgrounds Put yourself in the scene! Download high-res images to u"
          },
          {
            "tagName": "A",
            "id": "",
            "text": "National Museum of American History “Get This Man a Shield!” Equipped with a shield composed primari"
          },
          {
            "tagName": "A",
            "id": "",
            "text": "Smithsonian Spotlight A Day at the Beach A trip to the shore—without the sand in your shoes."
          },
          {
            "tagName": "A",
            "id": "",
            "text": "Smithsonian Spotlight Dog: Museum's Best Friend Sit, stay, and explore dogs from across our collecti"
          },
          {
            "tagName": "A",
            "id": "",
            "text": "National Museum of Natural History Whales Whales have always captured our hearts—learn more about th"
          },
          {
            "tagName": "A",
            "id": "",
            "text": "Sidedoor Podcast The Curse of the Hope Diamond We track the lore of this notorious gem through the c"
          },
          {
            "tagName": "A",
            "id": "",
            "text": "Smithsonian Sparks What If You Could Hear Space? A new project turns astronomical images into sound."
          },
          {
            "tagName": "A",
            "id": "",
            "text": "National Museum of Natural History Ocean Portal: All About Sharks Learn about these incredible anima"
          },
          {
            "tagName": "A",
            "id": "",
            "text": "Membership Keep the Smithsonian thriving by becoming a member today."
          },
          {
            "tagName": "A",
            "id": "",
            "text": "Magazine Smithsonian magazine places a Smithsonian lens on the world."
          },
          {
            "tagName": "A",
            "id": "",
            "text": "Channel Award-winning programming exploring science, nature, history, and pop culture."
          },
          {
            "tagName": "A",
            "id": "",
            "text": "Shop Your purchase helps the Smithsonian bring exciting learning experiences to everyone."
          },
          {
            "tagName": "A",
            "id": "",
            "text": "Travel Over 350 tours and cruises to all seven continents. Let the journey begin."
          },
          {
            "tagName": "A",
            "id": "#back-top-top",
            "text": "Back to Top"
          },
          {
            "tagName": "DIV",
            "id": "cboxOverlay",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "colorbox",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "cboxWrapper",
            "text": ""
          },
          {
            "tagName": "BUTTON",
            "id": "",
            "text": "Chat With Us"
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": ""
          }
        ]
      }
    },
    {
      "type": "test",
      "which": "alfa",
      "what": "alfa",
      "url": "https://www.si.edu/",
      "result": {
        "totals": {
          "failures": 14,
          "warnings": 3
        },
        "items": [
          {
            "index": 113,
            "verdict": "failed",
            "rule": {
              "ruleID": "r14",
              "ruleSummary": "Visible labels are included in accessible names",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r14",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#label-in-name",
                  "chapter": "2.5.3",
                  "title": "Label in Name"
                },
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G208",
                  "name": "G208",
                  "title": "Including the text of the visible label as part of the accessible name"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "button",
              "path": "/html[1]/body[1]/div[4]/button[1]",
              "codeLines": [
                "<button aria-label=\"open chat\" class=\"satisfi_chat-button\" style=\"display: block;\">",
                "  <span>",
                "    Chat With Us",
                "  </span>",
                "</button>"
              ]
            }
          },
          {
            "index": 434,
            "verdict": "failed",
            "rule": {
              "ruleID": "r17",
              "ruleSummary": "Elements with aria-hidden='true' are not focusable",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r17",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#info-and-relationships",
                  "chapter": "1.3.1",
                  "title": "Info and Relationships"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG/#name-role-value",
                  "chapter": "4.1.2",
                  "title": "Name, Role, Value"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "li",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[1]",
              "codeLines": [
                "<li class=\"clone\" aria-hidden=\"true\" style=\"width: 2560px; float: left; display: block;\">",
                "  <div class=\"node node--slideshow node-teaser view-mode-teaser  node--teaser node--slideshow--teas...",
                "    <a href=\"https://global.si.edu/?utm_source=si.edu&utm_medium=referral&utm_campaign=banner\" clas...",
                "      <div class=\"b-media-wrapper\">",
                "        <div class=\"content field field--name-field-image-single field--type-image field--label-hid...",
                "          <picture title=\"https://global.si.edu/\">",
                "            <!--[if IE 9]><video style=\"display: none;\"><![endif]-->",
                "            <source srcset=\"https://www.si.edu/sites/default/files/styles/slides_horiz_wide/public/...",
                "            <source srcset=\"https://www.si.edu/sites/default/files/styles/slides_horiz_wide/public/...",
                "            <source srcset=\"https://www.si.edu/sites/default/files/styles/slides_horiz_desk/public/...",
                "            <source srcset=\"https://www.si.edu/sites/default/files/styles/slides_horiz_tab/public/s...",
                "            <source srcset=\"https://www.si.edu/sites/default/files/styles/slides_horiz_mobile/publi...",
                "            <!--[if IE 9]></video><![endif]-->",
                "            <img data-aspectratio=\"\" src=\"https://www.si.edu/sites/default/files/styles/slides_hori...",
                "          </picture>",
                "        </div>",
                "      </div>",
                "      <div class=\"b-text-wrapper caption\">",
                "        <div class=\"preface\">",
                "          <div class=\"field field--name-field-slide-intro field--type-text field--label-hidden\">",
                "            Programs as diverse as our planet",
                "          </div>",
                "        </div>",
                "        <br>",
                "        <h2 class=\"slide-title\">",
                "          Smithsonian Global: 7 continents. 140 + countries",
                "        </h2>",
                "        <br>",
                "        <p>",
                "          Discover how our people and programs are making a difference across the world.",
                "        </p>",
                "      </div>",
                "    </a>",
                "  </div>",
                "</li>"
              ]
            }
          },
          {
            "index": 435,
            "verdict": "failed",
            "rule": {
              "ruleID": "r17",
              "ruleSummary": "Elements with aria-hidden='true' are not focusable",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r17",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#info-and-relationships",
                  "chapter": "1.3.1",
                  "title": "Info and Relationships"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG/#name-role-value",
                  "chapter": "4.1.2",
                  "title": "Name, Role, Value"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "li",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[7]",
              "codeLines": [
                "<li style=\"width: 2560px; float: left; display: block;\" class=\"clone\" aria-hidden=\"true\">",
                "  <div class=\"node node--slideshow node-teaser view-mode-teaser  node--teaser node--slideshow--teas...",
                "    <a href=\"https://www.si.edu/sidedoor/hubble-trouble\" class=\"inner\">",
                "      <div class=\"b-media-wrapper\">",
                "        <div class=\"content field field--name-field-image-single field--type-image field--label-hid...",
                "          <picture>",
                "            <!--[if IE 9]><video style=\"display: none;\"><![endif]-->",
                "            <source srcset=\"https://www.si.edu/sites/default/files/styles/slides_horiz_wide/public/...",
                "            <source srcset=\"https://www.si.edu/sites/default/files/styles/slides_horiz_wide/public/...",
                "            <source srcset=\"https://www.si.edu/sites/default/files/styles/slides_horiz_desk/public/...",
                "            <source srcset=\"https://www.si.edu/sites/default/files/styles/slides_horiz_tab/public/s...",
                "            <source srcset=\"https://www.si.edu/sites/default/files/styles/slides_horiz_mobile/publi...",
                "            <!--[if IE 9]></video><![endif]-->",
                "            <img data-aspectratio=\"\" src=\"https://www.si.edu/sites/default/files/styles/slides_hori...",
                "          </picture>",
                "        </div>",
                "      </div>",
                "      <div class=\"b-text-wrapper caption\">",
                "        <div class=\"preface\">",
                "          <div class=\"field field--name-field-slide-intro field--type-text field--label-hidden\">",
                "            Sidedoor: A Smithsonian Podcast",
                "          </div>",
                "        </div>",
                "        <br>",
                "        <h2 class=\"slide-title\">",
                "          Hubble Trouble",
                "        </h2>",
                "        <br>",
                "        <p>",
                "          Learn how America's first large space telescope went from a \"billion-dollar blunder\" to o...",
                "        </p>",
                "      </div>",
                "    </a>",
                "  </div>",
                "</li>"
              ]
            }
          },
          {
            "index": 1079,
            "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[2]/div[1]/a[1]/span[2]/text()[1]",
              "codeLines": [
                "Back to Top"
              ]
            }
          },
          {
            "index": 1080,
            "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[4]/button[1]/span[1]/text()[1]",
              "codeLines": [
                "Chat With Us"
              ]
            }
          },
          {
            "index": 1084,
            "verdict": "failed",
            "rule": {
              "ruleID": "r61",
              "ruleSummary": "Documents start with a level 1 heading",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r61",
              "requirements": []
            },
            "target": {
              "type": "document",
              "tagName": "",
              "path": "/",
              "codeLines": [
                "#document",
                "  <!doctype html>",
                "...",
                "  </html>"
              ]
            }
          },
          {
            "index": 1241,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r65",
              "ruleSummary": "Element in sequential focus order has visible focus",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r65",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#focus-visible",
                  "chapter": "2.4.7",
                  "title": "Focus Visible"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "button",
              "path": "/html[1]/body[1]/div[4]/button[1]",
              "codeLines": [
                "<button aria-label=\"open chat\" class=\"satisfi_chat-button\" style=\"display: block;\">",
                "  <span>",
                "    Chat With Us",
                "  </span>",
                "</button>"
              ]
            }
          },
          {
            "index": 1256,
            "verdict": "failed",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/span[1]/text()[1]",
              "codeLines": [
                "Select a topic to discover featured collections and stories, OR search millions of digital records."
              ]
            }
          },
          {
            "index": 1257,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/footer[1]/div[1]/div[1]/div[1]/div[2]/div[2]/div[1]/form[1]/div[3]/label[1]/text()[1]",
              "codeLines": [
                "Sign up for Smithsonian e-news:"
              ]
            }
          },
          {
            "index": 1292,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/footer[1]/div[1]/div[1]/div[1]/div[2]/div[2]/div[1]/form[1]/div[3]/label[1]/text()[1]",
              "codeLines": [
                "Sign up for Smithsonian e-news:"
              ]
            }
          },
          {
            "index": 1345,
            "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/WCAG/#visual-presentation",
                  "chapter": "1.4.8",
                  "title": "Visual Presentation"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "p",
              "path": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/div[2]/p[1]",
              "codeLines": [
                "<p>",
                "  <a class=\"donate-btn\" href=\"http://go.si.edu/si-give\" target=\"_blank\">",
                "    Donate",
                "  </a>",
                "</p>"
              ]
            }
          },
          {
            "index": 1346,
            "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/WCAG/#visual-presentation",
                  "chapter": "1.4.8",
                  "title": "Visual Presentation"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "p",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[2]/div[1]/a[1]/div[2]/p[1]",
              "codeLines": [
                "<p>",
                "  Learn how America's first large space telescope went from a \"billion-dollar blunder\" to one of hi...",
                "</p>"
              ]
            }
          },
          {
            "index": 1347,
            "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/WCAG/#visual-presentation",
                  "chapter": "1.4.8",
                  "title": "Visual Presentation"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "p",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[3]/div[1]/a[1]/div[2]/p[1]",
              "codeLines": [
                "<p>",
                "  Hear from museum experts and teacher practitioners in 30+ free online and in-person skill-buildin...",
                "</p>"
              ]
            }
          },
          {
            "index": 1348,
            "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/WCAG/#visual-presentation",
                  "chapter": "1.4.8",
                  "title": "Visual Presentation"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "p",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[4]/div[1]/a[1]/div[2]/p[1]",
              "codeLines": [
                "<p>",
                "  Stories and objects from women who have shaped America.",
                "</p>"
              ]
            }
          },
          {
            "index": 1349,
            "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/WCAG/#visual-presentation",
                  "chapter": "1.4.8",
                  "title": "Visual Presentation"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "p",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[5]/div[1]/a[1]/div[2]/p[1]",
              "codeLines": [
                "<p>",
                "  Download, share, and reuse more than 3 million 2D and 3D digital items from the Smithsonian’s col...",
                "</p>"
              ]
            }
          },
          {
            "index": 1350,
            "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/WCAG/#visual-presentation",
                  "chapter": "1.4.8",
                  "title": "Visual Presentation"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "p",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[6]/div[1]/a[1]/div[2]/p[1]",
              "codeLines": [
                "<p>",
                "  Discover how our people and programs are making a difference across the world.",
                "</p>"
              ]
            }
          },
          {
            "index": 1484,
            "verdict": "failed",
            "rule": {
              "ruleID": "r78",
              "ruleSummary": "Headings of same level have text content between them",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r78",
              "requirements": []
            },
            "target": {
              "type": "element",
              "tagName": "h3",
              "path": "/html[1]/body[1]/div[1]/footer[1]/div[1]/div[1]/div[1]/div[2]/div[1]/h3[1]",
              "codeLines": [
                "<h3 class=\"pane-title element-invisible\" id=\"social-media-links\">",
                "  Social media links",
                "</h3>"
              ]
            }
          }
        ]
      }
    },
    {
      "type": "test",
      "which": "axe",
      "detailLevel": 2,
      "rules": [],
      "what": "Axe",
      "url": "https://www.si.edu/",
      "result": {
        "totals": {
          "rulesNA": 45,
          "rulesPassed": 50,
          "rulesWarned": 5,
          "rulesViolated": 4,
          "warnings": {
            "minor": 28,
            "moderate": 0,
            "serious": 32,
            "critical": 0
          },
          "violations": {
            "minor": 0,
            "moderate": 1,
            "serious": 41,
            "critical": 0
          }
        },
        "details": {
          "testEngine": {
            "name": "axe-core",
            "version": "4.4.2"
          },
          "testRunner": {
            "name": "axe"
          },
          "testEnvironment": {
            "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/102.0.5005.40 Safari/537.36",
            "windowWidth": 1280,
            "windowHeight": 720,
            "orientationAngle": 90,
            "orientationType": "landscape-primary"
          },
          "timestamp": "2022-07-18T01:50:57.430Z",
          "url": "https://www.si.edu/",
          "toolOptions": {
            "resultTypes": [
              "violations",
              "incomplete"
            ],
            "runOnly": {
              "type": "tag",
              "values": [
                "experimental",
                "best-practice",
                "wcag2a",
                "wcag2aa",
                "wcag2aaa",
                "wcag21a",
                "wcag21aa",
                "wcag21aaa"
              ]
            },
            "reporter": "v1"
          },
          "incomplete": [
            {
              "id": "aria-allowed-attr",
              "impact": "serious",
              "tags": [
                "cat.aria",
                "wcag2a",
                "wcag412"
              ],
              "description": "Ensures ARIA attributes are allowed for an element's role",
              "help": "Elements must only use allowed ARIA attributes",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/aria-allowed-attr?application=axeAPI",
              "nodes": [
                {
                  "any": [],
                  "all": [],
                  "none": [
                    {
                      "id": "aria-prohibited-attr",
                      "data": {
                        "role": null,
                        "nodeName": "div",
                        "messageKey": "noRoleSingular",
                        "prohibited": [
                          "aria-labelledby"
                        ]
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "aria-labelledby attribute is not well supported on a div with no valid role attribute."
                    }
                  ],
                  "impact": "serious",
                  "html": "<div aria-labelledby=\"footer-logo\"><p class=\"logo-wrapper\" style=\"max-height:100px;\"><a class=\"si-logo\" href=\"/\"><span class=\"sr-only\">Link to homepage</span></a></p>\n</div>",
                  "target": [
                    "div[aria-labelledby=\"footer-logo\"]"
                  ],
                  "failureSummary": "Fix all of the following:\n  aria-labelledby attribute is not well supported on a div with no valid role attribute."
                },
                {
                  "any": [],
                  "all": [],
                  "none": [
                    {
                      "id": "aria-prohibited-attr",
                      "data": {
                        "role": null,
                        "nodeName": "div",
                        "messageKey": "noRoleSingular",
                        "prohibited": [
                          "aria-labelledby"
                        ]
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "aria-labelledby attribute is not well supported on a div with no valid role attribute."
                    }
                  ],
                  "impact": "serious",
                  "html": "<div aria-labelledby=\"email-signup-form\">",
                  "target": [
                    "#panel-pane-357 > div[aria-labelledby=\"email-signup-form\"]"
                  ],
                  "failureSummary": "Fix all of the following:\n  aria-labelledby attribute is not well supported on a div with no valid role attribute."
                }
              ]
            },
            {
              "id": "color-contrast-enhanced",
              "impact": "serious",
              "tags": [
                "cat.color",
                "wcag2aaa",
                "wcag146"
              ],
              "description": "Ensures the contrast between foreground and background colors meets WCAG 2 AAA contrast ratio thresholds",
              "help": "Elements must have sufficient color contrast",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/color-contrast-enhanced?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "13.5pt (18px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"b-text-wrapper caption\">",
                          "target": [
                            ".flex-active-slide > .node--slideshow.node-teaser.view-mode-teaser > .inner > .caption.b-text-wrapper"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<div class=\"field field--name-field-slide-intro field--type-text field--label-hidden\">\n\n  Register now! Online and Washington, D.C.\n</div>",
                  "target": [
                    ".flex-active-slide > .node--slideshow.node-teaser.view-mode-teaser > .inner > .caption.b-text-wrapper > .preface > .field--name-field-slide-intro.field--type-text.field"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "31.2pt (41.625px)",
                        "fontWeight": "bold",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"b-text-wrapper caption\">",
                          "target": [
                            ".flex-active-slide > .node--slideshow.node-teaser.view-mode-teaser > .inner > .caption.b-text-wrapper"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<h2 class=\"slide-title\">National Education Summit, July 27–28</h2>",
                  "target": [
                    ".flex-active-slide > .node--slideshow.node-teaser.view-mode-teaser > .inner > .caption.b-text-wrapper > .slide-title"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "16.0pt (21.375px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"b-text-wrapper caption\">",
                          "target": [
                            ".flex-active-slide > .node--slideshow.node-teaser.view-mode-teaser > .inner > .caption.b-text-wrapper"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p>Hear from museum experts and teacher practitioners in 30+ free online and in-person skill-building workshops.&nbsp;</p>",
                  "target": [
                    ".flex-active-slide > .node--slideshow.node-teaser.view-mode-teaser > .inner > .caption.b-text-wrapper > p"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "13.5pt (18px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"b-text-wrapper caption\">",
                          "target": [
                            "div[about=\"/slideshow/discover-her-story\"] > .inner > .caption.b-text-wrapper"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<div class=\"field field--name-field-slide-intro field--type-text field--label-hidden\">\n\n  Smithsonian American Women\n</div>",
                  "target": [
                    "div[about=\"/slideshow/discover-her-story\"] > .inner > .caption.b-text-wrapper > .preface > .field--name-field-slide-intro.field--type-text.field"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "31.2pt (41.625px)",
                        "fontWeight": "bold",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"b-text-wrapper caption\">",
                          "target": [
                            "div[about=\"/slideshow/discover-her-story\"] > .inner > .caption.b-text-wrapper"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<h2 class=\"slide-title\">Discover Her Story</h2>",
                  "target": [
                    "div[about=\"/slideshow/discover-her-story\"] > .inner > .caption.b-text-wrapper > .slide-title"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "16.0pt (21.375px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"b-text-wrapper caption\">",
                          "target": [
                            "div[about=\"/slideshow/discover-her-story\"] > .inner > .caption.b-text-wrapper"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p>Stories and objects from women who have shaped America.</p>",
                  "target": [
                    "div[about=\"/slideshow/discover-her-story\"] > .inner > .caption.b-text-wrapper > p"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "13.5pt (18px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"b-text-wrapper caption\">",
                          "target": [
                            ".inner[href$=\"openaccess\"] > .caption.b-text-wrapper"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<div class=\"field field--name-field-slide-intro field--type-text field--label-hidden\">\n\n  Create. Imagine. Discover.\n</div>",
                  "target": [
                    ".inner[href$=\"openaccess\"] > .caption.b-text-wrapper > .preface > .field--name-field-slide-intro.field--type-text.field"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "31.2pt (41.625px)",
                        "fontWeight": "bold",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"b-text-wrapper caption\">",
                          "target": [
                            ".inner[href$=\"openaccess\"] > .caption.b-text-wrapper"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<h2 class=\"slide-title\">Smithsonian Open Access</h2>",
                  "target": [
                    ".inner[href$=\"openaccess\"] > .caption.b-text-wrapper > .slide-title"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "16.0pt (21.375px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"b-text-wrapper caption\">",
                          "target": [
                            ".inner[href$=\"openaccess\"] > .caption.b-text-wrapper"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p>Download, share, and reuse more than&nbsp;3 million 2D and 3D digital items from the Smithsonian’s collections.</p>",
                  "target": [
                    ".inner[href$=\"openaccess\"] > .caption.b-text-wrapper > p"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "13.5pt (18px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"b-text-wrapper caption\">",
                          "target": [
                            "li:nth-child(6) > .node--slideshow.node-teaser.view-mode-teaser > .inner > .caption.b-text-wrapper"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<div class=\"field field--name-field-slide-intro field--type-text field--label-hidden\">\n\n  Programs as diverse as our planet\n</div>",
                  "target": [
                    "li:nth-child(6) > .node--slideshow.node-teaser.view-mode-teaser > .inner > .caption.b-text-wrapper > .preface > .field--name-field-slide-intro.field--type-text.field"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "31.2pt (41.625px)",
                        "fontWeight": "bold",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"b-text-wrapper caption\">",
                          "target": [
                            "li:nth-child(6) > .node--slideshow.node-teaser.view-mode-teaser > .inner > .caption.b-text-wrapper"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<h2 class=\"slide-title\">Smithsonian Global: 7 continents. 140 + countries</h2>",
                  "target": [
                    "li:nth-child(6) > .node--slideshow.node-teaser.view-mode-teaser > .inner > .caption.b-text-wrapper > .slide-title"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "16.0pt (21.375px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"b-text-wrapper caption\">",
                          "target": [
                            "li:nth-child(6) > .node--slideshow.node-teaser.view-mode-teaser > .inner > .caption.b-text-wrapper"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p>Discover how our people and programs are making a difference across the world.</p>",
                  "target": [
                    "li:nth-child(6) > .node--slideshow.node-teaser.view-mode-teaser > .inner > .caption.b-text-wrapper > p"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "13.5pt (18px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"b-text-wrapper caption\">",
                          "target": [
                            ".clone[aria-hidden=\"true\"]:nth-child(7) > .node--slideshow.node-teaser[about=\"/slideshow/hubble-trouble\"] > .inner > .caption.b-text-wrapper"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<div class=\"field field--name-field-slide-intro field--type-text field--label-hidden\">\n\n  Sidedoor: A Smithsonian Podcast\n</div>",
                  "target": [
                    ".clone[aria-hidden=\"true\"]:nth-child(7) > .node--slideshow.node-teaser[about=\"/slideshow/hubble-trouble\"] > .inner > .caption.b-text-wrapper > .preface > .field--name-field-slide-intro.field--type-text.field"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "31.2pt (41.625px)",
                        "fontWeight": "bold",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"b-text-wrapper caption\">",
                          "target": [
                            ".clone[aria-hidden=\"true\"]:nth-child(7) > .node--slideshow.node-teaser[about=\"/slideshow/hubble-trouble\"] > .inner > .caption.b-text-wrapper"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<h2 class=\"slide-title\">Hubble Trouble</h2>",
                  "target": [
                    ".clone[aria-hidden=\"true\"]:nth-child(7) > .node--slideshow.node-teaser[about=\"/slideshow/hubble-trouble\"] > .inner > .caption.b-text-wrapper > .slide-title"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "16.0pt (21.375px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"b-text-wrapper caption\">",
                          "target": [
                            ".clone[aria-hidden=\"true\"]:nth-child(7) > .node--slideshow.node-teaser[about=\"/slideshow/hubble-trouble\"] > .inner > .caption.b-text-wrapper"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p>Learn how America's first large space telescope went from a \"billion-dollar blunder\" to one of history's most important scientific instruments.</p>",
                  "target": [
                    ".clone[aria-hidden=\"true\"]:nth-child(7) > .node--slideshow.node-teaser[about=\"/slideshow/hubble-trouble\"] > .inner > .caption.b-text-wrapper > p"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                }
              ]
            },
            {
              "id": "color-contrast",
              "impact": "serious",
              "tags": [
                "cat.color",
                "wcag2aa",
                "wcag143"
              ],
              "description": "Ensures the contrast between foreground and background colors meets WCAG 2 AA contrast ratio thresholds",
              "help": "Elements must have sufficient color contrast",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/color-contrast?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "13.5pt (18px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"b-text-wrapper caption\">",
                          "target": [
                            ".flex-active-slide > .node--slideshow.node-teaser.view-mode-teaser > .inner > .caption.b-text-wrapper"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<div class=\"field field--name-field-slide-intro field--type-text field--label-hidden\">\n\n  Register now! Online and Washington, D.C.\n</div>",
                  "target": [
                    ".flex-active-slide > .node--slideshow.node-teaser.view-mode-teaser > .inner > .caption.b-text-wrapper > .preface > .field--name-field-slide-intro.field--type-text.field"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "31.2pt (41.625px)",
                        "fontWeight": "bold",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"b-text-wrapper caption\">",
                          "target": [
                            ".flex-active-slide > .node--slideshow.node-teaser.view-mode-teaser > .inner > .caption.b-text-wrapper"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<h2 class=\"slide-title\">National Education Summit, July 27–28</h2>",
                  "target": [
                    ".flex-active-slide > .node--slideshow.node-teaser.view-mode-teaser > .inner > .caption.b-text-wrapper > .slide-title"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "16.0pt (21.375px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"b-text-wrapper caption\">",
                          "target": [
                            ".flex-active-slide > .node--slideshow.node-teaser.view-mode-teaser > .inner > .caption.b-text-wrapper"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p>Hear from museum experts and teacher practitioners in 30+ free online and in-person skill-building workshops.&nbsp;</p>",
                  "target": [
                    ".flex-active-slide > .node--slideshow.node-teaser.view-mode-teaser > .inner > .caption.b-text-wrapper > p"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "13.5pt (18px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"b-text-wrapper caption\">",
                          "target": [
                            "div[about=\"/slideshow/discover-her-story\"] > .inner > .caption.b-text-wrapper"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<div class=\"field field--name-field-slide-intro field--type-text field--label-hidden\">\n\n  Smithsonian American Women\n</div>",
                  "target": [
                    "div[about=\"/slideshow/discover-her-story\"] > .inner > .caption.b-text-wrapper > .preface > .field--name-field-slide-intro.field--type-text.field"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "31.2pt (41.625px)",
                        "fontWeight": "bold",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"b-text-wrapper caption\">",
                          "target": [
                            "div[about=\"/slideshow/discover-her-story\"] > .inner > .caption.b-text-wrapper"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<h2 class=\"slide-title\">Discover Her Story</h2>",
                  "target": [
                    "div[about=\"/slideshow/discover-her-story\"] > .inner > .caption.b-text-wrapper > .slide-title"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "16.0pt (21.375px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"b-text-wrapper caption\">",
                          "target": [
                            "div[about=\"/slideshow/discover-her-story\"] > .inner > .caption.b-text-wrapper"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p>Stories and objects from women who have shaped America.</p>",
                  "target": [
                    "div[about=\"/slideshow/discover-her-story\"] > .inner > .caption.b-text-wrapper > p"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "13.5pt (18px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"b-text-wrapper caption\">",
                          "target": [
                            ".inner[href$=\"openaccess\"] > .caption.b-text-wrapper"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<div class=\"field field--name-field-slide-intro field--type-text field--label-hidden\">\n\n  Create. Imagine. Discover.\n</div>",
                  "target": [
                    ".inner[href$=\"openaccess\"] > .caption.b-text-wrapper > .preface > .field--name-field-slide-intro.field--type-text.field"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "31.2pt (41.625px)",
                        "fontWeight": "bold",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"b-text-wrapper caption\">",
                          "target": [
                            ".inner[href$=\"openaccess\"] > .caption.b-text-wrapper"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<h2 class=\"slide-title\">Smithsonian Open Access</h2>",
                  "target": [
                    ".inner[href$=\"openaccess\"] > .caption.b-text-wrapper > .slide-title"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "16.0pt (21.375px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"b-text-wrapper caption\">",
                          "target": [
                            ".inner[href$=\"openaccess\"] > .caption.b-text-wrapper"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p>Download, share, and reuse more than&nbsp;3 million 2D and 3D digital items from the Smithsonian’s collections.</p>",
                  "target": [
                    ".inner[href$=\"openaccess\"] > .caption.b-text-wrapper > p"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "13.5pt (18px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"b-text-wrapper caption\">",
                          "target": [
                            "li:nth-child(6) > .node--slideshow.node-teaser.view-mode-teaser > .inner > .caption.b-text-wrapper"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<div class=\"field field--name-field-slide-intro field--type-text field--label-hidden\">\n\n  Programs as diverse as our planet\n</div>",
                  "target": [
                    "li:nth-child(6) > .node--slideshow.node-teaser.view-mode-teaser > .inner > .caption.b-text-wrapper > .preface > .field--name-field-slide-intro.field--type-text.field"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "31.2pt (41.625px)",
                        "fontWeight": "bold",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"b-text-wrapper caption\">",
                          "target": [
                            "li:nth-child(6) > .node--slideshow.node-teaser.view-mode-teaser > .inner > .caption.b-text-wrapper"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<h2 class=\"slide-title\">Smithsonian Global: 7 continents. 140 + countries</h2>",
                  "target": [
                    "li:nth-child(6) > .node--slideshow.node-teaser.view-mode-teaser > .inner > .caption.b-text-wrapper > .slide-title"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "16.0pt (21.375px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"b-text-wrapper caption\">",
                          "target": [
                            "li:nth-child(6) > .node--slideshow.node-teaser.view-mode-teaser > .inner > .caption.b-text-wrapper"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p>Discover how our people and programs are making a difference across the world.</p>",
                  "target": [
                    "li:nth-child(6) > .node--slideshow.node-teaser.view-mode-teaser > .inner > .caption.b-text-wrapper > p"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "13.5pt (18px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"b-text-wrapper caption\">",
                          "target": [
                            ".clone[aria-hidden=\"true\"]:nth-child(7) > .node--slideshow.node-teaser[about=\"/slideshow/hubble-trouble\"] > .inner > .caption.b-text-wrapper"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<div class=\"field field--name-field-slide-intro field--type-text field--label-hidden\">\n\n  Sidedoor: A Smithsonian Podcast\n</div>",
                  "target": [
                    ".clone[aria-hidden=\"true\"]:nth-child(7) > .node--slideshow.node-teaser[about=\"/slideshow/hubble-trouble\"] > .inner > .caption.b-text-wrapper > .preface > .field--name-field-slide-intro.field--type-text.field"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "31.2pt (41.625px)",
                        "fontWeight": "bold",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"b-text-wrapper caption\">",
                          "target": [
                            ".clone[aria-hidden=\"true\"]:nth-child(7) > .node--slideshow.node-teaser[about=\"/slideshow/hubble-trouble\"] > .inner > .caption.b-text-wrapper"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<h2 class=\"slide-title\">Hubble Trouble</h2>",
                  "target": [
                    ".clone[aria-hidden=\"true\"]:nth-child(7) > .node--slideshow.node-teaser[about=\"/slideshow/hubble-trouble\"] > .inner > .caption.b-text-wrapper > .slide-title"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "16.0pt (21.375px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"b-text-wrapper caption\">",
                          "target": [
                            ".clone[aria-hidden=\"true\"]:nth-child(7) > .node--slideshow.node-teaser[about=\"/slideshow/hubble-trouble\"] > .inner > .caption.b-text-wrapper"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p>Learn how America's first large space telescope went from a \"billion-dollar blunder\" to one of history's most important scientific instruments.</p>",
                  "target": [
                    ".clone[aria-hidden=\"true\"]:nth-child(7) > .node--slideshow.node-teaser[about=\"/slideshow/hubble-trouble\"] > .inner > .caption.b-text-wrapper > p"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                }
              ]
            },
            {
              "id": "hidden-content",
              "impact": "minor",
              "tags": [
                "cat.structure",
                "experimental",
                "review-item",
                "best-practice"
              ],
              "description": "Informs users about hidden content.",
              "help": "Hidden content on the page should be analyzed",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/hidden-content?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<div class=\"si-email-textfield\" tabindex=\"-1\" aria-hidden=\"true\">",
                  "target": [
                    "#edan-searchtab-search-form--2 > div > .si-email-textfield[aria-hidden=\"true\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<ul class=\"sf-hidden\">",
                  "target": [
                    "#menu-3905-1 > .sf-hidden"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<ul class=\"sf-hidden\">",
                  "target": [
                    "#menu-3129-1 > .sf-hidden"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<ul class=\"sf-hidden\">",
                  "target": [
                    "#menu-3463-1 > .sf-hidden"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<ul class=\"sf-hidden\">",
                  "target": [
                    "#menu-3419-1 > .sf-hidden"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<ul class=\"sf-hidden\">",
                  "target": [
                    "#menu-12928-1 > .sf-hidden"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<ul class=\"sf-hidden\">",
                  "target": [
                    "#menu-3768-1 > .sf-hidden"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<ul class=\"sf-hidden\">",
                  "target": [
                    "#menu-3767-1 > .sf-hidden"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<ul class=\"sf-hidden\">",
                  "target": [
                    "#menu-19006-1 > .sf-hidden"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<ul class=\"sf-hidden\">",
                  "target": [
                    "#menu-5771-1 > .sf-hidden"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<ul class=\"sf-hidden\">",
                  "target": [
                    "#menu-10267-1 > .sf-hidden"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<ul class=\"sf-hidden\">",
                  "target": [
                    "#menu-3398-1 > .sf-hidden"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<ul class=\"sf-hidden\">",
                  "target": [
                    "#menu-3406-1 > .sf-hidden"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<ul class=\"sf-hidden\"><li id=\"menu-4886-1\" class=\"firstandlast odd sf-item-1 sf-depth-5 sf-no-children\"><a href=\"/OGC/Records-Reading-Room\" class=\"sf-depth-5\">Records Request Reading Room</a></li></ul>",
                  "target": [
                    "#menu-3409-1 > .sf-hidden"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<ul class=\"sf-hidden\">",
                  "target": [
                    "#menu-5645-1 > .sf-hidden"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<ul class=\"sf-hidden\">",
                  "target": [
                    "#menu-5649-1 > .sf-hidden"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<a href=\"/OEEMA/SupplierDiversity_GoalsandAccomplishments\" class=\"hide sf-depth-5\">Goals and Accomplishments</a>",
                  "target": [
                    ".hide"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<ul class=\"sf-hidden\">",
                  "target": [
                    "#menu-3399-1 > .sf-hidden"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<ul class=\"sf-hidden\">",
                  "target": [
                    "#menu-5118-1 > .sf-hidden"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<ul class=\"sf-hidden\">",
                  "target": [
                    "#menu-6772-1 > .sf-hidden"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<div class=\"si-email-textfield\" tabindex=\"-1\" aria-hidden=\"true\">",
                  "target": [
                    "#edan-searchtab-search-form > div > .si-email-textfield[aria-hidden=\"true\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<label for=\"cons_email_opt_in\" class=\"wrapable\">Yes, I would like to receive email from the Smithsonian.</label>",
                  "target": [
                    ".wrapable"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<input type=\"checkbox\" name=\"cons_email_opt_in\" id=\"cons_email_opt_in\" checked=\"checked\">",
                  "target": [
                    "#cons_email_opt_in"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<label for=\"denySubmit\">Deny submit</label>",
                  "target": [
                    "label[for=\"denySubmit\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<input type=\"text\" name=\"denySubmit\" id=\"denySubmit\" value=\"\">",
                  "target": [
                    "#denySubmit"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<div id=\"colorbox\" class=\"\" role=\"dialog\" tabindex=\"-1\" style=\"display: none;\">",
                  "target": [
                    "#colorbox"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                }
              ]
            },
            {
              "id": "identical-links-same-purpose",
              "impact": "minor",
              "tags": [
                "cat.semantics",
                "wcag2aaa",
                "wcag249"
              ],
              "description": "Ensure that links with the same accessible name serve a similar purpose",
              "help": "Links with the same name must have a similar purpose",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/identical-links-same-purpose?application=axeAPI",
              "nodes": [
                {
                  "any": [],
                  "all": [
                    {
                      "id": "identical-links-same-purpose",
                      "data": {
                        "name": "museums and zoo",
                        "urlProps": {
                          "protocol": "http:",
                          "hostname": "www.si.edu",
                          "port": "",
                          "pathname": "/museums/",
                          "search": {},
                          "hash": "",
                          "filename": ""
                        }
                      },
                      "relatedNodes": [
                        {
                          "html": "<a href=\"/about/museums\" class=\"sf-depth-2\">Museums and Zoo</a>",
                          "target": [
                            "#menu-4480-1 > .sf-depth-2[href$=\"museums\"]"
                          ]
                        }
                      ],
                      "impact": "minor",
                      "message": "Check that links have the same purpose, or are intentionally ambiguous."
                    }
                  ],
                  "none": [],
                  "impact": "minor",
                  "html": "<a href=\"/museums\" class=\"sf-depth-2\">Museums and Zoo</a>",
                  "target": [
                    "#menu-3273-1 > .sf-depth-2[href$=\"museums\"]"
                  ],
                  "failureSummary": "Fix all of the following:\n  Check that links have the same purpose, or are intentionally ambiguous."
                },
                {
                  "any": [],
                  "all": [
                    {
                      "id": "identical-links-same-purpose",
                      "data": {
                        "name": "terms of use",
                        "urlProps": {
                          "protocol": "http:",
                          "hostname": "www.si.edu",
                          "port": "",
                          "pathname": "/termsofuse/",
                          "search": {},
                          "hash": "",
                          "filename": ""
                        }
                      },
                      "relatedNodes": [
                        {
                          "html": "<a class=\"signup-footer-link\" href=\"https://www.blackbaud.com/terms-of-use.aspx\" target=\"_blank\">Terms of Use</a>",
                          "target": [
                            ".signup-footer-link[target=\"_blank\"]:nth-child(2)"
                          ]
                        }
                      ],
                      "impact": "minor",
                      "message": "Check that links have the same purpose, or are intentionally ambiguous."
                    }
                  ],
                  "none": [],
                  "impact": "minor",
                  "html": "<a href=\"/termsofuse\"><span class=\"menu-title\">Terms of Use</span></a>",
                  "target": [
                    "a[href$=\"termsofuse\"]"
                  ],
                  "failureSummary": "Fix all of the following:\n  Check that links have the same purpose, or are intentionally ambiguous."
                }
              ]
            }
          ],
          "violations": [
            {
              "id": "aria-hidden-focus",
              "impact": "serious",
              "tags": [
                "cat.name-role-value",
                "wcag2a",
                "wcag412",
                "wcag131"
              ],
              "description": "Ensures aria-hidden elements are not focusable nor contain focusable elements",
              "help": "ARIA hidden element must not be focusable or contain focusable elements",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/aria-hidden-focus?application=axeAPI",
              "nodes": [
                {
                  "any": [],
                  "all": [
                    {
                      "id": "focusable-not-tabbable",
                      "data": null,
                      "relatedNodes": [
                        {
                          "html": "<a href=\"https://global.si.edu/?utm_source=si.edu&amp;utm_medium=referral&amp;utm_campaign=banner\" class=\"inner\">",
                          "target": [
                            ".clone[aria-hidden=\"true\"]:nth-child(1) > .node--slideshow.node-teaser.view-mode-teaser > .inner"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Focusable content should have tabindex='-1' or be removed from the DOM"
                    }
                  ],
                  "none": [],
                  "impact": "serious",
                  "html": "<li class=\"clone\" aria-hidden=\"true\" style=\"width: 1280px; float: left; display: block;\">",
                  "target": [
                    ".clone[aria-hidden=\"true\"]:nth-child(1)"
                  ],
                  "failureSummary": "Fix all of the following:\n  Focusable content should have tabindex='-1' or be removed from the DOM"
                },
                {
                  "any": [],
                  "all": [
                    {
                      "id": "focusable-not-tabbable",
                      "data": null,
                      "relatedNodes": [
                        {
                          "html": "<a href=\"https://www.si.edu/sidedoor/hubble-trouble\" class=\"inner\">",
                          "target": [
                            ".clone[aria-hidden=\"true\"]:nth-child(7) > .node--slideshow.node-teaser[about=\"/slideshow/hubble-trouble\"] > .inner"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Focusable content should have tabindex='-1' or be removed from the DOM"
                    }
                  ],
                  "none": [],
                  "impact": "serious",
                  "html": "<li style=\"width: 1280px; float: left; display: block;\" class=\"clone\" aria-hidden=\"true\">",
                  "target": [
                    ".clone[aria-hidden=\"true\"]:nth-child(7)"
                  ],
                  "failureSummary": "Fix all of the following:\n  Focusable content should have tabindex='-1' or be removed from the DOM"
                }
              ]
            },
            {
              "id": "color-contrast-enhanced",
              "impact": "serious",
              "tags": [
                "cat.color",
                "wcag2aaa",
                "wcag146"
              ],
              "description": "Ensures the contrast between foreground and background colors meets WCAG 2 AAA contrast ratio thresholds",
              "help": "Elements must have sufficient color contrast",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/color-contrast-enhanced?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "bgColor": "#9f3050",
                        "contrastRatio": 6.97,
                        "fontSize": "11.0pt (14.625px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a class=\"donate-btn\" href=\"http://go.si.edu/si-give\" target=\"_blank\">Donate</a>",
                          "target": [
                            ".donate-btn"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.97 (foreground color: #ffffff, background color: #9f3050, font size: 11.0pt (14.625px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a class=\"donate-btn\" href=\"http://go.si.edu/si-give\" target=\"_blank\">Donate</a>",
                  "target": [
                    ".donate-btn"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.97 (foreground color: #ffffff, background color: #9f3050, font size: 11.0pt (14.625px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#016f9d",
                        "bgColor": "#ffffff",
                        "contrastRatio": 5.58,
                        "fontSize": "13.5pt (18px)",
                        "fontWeight": "bold",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"l-content-wrapper\">",
                          "target": [
                            ".l-content-wrapper"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.58 (foreground color: #016f9d, background color: #ffffff, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/visit/hours\">hours and admission information</a>",
                  "target": [
                    "strong:nth-child(1) > a[href$=\"hours\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.58 (foreground color: #016f9d, background color: #ffffff, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#016f9d",
                        "bgColor": "#ffffff",
                        "contrastRatio": 5.58,
                        "fontSize": "13.5pt (18px)",
                        "fontWeight": "bold",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"l-content-wrapper\">",
                          "target": [
                            ".l-content-wrapper"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.58 (foreground color: #016f9d, background color: #ffffff, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/visit/tips\">safety protocols</a>",
                  "target": [
                    "strong:nth-child(2) > a[href$=\"tips\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.58 (foreground color: #016f9d, background color: #ffffff, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#016f9d",
                        "bgColor": "#ffffff",
                        "contrastRatio": 5.58,
                        "fontSize": "13.5pt (18px)",
                        "fontWeight": "bold",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"l-content-wrapper\">",
                          "target": [
                            ".l-content-wrapper"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.58 (foreground color: #016f9d, background color: #ffffff, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<strong>Timed-entry passes</strong>",
                  "target": [
                    "a[href$=\"hours\"] > strong"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.58 (foreground color: #016f9d, background color: #ffffff, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#016f9d",
                        "bgColor": "#ffffff",
                        "contrastRatio": 5.58,
                        "fontSize": "13.5pt (18px)",
                        "fontWeight": "bold",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"l-content-wrapper\">",
                          "target": [
                            ".l-content-wrapper"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.58 (foreground color: #016f9d, background color: #ffffff, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/whats-on\">what's on</a>",
                  "target": [
                    "strong:nth-child(1) > a[href$=\"whats-on\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.58 (foreground color: #016f9d, background color: #ffffff, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#016f9d",
                        "bgColor": "#ffffff",
                        "contrastRatio": 5.58,
                        "fontSize": "13.5pt (18px)",
                        "fontWeight": "bold",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"l-content-wrapper\">",
                          "target": [
                            ".l-content-wrapper"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.58 (foreground color: #016f9d, background color: #ffffff, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/exhibitions\">exhibitions</a>",
                  "target": [
                    "strong:nth-child(2) > a[href$=\"exhibitions\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.58 (foreground color: #016f9d, background color: #ffffff, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#41505c",
                        "bgColor": "#d0d7de",
                        "contrastRatio": 5.72,
                        "fontSize": "18.0pt (23.94px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"bg-gray-light l-container padding-all\">",
                          "target": [
                            ".padding-all"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.72 (foreground color: #41505c, background color: #d0d7de, font size: 18.0pt (23.94px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"font-secondary\">\nSelect a topic to discover featured collections and stories, OR search millions of digital records.</span>",
                  "target": [
                    ".padding-all > .font-secondary"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.72 (foreground color: #41505c, background color: #d0d7de, font size: 18.0pt (23.94px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#41505c",
                        "bgColor": "#e2e8ec",
                        "contrastRatio": 6.72,
                        "fontSize": "11.0pt (14.625px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a href=\"https://www.si.edu/spotlight/staycationing\" class=\"inner\">",
                          "target": [
                            "div[about=\"/teaser/summer-staycation\"] > .inner"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.72 (foreground color: #41505c, background color: #e2e8ec, font size: 11.0pt (14.625px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<div class=\"preface\">\n\n       Smithsonian Spotlight  \n</div>",
                  "target": [
                    "div[about=\"/teaser/summer-staycation\"] > .inner > .b-text-wrapper > .preface"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.72 (foreground color: #41505c, background color: #e2e8ec, font size: 11.0pt (14.625px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#41505c",
                        "bgColor": "#e2e8ec",
                        "contrastRatio": 6.72,
                        "fontSize": "13.5pt (18px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a href=\"https://www.si.edu/spotlight/staycationing\" class=\"inner\">",
                          "target": [
                            "div[about=\"/teaser/summer-staycation\"] > .inner"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.72 (foreground color: #41505c, background color: #e2e8ec, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p>Gardening, cooking, swimming, resting, making art or looking at it—appreciating the days of summer without traveling far.&nbsp;</p>",
                  "target": [
                    "div[about=\"/teaser/summer-staycation\"] > .inner > .b-text-wrapper > p"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.72 (foreground color: #41505c, background color: #e2e8ec, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#41505c",
                        "bgColor": "#e2e8ec",
                        "contrastRatio": 6.72,
                        "fontSize": "11.0pt (14.625px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a href=\"https://anacostia.si.edu/urban-adventure-kit?utm_source=si.edu&amp;utm_medium=referral&amp;utm_campaign=OneSmithsonian\" class=\"inner\">",
                          "target": [
                            ".views-row-2 > .node--teaser--teaser-long.view-mode-teaser_long.node--teaser-long > .inner"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.72 (foreground color: #41505c, background color: #e2e8ec, font size: 11.0pt (14.625px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<div class=\"preface\">\n\n       Anacostia Community Museum  \n</div>",
                  "target": [
                    ".views-row-2 > .node--teaser--teaser-long.view-mode-teaser_long.node--teaser-long > .inner > .b-text-wrapper > .preface"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.72 (foreground color: #41505c, background color: #e2e8ec, font size: 11.0pt (14.625px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#41505c",
                        "bgColor": "#e2e8ec",
                        "contrastRatio": 6.72,
                        "fontSize": "13.5pt (18px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a href=\"https://anacostia.si.edu/urban-adventure-kit?utm_source=si.edu&amp;utm_medium=referral&amp;utm_campaign=OneSmithsonian\" class=\"inner\">",
                          "target": [
                            ".views-row-2 > .node--teaser--teaser-long.view-mode-teaser_long.node--teaser-long > .inner"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.72 (foreground color: #41505c, background color: #e2e8ec, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p>Connect with unique places in Washington, D.C., through the eyes of chef and humanitarian José Andrés.</p>",
                  "target": [
                    ".views-row-2 > .node--teaser--teaser-long.view-mode-teaser_long.node--teaser-long > .inner > .b-text-wrapper > p"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.72 (foreground color: #41505c, background color: #e2e8ec, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#41505c",
                        "bgColor": "#e2e8ec",
                        "contrastRatio": 6.72,
                        "fontSize": "11.0pt (14.625px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a href=\"https://www.si.edu/object/saam_2000.79\" class=\"inner\">",
                          "target": [
                            "div[about=\"/teaser/hot-dog\"] > .inner"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.72 (foreground color: #41505c, background color: #e2e8ec, font size: 11.0pt (14.625px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<div class=\"preface\">\n\n       Smithsonian American Art Museum  \n</div>",
                  "target": [
                    "div[about=\"/teaser/hot-dog\"] > .inner > .b-text-wrapper > .preface"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.72 (foreground color: #41505c, background color: #e2e8ec, font size: 11.0pt (14.625px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#41505c",
                        "bgColor": "#e2e8ec",
                        "contrastRatio": 6.72,
                        "fontSize": "13.5pt (18px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a href=\"https://www.si.edu/object/saam_2000.79\" class=\"inner\">",
                          "target": [
                            "div[about=\"/teaser/hot-dog\"] > .inner"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.72 (foreground color: #41505c, background color: #e2e8ec, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p>For National Hot Dog Day, this clay hot dog, made by artist Betty Spindler, looks good enough to eat.&nbsp;</p>",
                  "target": [
                    "div[about=\"/teaser/hot-dog\"] > .inner > .b-text-wrapper > p"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.72 (foreground color: #41505c, background color: #e2e8ec, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#41505c",
                        "bgColor": "#e2e8ec",
                        "contrastRatio": 6.72,
                        "fontSize": "11.0pt (14.625px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a href=\"https://www.si.edu/spotlight/apollo-11\" class=\"inner\">",
                          "target": [
                            ".views-row-4 > .node--teaser--teaser-long.view-mode-teaser_long.node--teaser-long > .inner"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.72 (foreground color: #41505c, background color: #e2e8ec, font size: 11.0pt (14.625px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<div class=\"preface\">\n\n       National Air and Space Museum  \n</div>",
                  "target": [
                    ".views-row-4 > .node--teaser--teaser-long.view-mode-teaser_long.node--teaser-long > .inner > .b-text-wrapper > .preface"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.72 (foreground color: #41505c, background color: #e2e8ec, font size: 11.0pt (14.625px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#41505c",
                        "bgColor": "#e2e8ec",
                        "contrastRatio": 6.72,
                        "fontSize": "13.5pt (18px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a href=\"https://www.si.edu/spotlight/apollo-11\" class=\"inner\">",
                          "target": [
                            ".views-row-4 > .node--teaser--teaser-long.view-mode-teaser_long.node--teaser-long > .inner"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.72 (foreground color: #41505c, background color: #e2e8ec, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p>On July 20, 1969, Armstrong and Buzz Aldrin landed in the Lunar Module <em>Eagle</em> and became the first humans to step foot on the moon.</p>",
                  "target": [
                    ".views-row-4 > .node--teaser--teaser-long.view-mode-teaser_long.node--teaser-long > .inner > .b-text-wrapper > p"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.72 (foreground color: #41505c, background color: #e2e8ec, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#41505c",
                        "bgColor": "#e2e8ec",
                        "contrastRatio": 6.72,
                        "fontSize": "13.5pt (18px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a href=\"https://www.si.edu/spotlight/apollo-11\" class=\"inner\">",
                          "target": [
                            ".views-row-4 > .node--teaser--teaser-long.view-mode-teaser_long.node--teaser-long > .inner"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.72 (foreground color: #41505c, background color: #e2e8ec, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<em>Eagle</em>",
                  "target": [
                    ".b-text-wrapper > p > em"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.72 (foreground color: #41505c, background color: #e2e8ec, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#41505c",
                        "bgColor": "#e2e8ec",
                        "contrastRatio": 6.72,
                        "fontSize": "11.0pt (14.625px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a href=\"https://www.si.edu/spotlight/backgrounds\" class=\"inner\">",
                          "target": [
                            "div[about=\"/teaser/digital-backgrounds\"] > .inner"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.72 (foreground color: #41505c, background color: #e2e8ec, font size: 11.0pt (14.625px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<div class=\"preface\">\n\n       Smithsonian Open Access  \n</div>",
                  "target": [
                    "div[about=\"/teaser/digital-backgrounds\"] > .inner > .b-text-wrapper > .preface"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.72 (foreground color: #41505c, background color: #e2e8ec, font size: 11.0pt (14.625px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#41505c",
                        "bgColor": "#e2e8ec",
                        "contrastRatio": 6.72,
                        "fontSize": "13.5pt (18px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a href=\"https://www.si.edu/spotlight/backgrounds\" class=\"inner\">",
                          "target": [
                            "div[about=\"/teaser/digital-backgrounds\"] > .inner"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.72 (foreground color: #41505c, background color: #e2e8ec, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p>Put yourself in the scene! Download high-res images to use as your&nbsp;video meeting or desktop background.</p>",
                  "target": [
                    "div[about=\"/teaser/digital-backgrounds\"] > .inner > .b-text-wrapper > p"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.72 (foreground color: #41505c, background color: #e2e8ec, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#41505c",
                        "bgColor": "#e2e8ec",
                        "contrastRatio": 6.72,
                        "fontSize": "13.5pt (18px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a href=\"/newsdesk/snapshot/get-man-shield\" class=\"inner\">",
                          "target": [
                            ".node--snapshot > .inner"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.72 (foreground color: #41505c, background color: #e2e8ec, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<div class=\"b-text-wrapper\"><div class=\"preface\">\n\n       National Museum of American History  \n</div>\n\n       <h3>“Get This Man a Shield!”</h3>  \n\n\n       Equipped with a shield composed primarily of vibranium from the African nation Wakanda, Captain America fought the forces of evil.  \n</div>",
                  "target": [
                    ".node--snapshot > .inner > .b-text-wrapper"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.72 (foreground color: #41505c, background color: #e2e8ec, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#41505c",
                        "bgColor": "#e2e8ec",
                        "contrastRatio": 6.72,
                        "fontSize": "11.0pt (14.625px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a href=\"/newsdesk/snapshot/get-man-shield\" class=\"inner\">",
                          "target": [
                            ".node--snapshot > .inner"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.72 (foreground color: #41505c, background color: #e2e8ec, font size: 11.0pt (14.625px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<div class=\"preface\">\n\n       National Museum of American History  \n</div>",
                  "target": [
                    ".node--snapshot > .inner > .b-text-wrapper > .preface"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.72 (foreground color: #41505c, background color: #e2e8ec, font size: 11.0pt (14.625px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#41505c",
                        "bgColor": "#e2e8ec",
                        "contrastRatio": 6.72,
                        "fontSize": "11.0pt (14.625px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a href=\"https://www.si.edu/spotlight/beaches\" class=\"inner\">",
                          "target": [
                            "div[about=\"/teaser/day-beach-0\"] > .inner"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.72 (foreground color: #41505c, background color: #e2e8ec, font size: 11.0pt (14.625px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<div class=\"preface\">\n\n       Smithsonian Spotlight  \n</div>",
                  "target": [
                    "div[about=\"/teaser/day-beach-0\"] > .inner > .b-text-wrapper > .preface"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.72 (foreground color: #41505c, background color: #e2e8ec, font size: 11.0pt (14.625px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#41505c",
                        "bgColor": "#e2e8ec",
                        "contrastRatio": 6.72,
                        "fontSize": "13.5pt (18px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a href=\"https://www.si.edu/spotlight/beaches\" class=\"inner\">",
                          "target": [
                            "div[about=\"/teaser/day-beach-0\"] > .inner"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.72 (foreground color: #41505c, background color: #e2e8ec, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p>A trip to the shore—without the&nbsp;sand in your shoes.</p>",
                  "target": [
                    "div[about=\"/teaser/day-beach-0\"] > .inner > .b-text-wrapper > p"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.72 (foreground color: #41505c, background color: #e2e8ec, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#41505c",
                        "bgColor": "#e2e8ec",
                        "contrastRatio": 6.72,
                        "fontSize": "11.0pt (14.625px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a href=\"https://www.si.edu/spotlight/dogs\" class=\"inner\">",
                          "target": [
                            ".views-row-8 > .node--teaser--teaser-long.view-mode-teaser_long.node--teaser-long > .inner"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.72 (foreground color: #41505c, background color: #e2e8ec, font size: 11.0pt (14.625px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<div class=\"preface\">\n\n       Smithsonian Spotlight  \n</div>",
                  "target": [
                    ".views-row-8 > .node--teaser--teaser-long.view-mode-teaser_long.node--teaser-long > .inner > .b-text-wrapper > .preface"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.72 (foreground color: #41505c, background color: #e2e8ec, font size: 11.0pt (14.625px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#41505c",
                        "bgColor": "#e2e8ec",
                        "contrastRatio": 6.72,
                        "fontSize": "13.5pt (18px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a href=\"https://www.si.edu/spotlight/dogs\" class=\"inner\">",
                          "target": [
                            ".views-row-8 > .node--teaser--teaser-long.view-mode-teaser_long.node--teaser-long > .inner"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.72 (foreground color: #41505c, background color: #e2e8ec, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p>Sit, stay, and explore dogs from across our collections.</p>",
                  "target": [
                    ".views-row-8 > .node--teaser--teaser-long.view-mode-teaser_long.node--teaser-long > .inner > .b-text-wrapper > p"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.72 (foreground color: #41505c, background color: #e2e8ec, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#41505c",
                        "bgColor": "#e2e8ec",
                        "contrastRatio": 6.72,
                        "fontSize": "11.0pt (14.625px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a href=\"https://ocean.si.edu/ocean-life/marine-mammals/whales?utm_source=si.edu&amp;utm_medium=referral&amp;utm_campaign=OneSmithsonian\" class=\"inner\">",
                          "target": [
                            "div[about=\"/teaser/whales\"] > .inner"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.72 (foreground color: #41505c, background color: #e2e8ec, font size: 11.0pt (14.625px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<div class=\"preface\">\n\n       National Museum of Natural History  \n</div>",
                  "target": [
                    "div[about=\"/teaser/whales\"] > .inner > .b-text-wrapper > .preface"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.72 (foreground color: #41505c, background color: #e2e8ec, font size: 11.0pt (14.625px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#41505c",
                        "bgColor": "#e2e8ec",
                        "contrastRatio": 6.72,
                        "fontSize": "13.5pt (18px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a href=\"https://ocean.si.edu/ocean-life/marine-mammals/whales?utm_source=si.edu&amp;utm_medium=referral&amp;utm_campaign=OneSmithsonian\" class=\"inner\">",
                          "target": [
                            "div[about=\"/teaser/whales\"] > .inner"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.72 (foreground color: #41505c, background color: #e2e8ec, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p>Whales have always captured our hearts—learn more about them and other cetaceans on Ocean Portal.</p>",
                  "target": [
                    "div[about=\"/teaser/whales\"] > .inner > .b-text-wrapper > p"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.72 (foreground color: #41505c, background color: #e2e8ec, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#41505c",
                        "bgColor": "#e2e8ec",
                        "contrastRatio": 6.72,
                        "fontSize": "13.5pt (18px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a href=\"/sidedoor/ep-1-curse-hope-diamond\" class=\"inner\">",
                          "target": [
                            ".node--sidedoor > .inner"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.72 (foreground color: #41505c, background color: #e2e8ec, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<div class=\"b-text-wrapper\"><div class=\"preface\">\n\n       Sidedoor Podcast  \n</div>\n\n       <h3>The Curse of the Hope Diamond</h3>  \n\n\n       We track the lore of this notorious gem through the centuries.  \n</div>",
                  "target": [
                    ".node--sidedoor > .inner > .b-text-wrapper"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.72 (foreground color: #41505c, background color: #e2e8ec, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#41505c",
                        "bgColor": "#e2e8ec",
                        "contrastRatio": 6.72,
                        "fontSize": "11.0pt (14.625px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a href=\"/sidedoor/ep-1-curse-hope-diamond\" class=\"inner\">",
                          "target": [
                            ".node--sidedoor > .inner"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.72 (foreground color: #41505c, background color: #e2e8ec, font size: 11.0pt (14.625px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<div class=\"preface\">\n\n       Sidedoor Podcast  \n</div>",
                  "target": [
                    ".node--sidedoor > .inner > .b-text-wrapper > .preface"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.72 (foreground color: #41505c, background color: #e2e8ec, font size: 11.0pt (14.625px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#41505c",
                        "bgColor": "#e2e8ec",
                        "contrastRatio": 6.72,
                        "fontSize": "13.5pt (18px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a href=\"/stories/what-if-you-could-hear-space\" class=\"inner\">",
                          "target": [
                            ".node--blog-post > .inner"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.72 (foreground color: #41505c, background color: #e2e8ec, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<div class=\"b-text-wrapper\"><div class=\"preface\">\n\n       Smithsonian Sparks  \n</div>\n\n       <h3>What If You Could Hear Space?</h3>  \n\n\n       A new project turns astronomical images into sound.  \n</div>",
                  "target": [
                    ".node--blog-post > .inner > .b-text-wrapper"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.72 (foreground color: #41505c, background color: #e2e8ec, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#41505c",
                        "bgColor": "#e2e8ec",
                        "contrastRatio": 6.72,
                        "fontSize": "11.0pt (14.625px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a href=\"/stories/what-if-you-could-hear-space\" class=\"inner\">",
                          "target": [
                            ".node--blog-post > .inner"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.72 (foreground color: #41505c, background color: #e2e8ec, font size: 11.0pt (14.625px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<div class=\"preface\">\n\n       Smithsonian Sparks  \n</div>",
                  "target": [
                    ".node--blog-post > .inner > .b-text-wrapper > .preface"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.72 (foreground color: #41505c, background color: #e2e8ec, font size: 11.0pt (14.625px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#41505c",
                        "bgColor": "#e2e8ec",
                        "contrastRatio": 6.72,
                        "fontSize": "11.0pt (14.625px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a href=\"https://ocean.si.edu/ocean-life/sharks-rays/sharks?utm_source=siedu&amp;utm_medium=referral&amp;utm_campaign=teaser\" class=\"inner\">",
                          "target": [
                            ".views-row-12 > .node--teaser--teaser-long.view-mode-teaser_long.node--teaser-long > .inner"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.72 (foreground color: #41505c, background color: #e2e8ec, font size: 11.0pt (14.625px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<div class=\"preface\">\n\n       National Museum of Natural History  \n</div>",
                  "target": [
                    ".views-row-12 > .node--teaser--teaser-long.view-mode-teaser_long.node--teaser-long > .inner > .b-text-wrapper > .preface"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.72 (foreground color: #41505c, background color: #e2e8ec, font size: 11.0pt (14.625px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#41505c",
                        "bgColor": "#e2e8ec",
                        "contrastRatio": 6.72,
                        "fontSize": "13.5pt (18px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a href=\"https://ocean.si.edu/ocean-life/sharks-rays/sharks?utm_source=siedu&amp;utm_medium=referral&amp;utm_campaign=teaser\" class=\"inner\">",
                          "target": [
                            ".views-row-12 > .node--teaser--teaser-long.view-mode-teaser_long.node--teaser-long > .inner"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.72 (foreground color: #41505c, background color: #e2e8ec, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p>Learn about these incredible animals—and the ecosystems in which they play a role.</p>",
                  "target": [
                    ".views-row-12 > .node--teaser--teaser-long.view-mode-teaser_long.node--teaser-long > .inner > .b-text-wrapper > p"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.72 (foreground color: #41505c, background color: #e2e8ec, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#41505c",
                        "bgColor": "#d0d7de",
                        "contrastRatio": 5.72,
                        "fontSize": "13.5pt (18px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"entity entity-paragraphs-item paragraphs-item-grid-layout bg-gray-light field-bg spacing-top center layout-wide field-class col-md-5 field-grid-col\" id=\"paragraphs-item-2231\">",
                          "target": [
                            "#paragraphs-item-2231"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.72 (foreground color: #41505c, background color: #d0d7de, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p>Keep the Smithsonian thriving by becoming a member today.</p>",
                  "target": [
                    ".inner[href$=\"membership\"] > .b-text-wrapper > .required-fields.group-wrapper.field-group-html-element > p"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.72 (foreground color: #41505c, background color: #d0d7de, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#41505c",
                        "bgColor": "#d0d7de",
                        "contrastRatio": 5.72,
                        "fontSize": "13.5pt (18px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"entity entity-paragraphs-item paragraphs-item-grid-layout bg-gray-light field-bg spacing-top center layout-wide field-class col-md-5 field-grid-col\" id=\"paragraphs-item-2231\">",
                          "target": [
                            "#paragraphs-item-2231"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.72 (foreground color: #41505c, background color: #d0d7de, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p><em>Smithsonian</em>&nbsp;magazine places a Smithsonian lens on the world.</p>",
                  "target": [
                    "#paragraphs-item-2228 > .inner > .b-text-wrapper > .required-fields.group-wrapper.field-group-html-element > p"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.72 (foreground color: #41505c, background color: #d0d7de, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#41505c",
                        "bgColor": "#d0d7de",
                        "contrastRatio": 5.72,
                        "fontSize": "13.5pt (18px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"entity entity-paragraphs-item paragraphs-item-grid-layout bg-gray-light field-bg spacing-top center layout-wide field-class col-md-5 field-grid-col\" id=\"paragraphs-item-2231\">",
                          "target": [
                            "#paragraphs-item-2231"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.72 (foreground color: #41505c, background color: #d0d7de, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<em>Smithsonian</em>",
                  "target": [
                    ".required-fields.group-wrapper.field-group-html-element > p > em"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.72 (foreground color: #41505c, background color: #d0d7de, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#41505c",
                        "bgColor": "#d0d7de",
                        "contrastRatio": 5.72,
                        "fontSize": "13.5pt (18px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"entity entity-paragraphs-item paragraphs-item-grid-layout bg-gray-light field-bg spacing-top center layout-wide field-class col-md-5 field-grid-col\" id=\"paragraphs-item-2231\">",
                          "target": [
                            "#paragraphs-item-2231"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.72 (foreground color: #41505c, background color: #d0d7de, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p>Award-winning programming exploring science, nature, history, and pop culture.</p>",
                  "target": [
                    "#paragraphs-item-2229 > .inner > .b-text-wrapper > .required-fields.group-wrapper.field-group-html-element > p"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.72 (foreground color: #41505c, background color: #d0d7de, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#41505c",
                        "bgColor": "#d0d7de",
                        "contrastRatio": 5.72,
                        "fontSize": "13.5pt (18px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"entity entity-paragraphs-item paragraphs-item-grid-layout bg-gray-light field-bg spacing-top center layout-wide field-class col-md-5 field-grid-col\" id=\"paragraphs-item-2231\">",
                          "target": [
                            "#paragraphs-item-2231"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.72 (foreground color: #41505c, background color: #d0d7de, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p>Your purchase helps the Smithsonian bring exciting learning experiences to everyone.</p>",
                  "target": [
                    "a[href$=\"shop\"] > .b-text-wrapper > .required-fields.group-wrapper.field-group-html-element > p"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.72 (foreground color: #41505c, background color: #d0d7de, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#41505c",
                        "bgColor": "#d0d7de",
                        "contrastRatio": 5.72,
                        "fontSize": "13.5pt (18px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"entity entity-paragraphs-item paragraphs-item-grid-layout bg-gray-light field-bg spacing-top center layout-wide field-class col-md-5 field-grid-col\" id=\"paragraphs-item-2231\">",
                          "target": [
                            "#paragraphs-item-2231"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.72 (foreground color: #41505c, background color: #d0d7de, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p>Over 350 tours and cruises to all seven continents. Let the journey begin.</p>",
                  "target": [
                    "#paragraphs-item-2227 > .inner > .b-text-wrapper > .required-fields.group-wrapper.field-group-html-element > p"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.72 (foreground color: #41505c, background color: #d0d7de, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 7:1"
                }
              ]
            },
            {
              "id": "label-content-name-mismatch",
              "impact": "serious",
              "tags": [
                "cat.semantics",
                "wcag21a",
                "wcag253",
                "experimental"
              ],
              "description": "Ensures that elements labelled through their content must have their visible text as part of their accessible name",
              "help": "Elements must have their visible text as part of their accessible name",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/label-content-name-mismatch?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "label-content-name-mismatch",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Text inside the element is not included in the accessible name"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<button aria-label=\"open chat\" class=\"satisfi_chat-button\" style=\"display: block;\"><span>Chat With Us</span></button>",
                  "target": [
                    ".satisfi_chat-button"
                  ],
                  "failureSummary": "Fix any of the following:\n  Text inside the element is not included in the accessible name"
                }
              ]
            },
            {
              "id": "region",
              "impact": "moderate",
              "tags": [
                "cat.keyboard",
                "best-practice"
              ],
              "description": "Ensures all page content is contained by landmarks",
              "help": "All page content should be contained by landmarks",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/region?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "region",
                      "data": {
                        "isIframe": false
                      },
                      "relatedNodes": [],
                      "impact": "moderate",
                      "message": "Some page content is not contained by landmarks"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "moderate",
                  "html": "<div class=\"region--postscript\">\n    <div>\n      <a href=\"#main-content\" class=\"page-nav\" id=\"#back-top-top\"><span class=\"icon\"></span><span class=\"text\">Back to Top</span> </a>\n    </div>\n  </div>",
                  "target": [
                    ".region--postscript"
                  ],
                  "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
                }
              ]
            }
          ]
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://www.si.edu/",
      "what": "URL",
      "result": "https://www.si.edu/"
    },
    {
      "type": "test",
      "which": "htmlcs",
      "what": "HTML CodeSniffer WCAG 2.1 AA ruleset",
      "url": "https://www.si.edu/",
      "result": {
        "Error": {
          "AA.1_4_3.G18.Fail": {
            "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 2.15:1. Recommendation:  change text colour to #fefeff.": [
              {
                "tagName": "noscript",
                "id": "",
                "code": "<noscript aria-hidden=\"true\">...</noscript>"
              },
              {
                "tagName": "noscript",
                "id": "",
                "code": "<noscript>...</noscript>"
              },
              {
                "tagName": "span",
                "id": "",
                "code": "<span class=\"text\">...</span>"
              }
            ]
          },
          "AA.4_1_2.H91.Button.Name": {
            "This button element does not have a name available to an accessibility API. Valid names are: title attribute, element content, aria-label attribute, aria-labelledby attribute.": [
              {
                "tagName": "button",
                "id": "#cboxNext",
                "code": "<button type=\"button\" id=\"cboxNext\">...</button>"
              },
              {
                "tagName": "button",
                "id": "#cboxPrevious",
                "code": "<button type=\"button\" id=\"cboxPrevious\">...</button>"
              },
              {
                "tagName": "button",
                "id": "#cboxSlideshow",
                "code": "<button type=\"button\" id=\"cboxSlideshow\">...</button>"
              }
            ]
          }
        },
        "Warning": {
          "AA.1_3_1.H42": {
            "Heading markup should be used if this content is intended as a heading.": [
              {
                "tagName": "p",
                "id": "",
                "code": "<p>...</p>"
              }
            ]
          },
          "AA.1_3_1_A.G141": {
            "The heading structure is not logically nested. This h2 element appears to be the primary document heading, so should be an h1 element.": [
              {
                "tagName": "h2",
                "id": "",
                "code": "<h2 class=\"element-invisible block__title\">...</h2>"
              }
            ],
            "The heading structure is not logically nested. This h2 element should be an h1 to be properly nested.": [
              {
                "tagName": "h2",
                "id": "",
                "code": "<h2 class=\"element-invisible block__title\">...</h2>"
              }
            ]
          },
          "AA.1_4_10.C32,C31,C33,C38,SCR34,G206": {
            "This element has \"position: fixed\". This may require scrolling in two dimensions, which is considered a failure of this Success Criterion.": [
              {
                "tagName": "a",
                "id": "##back-top-top",
                "code": "<a href=\"#main-content\" class=\"page-nav\" id=\"#back-top-top\">...</a>"
              },
              {
                "tagName": "button",
                "id": "",
                "code": "<button aria-label=\"open chat\" class=\"satisfi_chat-button\" style=\"display: block;\">...</button>"
              },
              {
                "tagName": "div",
                "id": "#cboxOverlay",
                "code": "<div id=\"cboxOverlay\" style=\"display: none;\">...</div>"
              },
              {
                "tagName": "div",
                "id": "",
                "code": "<div class=\"  satisfi_chat\" style=\"display:none;\">...</div>"
              }
            ]
          },
          "AA.1_4_3.G145.BgImage": {
            "This element's text is placed on a background image. Ensure the contrast ratio between the text and all covered parts of the image are at least 3:1.": [
              {
                "tagName": "h2",
                "id": "",
                "code": "<h2 class=\"slide-title\">...</h2>"
              }
            ]
          },
          "AA.1_4_3.G18.Abs": {
            "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 4.5:1.": [
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"/ResearchCenters\" class=\"sf-depth-2\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"/about/administration\" class=\"sf-depth-2 menuparent\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"/about/museums\" class=\"sf-depth-2\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"/about/policies\" class=\"sf-depth-2 menuparent\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"/blogs\" class=\"sf-depth-2\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"/collections\" class=\"sf-depth-2 menuparent\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"/cultural-centers\" class=\"sf-depth-2\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"/dining\" class=\"sf-depth-2\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"/education\" class=\"sf-depth-2\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"/educators\" class=\"sf-depth-2 menuparent\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"/events\" class=\"sf-depth-2\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"/events/online\" class=\"sf-depth-2\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"/events/today\" class=\"sf-depth-2\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"/exhibitions\" class=\"sf-depth-2 menuparent\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"/explore/art\" class=\"sf-depth-2\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"/explore/history\" class=\"sf-depth-2\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"/explore/science\" class=\"sf-depth-2\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"/kids\" class=\"sf-depth-2\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"/mobile\" class=\"sf-depth-2\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"/museums\" class=\"sf-depth-2\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"/newsdesk\" class=\"sf-depth-2 menuparent\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"/ofi\" class=\"sf-depth-2\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"/podcasts\" class=\"sf-depth-2\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"/researchers\" class=\"sf-depth-2 menuparent\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"/support/membership\" class=\"sf-depth-2\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"/visit/VisitorsWithDisabilities\" class=\"sf-depth-2\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"/visit/groups\" class=\"sf-depth-2\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"/visit/hours\" class=\"sf-depth-2\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"/visit/museum-stores\" class=\"sf-depth-2\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"/visit/tips\" class=\"sf-depth-2\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"/volunteer\" class=\"sf-depth-2 menuparent\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"/volunteer/citizenscience\" class=\"sf-depth-2\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"/work-with-us\" class=\"sf-depth-2 menuparent\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"/youth-programs\" class=\"sf-depth-2\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"https://support.si.edu/site/Donation2/?df_id=18123&amp;18123.donation=form1&amp;s_src=Z0000AWMWF&amp;s_subsrc=web_T-ACQ___evergreen_SI_si-edu___&amp;utm_medium=referral&amp;utm_source=siedu&amp;utm_content=topnav&amp;s_formType=j\" class=\"sf-depth-2\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"https://support.si.edu/site/Donation2/?df_id=18123&amp;18123.donation=form1&amp;s_src=Z0000RWMWF&amp;s_subsrc=web_T-REW___evergreen_SI_si-edu___&amp;utm_medium=referral&amp;utm_source=siedu&amp;utm_content=topnav&amp;s_formType=r\" class=\"sf-depth-2\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"https://support.si.edu/site/Donation2/?df_id=18162&amp;18162.donation=form1&amp;s_src=Z0000PWSWF&amp;s_subsrc=web_T-SIN___evergreen_SI_si-edu___&amp;utm_medium=referral&amp;utm_source=siedu&amp;utm_content=topnav&amp;s_formType=c&amp;s_pFreq=o&amp;s_pMF=0\" class=\"sf-depth-2\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"https://www.si.edu/imax\" class=\"sf-depth-2\">...</a>"
              }
            ]
          },
          "AA.1_4_3.G18.BgImage": {
            "This element's text is placed on a background image. Ensure the contrast ratio between the text and all covered parts of the image are at least 4.5:1.": [
              {
                "tagName": "div",
                "id": "",
                "code": "<div class=\"field field--name-field-slide-intro field--type-text field--label-hidden\">...</div>"
              },
              {
                "tagName": "p",
                "id": "",
                "code": "<p>...</p>"
              }
            ]
          },
          "AA.1_4_3_F24.F24.FGColour": {
            "Check that this element has an inherited background colour or image to complement the corresponding inline foreground colour.": [
              {
                "tagName": "link",
                "id": "",
                "code": "<link rel=\"mask-icon\" href=\"https://www.si.edu/sites/all/themes/si_baseline/favicon/safari-pinned-tab.svg?v=Jy7B3ml8wp\" color=\"#0177a8\">"
              }
            ]
          },
          "AA.2_5_3.F96": {
            "Accessible name for this element does not contain the visible label text. Check that for user interface components with labels that include text or images of text, the name contains the text that is presented visually.": [
              {
                "tagName": "button",
                "id": "",
                "code": "<button aria-label=\"open chat\" class=\"satisfi_chat-button\" style=\"display: block;\">...</button>"
              }
            ]
          },
          "AA.4_1_2.H91.A.Empty": {
            "Anchor element found with an ID but without a href or link text. Consider moving its ID to a parent or nearby element.": [
              {
                "tagName": "a",
                "id": "#main-content",
                "code": "<a id=\"main-content\">...</a>"
              }
            ]
          },
          "AA.4_1_2.H91.A.Placeholder": {
            "Anchor element found with link content, but no href, ID or name attribute has been supplied.": [
              {
                "tagName": "a",
                "id": "",
                "code": "<a class=\"flex-pause\">...</a>"
              }
            ]
          }
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://www.si.edu/",
      "what": "URL",
      "result": "https://www.si.edu/"
    },
    {
      "type": "test",
      "which": "ibm",
      "withItems": true,
      "what": "IBM Accessibility Checker",
      "url": "https://www.si.edu/",
      "result": {
        "content": {
          "totals": {
            "violation": 10,
            "recommendation": 5,
            "ignored": 0
          },
          "items": [
            {
              "ruleId": "WCAG21_Label_Accessible",
              "path": {
                "dom": "/html[1]/body[1]/div[7]/button[1]",
                "aria": "/document[1]/button[2]"
              },
              "message": "Accessible name does not match or contain the visible label text",
              "bounds": {
                "left": 661,
                "top": 462,
                "height": 39,
                "width": 89
              },
              "snippet": "<button style=\"display: block;\" class=\"satisfi_chat-button\" aria-label=\"open chat\">",
              "level": "violation"
            },
            {
              "ruleId": "WCAG21_Label_Accessible",
              "path": {
                "dom": "/html[1]/body[1]/div[4]/button[1]",
                "aria": "/document[1]/button[1]"
              },
              "message": "Accessible name does not match or contain the visible label text",
              "bounds": {
                "left": 661,
                "top": 462,
                "height": 39,
                "width": 89
              },
              "snippet": "<button style=\"display: block;\" class=\"satisfi_chat-button\" aria-label=\"open chat\">",
              "level": "violation"
            },
            {
              "ruleId": "RPT_Elem_UniqueId",
              "path": {
                "dom": "/html[1]/body[1]/div[7]",
                "aria": "/document[1]"
              },
              "message": "The <div> element has the id \"divSatisfiChat\" that is already in use",
              "bounds": {
                "left": 0,
                "top": 6016,
                "height": 0,
                "width": 800
              },
              "snippet": "<div id=\"divSatisfiChat\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[7]/button[1]",
                "aria": "/document[1]/button[2]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 661,
                "top": 462,
                "height": 39,
                "width": 89
              },
              "snippet": "<button style=\"display: block;\" class=\"satisfi_chat-button\" aria-label=\"open chat\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[4]/button[1]",
                "aria": "/document[1]/button[1]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 661,
                "top": 462,
                "height": 39,
                "width": 89
              },
              "snippet": "<button style=\"display: block;\" class=\"satisfi_chat-button\" aria-label=\"open chat\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[2]/div[1]/a[1]",
                "aria": "/document[1]/link[2]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 716,
                "top": 10521,
                "height": 78,
                "width": 85
              },
              "snippet": "<a id=\"#back-top-top\" class=\"page-nav\" href=\"#main-content\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/a[1]",
                "aria": "/document[1]/link[1]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": -10000,
                "top": 0,
                "height": 1,
                "width": 1
              },
              "snippet": "<a class=\"element-invisible element-focusable\" href=\"#main-content\">",
              "level": "violation"
            },
            {
              "ruleId": "aria_semantics_attribute",
              "path": {
                "dom": "/html[1]/body[1]/noscript[1]",
                "aria": "/document[1]"
              },
              "message": "The ARIA attribute 'aria-hidden' is not valid for the element <noscript> with ARIA role 'none'",
              "bounds": {
                "left": 0,
                "top": 0,
                "height": 0,
                "width": 0
              },
              "snippet": "<noscript aria-hidden=\"true\">",
              "level": "violation"
            },
            {
              "ruleId": "aria_hidden_focus_misuse",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[7]/div[1]/a[1]",
                "aria": "/document[1]/main[1]/list[1]/listitem[7]/article[1]/link[1]"
              },
              "message": "Element \"a\" should not be focusable within the subtree of an element with an 'aria-hidden' attribute with value 'true'",
              "bounds": {
                "left": 6400,
                "top": 100,
                "height": 769,
                "width": 1280
              },
              "snippet": "<a class=\"inner\" href=\"https://www.si.edu/sidedoor/hubble-trouble\">",
              "level": "violation"
            },
            {
              "ruleId": "aria_hidden_focus_misuse",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[1]/div[1]/a[1]",
                "aria": "/document[1]/main[1]/list[1]/listitem[1]/article[1]/link[1]"
              },
              "message": "Element \"a\" should not be focusable within the subtree of an element with an 'aria-hidden' attribute with value 'true'",
              "bounds": {
                "left": -1280,
                "top": 100,
                "height": 768,
                "width": 1280
              },
              "snippet": "<a class=\"inner\" href=\"https://global.si.edu/?utm_source=si.edu&utm_medium=referral&utm_campaign=banner\">",
              "level": "violation"
            },
            {
              "ruleId": "element_attribute_deprecated",
              "path": {
                "dom": "/html[1]/head[1]/meta[5]",
                "aria": "/document[1]"
              },
              "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
              "bounds": {
                "left": 0,
                "top": 0,
                "height": 0,
                "width": 0
              },
              "snippet": "<meta content=\"on\" http-equiv=\"cleartype\">",
              "level": "recommendation"
            },
            {
              "ruleId": "element_attribute_deprecated",
              "path": {
                "dom": "/html[1]/head[1]/meta[26]",
                "aria": "/document[1]"
              },
              "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
              "bounds": {
                "left": 0,
                "top": 0,
                "height": 0,
                "width": 0
              },
              "snippet": "<meta content=\"A9wkrvp9y21k30U9lU7MJMjBj4USjLrGwV+Z8zO3J3ZBH139DOnCv3XLK2Ii40S94HG1SZ/Zeg2GSHOD3wlWngYAAAB7eyJvcmlnaW4iOiJodHRwczovL3d3dy5nb29nbGV0YWdtYW5hZ2VyLmNvbTo0NDMiLCJmZWF0dXJlIjoiUHJpdmFjeVNhbmRib3hBZHNBUElzIiwiZXhwaXJ5IjoxNjYxMjk5MTk5LCJpc1RoaXJkUGFydHkiOnRydWV9\" http-equiv=\"origin-trial\">",
              "level": "recommendation"
            },
            {
              "ruleId": "element_attribute_deprecated",
              "path": {
                "dom": "/html[1]/head[1]/meta[25]",
                "aria": "/document[1]"
              },
              "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
              "bounds": {
                "left": 0,
                "top": 0,
                "height": 0,
                "width": 0
              },
              "snippet": "<meta content=\"A9wkrvp9y21k30U9lU7MJMjBj4USjLrGwV+Z8zO3J3ZBH139DOnCv3XLK2Ii40S94HG1SZ/Zeg2GSHOD3wlWngYAAAB7eyJvcmlnaW4iOiJodHRwczovL3d3dy5nb29nbGV0YWdtYW5hZ2VyLmNvbTo0NDMiLCJmZWF0dXJlIjoiUHJpdmFjeVNhbmRib3hBZHNBUElzIiwiZXhwaXJ5IjoxNjYxMjk5MTk5LCJpc1RoaXJkUGFydHkiOnRydWV9\" http-equiv=\"origin-trial\">",
              "level": "recommendation"
            },
            {
              "ruleId": "element_attribute_deprecated",
              "path": {
                "dom": "/html[1]/head[1]/link[7]",
                "aria": "/document[1]"
              },
              "message": "The HTML attribute(s) \"color\" is deprecated in HTML 5",
              "bounds": {
                "left": 0,
                "top": 0,
                "height": 0,
                "width": 0
              },
              "snippet": "<link color=\"#0177a8\" href=\"https://www.si.edu/sites/all/themes/si_baseline/favicon/safari-pinned-tab.svg?v=Jy7B3ml8wp\" rel=\"mask-icon\">",
              "level": "recommendation"
            },
            {
              "ruleId": "aria_role_redundant",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/header[1]",
                "aria": "/document[1]/banner[1]"
              },
              "message": "The explicitly-assigned ARIA role \"banner\" is redundant with the implicit role of the element <header>",
              "bounds": {
                "left": 0,
                "top": 0,
                "height": 100,
                "width": 800
              },
              "snippet": "<header role=\"banner\" class=\"l-header \">",
              "level": "recommendation"
            }
          ]
        },
        "url": {
          "totals": {
            "violation": 8,
            "recommendation": 4,
            "ignored": 0
          },
          "items": [
            {
              "ruleId": "WCAG21_Label_Accessible",
              "path": {
                "dom": "/html[1]/body[1]/div[4]/button[1]",
                "aria": "/document[1]/button[1]"
              },
              "message": "Accessible name does not match or contain the visible label text",
              "bounds": {
                "left": 661,
                "top": 462,
                "height": 39,
                "width": 89
              },
              "snippet": "<button style=\"display: block;\" class=\"satisfi_chat-button\" aria-label=\"open chat\">",
              "level": "violation"
            },
            {
              "ruleId": "WCAG21_Label_Accessible",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/header[1]/div[2]/div[2]/div[1]/nav[1]/div[1]/button[1]",
                "aria": "/document[1]/banner[1]/navigation[1]/button[1]"
              },
              "message": "Accessible name does not match or contain the visible label text",
              "bounds": {
                "left": 725,
                "top": 60,
                "height": 39,
                "width": 44
              },
              "snippet": "<button aria-label=\"Toggle Navigation Menu\" class=\"lines-button\" id=\"superfish-1-toggle\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[4]/button[1]",
                "aria": "/document[1]/button[1]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 661,
                "top": 462,
                "height": 39,
                "width": 89
              },
              "snippet": "<button style=\"display: block;\" class=\"satisfi_chat-button\" aria-label=\"open chat\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[2]/div[1]/a[1]",
                "aria": "/document[1]/link[2]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 716,
                "top": 10521,
                "height": 78,
                "width": 85
              },
              "snippet": "<a id=\"#back-top-top\" class=\"page-nav\" href=\"#main-content\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/a[1]",
                "aria": "/document[1]/link[1]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": -10000,
                "top": 0,
                "height": 1,
                "width": 1
              },
              "snippet": "<a class=\"element-invisible element-focusable\" href=\"#main-content\">",
              "level": "violation"
            },
            {
              "ruleId": "aria_semantics_attribute",
              "path": {
                "dom": "/html[1]/body[1]/noscript[1]",
                "aria": "/document[1]"
              },
              "message": "The ARIA attribute 'aria-hidden' is not valid for the element <noscript> with ARIA role 'none'",
              "bounds": {
                "left": 0,
                "top": 0,
                "height": 0,
                "width": 0
              },
              "snippet": "<noscript aria-hidden=\"true\">",
              "level": "violation"
            },
            {
              "ruleId": "aria_hidden_focus_misuse",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[7]/div[1]/a[1]",
                "aria": "/document[1]/main[1]/list[1]/listitem[7]/article[1]/link[1]"
              },
              "message": "Element \"a\" should not be focusable within the subtree of an element with an 'aria-hidden' attribute with value 'true'",
              "bounds": {
                "left": 4000,
                "top": 130,
                "height": 481,
                "width": 800
              },
              "snippet": "<a class=\"inner\" href=\"https://www.si.edu/sidedoor/hubble-trouble\">",
              "level": "violation"
            },
            {
              "ruleId": "aria_hidden_focus_misuse",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[1]/div[1]/a[1]",
                "aria": "/document[1]/main[1]/list[1]/listitem[1]/article[1]/link[1]"
              },
              "message": "Element \"a\" should not be focusable within the subtree of an element with an 'aria-hidden' attribute with value 'true'",
              "bounds": {
                "left": -800,
                "top": 130,
                "height": 480,
                "width": 800
              },
              "snippet": "<a class=\"inner\" href=\"https://global.si.edu/?utm_source=si.edu&utm_medium=referral&utm_campaign=banner\">",
              "level": "violation"
            },
            {
              "ruleId": "element_attribute_deprecated",
              "path": {
                "dom": "/html[1]/head[1]/meta[5]",
                "aria": "/document[1]"
              },
              "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
              "bounds": {
                "left": 0,
                "top": 0,
                "height": 0,
                "width": 0
              },
              "snippet": "<meta content=\"on\" http-equiv=\"cleartype\">",
              "level": "recommendation"
            },
            {
              "ruleId": "element_attribute_deprecated",
              "path": {
                "dom": "/html[1]/head[1]/meta[25]",
                "aria": "/document[1]"
              },
              "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
              "bounds": {
                "left": 0,
                "top": 0,
                "height": 0,
                "width": 0
              },
              "snippet": "<meta content=\"A9wkrvp9y21k30U9lU7MJMjBj4USjLrGwV+Z8zO3J3ZBH139DOnCv3XLK2Ii40S94HG1SZ/Zeg2GSHOD3wlWngYAAAB7eyJvcmlnaW4iOiJodHRwczovL3d3dy5nb29nbGV0YWdtYW5hZ2VyLmNvbTo0NDMiLCJmZWF0dXJlIjoiUHJpdmFjeVNhbmRib3hBZHNBUElzIiwiZXhwaXJ5IjoxNjYxMjk5MTk5LCJpc1RoaXJkUGFydHkiOnRydWV9\" http-equiv=\"origin-trial\">",
              "level": "recommendation"
            },
            {
              "ruleId": "element_attribute_deprecated",
              "path": {
                "dom": "/html[1]/head[1]/link[7]",
                "aria": "/document[1]"
              },
              "message": "The HTML attribute(s) \"color\" is deprecated in HTML 5",
              "bounds": {
                "left": 0,
                "top": 0,
                "height": 0,
                "width": 0
              },
              "snippet": "<link color=\"#0177a8\" href=\"https://www.si.edu/sites/all/themes/si_baseline/favicon/safari-pinned-tab.svg?v=Jy7B3ml8wp\" rel=\"mask-icon\">",
              "level": "recommendation"
            },
            {
              "ruleId": "aria_role_redundant",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/header[1]",
                "aria": "/document[1]/banner[1]"
              },
              "message": "The explicitly-assigned ARIA role \"banner\" is redundant with the implicit role of the element <header>",
              "bounds": {
                "left": 0,
                "top": 0,
                "height": 130,
                "width": 800
              },
              "snippet": "<header role=\"banner\" class=\"l-header \">",
              "level": "recommendation"
            }
          ]
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://www.si.edu/",
      "what": "URL",
      "result": "https://www.si.edu/"
    },
    {
      "type": "test",
      "which": "wave",
      "reportType": 4,
      "what": "WAVE",
      "url": "https://www.si.edu/",
      "result": {
        "status": {
          "success": true,
          "httpstatuscode": 200
        },
        "statistics": {
          "pagetitle": "Smithsonian Institution | Home",
          "pageurl": "https://www.si.edu/",
          "time": 3.22,
          "creditsremaining": 748,
          "allitemcount": 163,
          "totalelements": 956,
          "waveurl": "http://wave.webaim.org/report?url=https://www.si.edu/"
        },
        "categories": {
          "error": {
            "description": "Errors",
            "count": 3,
            "items": {
              "button_empty": {
                "id": "button_empty",
                "description": "Empty button",
                "count": 3,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > DIV#colorbox > DIV#cboxWrapper > DIV:first-child + DIV > DIV#cboxContent > BUTTON#cboxPrevious",
                  "HTML > HEAD:first-child + BODY > DIV#colorbox > DIV#cboxWrapper > DIV:first-child + DIV > DIV#cboxContent > BUTTON#cboxNext",
                  "HTML > HEAD:first-child + BODY > DIV#colorbox > DIV#cboxWrapper > DIV:first-child + DIV > DIV#cboxContent > BUTTON#cboxSlideshow"
                ],
                "wcag": [
                  {
                    "name": "1.1.1 Non-text Content (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc1.1.1"
                  },
                  {
                    "name": "2.4.4 Link Purpose (In Context) (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc2.4.4"
                  }
                ]
              }
            }
          },
          "contrast": {
            "description": "Contrast Errors",
            "count": 3,
            "items": {
              "contrast": {
                "id": "contrast",
                "description": "Very low contrast",
                "count": 3,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > A:first-child",
                  "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV > HEADER:first-child > DIV:first-child + DIV > DIV:first-child > H1:first-child > A:first-child > IMG:first-child + SPAN",
                  "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV > HEADER:first-child > DIV:first-child + DIV > DIV:first-child + DIV > DIV#block-superfish-1 > H2:first-child"
                ],
                "contrastdata": [
                  [
                    3.2,
                    "#016f9d",
                    "#101820",
                    false
                  ],
                  [
                    1.93,
                    "#016f9d",
                    "#333f48",
                    true
                  ],
                  [
                    1.65,
                    "#101820",
                    "#333f48",
                    true
                  ]
                ],
                "wcag": [
                  {
                    "name": "1.4.3 Contrast (Minimum) (Level AA)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc1.4.3"
                  }
                ]
              }
            }
          },
          "alert": {
            "description": "Alerts",
            "count": 6,
            "items": {
              "link_redundant": {
                "id": "link_redundant",
                "description": "Redundant link",
                "count": 2,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV > HEADER:first-child > DIV:first-child + DIV > DIV:first-child + DIV > DIV#block-superfish-1 > H2:first-child + NAV > UL#superfish-1 > LI#menu-3462-1 > A:first-child + UL > LI#menu-3905-1 > A:first-child + UL > LI#menu-4468-1 > A:first-child",
                  "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV > HEADER:first-child > DIV:first-child + DIV > DIV:first-child + DIV > DIV#block-superfish-1 > H2:first-child + NAV > UL#superfish-1 > LI#menu-1582-1 > A:first-child + UL > LI#menu-3399-1 > A:first-child + UL > LI#menu-5118-1 > A:first-child + UL > LI#menu-5119-1 > A:first-child"
                ],
                "wcag": [
                  {
                    "name": "2.4.4 Link Purpose (In Context) (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc2.4.4"
                  }
                ]
              },
              "noscript": {
                "id": "noscript",
                "description": "Noscript element",
                "count": 3,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT",
                  "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV + LINK + SCRIPT + NOSCRIPT",
                  "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV + LINK + SCRIPT + NOSCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + NOSCRIPT"
                ],
                "wcag": []
              },
              "title_redundant": {
                "id": "title_redundant",
                "description": "Redundant title text",
                "count": 1,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV > HEADER:first-child + DIV > A:first-child + DIV > DIV:first-child > DIV#panel-pane-1150 > DIV#paragraphs-item-643 > DIV:first-child > DIV#view-teasers-panel-pane-6 > DIV:first-child > DIV:first-child > UL:first-child > LI:first-child + LI + LI + LI > DIV:first-child > A:first-child > DIV:first-child > DIV:first-child > IMG:first-child"
                ],
                "wcag": []
              }
            }
          }
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://www.si.edu/",
      "what": "URL",
      "result": "https://www.si.edu/"
    },
    {
      "type": "test",
      "which": "tenon",
      "id": "a",
      "what": "Tenon",
      "url": "https://www.si.edu/",
      "result": {
        "status": 200,
        "message": "OK",
        "code": "success",
        "info": "Success",
        "moreInfo": "https://tenon.io/documentation/apiv2/response-codes#success",
        "responseExecTime": "0.059",
        "responseTime": "2022-07-18T01:51:28.289Z",
        "data": {
          "apiErrors": [],
          "documentSize": 1084481,
          "metadata": null,
          "resultSummary": {
            "tests": {
              "total": 180,
              "passing": 173,
              "failing": 7
            },
            "issues": {
              "totalErrors": 27,
              "totalWarnings": 1,
              "totalIssues": 28
            },
            "issuesByLevel": {
              "A": {
                "count": 21,
                "pct": 75
              },
              "AA": {
                "count": 12,
                "pct": 42.86
              },
              "AAA": {
                "count": 28,
                "pct": 100
              }
            },
            "density": {
              "errorDensity": 3,
              "warningDensity": 0,
              "allDensity": 3
            }
          },
          "projectID": "E4B12DC9-2F67-8DB7-26C9-E50C8490",
          "responseID": "d687ce6d-55e0-488a-9ea2-0b9459d2f3cc",
          "docID": "a9edf826-f381-4d47-935c-4fb80e133f58",
          "sourceHash": "4b15d834cfdf56f57c330775ae66cd7a",
          "urlHttpCode": 200,
          "clientScriptErrors": [],
          "remainingApiCalls": {
            "planCalls": 0,
            "boosts": 19
          },
          "globalStats": {
            "errorDensity": "N/A",
            "warningDensity": "N/A",
            "allDensity": "N/A",
            "stdDev": "N/A"
          },
          "resultUrl": "http://ngnix/history.php?responseID=d687ce6d-55e0-488a-9ea2-0b9459d2f3cc",
          "resultSet": [
            {
              "tID": 28,
              "bpID": 3,
              "priority": 100,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "The layout or sizing of this page causes horizontal scrolling.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.8 Visual Presentation"
              ],
              "resultTitle": "Avoid layouts that result in horizontal scroll",
              "errorDescription": "This page is too wide, causing horizontal scrolling (at the tested viewport size). Horizontal scrolling will cause difficulties for users with low vision, especially if they have their monitor set to a low resolution. Review HTML, CSS and page element sizes to ensure 100% width is not exceeded.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 1024,
                  "y": 3916.12
                },
                "height": 3916.12,
                "width": 1024
              },
              "position": {
                "line": 2425,
                "column": 60
              },
              "errorSnippet": "&lt;body class=\"html front not-logged-in page-node page-node- page-node-2 node-type-landing-page\"&gt; &lt;a href=\"#main-content\" class=\"element-invisible element-focusable\"&gt;Skip to main content&lt;/a&gt; &lt;noscript aria-hidden=\"true\"&gt;&lt;iframe s",
              "xpath": "/html/body",
              "issueID": "fc5bc56c685cfae037a9ad6c7ba0b812",
              "signature": "18adeec59e64039e6d9418315f3cf61c",
              "ref": "https://tenon.io/bestpractice.php?bpID=3&tID=28&issueID=fc5bc56c685cfae037a9ad6c7ba0b812"
            },
            {
              "tID": 95,
              "bpID": 181,
              "priority": 95,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This element has insufficient color contrast (Level AAA).",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.6 Contrast (Enhanced)"
              ],
              "resultTitle": "Avoid using color as the only visual means of conveying information",
              "errorDescription": "This element has insufficient contrast between the foreground color (the text) and the background color when measured against the WCAG 2.0 Level AAA requirements. Sufficient color contrast is important for users who have low-vision or are color-blind, because text with a low contrast ratio may be difficult or impossible for such users to see. Increase the contrast of this content. This can be done by adjusting the color(s) used by either the foreground content or background content – or both.",
              "viewPortLocation": {
                "top-left": {
                  "x": 938.515625,
                  "y": 0
                },
                "bottom-right": {
                  "x": 981.515625,
                  "y": 36
                },
                "height": 36,
                "width": 43
              },
              "position": {
                "line": 389,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"donate-btn\" href=\"http://go.si.edu/si-give\" target=\"_blank\"&gt;Donate&lt;/a&gt;",
              "xpath": "/html/body/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/div[2]/p[1]/a[1]",
              "issueID": "1f54c508804c9821c1bc659c171a5061",
              "signature": "eaddb41d9a70b52f807337684318e8ac",
              "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=1f54c508804c9821c1bc659c171a5061"
            },
            {
              "tID": 98,
              "bpID": 105,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "These links have the same text but different destinations.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Don't reuse the same link text for links that have different destinations",
              "errorDescription": "This link has the same text as another link that goes to a different place. Using the same text for multiple links which point to different pages is ambiguous and may be confusing for assistive technology users, or for users who have a cognitive disability. Link text should tell the user where they will go if they follow the link. If two links on a page go to two different destinations, use different link text that accurately and concisely describes their destination.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": -20,
                  "y": -16
                },
                "height": -16,
                "width": -20
              },
              "position": {
                "line": 8096,
                "column": 3
              },
              "errorSnippet": "&lt;a href=\"/about/museums\" class=\"sf-depth-2\"&gt;Museums and Zoo&lt;/a&gt;",
              "xpath": "/html/body/div[1]/header[1]/div[2]/div[2]/div[1]/nav[1]/ul[1]/li[7]/ul[1]/li[1]/a[1]",
              "issueID": "4c666ac05b8725bd5236961deca77aeb",
              "signature": "a298ea3e7e7acc6d76fd41aaeb03a8f2",
              "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=4c666ac05b8725bd5236961deca77aeb"
            },
            {
              "tID": 98,
              "bpID": 105,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "These links have the same text but different destinations.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Don't reuse the same link text for links that have different destinations",
              "errorDescription": "This link has the same text as another link that goes to a different place. Using the same text for multiple links which point to different pages is ambiguous and may be confusing for assistive technology users, or for users who have a cognitive disability. Link text should tell the user where they will go if they follow the link. If two links on a page go to two different destinations, use different link text that accurately and concisely describes their destination.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": -20,
                  "y": -16
                },
                "height": -16,
                "width": -20
              },
              "position": {
                "line": 8142,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"/about/education\" class=\"sf-depth-4\"&gt;Education&lt;/a&gt;",
              "xpath": "/html/body/div[1]/header[1]/div[2]/div[2]/div[1]/nav[1]/ul[1]/li[7]/ul[1]/li[5]/ul[1]/li[1]/ul[1]/li[5]/a[1]",
              "issueID": "da94ce6f033ed706ec3654fe86af99f4",
              "signature": "3349d077a6253c6b1313c016c179aa47",
              "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=da94ce6f033ed706ec3654fe86af99f4"
            },
            {
              "tID": 98,
              "bpID": 105,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "These links have the same text but different destinations.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Don't reuse the same link text for links that have different destinations",
              "errorDescription": "This link has the same text as another link that goes to a different place. Using the same text for multiple links which point to different pages is ambiguous and may be confusing for assistive technology users, or for users who have a cognitive disability. Link text should tell the user where they will go if they follow the link. If two links on a page go to two different destinations, use different link text that accurately and concisely describes their destination.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": -20,
                  "y": -16
                },
                "height": -16,
                "width": -20
              },
              "position": {
                "line": 8142,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"/ogc/office-general-counsel-events\" class=\"sf-depth-4\"&gt;Events&lt;/a&gt;",
              "xpath": "/html/body/div[1]/header[1]/div[2]/div[2]/div[1]/nav[1]/ul[1]/li[7]/ul[1]/li[5]/ul[1]/li[3]/ul[1]/li[6]/a[1]",
              "issueID": "ab8dfe605186bd9ae90b88b402591d50",
              "signature": "7d68e5c986c16363e16a9aa75663d02c",
              "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=ab8dfe605186bd9ae90b88b402591d50"
            },
            {
              "tID": 98,
              "bpID": 105,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "These links have the same text but different destinations.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Don't reuse the same link text for links that have different destinations",
              "errorDescription": "This link has the same text as another link that goes to a different place. Using the same text for multiple links which point to different pages is ambiguous and may be confusing for assistive technology users, or for users who have a cognitive disability. Link text should tell the user where they will go if they follow the link. If two links on a page go to two different destinations, use different link text that accurately and concisely describes their destination.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": -20,
                  "y": -16
                },
                "height": -16,
                "width": -20
              },
              "position": {
                "line": 8142,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"/about/museums\" class=\"sf-depth-2\"&gt;Museums and Zoo&lt;/a&gt;",
              "xpath": "/html/body/div[1]/header[1]/div[2]/div[2]/div[1]/nav[1]/ul[2]/li[7]/ul[1]/li[1]/a[1]",
              "issueID": "9f89d031f5a9a93cf05a581f777de656",
              "signature": "7b979005a021555d3c7e0b7e516bfe0f",
              "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=9f89d031f5a9a93cf05a581f777de656"
            },
            {
              "tID": 98,
              "bpID": 105,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "These links have the same text but different destinations.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Don't reuse the same link text for links that have different destinations",
              "errorDescription": "This link has the same text as another link that goes to a different place. Using the same text for multiple links which point to different pages is ambiguous and may be confusing for assistive technology users, or for users who have a cognitive disability. Link text should tell the user where they will go if they follow the link. If two links on a page go to two different destinations, use different link text that accurately and concisely describes their destination.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": -20,
                  "y": -16
                },
                "height": -16,
                "width": -20
              },
              "position": {
                "line": 8142,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"/about/education\" class=\"sf-depth-4\"&gt;Education&lt;/a&gt;",
              "xpath": "/html/body/div[1]/header[1]/div[2]/div[2]/div[1]/nav[1]/ul[2]/li[7]/ul[1]/li[5]/ul[1]/li[1]/ul[1]/li[5]/a[1]",
              "issueID": "9ab72c7e219f26a3a41a68d47d443b9d",
              "signature": "4dcf1219df85f1fef32fb70a71290b97",
              "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=9ab72c7e219f26a3a41a68d47d443b9d"
            },
            {
              "tID": 98,
              "bpID": 105,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "These links have the same text but different destinations.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Don't reuse the same link text for links that have different destinations",
              "errorDescription": "This link has the same text as another link that goes to a different place. Using the same text for multiple links which point to different pages is ambiguous and may be confusing for assistive technology users, or for users who have a cognitive disability. Link text should tell the user where they will go if they follow the link. If two links on a page go to two different destinations, use different link text that accurately and concisely describes their destination.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": -20,
                  "y": -16
                },
                "height": -16,
                "width": -20
              },
              "position": {
                "line": 8142,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"/ogc/office-general-counsel-events\" class=\"sf-depth-4\"&gt;Events&lt;/a&gt;",
              "xpath": "/html/body/div[1]/header[1]/div[2]/div[2]/div[1]/nav[1]/ul[2]/li[7]/ul[1]/li[5]/ul[1]/li[3]/ul[1]/li[6]/a[1]",
              "issueID": "03797e4b98cae90b3f25832b9f2bab9b",
              "signature": "a6e079c0d3d4c90b3868cb49a419228a",
              "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=03797e4b98cae90b3f25832b9f2bab9b"
            },
            {
              "tID": 98,
              "bpID": 105,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "These links have the same text but different destinations.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Don't reuse the same link text for links that have different destinations",
              "errorDescription": "This link has the same text as another link that goes to a different place. Using the same text for multiple links which point to different pages is ambiguous and may be confusing for assistive technology users, or for users who have a cognitive disability. Link text should tell the user where they will go if they follow the link. If two links on a page go to two different destinations, use different link text that accurately and concisely describes their destination.",
              "viewPortLocation": {
                "top-left": {
                  "x": 570.703125,
                  "y": 3653.125
                },
                "bottom-right": {
                  "x": 783.875125,
                  "y": 3677.125
                },
                "height": 24,
                "width": 213.172
              },
              "position": {
                "line": 8142,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"/contacts\"&gt;&lt;span class=\"menu-title\"&gt;Contact Us&lt;/span&gt;&lt;/a&gt;",
              "xpath": "/html/body/div[1]/footer[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/nav[1]/ul[1]/li[2]/a[1]",
              "issueID": "00aff87fce3a91bbb8f381152b82ac40",
              "signature": "ebe1a0a462d1eaab4f6a395341460718",
              "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=00aff87fce3a91bbb8f381152b82ac40"
            },
            {
              "tID": 98,
              "bpID": 105,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "These links have the same text but different destinations.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Don't reuse the same link text for links that have different destinations",
              "errorDescription": "This link has the same text as another link that goes to a different place. Using the same text for multiple links which point to different pages is ambiguous and may be confusing for assistive technology users, or for users who have a cognitive disability. Link text should tell the user where they will go if they follow the link. If two links on a page go to two different destinations, use different link text that accurately and concisely describes their destination.",
              "viewPortLocation": {
                "top-left": {
                  "x": 826.703125,
                  "y": 3873.125
                },
                "bottom-right": {
                  "x": 902.703125,
                  "y": 3892.125
                },
                "height": 19,
                "width": 76
              },
              "position": {
                "line": 8142,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"signup-footer-link\" href=\"https://www.blackbaud.com/terms-of-use.aspx\" target=\"_blank\"&gt;Terms of Use&lt;/a&gt;",
              "xpath": "/html/body/div[1]/footer[1]/div[1]/div[1]/div[1]/div[2]/div[2]/div[1]/form[1]/div[4]/span[1]/a[2]",
              "issueID": "9138f0f83ae54784989b0949b33f3b0e",
              "signature": "5b7aebae4a9c6b72333e79d18afbf095",
              "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=9138f0f83ae54784989b0949b33f3b0e"
            },
            {
              "tID": 152,
              "bpID": 211,
              "priority": 88,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This actionable element is smaller than the minimum required size.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 0,
                  "y": 14
                },
                "height": 14,
                "width": 0
              },
              "position": {
                "line": 390,
                "column": 215
              },
              "errorSnippet": "&lt;input placeholder=\"Enter your search terms\" type=\"text\" id=\"edit-edan-q--2\" name=\"edan_q\" value=\"\" size=\"60\" maxlength=\"128\" class=\"form-text\"&gt;",
              "xpath": "/html/body/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/div[1]/form[1]/div[1]/div[1]/input[1]",
              "issueID": "5bbc9947f2d5c418ff74bb91e043c1d6",
              "signature": "12a795667de9683b8eb6f7f0a29ac656",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=5bbc9947f2d5c418ff74bb91e043c1d6"
            },
            {
              "tID": 152,
              "bpID": 211,
              "priority": 88,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This actionable element is smaller than the minimum required size.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.",
              "viewPortLocation": {
                "top-left": {
                  "x": -1,
                  "y": 0
                },
                "bottom-right": {
                  "x": -49,
                  "y": 14
                },
                "height": 14,
                "width": -48
              },
              "position": {
                "line": 4154,
                "column": 34
              },
              "errorSnippet": "&lt;input autocomplete=\"off\" tabindex=\"-1\" type=\"text\" id=\"edit-email-edan--2\" name=\"email_edan\" value=\"\" size=\"15\" maxlength=\"128\" class=\"form-text\"&gt;",
              "xpath": "/html/body/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/div[1]/form[1]/div[1]/div[2]/div[1]/input[1]",
              "issueID": "3636b2fedfff1a425806f9fae384bb12",
              "signature": "b2c6d73d714a0e767b9a88aae8febc6e",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=3636b2fedfff1a425806f9fae384bb12"
            },
            {
              "tID": 152,
              "bpID": 211,
              "priority": 88,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This actionable element is smaller than the minimum required size.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.",
              "viewPortLocation": {
                "top-left": {
                  "x": -9,
                  "y": 0
                },
                "bottom-right": {
                  "x": 35,
                  "y": 36
                },
                "height": 36,
                "width": 44
              },
              "position": {
                "line": 8116,
                "column": 61
              },
              "errorSnippet": "&lt;button class=\"submit form-submit search btn-svg\" type=\"submit\" id=\"edit-submit--2\" name=\"op\" value=\"Search\"&gt; &lt;svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" role=\"img\" aria-labelledby=\"edit-submit--2--search--2\"&gt;&lt;title id=\"edi",
              "xpath": "/html/body/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/div[1]/form[1]/div[1]/div[3]/button[1]",
              "issueID": "7f2a974daace330a0e1830510f3cfeb8",
              "signature": "125350a855ed1711ead4f240b5c2a038",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=7f2a974daace330a0e1830510f3cfeb8"
            },
            {
              "tID": 152,
              "bpID": 211,
              "priority": 88,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This actionable element is smaller than the minimum required size.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.",
              "viewPortLocation": {
                "top-left": {
                  "x": -1,
                  "y": 0
                },
                "bottom-right": {
                  "x": -61,
                  "y": 26
                },
                "height": 26,
                "width": -60
              },
              "position": {
                "line": 6320,
                "column": 0
              },
              "errorSnippet": "&lt;input autocomplete=\"off\" tabindex=\"-1\" type=\"text\" id=\"edit-email-edan\" name=\"email_edan\" value=\"\" size=\"15\" maxlength=\"128\" class=\"form-text\"&gt;",
              "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/form[1]/div[1]/div[2]/div[1]/input[1]",
              "issueID": "28aa97ddb270eb6438886c2934acc35d",
              "signature": "1dcba1e44e70bfcbcdd618aa1869bb85",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=28aa97ddb270eb6438886c2934acc35d"
            },
            {
              "tID": 152,
              "bpID": 211,
              "priority": 88,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This actionable element is smaller than the minimum required size.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.",
              "viewPortLocation": {
                "top-left": {
                  "x": 855.703125,
                  "y": 0
                },
                "bottom-right": {
                  "x": 891.703125,
                  "y": 46
                },
                "height": 46,
                "width": 36
              },
              "position": {
                "line": 8485,
                "column": 58
              },
              "errorSnippet": "&lt;button class=\"submit form-submit search btn-svg\" type=\"submit\" id=\"edit-submit\" name=\"op\" value=\"Search\"&gt; &lt;svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" role=\"img\" aria-labelledby=\"edit-submit--search\"&gt;&lt;title id=\"edit-submit-",
              "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/form[1]/div[1]/div[3]/button[1]",
              "issueID": "25d80fc5cc3ab6e280b37b3e037d90ce",
              "signature": "c6a2b10060839276c44f3afa844b5f2d",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=25d80fc5cc3ab6e280b37b3e037d90ce"
            },
            {
              "tID": 152,
              "bpID": 211,
              "priority": 88,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This actionable element is smaller than the minimum required size.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.",
              "viewPortLocation": {
                "top-left": {
                  "x": -1,
                  "y": 0
                },
                "bottom-right": {
                  "x": -15,
                  "y": -22
                },
                "height": -22,
                "width": -14
              },
              "position": {
                "line": 8983,
                "column": 3
              },
              "errorSnippet": "&lt;input type=\"text\" name=\"denySubmit\" id=\"denySubmit\" value=\"\" style=\"\"&gt;",
              "xpath": "/html/body/div[1]/footer[1]/div[1]/div[1]/div[1]/div[2]/div[2]/div[1]/form[1]/div[1]/input[2]",
              "issueID": "ac5657b0f5421d8b3c4fc15f020f7224",
              "signature": "be20a7003887968b90da0ccd2a9d440a",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=ac5657b0f5421d8b3c4fc15f020f7224"
            },
            {
              "tID": 152,
              "bpID": 211,
              "priority": 88,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This actionable element is smaller than the minimum required size.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.",
              "viewPortLocation": {
                "top-left": {
                  "x": 528.71875,
                  "y": 12
                },
                "bottom-right": {
                  "x": 548.71875,
                  "y": 22
                },
                "height": 10,
                "width": 20
              },
              "position": {
                "line": 8985,
                "column": 3
              },
              "errorSnippet": "&lt;input type=\"submit\" name=\"ACTION_SUBMIT_SURVEY_RESPONSE\" id=\"ACTION_SUBMIT_SURVEY_RESPONSE\" value=\"Join\" class=\"Button\"&gt;",
              "xpath": "/html/body/div[1]/footer[1]/div[1]/div[1]/div[1]/div[2]/div[2]/div[1]/form[1]/div[3]/input[2]",
              "issueID": "d72d0134550b90e9af0a7e6c0cce3345",
              "signature": "a594fa7ead8252686fd261eade37237e",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=d72d0134550b90e9af0a7e6c0cce3345"
            },
            {
              "tID": 152,
              "bpID": 211,
              "priority": 88,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This actionable element is smaller than the minimum required size.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 25,
                  "y": 25
                },
                "height": 25,
                "width": 25
              },
              "position": {
                "line": 9070,
                "column": 0
              },
              "errorSnippet": "&lt;button type=\"button\" id=\"cboxPrevious\"&gt;&lt;/button&gt;",
              "xpath": "/html/body/div[3]/div[1]/div[2]/div[2]/button[1]",
              "issueID": "fdca81af83af924a24e7cb003f662eb7",
              "signature": "d45c2ddc7044fecf9922e54f7630d52d",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=fdca81af83af924a24e7cb003f662eb7"
            },
            {
              "tID": 152,
              "bpID": 211,
              "priority": 88,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This actionable element is smaller than the minimum required size.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 25,
                  "y": 25
                },
                "height": 25,
                "width": 25
              },
              "position": {
                "line": 9070,
                "column": 0
              },
              "errorSnippet": "&lt;button type=\"button\" id=\"cboxNext\"&gt;&lt;/button&gt;",
              "xpath": "/html/body/div[3]/div[1]/div[2]/div[2]/button[2]",
              "issueID": "fc796c5947625368945477015a832c1d",
              "signature": "a5d62877e123a9482f7fefa254a9f265",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=fc796c5947625368945477015a832c1d"
            },
            {
              "tID": 152,
              "bpID": 211,
              "priority": 88,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This actionable element is smaller than the minimum required size.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 0,
                  "y": 0
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 9070,
                "column": 0
              },
              "errorSnippet": "&lt;button type=\"button\" id=\"cboxSlideshow\"&gt;&lt;/button&gt;",
              "xpath": "/html/body/div[3]/div[1]/div[2]/div[2]/button[3]",
              "issueID": "29c881c787cd8d12954b67f854d7fdd9",
              "signature": "27bc39a37a076f4939977b66a074b8a0",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=29c881c787cd8d12954b67f854d7fdd9"
            },
            {
              "tID": 154,
              "bpID": 211,
              "priority": 85,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This long string of text is in italics.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This element contains a long passage of text that is italicized. Long strings of italicized text can be very difficult for people to read, especially those with dyslexia. Modify this passage of text so that it is no longer italicized. This will result in significant improvements in readability.",
              "viewPortLocation": {
                "top-left": {
                  "x": 20.484375,
                  "y": 591.484375
                },
                "bottom-right": {
                  "x": 496.484375,
                  "y": 758.484375
                },
                "height": 167,
                "width": 476
              },
              "position": {
                "line": 8428,
                "column": 4
              },
              "errorSnippet": "&lt;em&gt;&lt;span class=\"delta font-secondary extra-line-height regular\"&gt;The Smithsonian Institution is the world's largest &lt;strong&gt;&lt;a href=\"https://www.si.edu/museums\"&gt;museum&lt;/a&gt;&lt;/strong&gt;, &lt;strong&gt;&lt;a href=\"/education",
              "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[1]/em[1]",
              "issueID": "a11ee59bdc87642e0627b262cfba9271",
              "signature": "cd9ff986b3b9680ea530893090c861de",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=154&issueID=a11ee59bdc87642e0627b262cfba9271"
            },
            {
              "tID": 154,
              "bpID": 211,
              "priority": 85,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This long string of text is in italics.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This element contains a long passage of text that is italicized. Long strings of italicized text can be very difficult for people to read, especially those with dyslexia. Modify this passage of text so that it is no longer italicized. This will result in significant improvements in readability.",
              "viewPortLocation": {
                "top-left": {
                  "x": 20.484375,
                  "y": 587.484375
                },
                "bottom-right": {
                  "x": 496.484375,
                  "y": 761.484375
                },
                "height": 174,
                "width": 476
              },
              "position": {
                "line": 8428,
                "column": 8
              },
              "errorSnippet": "&lt;span class=\"delta font-secondary extra-line-height regular\"&gt;The Smithsonian Institution is the world's largest &lt;strong&gt;&lt;a href=\"https://www.si.edu/museums\"&gt;museum&lt;/a&gt;&lt;/strong&gt;, &lt;strong&gt;&lt;a href=\"/education\"&gt;educa",
              "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[1]/em[1]/span[1]",
              "issueID": "328734b8e053cf22c3e76ddae720d172",
              "signature": "d4668251d3c39573c2c167f60a854d0b",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=154&issueID=328734b8e053cf22c3e76ddae720d172"
            },
            {
              "tID": 155,
              "bpID": 143,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 60,
              "errorTitle": "These headings are not structured in a hierarchical manner.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.10 Section Headings"
              ],
              "resultTitle": "Make sure that headings are in the right order for the content.",
              "errorDescription": "The heading structure of this page does not effectively communicate the structure of the content on it. Heading elements provide important benefits: they act as wayfinding cues for in-page navigation, they contribute to page content summaries, and they provide context to the content below them. To do so effectively, headings should follow the `<h1>` to `<h6>` hierarchy and they should not skip levels. Restructure the document's heading order so it uses a clear, ordered, and intuitive hierarchy. Ensure there are no gaps between each numbered heading level and the next.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 1024,
                  "y": 3916.12
                },
                "height": 3916.12,
                "width": 1024
              },
              "position": {
                "line": 2425,
                "column": 60
              },
              "errorSnippet": "&lt;body class=\"html front not-logged-in page-node page-node- page-node-2 node-type-landing-page\"&gt; &lt;a href=\"#main-content\" class=\"element-invisible element-focusable\"&gt;Skip to main content&lt;/a&gt; &lt;noscript aria-hidden=\"true\"&gt;&lt;iframe s",
              "xpath": "/html/body",
              "issueID": "48e4b12573f2ffda765cd517488effdb",
              "signature": "7f9e531f7ea95f2c249ef826516d8c72",
              "ref": "https://tenon.io/bestpractice.php?bpID=143&tID=155&issueID=48e4b12573f2ffda765cd517488effdb"
            },
            {
              "tID": 218,
              "bpID": 207,
              "priority": 88,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link opens in a new window without user control.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request"
              ],
              "resultTitle": "Notify the user when links will open new windows or tabs",
              "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.",
              "viewPortLocation": {
                "top-left": {
                  "x": 938.515625,
                  "y": 0
                },
                "bottom-right": {
                  "x": 981.515625,
                  "y": 36
                },
                "height": 36,
                "width": 43
              },
              "position": {
                "line": 389,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"donate-btn\" href=\"http://go.si.edu/si-give\" target=\"_blank\"&gt;Donate&lt;/a&gt;",
              "xpath": "/html/body/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/div[2]/p[1]/a[1]",
              "issueID": "5a1ac8e08d8f9a5a5a4e2e43d085b1c1",
              "signature": "76353cf7cbfd3ffc48f8ed27d6cb7b14",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=5a1ac8e08d8f9a5a5a4e2e43d085b1c1"
            },
            {
              "tID": 218,
              "bpID": 207,
              "priority": 88,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link opens in a new window without user control.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request"
              ],
              "resultTitle": "Notify the user when links will open new windows or tabs",
              "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.",
              "viewPortLocation": {
                "top-left": {
                  "x": 20.484375,
                  "y": 3798.125
                },
                "bottom-right": {
                  "x": 56.484375,
                  "y": 3814.125
                },
                "height": 16,
                "width": 36
              },
              "position": {
                "line": 8142,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"https://www.facebook.com/Smithsonian\" class=\"fa fa-facebook\" target=\"_blank\"&gt;&lt;span class=\"menu-title\"&gt;Facebook&lt;/span&gt;&lt;/a&gt;",
              "xpath": "/html/body/div[1]/footer[1]/div[1]/div[1]/div[1]/div[2]/div[1]/nav[1]/ul[1]/li[1]/a[1]",
              "issueID": "d603b2ef532ff4dca34b05b2743866fa",
              "signature": "f400fee5a278819ec47ffbb1c06a0eea",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=d603b2ef532ff4dca34b05b2743866fa"
            },
            {
              "tID": 218,
              "bpID": 207,
              "priority": 88,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link opens in a new window without user control.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request"
              ],
              "resultTitle": "Notify the user when links will open new windows or tabs",
              "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.",
              "viewPortLocation": {
                "top-left": {
                  "x": 177.484375,
                  "y": 3798.125
                },
                "bottom-right": {
                  "x": 219.484375,
                  "y": 3814.125
                },
                "height": 16,
                "width": 42
              },
              "position": {
                "line": 8142,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"https://twitter.com/smithsonian\" class=\"fa fa-twitter\" target=\"_blank\"&gt;&lt;span class=\"menu-title\"&gt;Twitter&lt;/span&gt;&lt;/a&gt;",
              "xpath": "/html/body/div[1]/footer[1]/div[1]/div[1]/div[1]/div[2]/div[1]/nav[1]/ul[1]/li[3]/a[1]",
              "issueID": "af9b66fba22dcd3450549e03109aff7c",
              "signature": "5ed45c168942de57522b30a089ae5748",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=af9b66fba22dcd3450549e03109aff7c"
            },
            {
              "tID": 218,
              "bpID": 207,
              "priority": 88,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link opens in a new window without user control.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request"
              ],
              "resultTitle": "Notify the user when links will open new windows or tabs",
              "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.",
              "viewPortLocation": {
                "top-left": {
                  "x": 741.703125,
                  "y": 3873.125
                },
                "bottom-right": {
                  "x": 820.703125,
                  "y": 3892.125
                },
                "height": 19,
                "width": 79
              },
              "position": {
                "line": 8142,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"signup-footer-link\" href=\"https://www.blackbaud.com/privacy-policy.aspx\" target=\"_blank\"&gt;Privacy Policy&lt;/a&gt;",
              "xpath": "/html/body/div[1]/footer[1]/div[1]/div[1]/div[1]/div[2]/div[2]/div[1]/form[1]/div[4]/span[1]/a[1]",
              "issueID": "2349482606fa2ab3c53ad2cb52050b57",
              "signature": "a92d4b369902e88e1a76b367ce8a8ddc",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=2349482606fa2ab3c53ad2cb52050b57"
            },
            {
              "tID": 218,
              "bpID": 207,
              "priority": 88,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link opens in a new window without user control.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request"
              ],
              "resultTitle": "Notify the user when links will open new windows or tabs",
              "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.",
              "viewPortLocation": {
                "top-left": {
                  "x": 826.703125,
                  "y": 3873.125
                },
                "bottom-right": {
                  "x": 902.703125,
                  "y": 3892.125
                },
                "height": 19,
                "width": 76
              },
              "position": {
                "line": 8142,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"signup-footer-link\" href=\"https://www.blackbaud.com/terms-of-use.aspx\" target=\"_blank\"&gt;Terms of Use&lt;/a&gt;",
              "xpath": "/html/body/div[1]/footer[1]/div[1]/div[1]/div[1]/div[2]/div[2]/div[1]/form[1]/div[4]/span[1]/a[2]",
              "issueID": "e25e9ab5f61d27d4ce8960d2e47c5710",
              "signature": "01a1a82cb7bdef728a4f924c8a765d11",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=e25e9ab5f61d27d4ce8960d2e47c5710"
            }
          ],
          "log": []
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "Chromium browser"
    },
    {
      "type": "url",
      "which": "https://www.si.edu/",
      "what": "Smithsonian",
      "result": "https://www.si.edu/"
    },
    {
      "type": "test",
      "which": "continuum",
      "what": "Level Access Continuum, community edition",
      "url": "https://www.si.edu/",
      "result": "NONE"
    }
  ],
  "timeStamp": "4aieq",
  "startTime": "2022-07-18T01:49:20",
  "presses": 0,
  "amountRead": 0,
  "testTimes": [
    [
      "hover",
      47
    ],
    [
      "ibm",
      15
    ],
    [
      "motion",
      14
    ],
    [
      "alfa",
      10
    ],
    [
      "wave",
      3
    ],
    [
      "focAll",
      2
    ],
    [
      "axe",
      2
    ],
    [
      "focInd",
      1
    ],
    [
      "bulk",
      0
    ],
    [
      "embAc",
      0
    ],
    [
      "focOp",
      0
    ],
    [
      "labClash",
      0
    ],
    [
      "linkUl",
      0
    ],
    [
      "menuNav",
      0
    ],
    [
      "radioSet",
      0
    ],
    [
      "role",
      0
    ],
    [
      "styleDiff",
      0
    ],
    [
      "tabNav",
      0
    ],
    [
      "zIndex",
      0
    ],
    [
      "htmlcs",
      0
    ],
    [
      "tenon",
      0
    ],
    [
      "continuum",
      0
    ]
  ],
  "logCount": 68,
  "logSize": 6669,
  "errorLogCount": 23,
  "errorLogSize": 4467,
  "prohibitedCount": 0,
  "visitTimeoutCount": 0,
  "visitRejectionCount": 0,
  "endTime": "2022-07-18T01:51:27",
  "elapsedSeconds": 133,
  "score": {
    "scoreProcID": "sp14a",
    "logWeights": {
      "logCount": 0.5,
      "logSize": 0.01,
      "errorLogCount": 1,
      "errorLogSize": 0.02,
      "prohibitedCount": 15,
      "visitTimeoutCount": 10,
      "visitRejectionCount": 10
    },
    "soloWeight": 2,
    "groupWeights": {
      "absolute": 2,
      "largest": 1,
      "smaller": 0.4
    },
    "preventionWeights": {
      "testaro": 50,
      "other": 100
    },
    "packageDetails": {
      "testaro": {
        "motion": 52,
        "bulk": 1,
        "focAll": 2,
        "focInd": 4,
        "focOp": 4,
        "hover": 13,
        "linkUl": 202,
        "role": 42,
        "styleDiff": 39,
        "zIndex": 193
      },
      "alfa": {
        "r14": 4,
        "r17": 8,
        "r57": 8,
        "r61": 4,
        "r65": 1,
        "r66": 5,
        "r69": 1,
        "r73": 24,
        "r78": 4
      },
      "axe": {
        "aria-allowed-attr": 2,
        "color-contrast-enhanced": 129,
        "color-contrast": 15,
        "hidden-content": 0,
        "identical-links-same-purpose": 0,
        "aria-hidden-focus": 6,
        "label-content-name-mismatch": 3,
        "region": 2
      },
      "htmlcs": {
        "e:AA.1_4_3.G18.Fail": 12,
        "e:AA.4_1_2.H91.Button.Name": 12,
        "w:AA.1_3_1.H42": 1,
        "w:AA.1_3_1_A.G141": 2,
        "w:AA.1_4_10.C32,C31,C33,C38,SCR34,G206": 4,
        "w:AA.1_4_3.G145.BgImage": 1,
        "w:AA.1_4_3.G18.Abs": 38,
        "w:AA.1_4_3.G18.BgImage": 2,
        "w:AA.1_4_3_F24.F24.FGColour": 1,
        "w:AA.2_5_3.F96": 1,
        "w:AA.4_1_2.H91.A.Empty": 1,
        "w:AA.4_1_2.H91.A.Placeholder": 1
      },
      "ibm": {
        "WCAG21_Label_Accessible": 8,
        "RPT_Elem_UniqueId": 4,
        "Rpt_Aria_OrphanedContent_Native_Host_Sematics": 16,
        "aria_semantics_attribute": 4,
        "aria_hidden_focus_misuse": 8,
        "element_attribute_deprecated": 4,
        "aria_role_redundant": 1
      },
      "wave": {
        "e:button_empty": 12,
        "c:contrast": 9,
        "a:link_redundant": 2,
        "a:noscript": 3,
        "a:title_redundant": 1
      },
      "tenon": {
        "28": 4,
        "95": 4,
        "98": 32,
        "152": 40,
        "154": 6,
        "155": 2,
        "218": 20
      }
    },
    "groupDetails": {
      "groups": {
        "spontaneousMotion": {
          "testaro": {
            "motion": {
              "score": 26,
              "what": "Change of visible content not requested by user"
            }
          }
        },
        "visibleBulk": {
          "testaro": {
            "bulk": {
              "score": 1,
              "what": "Page contains many visible elements"
            }
          }
        },
        "tabFocusability": {
          "testaro": {
            "focAll": {
              "score": 1,
              "what": "Discrepancy between elements that should be and that are Tab-focusable"
            }
          }
        },
        "focusIndication": {
          "testaro": {
            "focInd": {
              "score": 4,
              "what": "Focused element displaying no or nostandard focus indicator"
            }
          },
          "alfa": {
            "r65": {
              "score": 1,
              "what": "Element in sequential focus order has no visible focus"
            }
          }
        },
        "focusableOperable": {
          "testaro": {
            "focOp": {
              "score": 3,
              "what": "Operable elements that cannot be Tab-focused and vice versa"
            }
          }
        },
        "hoverSurprise": {
          "testaro": {
            "hover": {
              "score": 3,
              "what": "Content changes caused by hovering"
            }
          }
        },
        "linkIndication": {
          "testaro": {
            "linkUl": {
              "score": 101,
              "what": "Non-underlined adjacent links"
            }
          }
        },
        "roleBad": {
          "testaro": {
            "role": {
              "score": 32,
              "what": "Nonexistent or implicit-overriding role"
            }
          },
          "ibm": {
            "aria_role_redundant": {
              "score": 1,
              "what": "Explicitly assigned ARIA role is redundant with the implicit role of the element"
            }
          }
        },
        "inconsistentStyles": {
          "testaro": {
            "styleDiff": {
              "score": 10,
              "what": "Heading, link, and button style inconsistencies"
            }
          }
        },
        "zIndexNotZero": {
          "testaro": {
            "zIndex": {
              "score": 48,
              "what": "Layering with nondefault z-index values"
            }
          }
        },
        "visibleLabelNotName": {
          "alfa": {
            "r14": {
              "score": 3,
              "what": "Visible label is not in the accessible name"
            }
          },
          "axe": {
            "label-content-name-mismatch": {
              "score": 2,
              "what": "Element visible text is not part of its accessible name"
            }
          },
          "htmlcs": {
            "w:AA.2_5_3.F96": {
              "score": 1,
              "what": "Visible label is not in the accessible name"
            }
          },
          "ibm": {
            "WCAG21_Label_Accessible": {
              "score": 6,
              "what": "Accessible name does not match or contain the visible label text"
            }
          }
        },
        "focusableHidden": {
          "alfa": {
            "r17": {
              "score": 8,
              "what": "Tab-focusable element is or has an ancestor that is aria-hidden"
            }
          },
          "axe": {
            "aria-hidden-focus": {
              "score": 6,
              "what": "ARIA hidden element is focusable or contains a focusable element"
            }
          },
          "ibm": {
            "aria_hidden_focus_misuse": {
              "score": 8,
              "what": "Focusable element is within the subtree of an element with aria-hidden set to true"
            }
          }
        },
        "contentBeyondLandmarks": {
          "alfa": {
            "r57": {
              "score": 4,
              "what": "Perceivable text content is not included in any landmark"
            }
          },
          "axe": {
            "region": {
              "score": 1,
              "what": "Some page content is not contained by landmarks"
            }
          },
          "ibm": {
            "Rpt_Aria_OrphanedContent_Native_Host_Sematics": {
              "score": 8,
              "what": "Content does not reside within an element with a landmark role"
            }
          }
        },
        "h1Missing": {
          "alfa": {
            "r61": {
              "score": 2,
              "what": "First heading is not h1"
            }
          }
        },
        "contrastAAA": {
          "alfa": {
            "r66": {
              "score": 1,
              "what": "Text contrast less than AAA requires"
            }
          },
          "axe": {
            "color-contrast-enhanced": {
              "score": 32,
              "what": "Element has insufficient color contrast (Level AAA)"
            }
          },
          "tenon": {
            "95": {
              "score": 1,
              "what": "Element has insufficient color contrast (Level AAA)"
            }
          }
        },
        "contrastAA": {
          "alfa": {
            "r69": {
              "score": 1,
              "what": "Text outside widget has subminimum contrast"
            }
          },
          "axe": {
            "color-contrast": {
              "score": 11,
              "what": "Element has insufficient color contrast"
            }
          },
          "htmlcs": {
            "e:AA.1_4_3.G18.Fail": {
              "score": 9,
              "what": "Contrast between the text and its background is less than 4.5:1"
            }
          },
          "wave": {
            "c:contrast": {
              "score": 7,
              "what": "Very low contrast"
            }
          }
        },
        "noLeading": {
          "alfa": {
            "r73": {
              "score": 18,
              "what": "Paragraph of text has insufficient line height"
            }
          }
        },
        "headingOfNothing": {
          "alfa": {
            "r78": {
              "score": 2,
              "what": "No content between two headings of the same level"
            }
          }
        },
        "ariaBadAttribute": {
          "axe": {
            "aria-allowed-attr": {
              "score": 2,
              "what": "ARIA attribute is invalid for the role of its element"
            }
          },
          "ibm": {
            "aria_semantics_attribute": {
              "score": 4,
              "what": "ARIA attributes is invalid for the element or ARIA role to which it is assigned"
            }
          }
        },
        "hiddenContentRisk": {
          "axe": {
            "hidden-content": {
              "score": 1,
              "what": "Some content is hidden and therefore may not be testable for accessibility"
            }
          }
        },
        "linkConfusionRisk": {
          "axe": {
            "identical-links-same-purpose": {
              "score": 1,
              "what": "Links with the same accessible name may serve dissimilar purposes"
            }
          }
        },
        "buttonNoText": {
          "htmlcs": {
            "e:AA.4_1_2.H91.Button.Name": {
              "score": 12,
              "what": "Button element has no accessible name"
            }
          },
          "wave": {
            "e:button_empty": {
              "score": 12,
              "what": "Button is empty or has no value text"
            }
          }
        },
        "pseudoHeadingRisk": {
          "htmlcs": {
            "w:AA.1_3_1.H42": {
              "score": 1,
              "what": "Heading coding is not used but the element may be intended as a heading"
            }
          }
        },
        "headingStructure": {
          "htmlcs": {
            "w:AA.1_3_1_A.G141": {
              "score": 1,
              "what": "Heading level is incorrect"
            }
          },
          "tenon": {
            "155": {
              "score": 1,
              "what": "Headings are not structured in a hierarchical manner"
            }
          }
        },
        "scrollRisk": {
          "htmlcs": {
            "w:AA.1_4_10.C32,C31,C33,C38,SCR34,G206": {
              "score": 1,
              "what": "Fixed-position element may force bidirectional scrolling"
            }
          }
        },
        "contrastRisk": {
          "htmlcs": {
            "w:AA.1_4_3.G145.BgImage": {
              "score": 1,
              "what": "Contrast between the text and its background image may be less than 3:1"
            },
            "w:AA.1_4_3.G18.Abs": {
              "score": 10,
              "what": "Contrast between the absolutely positioned text and its background may be inadequate"
            },
            "w:AA.1_4_3.G18.BgImage": {
              "score": 1,
              "what": "Contrast between the text and its background image may be less than 4.5:1"
            },
            "w:AA.1_4_3_F24.F24.FGColour": {
              "score": 1,
              "what": "Inline foreground color may lack a complementary background color"
            }
          }
        },
        "linkNoText": {
          "htmlcs": {
            "w:AA.4_1_2.H91.A.Empty": {
              "score": 1,
              "what": "Link element has an id attribute but no href attribute or text"
            }
          }
        },
        "linkBrokenRisk": {
          "htmlcs": {
            "w:AA.4_1_2.H91.A.Placeholder": {
              "score": 1,
              "what": "Link has text but no href, id, or name attribute"
            }
          }
        },
        "duplicateID": {
          "ibm": {
            "RPT_Elem_UniqueId": {
              "score": 3,
              "what": "Element id attribute value is not unique within the document"
            }
          }
        },
        "obsolete": {
          "ibm": {
            "element_attribute_deprecated": {
              "score": 3,
              "what": "Element or attribute is obsolete"
            }
          }
        },
        "linkPair": {
          "wave": {
            "a:link_redundant": {
              "score": 1,
              "what": "Adjacent links go to the same URL"
            }
          }
        },
        "noScriptRisk": {
          "wave": {
            "a:noscript": {
              "score": 1,
              "what": "noscript element may fail to contain an accessible equivalent or alternative"
            }
          }
        },
        "titleRedundant": {
          "wave": {
            "a:title_redundant": {
              "score": 1,
              "what": "Title attribute text is the same as text or alternative text"
            }
          }
        },
        "horizontalScrolling": {
          "tenon": {
            "28": {
              "score": 3,
              "what": "Layout or sizing of the page causes horizontal scrolling"
            }
          }
        },
        "linkTextsSame": {
          "tenon": {
            "98": {
              "score": 16,
              "what": "Links have the same text but different destinations"
            }
          }
        },
        "targetSize": {
          "tenon": {
            "152": {
              "score": 20,
              "what": "Actionable element is smaller than the minimum required size"
            }
          }
        },
        "allItalics": {
          "tenon": {
            "154": {
              "score": 2,
              "what": "Long string of text is italic"
            }
          }
        },
        "linkForcesNewWindow": {
          "tenon": {
            "218": {
              "score": 15,
              "what": "Link opens in a new window without user control"
            }
          }
        }
      },
      "solos": {}
    },
    "preventionScores": {},
    "summary": {
      "total": 730,
      "log": 213,
      "preventions": 0,
      "solos": 0,
      "groups": [
        {
          "groupName": "linkIndication",
          "score": 103
        },
        {
          "groupName": "zIndexNotZero",
          "score": 50
        },
        {
          "groupName": "contrastAAA",
          "score": 35
        },
        {
          "groupName": "roleBad",
          "score": 34
        },
        {
          "groupName": "spontaneousMotion",
          "score": 28
        },
        {
          "groupName": "targetSize",
          "score": 22
        },
        {
          "groupName": "contrastAA",
          "score": 20
        },
        {
          "groupName": "noLeading",
          "score": 20
        },
        {
          "groupName": "buttonNoText",
          "score": 19
        },
        {
          "groupName": "linkTextsSame",
          "score": 18
        },
        {
          "groupName": "linkForcesNewWindow",
          "score": 17
        },
        {
          "groupName": "focusableHidden",
          "score": 16
        },
        {
          "groupName": "contrastRisk",
          "score": 15
        },
        {
          "groupName": "inconsistentStyles",
          "score": 12
        },
        {
          "groupName": "contentBeyondLandmarks",
          "score": 12
        },
        {
          "groupName": "visibleLabelNotName",
          "score": 10
        },
        {
          "groupName": "ariaBadAttribute",
          "score": 7
        },
        {
          "groupName": "focusIndication",
          "score": 6
        },
        {
          "groupName": "focusableOperable",
          "score": 5
        },
        {
          "groupName": "hoverSurprise",
          "score": 5
        },
        {
          "groupName": "duplicateID",
          "score": 5
        },
        {
          "groupName": "obsolete",
          "score": 5
        },
        {
          "groupName": "horizontalScrolling",
          "score": 5
        },
        {
          "groupName": "h1Missing",
          "score": 4
        },
        {
          "groupName": "headingOfNothing",
          "score": 4
        },
        {
          "groupName": "allItalics",
          "score": 4
        },
        {
          "groupName": "visibleBulk",
          "score": 3
        },
        {
          "groupName": "tabFocusability",
          "score": 3
        },
        {
          "groupName": "hiddenContentRisk",
          "score": 3
        },
        {
          "groupName": "linkConfusionRisk",
          "score": 3
        },
        {
          "groupName": "pseudoHeadingRisk",
          "score": 3
        },
        {
          "groupName": "headingStructure",
          "score": 3
        },
        {
          "groupName": "scrollRisk",
          "score": 3
        },
        {
          "groupName": "linkNoText",
          "score": 3
        },
        {
          "groupName": "linkBrokenRisk",
          "score": 3
        },
        {
          "groupName": "linkPair",
          "score": 3
        },
        {
          "groupName": "noScriptRisk",
          "score": 3
        },
        {
          "groupName": "titleRedundant",
          "score": 3
        }
      ]
    }
  }
}