Accessibility test digest

Synopsis

Page: U.S. Embassy

URL: https://usembassy.gov/

Score: 806

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

Testaro produced a report enumerating the test results.

Testilo processed the report and used the sp14a scoring procedure to compute partial and total scores for the page. The total score is 806 (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
total806
log90
preventions100
titleRedundant215
targetSize106
linkIndication88
linkNoText28
contrastAA23
contentBeyondLandmarks14
duplicateID14
leadingClipsText10
contrastAAA9
landmarkConfusion9
imageNoText8
navConfusion8
navNoText8
childMissing6
mainNot16
contrastRisk6
roleBad5
horizontalScrolling5
inconsistentStyles4
zIndexNotZero4
pseudoParagraphRisk4
visibleBulk3
hoverSurprise3
skipRepeatedContent3
hiddenContentRisk3
pseudoHeadingRisk3
pseudoNavListRisk3
scrollRisk3
mainConfusion3
obsolete3
linkPair3
noScriptRisk3
allCaps3

Issue summary

Special issues

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

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

Classified issues

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

obsolete: 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:

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

Discussion

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

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

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

Report

{
  "id": "4ea6d-usembassy",
  "host": {
    "id": "usembassy",
    "which": "https://usembassy.gov/",
    "what": "U.S. Embassy"
  },
  "log": [
    {
      "event": "startTime",
      "value": "2022-07-21T23:33:28"
    },
    {
      "event": "endTime",
      "value": "2022-07-21T23:36:41"
    }
  ],
  "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://usembassy.gov/",
        "what": "U.S. Embassy"
      },
      {
        "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://usembassy.gov/",
        "what": "U.S. Embassy"
      },
      {
        "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://usembassy.gov/",
      "what": "U.S. Embassy",
      "result": "https://www.usembassy.gov/"
    },
    {
      "type": "tenonRequest",
      "id": "a",
      "withNewContent": true,
      "what": "Tenon API version 2 test request",
      "url": "https://www.usembassy.gov/"
    },
    {
      "type": "test",
      "which": "motion",
      "what": "motion",
      "delay": 2500,
      "interval": 2500,
      "count": 5,
      "url": "https://www.usembassy.gov/",
      "result": {
        "bytes": [
          137395,
          137395,
          137395,
          137395,
          137395
        ],
        "localRatios": [
          1,
          1,
          1,
          1
        ],
        "meanLocalRatio": 1,
        "maxLocalRatio": 1,
        "globalRatio": 1,
        "pixelChanges": [
          0,
          0,
          0,
          0
        ],
        "meanPixelChange": 0,
        "maxPixelChange": 0,
        "changeFrequency": 0
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "Chromium browser"
    },
    {
      "type": "url",
      "which": "https://usembassy.gov/",
      "what": "U.S. Embassy",
      "result": "https://www.usembassy.gov/"
    },
    {
      "type": "test",
      "which": "bulk",
      "what": "count of visible elements",
      "url": "https://www.usembassy.gov/",
      "result": {
        "visibleElements": 557
      }
    },
    {
      "type": "test",
      "which": "embAc",
      "withItems": true,
      "what": "active elements embedded in links or buttons",
      "url": "https://www.usembassy.gov/",
      "result": {
        "totals": {
          "links": 0,
          "buttons": 0,
          "inputs": 0,
          "selects": 0
        },
        "items": []
      }
    },
    {
      "type": "test",
      "which": "focAll",
      "what": "focusable and Tab-focused elements",
      "url": "https://www.usembassy.gov/",
      "result": {
        "tabFocusables": 253,
        "tabFocused": 253,
        "discrepancy": 0
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://usembassy.gov/",
      "what": "URL",
      "result": "https://www.usembassy.gov/"
    },
    {
      "type": "test",
      "which": "focInd",
      "revealAll": false,
      "allowedDelay": 250,
      "withItems": true,
      "what": "focus indicators",
      "url": "https://www.usembassy.gov/",
      "result": {
        "totals": {
          "total": 253,
          "types": {
            "indicatorMissing": {
              "total": 0,
              "tagNames": {}
            },
            "nonOutlinePresent": {
              "total": 0,
              "tagNames": {}
            },
            "outlinePresent": {
              "total": 253,
              "meanDelay": 93,
              "tagNames": {
                "A": 251,
                "INPUT": 2
              }
            }
          }
        },
        "items": {
          "indicatorMissing": [],
          "nonOutlinePresent": [],
          "outlinePresent": [
            {
              "tagName": "A",
              "text": "",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "USEmbassy.gov",
              "delay": 100
            },
            {
              "tagName": "A",
              "text": "[Skip to Content]",
              "delay": 100
            },
            {
              "tagName": "INPUT",
              "text": "",
              "delay": 0
            },
            {
              "tagName": "INPUT",
              "text": "",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "A",
              "delay": 100
            },
            {
              "tagName": "A",
              "text": "B",
              "delay": 102
            },
            {
              "tagName": "A",
              "text": "C",
              "delay": 100
            },
            {
              "tagName": "A",
              "text": "D",
              "delay": 100
            },
            {
              "tagName": "A",
              "text": "E",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "F",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "G",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "H",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "I",
              "delay": 100
            },
            {
              "tagName": "A",
              "text": "J",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "K",
              "delay": 100
            },
            {
              "tagName": "A",
              "text": "L",
              "delay": 100
            },
            {
              "tagName": "A",
              "text": "M",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "N",
              "delay": 103
            },
            {
              "tagName": "A",
              "text": "O",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "P",
              "delay": 103
            },
            {
              "tagName": "A",
              "text": "Q",
              "delay": 102
            },
            {
              "tagName": "A",
              "text": "R",
              "delay": 102
            },
            {
              "tagName": "A",
              "text": "S",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "T",
              "delay": 104
            },
            {
              "tagName": "A",
              "text": "U",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "V",
              "delay": 100
            },
            {
              "tagName": "A",
              "text": "W",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "X",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Y",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Z",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Afghanistan",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Albania",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Algeria",
              "delay": 100
            },
            {
              "tagName": "A",
              "text": "Angola",
              "delay": 100
            },
            {
              "tagName": "A",
              "text": "Argentina",
              "delay": 102
            },
            {
              "tagName": "A",
              "text": "Armenia",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Australia",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Austria",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Azerbaijan",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "U.S. Mission to ASEAN",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "U.S. Mission to the African Union",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "⇧",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Bahamas",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Bahrain",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Bangladesh",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Barbados",
              "delay": 100
            },
            {
              "tagName": "A",
              "text": "Belarus",
              "delay": 100
            },
            {
              "tagName": "A",
              "text": "Belgium",
              "delay": 100
            },
            {
              "tagName": "A",
              "text": "Belize",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Benin",
              "delay": 102
            },
            {
              "tagName": "A",
              "text": "Bermuda",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Bolivia",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Bosnia & Herzegovina",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Botswana",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Brazil",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Brunei",
              "delay": 103
            },
            {
              "tagName": "A",
              "text": "Bulgaria",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Burkina Faso",
              "delay": 100
            },
            {
              "tagName": "A",
              "text": "Burma",
              "delay": 100
            },
            {
              "tagName": "A",
              "text": "Burundi",
              "delay": 100
            },
            {
              "tagName": "A",
              "text": "⇧",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Cabo Verde",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Cambodia",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Cameroon",
              "delay": 100
            },
            {
              "tagName": "A",
              "text": "Canada",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Central African Republic",
              "delay": 100
            },
            {
              "tagName": "A",
              "text": "Chad",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Chile",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "China",
              "delay": 100
            },
            {
              "tagName": "A",
              "text": "Colombia",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Comoros",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Costa Rica",
              "delay": 100
            },
            {
              "tagName": "A",
              "text": "Côte d’Ivoire",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Croatia",
              "delay": 100
            },
            {
              "tagName": "A",
              "text": "Cuba",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Curacao",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Cyprus",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Czech Republic",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "⇧",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Democratic Republic of the Congo",
              "delay": 104
            },
            {
              "tagName": "A",
              "text": "Denmark",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Djibouti",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Dominican Republic",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "⇧",
              "delay": 102
            },
            {
              "tagName": "A",
              "text": "Ecuador",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Egypt",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "El Salvador",
              "delay": 100
            },
            {
              "tagName": "A",
              "text": "Equatorial Guinea",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Eritrea",
              "delay": 102
            },
            {
              "tagName": "A",
              "text": "Estonia",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Eswatini",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Ethiopia",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "U.S. Mission to the EU",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "⇧",
              "delay": 102
            },
            {
              "tagName": "A",
              "text": "Fiji",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Finland",
              "delay": 102
            },
            {
              "tagName": "A",
              "text": "France",
              "delay": 100
            },
            {
              "tagName": "A",
              "text": "⇧",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Gabon",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Georgia",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Germany",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Ghana",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Greece",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Guatemala",
              "delay": 100
            },
            {
              "tagName": "A",
              "text": "Guinea",
              "delay": 100
            },
            {
              "tagName": "A",
              "text": "Guinea-Bissau",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Guyana",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "The Gambia",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "⇧",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Haiti",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Holy See",
              "delay": 102
            },
            {
              "tagName": "A",
              "text": "Honduras",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Hong Kong and Macau",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Hungary",
              "delay": 100
            },
            {
              "tagName": "A",
              "text": "⇧",
              "delay": 100
            },
            {
              "tagName": "A",
              "text": "Iceland",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "India",
              "delay": 100
            },
            {
              "tagName": "A",
              "text": "Indonesia",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Iran",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Iraq",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Ireland",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Israel",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Italy",
              "delay": 102
            },
            {
              "tagName": "A",
              "text": "U.S. Mission to the ICAO",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "⇧",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Jamaica",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Japan",
              "delay": 100
            },
            {
              "tagName": "A",
              "text": "Jordan",
              "delay": 100
            },
            {
              "tagName": "A",
              "text": "⇧",
              "delay": 103
            },
            {
              "tagName": "A",
              "text": "Kazakhstan",
              "delay": 100
            },
            {
              "tagName": "A",
              "text": "Kenya",
              "delay": 100
            },
            {
              "tagName": "A",
              "text": "Kosovo",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Kuwait",
              "delay": 100
            },
            {
              "tagName": "A",
              "text": "Kyrgyz Republic",
              "delay": 102
            },
            {
              "tagName": "A",
              "text": "⇧",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Laos",
              "delay": 102
            },
            {
              "tagName": "A",
              "text": "Latvia",
              "delay": 102
            },
            {
              "tagName": "A",
              "text": "Lebanon",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Lesotho",
              "delay": 102
            },
            {
              "tagName": "A",
              "text": "Liberia",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Libya",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Lithuania",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Luxembourg",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "⇧",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Madagascar",
              "delay": 100
            },
            {
              "tagName": "A",
              "text": "Malawi",
              "delay": 100
            },
            {
              "tagName": "A",
              "text": "Malaysia",
              "delay": 100
            },
            {
              "tagName": "A",
              "text": "Maldives",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Mali",
              "delay": 100
            },
            {
              "tagName": "A",
              "text": "Malta",
              "delay": 100
            },
            {
              "tagName": "A",
              "text": "Marshall Islands",
              "delay": 100
            },
            {
              "tagName": "A",
              "text": "Mauritania",
              "delay": 100
            },
            {
              "tagName": "A",
              "text": "Mauritius",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Mexico",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Micronesia",
              "delay": 100
            },
            {
              "tagName": "A",
              "text": "Moldova",
              "delay": 103
            },
            {
              "tagName": "A",
              "text": "Mongolia",
              "delay": 102
            },
            {
              "tagName": "A",
              "text": "Montenegro",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Morocco",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Mozambique",
              "delay": 100
            },
            {
              "tagName": "A",
              "text": "⇧",
              "delay": 102
            },
            {
              "tagName": "A",
              "text": "Namibia",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Nepal",
              "delay": 100
            },
            {
              "tagName": "A",
              "text": "Netherlands",
              "delay": 100
            },
            {
              "tagName": "A",
              "text": "New Zealand",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Nicaragua",
              "delay": 100
            },
            {
              "tagName": "A",
              "text": "Niger",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Nigeria",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "North Macedonia",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Norway",
              "delay": 103
            },
            {
              "tagName": "A",
              "text": "U.S. Mission to NATO",
              "delay": 100
            },
            {
              "tagName": "A",
              "text": "⇧",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Oman",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "U.S. Mission to OSCE",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "U.S. Mission to the OAS",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "U.S. Mission to the OECD",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "⇧",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Pakistan",
              "delay": 100
            },
            {
              "tagName": "A",
              "text": "Palau",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Panama",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Papua New Guinea",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Paraguay",
              "delay": 100
            },
            {
              "tagName": "A",
              "text": "Peru",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Philippines",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Poland",
              "delay": 102
            },
            {
              "tagName": "A",
              "text": "Portugal",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "⇧",
              "delay": 102
            },
            {
              "tagName": "A",
              "text": "Qatar",
              "delay": 100
            },
            {
              "tagName": "A",
              "text": "⇧",
              "delay": 103
            },
            {
              "tagName": "A",
              "text": "Republic of Congo",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Romania",
              "delay": 100
            },
            {
              "tagName": "A",
              "text": "Russia",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Rwanda",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "⇧",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Samoa",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "San Marino",
              "delay": 100
            },
            {
              "tagName": "A",
              "text": "Saudi Arabia",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Senegal",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Serbia",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Seychelles",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Sierra Leone",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Singapore",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Slovakia",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Slovenia",
              "delay": 102
            },
            {
              "tagName": "A",
              "text": "Somalia",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "South Africa",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "South Korea",
              "delay": 100
            },
            {
              "tagName": "A",
              "text": "South Sudan",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Spain",
              "delay": 100
            },
            {
              "tagName": "A",
              "text": "Sri Lanka",
              "delay": 100
            },
            {
              "tagName": "A",
              "text": "Sudan",
              "delay": 103
            },
            {
              "tagName": "A",
              "text": "Suriname",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Sweden",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Switzerland",
              "delay": 102
            },
            {
              "tagName": "A",
              "text": "Syria",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "⇧",
              "delay": 102
            },
            {
              "tagName": "A",
              "text": "American Institute in Taiwan",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Tajikistan",
              "delay": 100
            },
            {
              "tagName": "A",
              "text": "Tanzania",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Thailand",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Timor-Leste",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Togo",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Tonga",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Trinidad & Tobago",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Tunisia",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Turkey",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Turkmenistan",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "⇧",
              "delay": 100
            },
            {
              "tagName": "A",
              "text": "U.S. Mission to the UN-Geneva",
              "delay": 103
            },
            {
              "tagName": "A",
              "text": "U.S. Mission to the UN-Rome",
              "delay": 102
            },
            {
              "tagName": "A",
              "text": "U.S. Mission to the United Nations",
              "delay": 100
            },
            {
              "tagName": "A",
              "text": "Uganda",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Ukraine",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "United Arab Emirates",
              "delay": 102
            },
            {
              "tagName": "A",
              "text": "United Kingdom",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Uruguay",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Uzbekistan",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "⇧",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "U.S. Mission to International Organizations in Vienna",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Venezuela",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Vietnam",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "⇧",
              "delay": 102
            },
            {
              "tagName": "A",
              "text": "⇧",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "⇧",
              "delay": 100
            },
            {
              "tagName": "A",
              "text": "Yemen",
              "delay": 102
            },
            {
              "tagName": "A",
              "text": "⇧",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Zambia",
              "delay": 102
            },
            {
              "tagName": "A",
              "text": "Zimbabwe",
              "delay": 100
            },
            {
              "tagName": "A",
              "text": "⇧",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "State.gov",
              "delay": 100
            },
            {
              "tagName": "A",
              "text": "Travel.state.gov",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Privacy Policy",
              "delay": 101
            }
          ]
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://usembassy.gov/",
      "what": "URL",
      "result": "https://www.usembassy.gov/"
    },
    {
      "type": "test",
      "which": "focOp",
      "withItems": true,
      "what": "focusability and operability",
      "url": "https://www.usembassy.gov/",
      "result": {
        "totals": {
          "total": 285,
          "types": {
            "onlyFocusable": {
              "total": 0,
              "tagNames": {}
            },
            "onlyOperable": {
              "total": 0,
              "tagNames": {}
            },
            "focusableAndOperable": {
              "total": 285,
              "tagNames": {
                "A": 277,
                "DIV": 1,
                "INPUT": 5,
                "BUTTON": 1,
                "IFRAME": 1
              }
            }
          }
        },
        "items": {
          "onlyFocusable": [],
          "onlyOperable": [],
          "focusableAndOperable": [
            {
              "tagName": "A",
              "id": "",
              "text": "<a class=\"brand-logo\" href=\"https://www.usembassy.gov/\" style=\"cursor: default;\"",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "USEmbassy.gov",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "[Skip to Content]",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "DIV",
              "id": "",
              "text": "<div class=\"ubermenu-responsive-toggle ubermenu-responsive-toggle-main ubermenu-",
              "byTag": false,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "INPUT",
              "id": "search_query",
              "text": "<input type=\"text\" id=\"search_query\" class=\"wpas-text \" value=\"\" name=\"search_qu",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "INPUT",
              "id": "",
              "text": "<input type=\"submit\" class=\"wpas-submit button\" value=\"Locate\" style=\"cursor: de",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "INPUT",
              "id": "wpas-paged",
              "text": "<input type=\"hidden\" id=\"wpas-paged\" name=\"paged\" value=\"1\">",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "INPUT",
              "id": "wpas-id",
              "text": "<input type=\"hidden\" id=\"wpas-id\" name=\"wpas_id\" value=\"iipajaxform\">",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "INPUT",
              "id": "",
              "text": "<input type=\"hidden\" name=\"wpas_submit\" value=\"1\">",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "BUTTON",
              "id": "wpas-load-btn",
              "text": "Load More",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "A",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "B",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "C",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "D",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "E",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "F",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "G",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "H",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "I",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "J",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "K",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "L",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "M",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "N",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "O",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "P",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Q",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "R",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "S",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "T",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "U",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "V",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "W",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "X",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Y",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Z",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a name=\"A\"></a>",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Afghanistan",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Albania",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Algeria",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Angola",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Argentina",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Armenia",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Australia",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Austria",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Azerbaijan",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "U.S. Mission to ASEAN",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "U.S. Mission to the African Union",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "⇧",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a name=\"B\"></a>",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Bahamas",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Bahrain",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Bangladesh",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Barbados",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Belarus",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Belgium",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Belize",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Benin",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Bermuda",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Bolivia",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Bosnia & Herzegovina",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Botswana",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Brazil",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Brunei",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Bulgaria",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Burkina Faso",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Burma",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Burundi",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "⇧",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a name=\"C\"></a>",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Cabo Verde",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Cambodia",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Cameroon",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Canada",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Central African Republic",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Chad",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Chile",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "China",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Colombia",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Comoros",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Costa Rica",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Côte d’Ivoire",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Croatia",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Cuba",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Curacao",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Cyprus",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Czech Republic",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "⇧",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a name=\"D\"></a>",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Democratic Republic of the Congo",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Denmark",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Djibouti",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Dominican Republic",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "⇧",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a name=\"E\"></a>",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Ecuador",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Egypt",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "El Salvador",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Equatorial Guinea",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Eritrea",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Estonia",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Eswatini",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Ethiopia",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "U.S. Mission to the EU",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "⇧",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a name=\"F\"></a>",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Fiji",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Finland",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "France",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "⇧",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a name=\"G\"></a>",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Gabon",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Georgia",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Germany",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Ghana",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Greece",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Guatemala",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Guinea",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Guinea-Bissau",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Guyana",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "The Gambia",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "⇧",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a name=\"H\"></a>",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Haiti",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Holy See",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Honduras",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Hong Kong and Macau",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Hungary",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "⇧",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a name=\"I\"></a>",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Iceland",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "India",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Indonesia",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Iran",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Iraq",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Ireland",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Israel",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Italy",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "U.S. Mission to the ICAO",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "⇧",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a name=\"J\"></a>",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Jamaica",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Japan",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Jordan",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "⇧",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a name=\"K\"></a>",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Kazakhstan",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Kenya",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Kosovo",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Kuwait",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Kyrgyz Republic",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "⇧",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a name=\"L\"></a>",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Laos",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Latvia",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Lebanon",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Lesotho",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Liberia",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Libya",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Lithuania",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Luxembourg",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "⇧",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a name=\"M\"></a>",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Madagascar",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Malawi",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Malaysia",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Maldives",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Mali",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Malta",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Marshall Islands",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Mauritania",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Mauritius",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Mexico",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Micronesia",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Moldova",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Mongolia",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Montenegro",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Morocco",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Mozambique",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "⇧",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a name=\"N\"></a>",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Namibia",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Nepal",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Netherlands",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "New Zealand",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Nicaragua",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Niger",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Nigeria",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "North Macedonia",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Norway",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "U.S. Mission to NATO",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "⇧",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a name=\"O\"></a>",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Oman",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "U.S. Mission to OSCE",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "U.S. Mission to the OAS",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "U.S. Mission to the OECD",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "⇧",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a name=\"P\"></a>",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Pakistan",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Palau",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Panama",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Papua New Guinea",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Paraguay",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Peru",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Philippines",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Poland",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Portugal",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "⇧",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a name=\"Q\"></a>",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Qatar",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "⇧",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a name=\"R\"></a>",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Republic of Congo",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Romania",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Russia",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Rwanda",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "⇧",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a name=\"S\"></a>",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Samoa",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "San Marino",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Saudi Arabia",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Senegal",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Serbia",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Seychelles",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Sierra Leone",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Singapore",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Slovakia",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Slovenia",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Somalia",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "South Africa",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "South Korea",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "South Sudan",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Spain",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Sri Lanka",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Sudan",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Suriname",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Sweden",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Switzerland",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Syria",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "⇧",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a name=\"T\"></a>",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "A",
              "id": "",
              "text": "American Institute in Taiwan",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Tajikistan",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Tanzania",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Thailand",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Timor-Leste",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Togo",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Tonga",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Trinidad & Tobago",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Tunisia",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Turkey",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Turkmenistan",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "⇧",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a name=\"U\"></a>",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "A",
              "id": "",
              "text": "U.S. Mission to the UN-Geneva",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "U.S. Mission to the UN-Rome",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "U.S. Mission to the United Nations",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Uganda",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Ukraine",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "United Arab Emirates",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "United Kingdom",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Uruguay",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Uzbekistan",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "⇧",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a name=\"V\"></a>",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "A",
              "id": "",
              "text": "U.S. Mission to International Organizations in Vienna",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Venezuela",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Vietnam",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "⇧",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a name=\"W\"></a>",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "A",
              "id": "",
              "text": "⇧",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a name=\"X\"></a>",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "A",
              "id": "",
              "text": "⇧",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a name=\"Y\"></a>",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Yemen",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "⇧",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a name=\"Z\"></a>",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Zambia",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Zimbabwe",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "⇧",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "State.gov",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Travel.state.gov",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Privacy Policy",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "IFRAME",
              "id": "_atssh290",
              "text": "<iframe id=\"_atssh290\" title=\"AddThis utility frame\" style=\"height: 1px; width: ",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            }
          ]
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://usembassy.gov/",
      "what": "URL",
      "result": "https://www.usembassy.gov/"
    },
    {
      "type": "test",
      "which": "hover",
      "headSize": 20,
      "headSampleSize": 20,
      "tailSampleSize": 15,
      "withItems": true,
      "what": "hover-caused content changes",
      "url": "https://www.usembassy.gov/",
      "result": {
        "totals": {
          "triggers": 473,
          "headTriggers": 20,
          "tailTriggers": 453,
          "impactTriggers": 0,
          "additions": 0,
          "removals": 0,
          "opacityChanges": 0,
          "opacityImpact": 0,
          "unhoverables": 1
        },
        "items": {
          "head": {
            "impactTriggers": [],
            "unhoverables": [
              {
                "tagName": "A",
                "id": "",
                "text": "[SkiptoContent]"
              }
            ]
          },
          "tail": {
            "impactTriggers": [],
            "unhoverables": []
          }
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://usembassy.gov/",
      "what": "URL",
      "result": "https://www.usembassy.gov/"
    },
    {
      "type": "test",
      "which": "labClash",
      "withItems": true,
      "what": "labeling inconsistencies",
      "url": "https://www.usembassy.gov/",
      "result": {
        "totals": {
          "mislabeled": 0,
          "unlabeled": 0,
          "wellLabeled": 3
        },
        "items": {
          "mislabeled": [],
          "unlabeled": [],
          "wellLabeled": [
            {
              "index": 0,
              "tagName": "INPUT",
              "type": "text",
              "labelType": "label",
              "texts": {
                "label": [
                  "Websites of U.S. Embassies, Consulates, Diplomatic Missions, and Offices Providing Consular Services"
                ]
              }
            },
            {
              "index": 1,
              "tagName": "INPUT",
              "type": "submit",
              "texts": {
                "content": "Locate"
              }
            },
            {
              "index": 2,
              "tagName": "BUTTON",
              "type": "submit",
              "texts": {
                "content": "Load More"
              }
            }
          ]
        }
      }
    },
    {
      "type": "test",
      "which": "linkUl",
      "withItems": true,
      "what": "adjacent-link underlining",
      "url": "https://www.usembassy.gov/",
      "result": {
        "totals": {
          "links": 277,
          "adjacent": {
            "total": 86,
            "underlined": 0,
            "underlinedPercent": 0
          }
        },
        "items": {
          "underlined": [],
          "notUnderlined": [
            "",
            "USEmbassy.gov",
            "[Skip to Content]",
            "A",
            "B",
            "C",
            "D",
            "E",
            "F",
            "G",
            "H",
            "I",
            "J",
            "K",
            "L",
            "M",
            "N",
            "O",
            "P",
            "Q",
            "R",
            "S",
            "T",
            "U",
            "V",
            "W",
            "X",
            "Y",
            "Z",
            "",
            "⇧",
            "",
            "⇧",
            "",
            "⇧",
            "",
            "⇧",
            "",
            "⇧",
            "",
            "⇧",
            "",
            "⇧",
            "",
            "⇧",
            "",
            "⇧",
            "",
            "⇧",
            "",
            "⇧",
            "",
            "⇧",
            "",
            "⇧",
            "",
            "⇧",
            "",
            "⇧",
            "",
            "⇧",
            "",
            "Qatar",
            "⇧",
            "",
            "⇧",
            "",
            "⇧",
            "",
            "⇧",
            "",
            "⇧",
            "",
            "⇧",
            "",
            "⇧",
            "",
            "⇧",
            "",
            "Yemen",
            "⇧",
            "",
            "⇧",
            "State.gov",
            "Travel.state.gov",
            "Privacy Policy"
          ]
        }
      }
    },
    {
      "type": "test",
      "which": "menuNav",
      "withItems": true,
      "what": "keyboard navigation between focusable menu items",
      "url": "https://www.usembassy.gov/",
      "result": {
        "totals": {
          "navigations": {
            "all": {
              "total": 0,
              "correct": 0,
              "incorrect": 0
            },
            "specific": {
              "tab": {
                "total": 0,
                "correct": 0,
                "incorrect": 0
              },
              "left": {
                "total": 0,
                "correct": 0,
                "incorrect": 0
              },
              "right": {
                "total": 0,
                "correct": 0,
                "incorrect": 0
              },
              "up": {
                "total": 0,
                "correct": 0,
                "incorrect": 0
              },
              "down": {
                "total": 0,
                "correct": 0,
                "incorrect": 0
              },
              "home": {
                "total": 0,
                "correct": 0,
                "incorrect": 0
              },
              "end": {
                "total": 0,
                "correct": 0,
                "incorrect": 0
              }
            }
          },
          "menuItems": {
            "total": 0,
            "correct": 0,
            "incorrect": 0
          },
          "menus": {
            "total": 0,
            "correct": 0,
            "incorrect": 0
          }
        },
        "menuItems": {
          "incorrect": [],
          "correct": []
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://usembassy.gov/",
      "what": "URL",
      "result": "https://www.usembassy.gov/"
    },
    {
      "type": "test",
      "which": "radioSet",
      "withItems": true,
      "what": "fieldset grouping of radio buttons",
      "url": "https://www.usembassy.gov/",
      "result": {
        "totals": {
          "total": 0,
          "inSet": 0,
          "percent": "N.A."
        },
        "items": {
          "inSet": [],
          "notInSet": []
        }
      }
    },
    {
      "type": "test",
      "which": "role",
      "what": "roles",
      "url": "https://www.usembassy.gov/",
      "result": {
        "roleElements": 2,
        "badRoleElements": 0,
        "redundantRoleElements": 0,
        "tagNames": {}
      }
    },
    {
      "type": "test",
      "which": "styleDiff",
      "withItems": true,
      "what": "style inconsistencies",
      "url": "https://www.usembassy.gov/",
      "result": {
        "mainStyles": [
          "fontStyle",
          "fontWeight",
          "opacity",
          "textDecorationLine",
          "textDecorationStyle",
          "textDecorationThickness"
        ],
        "buttonStyles": [
          "borderStyle",
          "borderWidth",
          "height",
          "lineHeight",
          "maxHeight",
          "maxWidth",
          "minHeight",
          "minWidth",
          "outlineOffset",
          "outlineStyle",
          "outlineWidth"
        ],
        "headingStyles": [
          "color",
          "fontSize"
        ],
        "listLinkStyles": [
          "color",
          "fontSize",
          "lineHeight"
        ],
        "totals": {
          "button": {
            "total": 1
          },
          "adjacentLink": {
            "total": 86,
            "subtotals": [
              60,
              26
            ]
          },
          "listLink": {
            "total": 191
          },
          "h1": {
            "total": 1
          },
          "h2": {
            "total": 27
          }
        },
        "items": {
          "adjacentLink": {
            "fontWeight": {
              "400": [
                "",
                "USEmbassy.gov",
                "[Skip to Content]",
                "",
                "⇧",
                "",
                "⇧",
                "",
                "⇧",
                "",
                "⇧",
                "",
                "⇧",
                "",
                "⇧",
                "",
                "⇧",
                "",
                "⇧",
                "",
                "⇧",
                "",
                "⇧",
                "",
                "⇧",
                "",
                "⇧",
                "",
                "⇧",
                "",
                "⇧",
                "",
                "⇧",
                "",
                "⇧",
                "",
                "Qatar",
                "⇧",
                "",
                "⇧",
                "",
                "⇧",
                "",
                "⇧",
                "",
                "⇧",
                "",
                "⇧",
                "",
                "⇧",
                "",
                "⇧",
                "",
                "Yemen",
                "⇧",
                "",
                "⇧",
                "State.gov",
                "Travel.state.gov",
                "Privacy Policy"
              ],
              "700": [
                "A",
                "B",
                "C",
                "D",
                "E",
                "F",
                "G",
                "H",
                "I",
                "J",
                "K",
                "L",
                "M",
                "N",
                "O",
                "P",
                "Q",
                "R",
                "S",
                "T",
                "U",
                "V",
                "W",
                "X",
                "Y",
                "Z"
              ]
            }
          }
        }
      }
    },
    {
      "type": "test",
      "which": "tabNav",
      "withItems": true,
      "what": "keyboard navigation between tab elements",
      "url": "https://www.usembassy.gov/",
      "result": {
        "totals": {
          "navigations": {
            "all": {
              "total": 0,
              "correct": 0,
              "incorrect": 0
            },
            "specific": {
              "tab": {
                "total": 0,
                "correct": 0,
                "incorrect": 0
              },
              "left": {
                "total": 0,
                "correct": 0,
                "incorrect": 0
              },
              "right": {
                "total": 0,
                "correct": 0,
                "incorrect": 0
              },
              "up": {
                "total": 0,
                "correct": 0,
                "incorrect": 0
              },
              "down": {
                "total": 0,
                "correct": 0,
                "incorrect": 0
              },
              "home": {
                "total": 0,
                "correct": 0,
                "incorrect": 0
              },
              "end": {
                "total": 0,
                "correct": 0,
                "incorrect": 0
              }
            }
          },
          "tabElements": {
            "total": 0,
            "correct": 0,
            "incorrect": 0
          },
          "tabLists": {
            "total": 0,
            "correct": 0,
            "incorrect": 0
          }
        },
        "tabElements": {
          "incorrect": [],
          "correct": []
        }
      }
    },
    {
      "type": "test",
      "which": "zIndex",
      "withItems": true,
      "what": "z indexes",
      "url": "https://www.usembassy.gov/",
      "result": {
        "totals": {
          "total": 6,
          "tagNames": {
            "DIV": 2,
            "NAV": 1,
            "UL": 1,
            "LI": 1,
            "IFRAME": 1
          }
        },
        "items": [
          {
            "tagName": "DIV",
            "id": "",
            "text": ""
          },
          {
            "tagName": "NAV",
            "id": "ubermenu-main-Main-Navigation",
            "text": ""
          },
          {
            "tagName": "UL",
            "id": "ubermenu-nav-main-Main-Navigation",
            "text": ""
          },
          {
            "tagName": "LI",
            "id": "menu-item-2231",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "_atssh",
            "text": ""
          },
          {
            "tagName": "IFRAME",
            "id": "_atssh342",
            "text": ""
          }
        ]
      }
    },
    {
      "type": "test",
      "which": "alfa",
      "what": "alfa",
      "url": "https://www.usembassy.gov/",
      "result": {
        "totals": {
          "failures": 6,
          "warnings": 1
        },
        "items": [
          {
            "index": 1504,
            "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[6]/div[1]/p[1]/span[1]/text()[1]",
              "codeLines": [
                "Footer Disclaimer"
              ]
            }
          },
          {
            "index": 1505,
            "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[6]/div[1]/div[1]/text()[1]",
              "codeLines": [
                "This site is managed by the U.S. Department of State. External links to other Internet sites should..."
              ]
            }
          },
          {
            "index": 1506,
            "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[6]/div[1]/div[1]/a[1]/text()[1]",
              "codeLines": [
                "State.gov"
              ]
            }
          },
          {
            "index": 1507,
            "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[6]/div[1]/div[1]/a[2]/text()[1]",
              "codeLines": [
                "Travel.state.gov"
              ]
            }
          },
          {
            "index": 1508,
            "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[6]/div[1]/div[1]/a[3]/text()[1]",
              "codeLines": [
                "Privacy Policy"
              ]
            }
          },
          {
            "index": 1852,
            "verdict": "failed",
            "rule": {
              "ruleID": "r68",
              "ruleSummary": "Elements with a role have required children",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r68",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#info-and-relationships",
                  "chapter": "1.3.1",
                  "title": "Info and Relationships"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "ul",
              "path": "/html[1]/body[1]/header[1]/div[2]/div[1]/nav[1]/nav[1]/ul[1]",
              "codeLines": [
                "<ul id=\"ubermenu-nav-main-Main-Navigation\" class=\"ubermenu-nav\" data-title=\"Main Navigation\">",
                "  <li id=\"menu-item-2231\" class=\"ubermenu-item ubermenu-item-type-custom ubermenu-item-object-uberm...",
                "    <div class=\"ubermenu-content-block ubermenu-custom-content\">",
                "      <!-- this is a hidden (li) that allows the Mobile Nav to work with the sticky nav -->",
                "    </div>",
                "  </li>",
                "</ul>"
              ]
            }
          },
          {
            "index": 2523,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r87",
              "ruleSummary": "First focusable element is link to main content",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r87",
              "requirements": [
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G1",
                  "name": "G1",
                  "title": "Adding a link at the top of each page that goes directly to the main content area"
                }
              ]
            },
            "target": {
              "type": "document",
              "tagName": "",
              "path": "/",
              "codeLines": [
                "#document",
                "  <!doctype html>",
                "...",
                "  </html>"
              ]
            }
          }
        ]
      }
    },
    {
      "type": "test",
      "which": "axe",
      "detailLevel": 2,
      "rules": [],
      "what": "Axe",
      "url": "https://www.usembassy.gov/",
      "result": {
        "totals": {
          "rulesNA": 54,
          "rulesPassed": 41,
          "rulesWarned": 3,
          "rulesViolated": 3,
          "warnings": {
            "minor": 3,
            "moderate": 0,
            "serious": 56,
            "critical": 0
          },
          "violations": {
            "minor": 0,
            "moderate": 4,
            "serious": 0,
            "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-21T23:36:00.068Z",
          "url": "https://www.usembassy.gov/",
          "toolOptions": {
            "resultTypes": [
              "violations",
              "incomplete"
            ],
            "runOnly": {
              "type": "tag",
              "values": [
                "experimental",
                "best-practice",
                "wcag2a",
                "wcag2aa",
                "wcag2aaa",
                "wcag21a",
                "wcag21aa",
                "wcag21aaa"
              ]
            },
            "reporter": "v1"
          },
          "incomplete": [
            {
              "id": "color-contrast-enhanced",
              "impact": "serious",
              "tags": [
                "cat.color",
                "wcag2aaa",
                "wcag146"
              ],
              "description": "Ensures the contrast between foreground and background colors meets WCAG 2 AAA contrast ratio thresholds",
              "help": "Elements must have sufficient color contrast",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/color-contrast-enhanced?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "21.0pt (28px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"container\">",
                          "target": [
                            ".mo-header > .container"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"head-title-1 head-one-liner\">USEmbassy.gov</span>",
                  "target": [
                    ".head-title-1"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#666666",
                        "contrastRatio": 0,
                        "fontSize": "15.0pt (20px)",
                        "fontWeight": "bold",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<input type=\"text\" id=\"search_query\" class=\"wpas-text \" value=\"\" name=\"search_query\" placeholder=\"Enter Country or Area\">",
                          "target": [
                            "#search_query"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<input type=\"text\" id=\"search_query\" class=\"wpas-text \" value=\"\" name=\"search_query\" placeholder=\"Enter Country or Area\">",
                  "target": [
                    "#search_query"
                  ],
                  "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": {
                        "messageKey": "nonBmp"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element content contains only non-text characters"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"#\"> ⇧ </a>",
                  "target": [
                    "a[href=\"#\"]:nth-child(5)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element content contains only non-text characters"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "messageKey": "nonBmp"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element content contains only non-text characters"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"#\"> ⇧ </a>",
                  "target": [
                    "a[href=\"#\"]:nth-child(11)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element content contains only non-text characters"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "messageKey": "nonBmp"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element content contains only non-text characters"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"#\"> ⇧ </a>",
                  "target": [
                    "a[href=\"#\"]:nth-child(17)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element content contains only non-text characters"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "messageKey": "nonBmp"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element content contains only non-text characters"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"#\"> ⇧ </a>",
                  "target": [
                    "a[href=\"#\"]:nth-child(23)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element content contains only non-text characters"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "messageKey": "nonBmp"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element content contains only non-text characters"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"#\"> ⇧ </a>",
                  "target": [
                    "a[href=\"#\"]:nth-child(29)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element content contains only non-text characters"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "messageKey": "nonBmp"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element content contains only non-text characters"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"#\"> ⇧ </a>",
                  "target": [
                    "a[href=\"#\"]:nth-child(35)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element content contains only non-text characters"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "messageKey": "nonBmp"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element content contains only non-text characters"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"#\"> ⇧ </a>",
                  "target": [
                    "a[href=\"#\"]:nth-child(41)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element content contains only non-text characters"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "messageKey": "nonBmp"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element content contains only non-text characters"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"#\"> ⇧ </a>",
                  "target": [
                    "a[href=\"#\"]:nth-child(47)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element content contains only non-text characters"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "messageKey": "nonBmp"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element content contains only non-text characters"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"#\"> ⇧ </a>",
                  "target": [
                    "a[href=\"#\"]:nth-child(53)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element content contains only non-text characters"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "messageKey": "nonBmp"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element content contains only non-text characters"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"#\"> ⇧ </a>",
                  "target": [
                    "a[href=\"#\"]:nth-child(59)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element content contains only non-text characters"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "messageKey": "nonBmp"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element content contains only non-text characters"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"#\"> ⇧ </a>",
                  "target": [
                    "a[href=\"#\"]:nth-child(65)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element content contains only non-text characters"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "messageKey": "nonBmp"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element content contains only non-text characters"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"#\"> ⇧ </a>",
                  "target": [
                    "a[href=\"#\"]:nth-child(71)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element content contains only non-text characters"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "messageKey": "nonBmp"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element content contains only non-text characters"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"#\"> ⇧ </a>",
                  "target": [
                    "a[href=\"#\"]:nth-child(77)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element content contains only non-text characters"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "messageKey": "nonBmp"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element content contains only non-text characters"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"#\"> ⇧ </a>",
                  "target": [
                    "a[href=\"#\"]:nth-child(83)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element content contains only non-text characters"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "messageKey": "nonBmp"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element content contains only non-text characters"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"#\"> ⇧ </a>",
                  "target": [
                    "a[href=\"#\"]:nth-child(89)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element content contains only non-text characters"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "messageKey": "nonBmp"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element content contains only non-text characters"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"#\"> ⇧ </a>",
                  "target": [
                    "a[href=\"#\"]:nth-child(95)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element content contains only non-text characters"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "messageKey": "nonBmp"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element content contains only non-text characters"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"#\"> ⇧ </a>",
                  "target": [
                    "a[href=\"#\"]:nth-child(101)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element content contains only non-text characters"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "messageKey": "nonBmp"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element content contains only non-text characters"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"#\"> ⇧ </a>",
                  "target": [
                    "a[href=\"#\"]:nth-child(107)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element content contains only non-text characters"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "messageKey": "nonBmp"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element content contains only non-text characters"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"#\"> ⇧ </a>",
                  "target": [
                    "a[href=\"#\"]:nth-child(113)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element content contains only non-text characters"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "messageKey": "nonBmp"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element content contains only non-text characters"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"#\"> ⇧ </a>",
                  "target": [
                    "a[href=\"#\"]:nth-child(119)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element content contains only non-text characters"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "messageKey": "nonBmp"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element content contains only non-text characters"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"#\"> ⇧ </a>",
                  "target": [
                    "a[href=\"#\"]:nth-child(125)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element content contains only non-text characters"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "messageKey": "nonBmp"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element content contains only non-text characters"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"#\"> ⇧ </a>",
                  "target": [
                    "a[href=\"#\"]:nth-child(131)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element content contains only non-text characters"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "messageKey": "nonBmp"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element content contains only non-text characters"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"#\"> ⇧ </a>",
                  "target": [
                    "a[href=\"#\"]:nth-child(137)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element content contains only non-text characters"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "messageKey": "nonBmp"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element content contains only non-text characters"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"#\"> ⇧ </a>",
                  "target": [
                    "a[href=\"#\"]:nth-child(143)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element content contains only non-text characters"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "messageKey": "nonBmp"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element content contains only non-text characters"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"#\"> ⇧ </a>",
                  "target": [
                    "a[href=\"#\"]:nth-child(149)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element content contains only non-text characters"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "messageKey": "nonBmp"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element content contains only non-text characters"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"#\"> ⇧ </a>",
                  "target": [
                    "a[href=\"#\"]:nth-child(155)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element content contains only non-text characters"
                }
              ]
            },
            {
              "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": "21.0pt (28px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"container\">",
                          "target": [
                            ".mo-header > .container"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"head-title-1 head-one-liner\">USEmbassy.gov</span>",
                  "target": [
                    ".head-title-1"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#666666",
                        "contrastRatio": 0,
                        "fontSize": "15.0pt (20px)",
                        "fontWeight": "bold",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<input type=\"text\" id=\"search_query\" class=\"wpas-text \" value=\"\" name=\"search_query\" placeholder=\"Enter Country or Area\">",
                          "target": [
                            "#search_query"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<input type=\"text\" id=\"search_query\" class=\"wpas-text \" value=\"\" name=\"search_query\" placeholder=\"Enter Country or Area\">",
                  "target": [
                    "#search_query"
                  ],
                  "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": {
                        "messageKey": "nonBmp"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element content contains only non-text characters"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"#\"> ⇧ </a>",
                  "target": [
                    "a[href=\"#\"]:nth-child(5)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element content contains only non-text characters"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "messageKey": "nonBmp"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element content contains only non-text characters"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"#\"> ⇧ </a>",
                  "target": [
                    "a[href=\"#\"]:nth-child(11)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element content contains only non-text characters"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "messageKey": "nonBmp"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element content contains only non-text characters"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"#\"> ⇧ </a>",
                  "target": [
                    "a[href=\"#\"]:nth-child(17)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element content contains only non-text characters"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "messageKey": "nonBmp"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element content contains only non-text characters"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"#\"> ⇧ </a>",
                  "target": [
                    "a[href=\"#\"]:nth-child(23)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element content contains only non-text characters"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "messageKey": "nonBmp"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element content contains only non-text characters"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"#\"> ⇧ </a>",
                  "target": [
                    "a[href=\"#\"]:nth-child(29)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element content contains only non-text characters"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "messageKey": "nonBmp"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element content contains only non-text characters"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"#\"> ⇧ </a>",
                  "target": [
                    "a[href=\"#\"]:nth-child(35)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element content contains only non-text characters"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "messageKey": "nonBmp"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element content contains only non-text characters"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"#\"> ⇧ </a>",
                  "target": [
                    "a[href=\"#\"]:nth-child(41)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element content contains only non-text characters"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "messageKey": "nonBmp"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element content contains only non-text characters"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"#\"> ⇧ </a>",
                  "target": [
                    "a[href=\"#\"]:nth-child(47)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element content contains only non-text characters"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "messageKey": "nonBmp"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element content contains only non-text characters"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"#\"> ⇧ </a>",
                  "target": [
                    "a[href=\"#\"]:nth-child(53)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element content contains only non-text characters"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "messageKey": "nonBmp"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element content contains only non-text characters"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"#\"> ⇧ </a>",
                  "target": [
                    "a[href=\"#\"]:nth-child(59)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element content contains only non-text characters"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "messageKey": "nonBmp"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element content contains only non-text characters"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"#\"> ⇧ </a>",
                  "target": [
                    "a[href=\"#\"]:nth-child(65)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element content contains only non-text characters"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "messageKey": "nonBmp"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element content contains only non-text characters"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"#\"> ⇧ </a>",
                  "target": [
                    "a[href=\"#\"]:nth-child(71)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element content contains only non-text characters"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "messageKey": "nonBmp"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element content contains only non-text characters"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"#\"> ⇧ </a>",
                  "target": [
                    "a[href=\"#\"]:nth-child(77)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element content contains only non-text characters"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "messageKey": "nonBmp"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element content contains only non-text characters"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"#\"> ⇧ </a>",
                  "target": [
                    "a[href=\"#\"]:nth-child(83)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element content contains only non-text characters"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "messageKey": "nonBmp"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element content contains only non-text characters"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"#\"> ⇧ </a>",
                  "target": [
                    "a[href=\"#\"]:nth-child(89)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element content contains only non-text characters"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "messageKey": "nonBmp"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element content contains only non-text characters"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"#\"> ⇧ </a>",
                  "target": [
                    "a[href=\"#\"]:nth-child(95)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element content contains only non-text characters"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "messageKey": "nonBmp"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element content contains only non-text characters"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"#\"> ⇧ </a>",
                  "target": [
                    "a[href=\"#\"]:nth-child(101)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element content contains only non-text characters"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "messageKey": "nonBmp"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element content contains only non-text characters"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"#\"> ⇧ </a>",
                  "target": [
                    "a[href=\"#\"]:nth-child(107)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element content contains only non-text characters"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "messageKey": "nonBmp"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element content contains only non-text characters"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"#\"> ⇧ </a>",
                  "target": [
                    "a[href=\"#\"]:nth-child(113)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element content contains only non-text characters"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "messageKey": "nonBmp"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element content contains only non-text characters"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"#\"> ⇧ </a>",
                  "target": [
                    "a[href=\"#\"]:nth-child(119)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element content contains only non-text characters"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "messageKey": "nonBmp"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element content contains only non-text characters"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"#\"> ⇧ </a>",
                  "target": [
                    "a[href=\"#\"]:nth-child(125)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element content contains only non-text characters"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "messageKey": "nonBmp"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element content contains only non-text characters"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"#\"> ⇧ </a>",
                  "target": [
                    "a[href=\"#\"]:nth-child(131)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element content contains only non-text characters"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "messageKey": "nonBmp"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element content contains only non-text characters"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"#\"> ⇧ </a>",
                  "target": [
                    "a[href=\"#\"]:nth-child(137)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element content contains only non-text characters"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "messageKey": "nonBmp"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element content contains only non-text characters"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"#\"> ⇧ </a>",
                  "target": [
                    "a[href=\"#\"]:nth-child(143)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element content contains only non-text characters"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "messageKey": "nonBmp"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element content contains only non-text characters"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"#\"> ⇧ </a>",
                  "target": [
                    "a[href=\"#\"]:nth-child(149)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element content contains only non-text characters"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "messageKey": "nonBmp"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element content contains only non-text characters"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"#\"> ⇧ </a>",
                  "target": [
                    "a[href=\"#\"]:nth-child(155)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element content contains only non-text characters"
                }
              ]
            },
            {
              "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": "<img id=\"wpas-loading-img\" style=\"display:none;\" src=\"https://www.usembassy.gov/wp-content/themes/cms3/wp-advanced-search-master/img/loading.gif\">",
                  "target": [
                    "#wpas-loading-img"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<button id=\"wpas-load-btn\" style=\"display:none;\">Load More</button>",
                  "target": [
                    "#wpas-load-btn"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<div id=\"_atssh\" style=\"visibility: hidden; height: 1px; width: 1px; position: absolute; top: -9999px; z-index: 100000;\">",
                  "target": [
                    "#_atssh"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                }
              ]
            }
          ],
          "violations": [
            {
              "id": "landmark-no-duplicate-main",
              "impact": "moderate",
              "tags": [
                "cat.semantics",
                "best-practice"
              ],
              "description": "Ensures the document has at most one main landmark",
              "help": "Document should not have more than one main landmark",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/landmark-no-duplicate-main?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "page-no-duplicate-main",
                      "data": null,
                      "relatedNodes": [
                        {
                          "html": "<main class=\"main\">",
                          "target": [
                            ".row > main"
                          ]
                        }
                      ],
                      "impact": "moderate",
                      "message": "Document has more than one main landmark"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "moderate",
                  "html": "<main class=\"main\">",
                  "target": [
                    ".wrap.mo-background[role=\"document\"]:nth-child(5) > .content > main"
                  ],
                  "failureSummary": "Fix any of the following:\n  Document has more than one main landmark"
                }
              ]
            },
            {
              "id": "landmark-unique",
              "impact": "moderate",
              "tags": [
                "cat.semantics",
                "best-practice"
              ],
              "help": "Ensures landmarks are unique",
              "description": "Landmarks should have a unique role or role/label/title (i.e. accessible name) combination",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/landmark-unique?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "landmark-is-unique",
                      "data": {
                        "role": "navigation",
                        "accessibleText": null
                      },
                      "relatedNodes": [
                        {
                          "html": "<nav id=\"ubermenu-main-Main-Navigation\" class=\"ubermenu ubermenu-main ubermenu-menu-Main-Navigation ubermenu-responsive ubermenu-responsive-default ubermenu-responsive-collapse ubermenu-horizontal ubermenu-transition-fade ubermenu-trigger-hover_intent ubermenu-skin-white ubermenu-bar-align-full ubermenu-items-align-left ubermenu-bound ubermenu-disable-submenu-scroll ubermenu-sub-indicators ubermenu-icons-inline ubermenu-submenu-indicator-closes ubermenu-notouch ubermenu-desktop-view\">",
                          "target": [
                            "#ubermenu-main-Main-Navigation"
                          ]
                        }
                      ],
                      "impact": "moderate",
                      "message": "The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "moderate",
                  "html": "<nav>",
                  "target": [
                    ".container > nav"
                  ],
                  "failureSummary": "Fix any of the following:\n  The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable"
                },
                {
                  "any": [
                    {
                      "id": "landmark-is-unique",
                      "data": {
                        "role": "main",
                        "accessibleText": null
                      },
                      "relatedNodes": [
                        {
                          "html": "<main class=\"main\">",
                          "target": [
                            ".row > main"
                          ]
                        }
                      ],
                      "impact": "moderate",
                      "message": "The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "moderate",
                  "html": "<main class=\"main\">",
                  "target": [
                    ".wrap.mo-background[role=\"document\"]:nth-child(5) > .content > main"
                  ],
                  "failureSummary": "Fix any of the following:\n  The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable"
                }
              ]
            },
            {
              "id": "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=\"container\" style=\"text-align:center;\">",
                  "target": [
                    ".mo-copyright > .container"
                  ],
                  "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://usembassy.gov/",
      "what": "URL",
      "result": "https://www.usembassy.gov/"
    },
    {
      "type": "test",
      "which": "htmlcs",
      "what": "HTML CodeSniffer WCAG 2.1 AA ruleset",
      "url": "https://www.usembassy.gov/",
      "result": {
        "Error": {
          "AA.1_1_1.H37": {
            "Img element missing an alt attribute. Use the alt attribute to specify a short text alternative.": [
              {
                "tagName": "img",
                "id": "#wpas-loading-img",
                "code": "<img id=\"wpas-loading-img\" style=\"display:none;\" src=\"https://www.usembassy.gov/wp-content/themes/cms3/wp-advanced-search-master/img/loading.gif\">"
              }
            ]
          }
        },
        "Warning": {
          "AA.1_3_1.H42": {
            "Heading markup should be used if this content is intended as a heading.": [
              {
                "tagName": "div",
                "id": "",
                "code": "<div class=\"ubermenu-responsive-toggle ubermenu-responsive-toggle-main ubermenu-skin-white ubermenu-loc- ubermenu-responsive-toggle-content-align-left ubermenu-responsive-toggle-align-full ubermenu-responsive-toggle-icon-only \" tabindex=\"0\" data-ubermenu-target=\"ubermenu-main-Main-Navigation\">...</div>"
              }
            ]
          },
          "AA.1_3_1.H48": {
            "If this element contains a navigation section, it is recommended that it be marked up as a list.": [
              {
                "tagName": "div",
                "id": "",
                "code": "<div class=\"listwrap\">...</div>"
              },
              {
                "tagName": "div",
                "id": "",
                "code": "<div class=\"textwidget\">...</div>"
              }
            ]
          },
          "AA.1_4_10.C32,C31,C33,C38,SCR34,G206": {
            "This element has \"position: fixed\". This may require scrolling in two dimensions, which is considered a failure of this Success Criterion.": [
              {
                "tagName": "a",
                "id": "",
                "code": "<a class=\"accessible\" href=\"#main\">...</a>"
              }
            ]
          },
          "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": "span",
                "id": "",
                "code": "<span class=\"head-title-1 head-one-liner\">...</span>"
              }
            ]
          },
          "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": "span",
                "id": "",
                "code": "<span class=\"sr-only\">...</span>"
              }
            ]
          },
          "AA.1_4_3.G18.BgImage": {
            "This element's text is placed on a background image. Ensure the contrast ratio between the text and all covered parts of the image are at least 4.5:1.": [
              {
                "tagName": "noscript",
                "id": "",
                "code": "<noscript>...</noscript>"
              }
            ]
          },
          "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": "a",
                "id": "",
                "code": "<a href=\"http://www.state.gov/\" style=\"color: #b3cfeb\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"https://travel.state.gov/\" style=\"color: #b3cfeb\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"https://www.state.gov/privacy-policy/\" style=\"color: #b3cfeb\">...</a>"
              }
            ]
          },
          "AA.4_1_2.H91.A.EmptyWithName": {
            "Anchor element found with a name attribute but without a href or link text. Consider moving the name attribute to become an ID of a parent or nearby element.": [
              {
                "tagName": "a",
                "id": "",
                "code": "<a name=\"A\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a name=\"B\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a name=\"C\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a name=\"D\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a name=\"E\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a name=\"F\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a name=\"G\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a name=\"H\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a name=\"I\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a name=\"J\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a name=\"K\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a name=\"L\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a name=\"M\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a name=\"N\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a name=\"O\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a name=\"P\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a name=\"Q\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a name=\"R\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a name=\"S\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a name=\"T\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a name=\"U\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a name=\"V\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a name=\"W\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a name=\"X\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a name=\"Y\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a name=\"Z\">...</a>"
              }
            ]
          }
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://usembassy.gov/",
      "what": "URL",
      "result": "https://www.usembassy.gov/"
    },
    {
      "type": "test",
      "which": "ibm",
      "withItems": true,
      "what": "IBM Accessibility Checker",
      "url": "https://www.usembassy.gov/",
      "result": {
        "content": {
          "totals": {
            "violation": 9,
            "recommendation": 2,
            "ignored": 0
          },
          "items": [
            {
              "ruleId": "RPT_Elem_UniqueId",
              "path": {
                "dom": "/html[1]/head[1]/script[34]",
                "aria": "/document[1]"
              },
              "message": "The <script> element has the id \"boomr-scr-as\" that is already in use",
              "bounds": {
                "left": 0,
                "top": 0,
                "height": 0,
                "width": 0
              },
              "snippet": "<script async=\"\" src=\"https://s.go-mpulse.net/boomerang/Y5ZW4-4MSF4-4CLPY-HVLHW-6MMPC\" id=\"boomr-scr-as\">",
              "level": "violation"
            },
            {
              "ruleId": "RPT_Elem_UniqueId",
              "path": {
                "dom": "/html[1]/body[1]/style[2]",
                "aria": "/document[1]"
              },
              "message": "The <style> element has the id \"service-icons-0\" that is already in use",
              "bounds": {
                "left": 0,
                "top": 0,
                "height": 0,
                "width": 0
              },
              "snippet": "<style id=\"service-icons-0\">",
              "level": "violation"
            },
            {
              "ruleId": "RPT_Elem_UniqueId",
              "path": {
                "dom": "/html[1]/body[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[4]",
                "aria": "/document[1]/document[1]/main[1]"
              },
              "message": "The <div> element has the id \"wpas-load\" that is already in use",
              "bounds": {
                "left": 55,
                "top": 497,
                "height": 0,
                "width": 690
              },
              "snippet": "<div id=\"wpas-load\">",
              "level": "violation"
            },
            {
              "ruleId": "RPT_Elem_UniqueId",
              "path": {
                "dom": "/html[1]/body[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[3]",
                "aria": "/document[1]/document[1]/main[1]"
              },
              "message": "The <div> element has the id \"wpas-results-inner\" that is already in use",
              "bounds": {
                "left": 55,
                "top": 497,
                "height": 0,
                "width": 690
              },
              "snippet": "<div id=\"wpas-results-inner\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[6]/div[1]/p[1]",
                "aria": "/document[1]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 40,
                "top": 8019,
                "height": 0,
                "width": 720
              },
              "snippet": "<p>",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[6]/div[1]/div[1]/a[1]",
                "aria": "/document[1]/link[1]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 275,
                "top": 8066,
                "height": 14,
                "width": 51
              },
              "snippet": "<a style=\"color: #b3cfeb\" href=\"http://www.state.gov/\">",
              "level": "violation"
            },
            {
              "ruleId": "landmark_name_unique",
              "path": {
                "dom": "/html[1]/body[1]/div[4]/div[1]/main[1]",
                "aria": "/document[1]/document[2]/main[1]"
              },
              "message": "Multiple \"main\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label",
              "bounds": {
                "left": 25,
                "top": 507,
                "height": 7438,
                "width": 750
              },
              "snippet": "<main class=\"main\">",
              "level": "violation"
            },
            {
              "ruleId": "landmark_name_unique",
              "path": {
                "dom": "/html[1]/body[1]/div[3]/div[1]/main[1]",
                "aria": "/document[1]/document[1]/main[1]"
              },
              "message": "Multiple \"main\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label",
              "bounds": {
                "left": 40,
                "top": 218,
                "height": 289,
                "width": 720
              },
              "snippet": "<main class=\"main\">",
              "level": "violation"
            },
            {
              "ruleId": "element_tabbable_role_valid",
              "path": {
                "dom": "/html[1]/body[1]/header[1]/div[2]/div[1]/nav[1]/div[1]",
                "aria": "/document[1]/banner[1]/navigation[1]"
              },
              "message": "The tabbable element's role 'none' is not a widget role",
              "bounds": {
                "left": 40,
                "top": 141,
                "height": 47,
                "width": 720
              },
              "snippet": "<div data-ubermenu-target=\"ubermenu-main-Main-Navigation\" tabindex=\"0\" class=\"ubermenu-responsive-toggle ubermenu-responsive-toggle-main ubermenu-skin-white ubermenu-loc- ubermenu-responsive-toggle-content-align-left ubermenu-responsive-toggle-align-full ubermenu-responsive-toggle-icon-only \">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_MultipleMainsVisibleLabel_Implicit",
              "path": {
                "dom": "/html[1]/body[1]",
                "aria": "/document[1]"
              },
              "message": "Multiple elements with \"main\" role do not have unique visible labels",
              "bounds": {
                "left": 0,
                "top": 0,
                "height": 8147,
                "width": 800
              },
              "snippet": "<body class=\"home page-template-default page page-id-482 tax-template-\">",
              "level": "recommendation"
            },
            {
              "ruleId": "element_attribute_deprecated",
              "path": {
                "dom": "/html[1]/head[1]/meta[2]",
                "aria": "/document[1]"
              },
              "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
              "bounds": {
                "left": 0,
                "top": 0,
                "height": 0,
                "width": 0
              },
              "snippet": "<meta content=\"ie=edge\" http-equiv=\"x-ua-compatible\">",
              "level": "recommendation"
            }
          ]
        },
        "url": {
          "prevented": true,
          "error": "ERROR: getting ibm test report took too long"
        },
        "prevented": true
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://usembassy.gov/",
      "what": "URL",
      "result": "https://www.usembassy.gov/"
    },
    {
      "type": "test",
      "which": "wave",
      "reportType": 4,
      "what": "WAVE",
      "url": "https://www.usembassy.gov/",
      "result": {
        "status": {
          "success": true,
          "httpstatuscode": 200
        },
        "statistics": {
          "pagetitle": "Official list of embassies from the U.S. Department of State",
          "pageurl": "https://www.usembassy.gov/",
          "time": 5.73,
          "creditsremaining": 610,
          "allitemcount": 268,
          "totalelements": 812,
          "waveurl": "http://wave.webaim.org/report?url=https://www.usembassy.gov/"
        },
        "categories": {
          "error": {
            "description": "Errors",
            "count": 1,
            "items": {
              "alt_missing": {
                "id": "alt_missing",
                "description": "Missing alternative text",
                "count": 1,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > DIV:first-child + SCRIPT + HEADER + DIV + DIV > DIV:first-child > MAIN:first-child > DIV:first-child > DIV#wpas-results > DIV#wpas-load > DIV:first-child > IMG#wpas-loading-img"
                ],
                "wcag": [
                  {
                    "name": "1.1.1 Non-text Content (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc1.1.1"
                  }
                ]
              }
            }
          },
          "contrast": {
            "description": "Contrast Errors",
            "count": 0,
            "items": []
          },
          "alert": {
            "description": "Alerts",
            "count": 196,
            "items": {
              "link_redundant": {
                "id": "link_redundant",
                "description": "Redundant link",
                "count": 1,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > DIV:first-child + SCRIPT + HEADER > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > A:first-child + H1 > 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": 1,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > DIV:first-child + SCRIPT + HEADER + DIV + DIV + DIV + DIV + DIV + NOSCRIPT"
                ],
                "wcag": []
              },
              "title_redundant": {
                "id": "title_redundant",
                "description": "Redundant title text",
                "count": 194,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL > LI:first-child > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL > LI:first-child + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL > LI:first-child + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL > LI:first-child + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL > LI:first-child + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL > LI:first-child + LI + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL > LI:first-child + LI + LI + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL > LI:first-child + LI + LI + LI + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL > LI:first-child + LI + LI + LI + LI + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL > LI:first-child + LI + LI + LI + LI + LI + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL > LI:first-child + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI + LI + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI + LI + LI + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI + LI + LI + LI + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI + LI + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI + LI + LI + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI + LI + LI + LI + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI + LI + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI + LI + LI + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI + LI + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI + LI + LI + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI + LI + LI + LI + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI + LI + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI + LI + LI + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI + LI + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI + LI + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI + LI + LI + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI + LI + LI + LI + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI + LI + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI + LI + LI + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI + LI + LI + LI + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI + LI + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI + LI + LI + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI + LI + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI + LI + LI + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI + LI + LI + LI + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI + LI + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI + LI + LI + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI + LI + LI + LI + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI + LI + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI + LI + LI + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + P + A + A + P + H2 + P + P + A + A + P + H2 + P + UL > LI:first-child > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + P + A + A + P + H2 + P + P + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#main > DIV:first-child > MAIN:first-child > DIV:first-child > DIV:first-child + DIV + DIV > P:first-child + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL + A + A + P + H2 + P + P + A + A + P + H2 + P + P + A + A + P + H2 + P + UL + A + A + P + H2 + P + UL > LI:first-child + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV:first-child + SCRIPT + HEADER > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > A:first-child > IMG:first-child",
                  "HTML > HEAD:first-child + BODY > DIV:first-child + SCRIPT + HEADER + DIV + DIV + DIV + DIV + DIV > DIV:first-child > P:first-child + DIV + P + IMG"
                ],
                "wcag": []
              }
            }
          }
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://usembassy.gov/",
      "what": "URL",
      "result": "https://www.usembassy.gov/"
    },
    {
      "type": "test",
      "which": "tenon",
      "id": "a",
      "what": "Tenon",
      "url": "https://www.usembassy.gov/",
      "result": {
        "status": 200,
        "message": "OK",
        "code": "success",
        "info": "Success",
        "moreInfo": "https://tenon.io/documentation/apiv2/response-codes#success",
        "responseExecTime": "0.085",
        "responseTime": "2022-07-21T23:36:43.331Z",
        "data": {
          "apiErrors": [],
          "documentSize": 1082777,
          "metadata": null,
          "resultSummary": {
            "tests": {
              "total": 180,
              "passing": 174,
              "failing": 6
            },
            "issues": {
              "totalErrors": 250,
              "totalWarnings": 1,
              "totalIssues": 251
            },
            "issuesByLevel": {
              "A": {
                "count": 248,
                "pct": 98.8
              },
              "AA": {
                "count": 53,
                "pct": 21.12
              },
              "AAA": {
                "count": 251,
                "pct": 100
              }
            },
            "density": {
              "errorDensity": 24,
              "warningDensity": 0,
              "allDensity": 24
            }
          },
          "projectID": "E4B12DC9-2F67-8DB7-26C9-E50C8490",
          "responseID": "08c8ca37-f17c-4edd-bc39-8402542cfbf1",
          "docID": "545aabbf-c495-469c-9212-956e05262f92",
          "sourceHash": "d040b3a91b850d03d35cdf8b3c3c7d83",
          "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=08c8ca37-f17c-4edd-bc39-8402542cfbf1",
          "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": 8108
                },
                "height": 8108,
                "width": 1024
              },
              "position": {
                "line": 4243,
                "column": 60
              },
              "errorSnippet": "&lt;body class=\"home page-template-default page page-id-482 tax-template-\"&gt; &lt;div id=\"fb-root\" class=\" fb_reset\"&gt;&lt;div style=\"position: absolute; top: -10000px; width: 0px; height: 0px;\"&gt;&lt;div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt; &lt;sc",
              "xpath": "/html/body",
              "issueID": "8e3a192ed59c27c4ada346943d0918ae",
              "signature": "fee89bf5f32aa5bfcb585953b308e570",
              "ref": "https://tenon.io/bestpractice.php?bpID=3&tID=28&issueID=8e3a192ed59c27c4ada346943d0918ae"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 143,
                  "y": 52
                },
                "bottom-right": {
                  "x": 297,
                  "y": 88
                },
                "height": 36,
                "width": 154
              },
              "position": {
                "line": 2207,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"brand\" href=\"https://www.usembassy.gov/\" title=\"USEmbassy.gov\"&gt; &lt;span class=\"head-title-1 head-one-liner\"&gt;USEmbassy.gov&lt;/span&gt; &lt;/a&gt;",
              "xpath": "/html/body/header[1]/div[1]/div[1]/div[2]/div[1]/h1[1]/a[1]",
              "issueID": "7794a7aca6c7d0f4d704f14f61732396",
              "signature": "6104ccc1acfe0edd252b5d6549873537",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=7794a7aca6c7d0f4d704f14f61732396"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 279
                },
                "bottom-right": {
                  "x": 162,
                  "y": 298
                },
                "height": 19,
                "width": 87
              },
              "position": {
                "line": 6201,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/afghanistan/\" title=\"Afghanistan\"&gt;Afghanistan&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[1]/li[1]/a[1]",
              "issueID": "7953792e2ebb8b9d43d574fead3dffa4",
              "signature": "59d4b7ca27e84ae21446dd44a804332c",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=7953792e2ebb8b9d43d574fead3dffa4"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 305
                },
                "bottom-right": {
                  "x": 129,
                  "y": 324
                },
                "height": 19,
                "width": 54
              },
              "position": {
                "line": 6201,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/albania/\" title=\"Albania\"&gt;Albania&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[1]/li[2]/a[1]",
              "issueID": "d870e425860b25c644437edcc47c3f65",
              "signature": "46ddf5e25f79e37928f4f220c31ee7ff",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=d870e425860b25c644437edcc47c3f65"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 331
                },
                "bottom-right": {
                  "x": 124,
                  "y": 350
                },
                "height": 19,
                "width": 49
              },
              "position": {
                "line": 6201,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/algeria/\" title=\"Algeria\"&gt;Algeria&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[1]/li[3]/a[1]",
              "issueID": "d11f7e28b6e8b1052da005fc494532ef",
              "signature": "3d22ad17081fe94f61faeaae204e3187",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=d11f7e28b6e8b1052da005fc494532ef"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 357
                },
                "bottom-right": {
                  "x": 125,
                  "y": 376
                },
                "height": 19,
                "width": 50
              },
              "position": {
                "line": 6368,
                "column": 34
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/angola/\" title=\"Angola\"&gt;Angola&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[1]/li[4]/a[1]",
              "issueID": "bd164ad0da41002749ee326585cdbe97",
              "signature": "81dd479527ade8efc8319415a7c05cd9",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=bd164ad0da41002749ee326585cdbe97"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 383
                },
                "bottom-right": {
                  "x": 143,
                  "y": 402
                },
                "height": 19,
                "width": 68
              },
              "position": {
                "line": 6369,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/argentina/\" title=\"Argentina\"&gt;Argentina&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[1]/li[5]/a[1]",
              "issueID": "d55945d423e5b0ebb4c6be6cb38cc140",
              "signature": "0052ebf95ca24e2b9c8ea79719de8018",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=d55945d423e5b0ebb4c6be6cb38cc140"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 409
                },
                "bottom-right": {
                  "x": 134,
                  "y": 428
                },
                "height": 19,
                "width": 59
              },
              "position": {
                "line": 6369,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/armenia/\" title=\"Armenia\"&gt;Armenia&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[1]/li[6]/a[1]",
              "issueID": "259699f72ebe01aa6d2d29111d9f2142",
              "signature": "40e0e0cecc0a8d491d9d2bb91de904aa",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=259699f72ebe01aa6d2d29111d9f2142"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 435
                },
                "bottom-right": {
                  "x": 138,
                  "y": 454
                },
                "height": 19,
                "width": 63
              },
              "position": {
                "line": 6369,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/australia/\" title=\"Australia\"&gt;Australia&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[1]/li[7]/a[1]",
              "issueID": "817dce8a56b5d67ddbcc80597a256fcf",
              "signature": "4a06de626183b318321fd45f1238be9a",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=817dce8a56b5d67ddbcc80597a256fcf"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 461
                },
                "bottom-right": {
                  "x": 125,
                  "y": 480
                },
                "height": 19,
                "width": 50
              },
              "position": {
                "line": 6440,
                "column": 34
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/austria/\" title=\"Austria\"&gt;Austria&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[1]/li[8]/a[1]",
              "issueID": "7f8c50c1826d97ccd7ec402cbd969aa1",
              "signature": "c9e45421adb661a0743db78d4d3527d8",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=7f8c50c1826d97ccd7ec402cbd969aa1"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 487
                },
                "bottom-right": {
                  "x": 150,
                  "y": 506
                },
                "height": 19,
                "width": 75
              },
              "position": {
                "line": 6441,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/azerbaijan/\" title=\"Azerbaijan\"&gt;Azerbaijan&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[1]/li[9]/a[1]",
              "issueID": "273a56b8c2908fe31dc1329a1b42c0da",
              "signature": "71c5b5eafc098b4c5e017c50ab804821",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=273a56b8c2908fe31dc1329a1b42c0da"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 513
                },
                "bottom-right": {
                  "x": 235,
                  "y": 532
                },
                "height": 19,
                "width": 160
              },
              "position": {
                "line": 6441,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/asean/\" title=\"U.S. Mission to ASEAN\"&gt;U.S. Mission to ASEAN&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[1]/li[10]/a[1]",
              "issueID": "101038fd925d02fe4f331aa2a5b67f65",
              "signature": "5846b7b2183c04f9fbb139b72f1d6a6b",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=101038fd925d02fe4f331aa2a5b67f65"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 539
                },
                "bottom-right": {
                  "x": 307,
                  "y": 558
                },
                "height": 19,
                "width": 232
              },
              "position": {
                "line": 6441,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/usau/\" title=\"U.S. Mission to the African Union\"&gt;U.S. Mission to the African Union&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[1]/li[11]/a[1]",
              "issueID": "482300e37eef869ec06eb960645ccc9b",
              "signature": "e1bd65f5d42e7c06992360a913f453f4",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=482300e37eef869ec06eb960645ccc9b"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 648
                },
                "bottom-right": {
                  "x": 143,
                  "y": 667
                },
                "height": 19,
                "width": 68
              },
              "position": {
                "line": 6669,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/bahamas/\" title=\"Bahamas\"&gt;Bahamas&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[2]/li[1]/a[1]",
              "issueID": "6d08773343acafc8a76cd261bd09ca74",
              "signature": "6b7bb5512b3079bcf24b94c0a1ab8176",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=6d08773343acafc8a76cd261bd09ca74"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 674
                },
                "bottom-right": {
                  "x": 130,
                  "y": 693
                },
                "height": 19,
                "width": 55
              },
              "position": {
                "line": 6669,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/bahrain/\" title=\"Bahrain\"&gt;Bahrain&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[2]/li[2]/a[1]",
              "issueID": "3b26819d654b4946ce3b90cd8d60f64a",
              "signature": "8175d34c37e204436dff4851e2a8252b",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=3b26819d654b4946ce3b90cd8d60f64a"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 700
                },
                "bottom-right": {
                  "x": 159,
                  "y": 719
                },
                "height": 19,
                "width": 84
              },
              "position": {
                "line": 6669,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/bangladesh/\" title=\"Bangladesh\"&gt;Bangladesh&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[2]/li[3]/a[1]",
              "issueID": "9b44c5879cfc711d490155fd51416099",
              "signature": "ea2a6a38cb8f7aa32c4ae56ca3b42f7d",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=9b44c5879cfc711d490155fd51416099"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 726
                },
                "bottom-right": {
                  "x": 143,
                  "y": 745
                },
                "height": 19,
                "width": 68
              },
              "position": {
                "line": 6836,
                "column": 33
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/barbados/\" title=\"Barbados\"&gt;Barbados&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[2]/li[4]/a[1]",
              "issueID": "aee530e0245400be06993980e1d24f51",
              "signature": "746a515ad6a0e4c1d4bf8ddae9b6888c",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=aee530e0245400be06993980e1d24f51"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 752
                },
                "bottom-right": {
                  "x": 128,
                  "y": 771
                },
                "height": 19,
                "width": 53
              },
              "position": {
                "line": 6837,
                "column": 40
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/belarus/\" title=\"Belarus\"&gt;Belarus&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[2]/li[5]/a[1]",
              "issueID": "67721290f54bad880a48c09238bdd256",
              "signature": "cc8f13838d381132d35f71801221a7c7",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=67721290f54bad880a48c09238bdd256"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 778
                },
                "bottom-right": {
                  "x": 133,
                  "y": 797
                },
                "height": 19,
                "width": 58
              },
              "position": {
                "line": 6848,
                "column": 52
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/belgium/\" title=\"Belgium\"&gt;Belgium&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[2]/li[6]/a[1]",
              "issueID": "ce46b7767397f173c20bf49a2d2a4032",
              "signature": "fd81e6b3a40c4db98436e3d23bb1d305",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=ce46b7767397f173c20bf49a2d2a4032"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 804
                },
                "bottom-right": {
                  "x": 117,
                  "y": 823
                },
                "height": 19,
                "width": 42
              },
              "position": {
                "line": 6849,
                "column": 58
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/belize/\" title=\"Belize\"&gt;Belize&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[2]/li[7]/a[1]",
              "issueID": "8c8be0d3e1ee79342f3c80a35e9980ea",
              "signature": "a1e3beb30e0849e7b54fe1a3e67f2ea8",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=8c8be0d3e1ee79342f3c80a35e9980ea"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 830
                },
                "bottom-right": {
                  "x": 115,
                  "y": 849
                },
                "height": 19,
                "width": 40
              },
              "position": {
                "line": 7256,
                "column": 34
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/benin/\" title=\"Benin\"&gt;Benin&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[2]/li[8]/a[1]",
              "issueID": "ace87ad28dfd0dd29e0831ae4e8bfe9a",
              "signature": "270d09915f7882da6d8d884cb8b65549",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=ace87ad28dfd0dd29e0831ae4e8bfe9a"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 856
                },
                "bottom-right": {
                  "x": 139,
                  "y": 875
                },
                "height": 19,
                "width": 64
              },
              "position": {
                "line": 7257,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/bermuda/\" title=\"Bermuda\"&gt;Bermuda&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[2]/li[9]/a[1]",
              "issueID": "d16aa8d8f7b8f878db93fdad676a0ef8",
              "signature": "5183744c68039253e833d856a32cddcc",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=d16aa8d8f7b8f878db93fdad676a0ef8"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 882
                },
                "bottom-right": {
                  "x": 123,
                  "y": 901
                },
                "height": 19,
                "width": 48
              },
              "position": {
                "line": 7257,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/bolivia/\" title=\"Bolivia\"&gt;Bolivia&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[2]/li[10]/a[1]",
              "issueID": "fe2d7eae590dde0d7620e8a9b06051bd",
              "signature": "1dc0a4bd6bae0ae14a21d3567049526e",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=fe2d7eae590dde0d7620e8a9b06051bd"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 908
                },
                "bottom-right": {
                  "x": 230,
                  "y": 927
                },
                "height": 19,
                "width": 155
              },
              "position": {
                "line": 8005,
                "column": 34
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/bosnia/\" title=\"Bosnia &amp;amp; Herzegovina\"&gt;Bosnia &amp;amp; Herzegovina&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[2]/li[11]/a[1]",
              "issueID": "1d21e3e0325ea08eb8650c9f5baf0b07",
              "signature": "60c7347ba981009ab70df5c24c6b3946",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=1d21e3e0325ea08eb8650c9f5baf0b07"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 934
                },
                "bottom-right": {
                  "x": 146,
                  "y": 953
                },
                "height": 19,
                "width": 71
              },
              "position": {
                "line": 8006,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/botswana/\" title=\"Botswana\"&gt;Botswana&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[2]/li[12]/a[1]",
              "issueID": "f2ce86d67878405c46fef6bdd736cc79",
              "signature": "9fad8c80b09de5a64e3b311f3f5eaf39",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=f2ce86d67878405c46fef6bdd736cc79"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 960
                },
                "bottom-right": {
                  "x": 115,
                  "y": 979
                },
                "height": 19,
                "width": 40
              },
              "position": {
                "line": 8006,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/brazil/\" title=\"Brazil\"&gt;Brazil&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[2]/li[13]/a[1]",
              "issueID": "2b8f375d46ac25e19b14819f2a045dbe",
              "signature": "3275174f443c4bc14c931419a962c727",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=2b8f375d46ac25e19b14819f2a045dbe"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 986
                },
                "bottom-right": {
                  "x": 120,
                  "y": 1005
                },
                "height": 19,
                "width": 45
              },
              "position": {
                "line": 8006,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/brunei/\" title=\"Brunei\"&gt;Brunei&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[2]/li[14]/a[1]",
              "issueID": "e681ad09616d8e4e027d613379e02303",
              "signature": "7d240fd658af2705ad97f7c20690b86a",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=e681ad09616d8e4e027d613379e02303"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 1012
                },
                "bottom-right": {
                  "x": 134,
                  "y": 1031
                },
                "height": 19,
                "width": 59
              },
              "position": {
                "line": 8006,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/bulgaria/\" title=\"Bulgaria\"&gt;Bulgaria&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[2]/li[15]/a[1]",
              "issueID": "46f5f38cd5d35b7baa101e3f8ad6b0ff",
              "signature": "cc3aee623334bf869b9e1f58c66904f8",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=46f5f38cd5d35b7baa101e3f8ad6b0ff"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 1038
                },
                "bottom-right": {
                  "x": 168,
                  "y": 1057
                },
                "height": 19,
                "width": 93
              },
              "position": {
                "line": 8365,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/burkina-faso/\" title=\"Burkina Faso\"&gt;Burkina Faso&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[2]/li[16]/a[1]",
              "issueID": "50f93c6d8ef3a6d16e22550142982a0b",
              "signature": "b6f9bbdd27450d9ce781c5e0be324815",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=50f93c6d8ef3a6d16e22550142982a0b"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 1064
                },
                "bottom-right": {
                  "x": 122,
                  "y": 1083
                },
                "height": 19,
                "width": 47
              },
              "position": {
                "line": 8365,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/burma/\" title=\"Burma\"&gt;Burma&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[2]/li[17]/a[1]",
              "issueID": "3bb6169d3272531396cde0f8061e82e4",
              "signature": "a021afe0934743e733d122c7ccd9022f",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=3bb6169d3272531396cde0f8061e82e4"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 1090
                },
                "bottom-right": {
                  "x": 130,
                  "y": 1109
                },
                "height": 19,
                "width": 55
              },
              "position": {
                "line": 8366,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/burundi/\" title=\"Burundi\"&gt;Burundi&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[2]/li[18]/a[1]",
              "issueID": "ea2bf42ce844355ba655c7b7849d0ac5",
              "signature": "1ab566b89ed5b867dc280567c10e29f4",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=ea2bf42ce844355ba655c7b7849d0ac5"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 1199
                },
                "bottom-right": {
                  "x": 156,
                  "y": 1218
                },
                "height": 19,
                "width": 81
              },
              "position": {
                "line": 8366,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/cabo-verde/\" title=\"Cabo Verde\"&gt;Cabo Verde&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[3]/li[1]/a[1]",
              "issueID": "11b54cbb1fbc133edebb73c6db046e4d",
              "signature": "ae0cb1ad1574145bf02e5f1d65ee9403",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=11b54cbb1fbc133edebb73c6db046e4d"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 1225
                },
                "bottom-right": {
                  "x": 148,
                  "y": 1244
                },
                "height": 19,
                "width": 73
              },
              "position": {
                "line": 8533,
                "column": 34
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/cambodia/\" title=\"Cambodia\"&gt;Cambodia&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[3]/li[2]/a[1]",
              "issueID": "5e2bd2f3b2b3cdfe7c8ac369e11c5346",
              "signature": "a96ddab220c2355e5e55a7e1a8edec11",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=5e2bd2f3b2b3cdfe7c8ac369e11c5346"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 1251
                },
                "bottom-right": {
                  "x": 148,
                  "y": 1270
                },
                "height": 19,
                "width": 73
              },
              "position": {
                "line": 8534,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/cameroon/\" title=\"Cameroon\"&gt;Cameroon&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[3]/li[3]/a[1]",
              "issueID": "19d9e6a6b0739dc9d79593810083c8e0",
              "signature": "48414a1764852718f443e581323cb5e0",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=19d9e6a6b0739dc9d79593810083c8e0"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 1277
                },
                "bottom-right": {
                  "x": 130,
                  "y": 1296
                },
                "height": 19,
                "width": 55
              },
              "position": {
                "line": 8534,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/canada/\" title=\"Canada\"&gt;Canada&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[3]/li[4]/a[1]",
              "issueID": "94ac9275949b029cb6f9c1e599dd04c1",
              "signature": "e90bf759f2d05a0d58bc2edbc121ee16",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=94ac9275949b029cb6f9c1e599dd04c1"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 1303
                },
                "bottom-right": {
                  "x": 245,
                  "y": 1322
                },
                "height": 19,
                "width": 170
              },
              "position": {
                "line": 8534,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/car/\" title=\"Central African Republic\"&gt;Central African Republic&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[3]/li[5]/a[1]",
              "issueID": "149d4551b04b35ec30a1d7c0f32c69e1",
              "signature": "6dccf21257a247fc9bfe362b692ac1fe",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=149d4551b04b35ec30a1d7c0f32c69e1"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 1329
                },
                "bottom-right": {
                  "x": 112,
                  "y": 1348
                },
                "height": 19,
                "width": 37
              },
              "position": {
                "line": 8605,
                "column": 34
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/chad/\" title=\"Chad\"&gt;Chad&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[3]/li[6]/a[1]",
              "issueID": "be926ac2cf3e64348ec3a4c61e4bc4a7",
              "signature": "7d5dd23895615ed73fe425fd66fefab2",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=be926ac2cf3e64348ec3a4c61e4bc4a7"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 1355
                },
                "bottom-right": {
                  "x": 110,
                  "y": 1374
                },
                "height": 19,
                "width": 35
              },
              "position": {
                "line": 8606,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/chile/\" title=\"Chile\"&gt;Chile&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[3]/li[7]/a[1]",
              "issueID": "d35ddb56da194462711bfac645f3395f",
              "signature": "e4ec4373fe7ac99d1fe070c81cd4d892",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=d35ddb56da194462711bfac645f3395f"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 1381
                },
                "bottom-right": {
                  "x": 116,
                  "y": 1400
                },
                "height": 19,
                "width": 41
              },
              "position": {
                "line": 8606,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/china/\" title=\"China\"&gt;China&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[3]/li[8]/a[1]",
              "issueID": "031f96b289d02d6b12beea723c8db73e",
              "signature": "467cc2b7a775a3fa318bb5cb83bccc7c",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=031f96b289d02d6b12beea723c8db73e"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 1407
                },
                "bottom-right": {
                  "x": 143,
                  "y": 1426
                },
                "height": 19,
                "width": 68
              },
              "position": {
                "line": 8606,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/colombia/\" title=\"Colombia\"&gt;Colombia&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[3]/li[9]/a[1]",
              "issueID": "8998724cc72f44881005ccf989486fd7",
              "signature": "fbb70f8f6178e9d69cefbf7c6b5e3073",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=8998724cc72f44881005ccf989486fd7"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 1433
                },
                "bottom-right": {
                  "x": 139,
                  "y": 1452
                },
                "height": 19,
                "width": 64
              },
              "position": {
                "line": 8677,
                "column": 33
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/comoros/\" title=\"Comoros\"&gt;Comoros&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[3]/li[10]/a[1]",
              "issueID": "89be2c9747b2422094e127b94703b4f6",
              "signature": "91e108dede8769b5d1276f09e9de4c13",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=89be2c9747b2422094e127b94703b4f6"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 1459
                },
                "bottom-right": {
                  "x": 151,
                  "y": 1478
                },
                "height": 19,
                "width": 76
              },
              "position": {
                "line": 8833,
                "column": 34
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/costa-rica/\" title=\"Costa Rica\"&gt;Costa Rica&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[3]/li[11]/a[1]",
              "issueID": "784fb23de0f206a193211664bc0a0ec3",
              "signature": "170fbbc4a7cc13c1535f08939a631a9e",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=784fb23de0f206a193211664bc0a0ec3"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 1511
                },
                "bottom-right": {
                  "x": 126,
                  "y": 1530
                },
                "height": 19,
                "width": 51
              },
              "position": {
                "line": 8834,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/croatia/\" title=\"Croatia\"&gt;Croatia&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[3]/li[13]/a[1]",
              "issueID": "a277d08d2b177094a5a660c85d3efffd",
              "signature": "2d5da52e184d4aab0963aaaddc12d48f",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=a277d08d2b177094a5a660c85d3efffd"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 1537
                },
                "bottom-right": {
                  "x": 112,
                  "y": 1556
                },
                "height": 19,
                "width": 37
              },
              "position": {
                "line": 8834,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/cuba/\" title=\"Cuba\"&gt;Cuba&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[3]/li[14]/a[1]",
              "issueID": "068cd6da7827b55a8d3107a06287482c",
              "signature": "f272af81d11f29dc951e2d8656044900",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=068cd6da7827b55a8d3107a06287482c"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 1563
                },
                "bottom-right": {
                  "x": 134,
                  "y": 1582
                },
                "height": 19,
                "width": 59
              },
              "position": {
                "line": 9001,
                "column": 33
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/curacao/\" title=\"Curacao\"&gt;Curacao&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[3]/li[15]/a[1]",
              "issueID": "8f324a7b699c1524e8827cc1a88dbe28",
              "signature": "ca87d5f0537e7b6b74c0ad7e8a06a9ea",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=8f324a7b699c1524e8827cc1a88dbe28"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 1589
                },
                "bottom-right": {
                  "x": 124,
                  "y": 1608
                },
                "height": 19,
                "width": 49
              },
              "position": {
                "line": 9002,
                "column": 40
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/cyprus/\" title=\"Cyprus\"&gt;Cyprus&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[3]/li[16]/a[1]",
              "issueID": "e91c15ccf9a5e35e7f48db14e54d7301",
              "signature": "d00525eed2ce2dc8f37e826498318aa6",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=e91c15ccf9a5e35e7f48db14e54d7301"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 1615
                },
                "bottom-right": {
                  "x": 183,
                  "y": 1634
                },
                "height": 19,
                "width": 108
              },
              "position": {
                "line": 9013,
                "column": 52
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/czech-republic/\" title=\"Czech Republic\"&gt;Czech Republic&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[3]/li[17]/a[1]",
              "issueID": "8711b3ca8c11d91d12a9d71e0c6bf041",
              "signature": "f374e52e1bca77d48d65c149a76ac226",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=8711b3ca8c11d91d12a9d71e0c6bf041"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 1724
                },
                "bottom-right": {
                  "x": 316,
                  "y": 1743
                },
                "height": 19,
                "width": 241
              },
              "position": {
                "line": 9422,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/drc/\" title=\"Democratic Republic of the Congo\"&gt;Democratic Republic of the Congo&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[4]/li[1]/a[1]",
              "issueID": "cb6f40d8a4a8c64031624114e99a6274",
              "signature": "de3a181f52c549a485487dbaa6a6063b",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=cb6f40d8a4a8c64031624114e99a6274"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 1750
                },
                "bottom-right": {
                  "x": 139,
                  "y": 1769
                },
                "height": 19,
                "width": 64
              },
              "position": {
                "line": 9422,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/denmark/\" title=\"Denmark\"&gt;Denmark&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[4]/li[2]/a[1]",
              "issueID": "6c64939f086b0c24fc70f31704cc5fb0",
              "signature": "4b5c5713fe58d563d1efe9c29114cdec",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=6c64939f086b0c24fc70f31704cc5fb0"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 1776
                },
                "bottom-right": {
                  "x": 130,
                  "y": 1795
                },
                "height": 19,
                "width": 55
              },
              "position": {
                "line": 9968,
                "column": 4
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/djibouti/\" title=\"Djibouti\"&gt;Djibouti&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[4]/li[3]/a[1]",
              "issueID": "c237cc9a37ba53d0a7c5c89c75a6fd08",
              "signature": "fb4d7630497c2c490a3425ecdcd75fbb",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=c237cc9a37ba53d0a7c5c89c75a6fd08"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 1802
                },
                "bottom-right": {
                  "x": 217,
                  "y": 1821
                },
                "height": 19,
                "width": 142
              },
              "position": {
                "line": 9972,
                "column": 5
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/dominican-republic/\" title=\"Dominican Republic\"&gt;Dominican Republic&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[4]/li[4]/a[1]",
              "issueID": "41c4fee56bad9d44fbf725f18f278299",
              "signature": "b41256c67c88e8d97b4b3d2e05773aed",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=41c4fee56bad9d44fbf725f18f278299"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 1911
                },
                "bottom-right": {
                  "x": 133,
                  "y": 1930
                },
                "height": 19,
                "width": 58
              },
              "position": {
                "line": 10047,
                "column": 5
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/ecuador/\" title=\"Ecuador\"&gt;Ecuador&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[5]/li[1]/a[1]",
              "issueID": "b6749060eca61eed84fc603ab402c60e",
              "signature": "b5c1e6f8a7a8b16ce1dae5fa394fb218",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=b6749060eca61eed84fc603ab402c60e"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 1937
                },
                "bottom-right": {
                  "x": 115,
                  "y": 1956
                },
                "height": 19,
                "width": 40
              },
              "position": {
                "line": 10048,
                "column": 5
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/egypt/\" title=\"Egypt\"&gt;Egypt&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[5]/li[2]/a[1]",
              "issueID": "4d5fc2cb22320d06583acbadb8260a90",
              "signature": "7642d66a8ba6f413c00666f304787a10",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=4d5fc2cb22320d06583acbadb8260a90"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 1963
                },
                "bottom-right": {
                  "x": 155,
                  "y": 1982
                },
                "height": 19,
                "width": 80
              },
              "position": {
                "line": 10049,
                "column": 5
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/el-salvador/\" title=\"El Salvador\"&gt;El Salvador&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[5]/li[3]/a[1]",
              "issueID": "0f9576a056f25b75a0f7224cb50423b3",
              "signature": "92e630b4521cd80d1b5e6b3f28b105e6",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=0f9576a056f25b75a0f7224cb50423b3"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 1989
                },
                "bottom-right": {
                  "x": 201,
                  "y": 2008
                },
                "height": 19,
                "width": 126
              },
              "position": {
                "line": 10050,
                "column": 5
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/equatorial-guinea/\" title=\"Equatorial Guinea\"&gt;Equatorial Guinea&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[5]/li[4]/a[1]",
              "issueID": "e520f5b8962d5b5d17d8c8c75074b072",
              "signature": "d0ce7025144d54c32760697d343d229d",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=e520f5b8962d5b5d17d8c8c75074b072"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 2015
                },
                "bottom-right": {
                  "x": 120,
                  "y": 2034
                },
                "height": 19,
                "width": 45
              },
              "position": {
                "line": 10051,
                "column": 5
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/eritrea/\" title=\"Eritrea\"&gt;Eritrea&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[5]/li[5]/a[1]",
              "issueID": "a1f21b815759d1aa7272b657eec9a395",
              "signature": "de9191392c114fabab598dccd393c9d9",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=a1f21b815759d1aa7272b657eec9a395"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 2041
                },
                "bottom-right": {
                  "x": 128,
                  "y": 2060
                },
                "height": 19,
                "width": 53
              },
              "position": {
                "line": 10052,
                "column": 5
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/estonia/\" title=\"Estonia\"&gt;Estonia&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[5]/li[6]/a[1]",
              "issueID": "8451783b5e00991fde04442f2b2c8eb3",
              "signature": "cdb6e4fc7702cc5d689b3062cdc28f4a",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=8451783b5e00991fde04442f2b2c8eb3"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 2067
                },
                "bottom-right": {
                  "x": 135,
                  "y": 2086
                },
                "height": 19,
                "width": 60
              },
              "position": {
                "line": 10053,
                "column": 5
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/eswatini/\" title=\"Eswatini\"&gt;Eswatini&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[5]/li[7]/a[1]",
              "issueID": "0f7968c05bf8cb7ceea8855be5605d59",
              "signature": "37e4917f43d1766574399cb16c3c78fe",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=0f7968c05bf8cb7ceea8855be5605d59"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 2093
                },
                "bottom-right": {
                  "x": 133,
                  "y": 2112
                },
                "height": 19,
                "width": 58
              },
              "position": {
                "line": 10054,
                "column": 5
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/ethiopia/\" title=\"Ethiopia\"&gt;Ethiopia&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[5]/li[8]/a[1]",
              "issueID": "178ef95e8763ec643a4a8decca48fccc",
              "signature": "aea5be32d9d628b8d0b1923d52ded99d",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=178ef95e8763ec643a4a8decca48fccc"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 2119
                },
                "bottom-right": {
                  "x": 230,
                  "y": 2138
                },
                "height": 19,
                "width": 155
              },
              "position": {
                "line": 10055,
                "column": 5
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/useu/\" title=\"U.S. Mission to the EU\"&gt;U.S. Mission to the EU&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[5]/li[9]/a[1]",
              "issueID": "8a45e24986040718bd4856a4cabf5dce",
              "signature": "b7b14cb24596c33f03009d0201cb46e4",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=8a45e24986040718bd4856a4cabf5dce"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 2228
                },
                "bottom-right": {
                  "x": 96,
                  "y": 2247
                },
                "height": 19,
                "width": 21
              },
              "position": {
                "line": 10058,
                "column": 5
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/fiji/\" title=\"Fiji\"&gt;Fiji&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[6]/li[1]/a[1]",
              "issueID": "78412c9c288133ec6f08c4b255aedc6b",
              "signature": "26dcaffc79eff8b1e748baa260d89646",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=78412c9c288133ec6f08c4b255aedc6b"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 2254
                },
                "bottom-right": {
                  "x": 128,
                  "y": 2273
                },
                "height": 19,
                "width": 53
              },
              "position": {
                "line": 10059,
                "column": 5
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/finland/\" title=\"Finland\"&gt;Finland&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[6]/li[2]/a[1]",
              "issueID": "fb4ccfad6bf9b7181bf7b8f1c9f4889e",
              "signature": "0bf0c39b75e044afbaf3c1e67b4f9a00",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=fb4ccfad6bf9b7181bf7b8f1c9f4889e"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 2280
                },
                "bottom-right": {
                  "x": 123,
                  "y": 2299
                },
                "height": 19,
                "width": 48
              },
              "position": {
                "line": 10060,
                "column": 5
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/france/\" title=\"France\"&gt;France&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[6]/li[3]/a[1]",
              "issueID": "51c446242768f9b32d810e8c29b9adaa",
              "signature": "6d8410d4ceea8190a58f53c693b590cb",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=51c446242768f9b32d810e8c29b9adaa"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 2389
                },
                "bottom-right": {
                  "x": 122,
                  "y": 2408
                },
                "height": 19,
                "width": 47
              },
              "position": {
                "line": 10063,
                "column": 5
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/gabon/\" title=\"Gabon\"&gt;Gabon&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[7]/li[1]/a[1]",
              "issueID": "aa9625f2ca3db26bf1ba6ed6e6dcc0aa",
              "signature": "cfc58fd7e3dda655e28fe26e052021af",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=aa9625f2ca3db26bf1ba6ed6e6dcc0aa"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 2415
                },
                "bottom-right": {
                  "x": 130,
                  "y": 2434
                },
                "height": 19,
                "width": 55
              },
              "position": {
                "line": 10064,
                "column": 5
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/georgia/\" title=\"Georgia\"&gt;Georgia&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[7]/li[2]/a[1]",
              "issueID": "4f1b9aed0aa422a64f4d94a35d8c5e74",
              "signature": "0a59e7f6596031e60d084949514e3093",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=4f1b9aed0aa422a64f4d94a35d8c5e74"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 2441
                },
                "bottom-right": {
                  "x": 139,
                  "y": 2460
                },
                "height": 19,
                "width": 64
              },
              "position": {
                "line": 10065,
                "column": 5
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/germany/\" title=\"Germany\"&gt;Germany&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[7]/li[3]/a[1]",
              "issueID": "d769bb683adf5fb5a84a721788d31c52",
              "signature": "4d8615803090d1eacbe1491c3a36f462",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=d769bb683adf5fb5a84a721788d31c52"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 2467
                },
                "bottom-right": {
                  "x": 122,
                  "y": 2486
                },
                "height": 19,
                "width": 47
              },
              "position": {
                "line": 10066,
                "column": 5
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/ghana/\" title=\"Ghana\"&gt;Ghana&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[7]/li[4]/a[1]",
              "issueID": "36e92dcd719d9307a1514c0970428994",
              "signature": "f2eefabffc3d099c7dbf53ad1b4a9ad0",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=36e92dcd719d9307a1514c0970428994"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 2493
                },
                "bottom-right": {
                  "x": 123,
                  "y": 2512
                },
                "height": 19,
                "width": 48
              },
              "position": {
                "line": 10067,
                "column": 5
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/greece/\" title=\"Greece\"&gt;Greece&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[7]/li[5]/a[1]",
              "issueID": "aba370d3ffac0cf4c907aa89b8148044",
              "signature": "ed95a1c15360133b14b7afec54f5398b",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=aba370d3ffac0cf4c907aa89b8148044"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 2519
                },
                "bottom-right": {
                  "x": 153,
                  "y": 2538
                },
                "height": 19,
                "width": 78
              },
              "position": {
                "line": 10068,
                "column": 5
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/guatemala/\" title=\"Guatemala\"&gt;Guatemala&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[7]/li[6]/a[1]",
              "issueID": "e0ae14b2c1be6b98718272fb9720bcba",
              "signature": "e21e61056467c01c3eb36b9ccc83997f",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=e0ae14b2c1be6b98718272fb9720bcba"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 2545
                },
                "bottom-right": {
                  "x": 125,
                  "y": 2564
                },
                "height": 19,
                "width": 50
              },
              "position": {
                "line": 10069,
                "column": 5
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/guinea/\" title=\"Guinea\"&gt;Guinea&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[7]/li[7]/a[1]",
              "issueID": "28be8a53088379a24163236565687c20",
              "signature": "4fd76e9d2d70700007766449a1d847e3",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=28be8a53088379a24163236565687c20"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 2571
                },
                "bottom-right": {
                  "x": 177,
                  "y": 2590
                },
                "height": 19,
                "width": 102
              },
              "position": {
                "line": 10070,
                "column": 5
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/guinea-bissau/\" title=\"Guinea-Bissau\"&gt;Guinea-Bissau&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[7]/li[8]/a[1]",
              "issueID": "24115dfb6c8c6a72702d5194726bf086",
              "signature": "8b9d308ad1fe412a30f1309426a00f53",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=24115dfb6c8c6a72702d5194726bf086"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 2597
                },
                "bottom-right": {
                  "x": 130,
                  "y": 2616
                },
                "height": 19,
                "width": 55
              },
              "position": {
                "line": 10071,
                "column": 5
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/guyana/\" title=\"Guyana\"&gt;Guyana&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[7]/li[9]/a[1]",
              "issueID": "05757f2fd0d521adbf0e317aaa7fa911",
              "signature": "e22d41a6756d7b80e7a4090ff97ae151",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=05757f2fd0d521adbf0e317aaa7fa911"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 2623
                },
                "bottom-right": {
                  "x": 162,
                  "y": 2642
                },
                "height": 19,
                "width": 87
              },
              "position": {
                "line": 10075,
                "column": 4
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/the-gambia/\" title=\"The Gambia\"&gt;The Gambia&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[7]/li[10]/a[1]",
              "issueID": "2738a3c3d688f19d07b14f7ae36cb93b",
              "signature": "3485b9766d472456df02ee12213e8969",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=2738a3c3d688f19d07b14f7ae36cb93b"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 2732
                },
                "bottom-right": {
                  "x": 108,
                  "y": 2751
                },
                "height": 19,
                "width": 33
              },
              "position": {
                "line": 10077,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/haiti/\" title=\"Haiti\"&gt;Haiti&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[8]/li[1]/a[1]",
              "issueID": "cc03713ccf92a5049d98b9327b453eb8",
              "signature": "1177b1547afe1ddbb93ca1e57c04fb7b",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=cc03713ccf92a5049d98b9327b453eb8"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 2758
                },
                "bottom-right": {
                  "x": 137,
                  "y": 2777
                },
                "height": 19,
                "width": 62
              },
              "position": {
                "line": 10077,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/holy-see/\" title=\"Holy See\"&gt;Holy See&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[8]/li[2]/a[1]",
              "issueID": "35c92ef63ee73c07c96a2c4dc6f13db2",
              "signature": "f1fe3e1173a8329da47422712e7a52df",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=35c92ef63ee73c07c96a2c4dc6f13db2"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 2784
                },
                "bottom-right": {
                  "x": 144,
                  "y": 2803
                },
                "height": 19,
                "width": 69
              },
              "position": {
                "line": 10077,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/honduras/\" title=\"Honduras\"&gt;Honduras&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[8]/li[3]/a[1]",
              "issueID": "5cafb145d9fab9a512c5653d7bb0ee54",
              "signature": "1575834b286ebe3b14d0b073765bd098",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=5cafb145d9fab9a512c5653d7bb0ee54"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 2810
                },
                "bottom-right": {
                  "x": 238,
                  "y": 2829
                },
                "height": 19,
                "width": 163
              },
              "position": {
                "line": 10077,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/hong-kong/\" title=\"Hong Kong and Macau\"&gt;Hong Kong and Macau&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[8]/li[4]/a[1]",
              "issueID": "5bebdea68b8f18a0051b426bbd7baa76",
              "signature": "d78d26386d06553ec4cadcc02033cc0e",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=5bebdea68b8f18a0051b426bbd7baa76"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 2836
                },
                "bottom-right": {
                  "x": 135,
                  "y": 2855
                },
                "height": 19,
                "width": 60
              },
              "position": {
                "line": 10077,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/hungary/\" title=\"Hungary\"&gt;Hungary&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[8]/li[5]/a[1]",
              "issueID": "1f8df0d853e159d2ec93dbb478fdf12d",
              "signature": "a0a5c5c2d5c399a13f6f4b2e8d75747d",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=1f8df0d853e159d2ec93dbb478fdf12d"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 2945
                },
                "bottom-right": {
                  "x": 126,
                  "y": 2964
                },
                "height": 19,
                "width": 51
              },
              "position": {
                "line": 10077,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/iceland/\" title=\"Iceland\"&gt;Iceland&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[9]/li[1]/a[1]",
              "issueID": "f2a2164a9b035681ee0bf4b0d1611a78",
              "signature": "43b6c6358a11023f582988b9c0efe8cd",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=f2a2164a9b035681ee0bf4b0d1611a78"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 2971
                },
                "bottom-right": {
                  "x": 110,
                  "y": 2990
                },
                "height": 19,
                "width": 35
              },
              "position": {
                "line": 10077,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/india/\" title=\"India\"&gt;India&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[9]/li[2]/a[1]",
              "issueID": "e2c10aab465e786d17873fd23c2c08d6",
              "signature": "466504b74cbe01fcf3f03772f744e617",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=e2c10aab465e786d17873fd23c2c08d6"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 2997
                },
                "bottom-right": {
                  "x": 144,
                  "y": 3016
                },
                "height": 19,
                "width": 69
              },
              "position": {
                "line": 10077,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/indonesia/\" title=\"Indonesia\"&gt;Indonesia&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[9]/li[3]/a[1]",
              "issueID": "dd358903676018811775d27d457f3a58",
              "signature": "199412cc2f2dba8d0745353c4a983834",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=dd358903676018811775d27d457f3a58"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 3023
                },
                "bottom-right": {
                  "x": 102,
                  "y": 3042
                },
                "height": 19,
                "width": 27
              },
              "position": {
                "line": 10077,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/iran/\" title=\"Iran\"&gt;Iran&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[9]/li[4]/a[1]",
              "issueID": "462192575ea77fc00a824edd822bf26e",
              "signature": "e2b791fe7ae64280e48c73a6709aefb6",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=462192575ea77fc00a824edd822bf26e"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 3049
                },
                "bottom-right": {
                  "x": 102,
                  "y": 3068
                },
                "height": 19,
                "width": 27
              },
              "position": {
                "line": 10079,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/iraq/\" title=\"Iraq\"&gt;Iraq&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[9]/li[5]/a[1]",
              "issueID": "df0a0ff135286d37e84c5db2848746f8",
              "signature": "59c5e4cbcfc85184190c72290b472e27",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=df0a0ff135286d37e84c5db2848746f8"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 3075
                },
                "bottom-right": {
                  "x": 123,
                  "y": 3094
                },
                "height": 19,
                "width": 48
              },
              "position": {
                "line": 10079,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/ireland/\" title=\"Ireland\"&gt;Ireland&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[9]/li[6]/a[1]",
              "issueID": "4efc678b5b85c6d59337113f06f0165c",
              "signature": "89c80a140d789b5f31d00f8d1302c8e1",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=4efc678b5b85c6d59337113f06f0165c"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 3101
                },
                "bottom-right": {
                  "x": 113,
                  "y": 3120
                },
                "height": 19,
                "width": 38
              },
              "position": {
                "line": 10079,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/israel/\" title=\"Israel\"&gt;Israel&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[9]/li[7]/a[1]",
              "issueID": "5c0e59f6b54633014da7407ecab52efa",
              "signature": "b1677242748d5a3a2352f71b989e95d0",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=5c0e59f6b54633014da7407ecab52efa"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 3127
                },
                "bottom-right": {
                  "x": 105,
                  "y": 3146
                },
                "height": 19,
                "width": 30
              },
              "position": {
                "line": 10079,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/italy/\" title=\"Italy\"&gt;Italy&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[9]/li[8]/a[1]",
              "issueID": "ce7ae956a7caf7dfe4eeb72fd0d48381",
              "signature": "20aa1a984067687ba7660cf7f4d6953a",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=ce7ae956a7caf7dfe4eeb72fd0d48381"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 3153
                },
                "bottom-right": {
                  "x": 246,
                  "y": 3172
                },
                "height": 19,
                "width": 171
              },
              "position": {
                "line": 10079,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/us-icao/\" title=\"U.S. Mission to the ICAO\"&gt;U.S. Mission to the ICAO&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[9]/li[9]/a[1]",
              "issueID": "16eecf8346e6db52e3e67fd946bc4340",
              "signature": "96e4530bac62fd226b95f4669e2b5cf3",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=16eecf8346e6db52e3e67fd946bc4340"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 3262
                },
                "bottom-right": {
                  "x": 137,
                  "y": 3281
                },
                "height": 19,
                "width": 62
              },
              "position": {
                "line": 10079,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/jamaica/\" title=\"Jamaica\"&gt;Jamaica&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[10]/li[1]/a[1]",
              "issueID": "11c725cbb47baaeff84248aad0c78336",
              "signature": "345d296cedc624523caff8a628152abb",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=11c725cbb47baaeff84248aad0c78336"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 3288
                },
                "bottom-right": {
                  "x": 120,
                  "y": 3307
                },
                "height": 19,
                "width": 45
              },
              "position": {
                "line": 10079,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/japan/\" title=\"Japan\"&gt;Japan&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[10]/li[2]/a[1]",
              "issueID": "9948b5e15855beb29c391afdc3858c86",
              "signature": "29438389323108a5f0b17c344412a602",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=9948b5e15855beb29c391afdc3858c86"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 3314
                },
                "bottom-right": {
                  "x": 125,
                  "y": 3333
                },
                "height": 19,
                "width": 50
              },
              "position": {
                "line": 10079,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/jordan/\" title=\"Jordan\"&gt;Jordan&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[10]/li[3]/a[1]",
              "issueID": "ce369556220f4b2b712c4dd699f7671a",
              "signature": "34a2359751414060176f0158eda859ed",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=ce369556220f4b2b712c4dd699f7671a"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 3423
                },
                "bottom-right": {
                  "x": 159,
                  "y": 3442
                },
                "height": 19,
                "width": 84
              },
              "position": {
                "line": 10079,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/kazakhstan/\" title=\"Kazakhstan\"&gt;Kazakhstan&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[11]/li[1]/a[1]",
              "issueID": "02c9d6344e61234e28214724305490a4",
              "signature": "86434fa02465b8b7f4bb128d358e3b98",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=02c9d6344e61234e28214724305490a4"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 3449
                },
                "bottom-right": {
                  "x": 119,
                  "y": 3468
                },
                "height": 19,
                "width": 44
              },
              "position": {
                "line": 10079,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/kenya/\" title=\"Kenya\"&gt;Kenya&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[11]/li[2]/a[1]",
              "issueID": "dda22e678ca8ed223ad3959ae61dc9d0",
              "signature": "e73c404170f1df906fa756a0f83f4bac",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=dda22e678ca8ed223ad3959ae61dc9d0"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 3475
                },
                "bottom-right": {
                  "x": 128,
                  "y": 3494
                },
                "height": 19,
                "width": 53
              },
              "position": {
                "line": 10079,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/kosovo/\" title=\"Kosovo\"&gt;Kosovo&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[11]/li[3]/a[1]",
              "issueID": "42d9bb79036a0cc879dc3ef27cc43c38",
              "signature": "03360b2239eaa1fb7810c3f8d608d805",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=42d9bb79036a0cc879dc3ef27cc43c38"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 3501
                },
                "bottom-right": {
                  "x": 124,
                  "y": 3520
                },
                "height": 19,
                "width": 49
              },
              "position": {
                "line": 10079,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/kuwait/\" title=\"Kuwait\"&gt;Kuwait&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[11]/li[4]/a[1]",
              "issueID": "2cd4c23003b044fb378ee1a05077c251",
              "signature": "027cbe60c4132321734e464dda343cea",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=2cd4c23003b044fb378ee1a05077c251"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 3527
                },
                "bottom-right": {
                  "x": 188,
                  "y": 3546
                },
                "height": 19,
                "width": 113
              },
              "position": {
                "line": 10079,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/kyrgyz-republic/\" title=\"Kyrgyz Republic\"&gt;Kyrgyz Republic&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[11]/li[5]/a[1]",
              "issueID": "030f5bbffdadc621cf92bbf15e4122bf",
              "signature": "4278deaa55cd1de97b79533b526cc3e4",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=030f5bbffdadc621cf92bbf15e4122bf"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 3636
                },
                "bottom-right": {
                  "x": 110,
                  "y": 3655
                },
                "height": 19,
                "width": 35
              },
              "position": {
                "line": 10079,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/laos/\" title=\"Laos\"&gt;Laos&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[12]/li[1]/a[1]",
              "issueID": "c5e16c3cd881f0465a213644b950aa90",
              "signature": "817c471aadfb146c4a2b4b350bc3073c",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=c5e16c3cd881f0465a213644b950aa90"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 3662
                },
                "bottom-right": {
                  "x": 119,
                  "y": 3681
                },
                "height": 19,
                "width": 44
              },
              "position": {
                "line": 10081,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/latvia/\" title=\"Latvia\"&gt;Latvia&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[12]/li[2]/a[1]",
              "issueID": "554b07e30b4b477d77956940a399da72",
              "signature": "eaf0c982fdde81574a7df3641e9f113c",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=554b07e30b4b477d77956940a399da72"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 3688
                },
                "bottom-right": {
                  "x": 137,
                  "y": 3707
                },
                "height": 19,
                "width": 62
              },
              "position": {
                "line": 10081,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/lebanon/\" title=\"Lebanon\"&gt;Lebanon&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[12]/li[3]/a[1]",
              "issueID": "91727bd7b5d25d78cc1fb523aab0c779",
              "signature": "99346de6dc58b32ac88264ff27e7e024",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=91727bd7b5d25d78cc1fb523aab0c779"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 3714
                },
                "bottom-right": {
                  "x": 132,
                  "y": 3733
                },
                "height": 19,
                "width": 57
              },
              "position": {
                "line": 10081,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/lesotho/\" title=\"Lesotho\"&gt;Lesotho&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[12]/li[4]/a[1]",
              "issueID": "0462b5b34a5b9673075510c8ada3d9b4",
              "signature": "542ec2dd162eab0a7482bf438be49a92",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=0462b5b34a5b9673075510c8ada3d9b4"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 3740
                },
                "bottom-right": {
                  "x": 123,
                  "y": 3759
                },
                "height": 19,
                "width": 48
              },
              "position": {
                "line": 10081,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/liberia/\" title=\"Liberia\"&gt;Liberia&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[12]/li[5]/a[1]",
              "issueID": "c33396fc3e248b46f4c9dacba88db441",
              "signature": "17d9a8e54e7a66133b2c6206eb1bfc90",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=c33396fc3e248b46f4c9dacba88db441"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 3766
                },
                "bottom-right": {
                  "x": 114,
                  "y": 3785
                },
                "height": 19,
                "width": 39
              },
              "position": {
                "line": 10081,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/libya/\" title=\"Libya\"&gt;Libya&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[12]/li[6]/a[1]",
              "issueID": "8d46c10d654606c7883c71060a22f641",
              "signature": "e665742f09febde5f72dc2af84467624",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=8d46c10d654606c7883c71060a22f641"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 3792
                },
                "bottom-right": {
                  "x": 142,
                  "y": 3811
                },
                "height": 19,
                "width": 67
              },
              "position": {
                "line": 10081,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/lithuania/\" title=\"Lithuania\"&gt;Lithuania&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[12]/li[7]/a[1]",
              "issueID": "9f8ff0c1d5aaa82189bf9992588a1fd0",
              "signature": "796aabdca66651d4e7875d940ec105a8",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=9f8ff0c1d5aaa82189bf9992588a1fd0"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 3818
                },
                "bottom-right": {
                  "x": 164,
                  "y": 3837
                },
                "height": 19,
                "width": 89
              },
              "position": {
                "line": 10081,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/luxembourg/\" title=\"Luxembourg\"&gt;Luxembourg&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[12]/li[8]/a[1]",
              "issueID": "4a5aac949e2359508c8483d7df8bc597",
              "signature": "ce0792ad440d9d563351879ddfcc3f83",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=4a5aac949e2359508c8483d7df8bc597"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 3927
                },
                "bottom-right": {
                  "x": 164,
                  "y": 3946
                },
                "height": 19,
                "width": 89
              },
              "position": {
                "line": 10081,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/madagascar/\" title=\"Madagascar\"&gt;Madagascar&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[13]/li[1]/a[1]",
              "issueID": "ea1d6618630c1c9a5c949ec79732036b",
              "signature": "a34498cd170cbe873534522c714a519a",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=ea1d6618630c1c9a5c949ec79732036b"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 3953
                },
                "bottom-right": {
                  "x": 127,
                  "y": 3972
                },
                "height": 19,
                "width": 52
              },
              "position": {
                "line": 10081,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/malawi/\" title=\"Malawi\"&gt;Malawi&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[13]/li[2]/a[1]",
              "issueID": "d780815fabdf9c7a83ce0b7747304e7f",
              "signature": "c5989c255c89f3d24ae1edfc24500396",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=d780815fabdf9c7a83ce0b7747304e7f"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 3979
                },
                "bottom-right": {
                  "x": 140,
                  "y": 3998
                },
                "height": 19,
                "width": 65
              },
              "position": {
                "line": 10081,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/malaysia/\" title=\"Malaysia\"&gt;Malaysia&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[13]/li[3]/a[1]",
              "issueID": "d42a915d57f4925fbdb02a199d384393",
              "signature": "ce8e008f8ebfc8e4bb4eb82568a80a7d",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=d42a915d57f4925fbdb02a199d384393"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 4005
                },
                "bottom-right": {
                  "x": 139,
                  "y": 4024
                },
                "height": 19,
                "width": 64
              },
              "position": {
                "line": 10081,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/maldives/\" title=\"Maldives\"&gt;Maldives&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[13]/li[4]/a[1]",
              "issueID": "724d1755cb2468949d38253af3bb8fca",
              "signature": "fa2e1a34aff572e1d809373c38e36250",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=724d1755cb2468949d38253af3bb8fca"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 4031
                },
                "bottom-right": {
                  "x": 106,
                  "y": 4050
                },
                "height": 19,
                "width": 31
              },
              "position": {
                "line": 10081,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/mali/\" title=\"Mali\"&gt;Mali&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[13]/li[5]/a[1]",
              "issueID": "ebaf3c30f5060cd42069c5c471f0d48d",
              "signature": "bcb0ca1564408fc4693e699573d6ffe8",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=ebaf3c30f5060cd42069c5c471f0d48d"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 4057
                },
                "bottom-right": {
                  "x": 116,
                  "y": 4076
                },
                "height": 19,
                "width": 41
              },
              "position": {
                "line": 10081,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/malta/\" title=\"Malta\"&gt;Malta&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[13]/li[6]/a[1]",
              "issueID": "bd2016532dd4897fd375853bdc9f3161",
              "signature": "7ab04316e3f7412e23630b78816d66b2",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=bd2016532dd4897fd375853bdc9f3161"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 4083
                },
                "bottom-right": {
                  "x": 192,
                  "y": 4102
                },
                "height": 19,
                "width": 117
              },
              "position": {
                "line": 10081,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/marshall-islands/\" title=\"Marshall Islands\"&gt;Marshall Islands&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[13]/li[7]/a[1]",
              "issueID": "084dae6a3287f764be24432b87dc294a",
              "signature": "5f9301fa63091907a9ea87ab48f8f04c",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=084dae6a3287f764be24432b87dc294a"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 4109
                },
                "bottom-right": {
                  "x": 152,
                  "y": 4128
                },
                "height": 19,
                "width": 77
              },
              "position": {
                "line": 10081,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/mauritania/\" title=\"Mauritania\"&gt;Mauritania&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[13]/li[8]/a[1]",
              "issueID": "1ec424430a1931e89d56c3c9e149ffe1",
              "signature": "2992ed3d9aeb62e418b2cc898ec2b767",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=1ec424430a1931e89d56c3c9e149ffe1"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 4135
                },
                "bottom-right": {
                  "x": 142,
                  "y": 4154
                },
                "height": 19,
                "width": 67
              },
              "position": {
                "line": 10081,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/mauritius/\" title=\"Mauritius\"&gt;Mauritius&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[13]/li[9]/a[1]",
              "issueID": "899db3834a6b0cd5dcd9112e5c08edc5",
              "signature": "ff94635afdaca4227a5c21197624a2cd",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=899db3834a6b0cd5dcd9112e5c08edc5"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 4161
                },
                "bottom-right": {
                  "x": 126,
                  "y": 4180
                },
                "height": 19,
                "width": 51
              },
              "position": {
                "line": 10081,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/mexico/\" title=\"Mexico\"&gt;Mexico&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[13]/li[10]/a[1]",
              "issueID": "a6d33f882961d387d4634e8b519fcba1",
              "signature": "f61580ed73e0977f7c8aedb2ac0c50f2",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=a6d33f882961d387d4634e8b519fcba1"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 4187
                },
                "bottom-right": {
                  "x": 153,
                  "y": 4206
                },
                "height": 19,
                "width": 78
              },
              "position": {
                "line": 10083,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/micronesia/\" title=\"Micronesia\"&gt;Micronesia&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[13]/li[11]/a[1]",
              "issueID": "5c72120faaf59e41734cb4b041824c36",
              "signature": "f47e531b73f49e02a27ca7cd52952d33",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=5c72120faaf59e41734cb4b041824c36"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 4213
                },
                "bottom-right": {
                  "x": 137,
                  "y": 4232
                },
                "height": 19,
                "width": 62
              },
              "position": {
                "line": 10083,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/moldova/\" title=\"Moldova\"&gt;Moldova&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[13]/li[12]/a[1]",
              "issueID": "9fcde844bfb1955fa19c3c8bed6907c8",
              "signature": "b291d32519b8b681b1de4f11ee1ec512",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=9fcde844bfb1955fa19c3c8bed6907c8"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 4239
                },
                "bottom-right": {
                  "x": 142,
                  "y": 4258
                },
                "height": 19,
                "width": 67
              },
              "position": {
                "line": 10083,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/mongolia/\" title=\"Mongolia\"&gt;Mongolia&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[13]/li[13]/a[1]",
              "issueID": "1cb51e01dba0da8dc1c26b4a3591ae64",
              "signature": "8a0e2ffbad13b855f1758c0edd8d3585",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=1cb51e01dba0da8dc1c26b4a3591ae64"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 4265
                },
                "bottom-right": {
                  "x": 160,
                  "y": 4284
                },
                "height": 19,
                "width": 85
              },
              "position": {
                "line": 10083,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/montenegro/\" title=\"Montenegro\"&gt;Montenegro&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[13]/li[14]/a[1]",
              "issueID": "fc0015a79e3f4bb8fa23ac9d9b15a962",
              "signature": "01003db109a3b29f5f133bceb78145d3",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=fc0015a79e3f4bb8fa23ac9d9b15a962"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 4291
                },
                "bottom-right": {
                  "x": 137,
                  "y": 4310
                },
                "height": 19,
                "width": 62
              },
              "position": {
                "line": 10083,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/morocco/\" title=\"Morocco\"&gt;Morocco&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[13]/li[15]/a[1]",
              "issueID": "5f3f64d3d11b6531d7528c4061e56245",
              "signature": "7f1e798b426dbdd2669370e0fc562922",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=5f3f64d3d11b6531d7528c4061e56245"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 4317
                },
                "bottom-right": {
                  "x": 168,
                  "y": 4336
                },
                "height": 19,
                "width": 93
              },
              "position": {
                "line": 10083,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/mozambique/\" title=\"Mozambique\"&gt;Mozambique&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[13]/li[16]/a[1]",
              "issueID": "900f5b709be56332eaaf591d7849ca37",
              "signature": "9259c0b687a7a553dbd0dcec0c5f6028",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=900f5b709be56332eaaf591d7849ca37"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 4426
                },
                "bottom-right": {
                  "x": 135,
                  "y": 4445
                },
                "height": 19,
                "width": 60
              },
              "position": {
                "line": 10085,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/namibia/\" title=\"Namibia\"&gt;Namibia&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[14]/li[1]/a[1]",
              "issueID": "ecea04ed112c8232274ef73c636387ba",
              "signature": "e93c71882eafc14df16cece35d4d9eb0",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=ecea04ed112c8232274ef73c636387ba"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 4452
                },
                "bottom-right": {
                  "x": 116,
                  "y": 4471
                },
                "height": 19,
                "width": 41
              },
              "position": {
                "line": 10085,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/nepal/\" title=\"Nepal\"&gt;Nepal&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[14]/li[2]/a[1]",
              "issueID": "64427a8651653afc15c311ca4c32a379",
              "signature": "a01b2ae1c32783da0b4318e0cb2f8f44",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=64427a8651653afc15c311ca4c32a379"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 4478
                },
                "bottom-right": {
                  "x": 160,
                  "y": 4497
                },
                "height": 19,
                "width": 85
              },
              "position": {
                "line": 10085,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/netherlands/\" title=\"Netherlands\"&gt;Netherlands&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[14]/li[3]/a[1]",
              "issueID": "56186f165c211918e87c2cc6d2831c2c",
              "signature": "193358c9e7fcef9f8828176505f1ad3b",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=56186f165c211918e87c2cc6d2831c2c"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 4504
                },
                "bottom-right": {
                  "x": 168,
                  "y": 4523
                },
                "height": 19,
                "width": 93
              },
              "position": {
                "line": 10085,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/new-zealand/\" title=\"New Zealand\"&gt;New Zealand&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[14]/li[4]/a[1]",
              "issueID": "606dbb22de5593f6e28cf0e8e7a692a5",
              "signature": "6b750ef1a3366eda462ba1a4f0624619",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=606dbb22de5593f6e28cf0e8e7a692a5"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 4530
                },
                "bottom-right": {
                  "x": 148,
                  "y": 4549
                },
                "height": 19,
                "width": 73
              },
              "position": {
                "line": 10085,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/nicaragua/\" title=\"Nicaragua\"&gt;Nicaragua&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[14]/li[5]/a[1]",
              "issueID": "38541d8b1d6deddd92066a43d16ea8f5",
              "signature": "d88938abdab3bee8e15f63b8aa12ea1e",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=38541d8b1d6deddd92066a43d16ea8f5"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 4556
                },
                "bottom-right": {
                  "x": 112,
                  "y": 4575
                },
                "height": 19,
                "width": 37
              },
              "position": {
                "line": 10085,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/niger/\" title=\"Niger\"&gt;Niger&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[14]/li[6]/a[1]",
              "issueID": "a3fae7f5be2f35fd92357eb70137066d",
              "signature": "e612412df3fc337b25fa8b7c0b8648d2",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=a3fae7f5be2f35fd92357eb70137066d"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 4582
                },
                "bottom-right": {
                  "x": 125,
                  "y": 4601
                },
                "height": 19,
                "width": 50
              },
              "position": {
                "line": 10085,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/nigeria/\" title=\"Nigeria\"&gt;Nigeria&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[14]/li[7]/a[1]",
              "issueID": "09c75c7fea3d925b0fa6701c7ffbfce1",
              "signature": "2109824c571192d889c8acde45dd6a16",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=09c75c7fea3d925b0fa6701c7ffbfce1"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 4608
                },
                "bottom-right": {
                  "x": 197,
                  "y": 4627
                },
                "height": 19,
                "width": 122
              },
              "position": {
                "line": 10085,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/macedonia/\" title=\"North Macedonia\"&gt;North Macedonia&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[14]/li[8]/a[1]",
              "issueID": "697ef4c45e04fe0547afdf7b2067e11a",
              "signature": "5373645c5fa32ab97fe77430803cb5bb",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=697ef4c45e04fe0547afdf7b2067e11a"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 4634
                },
                "bottom-right": {
                  "x": 129,
                  "y": 4653
                },
                "height": 19,
                "width": 54
              },
              "position": {
                "line": 10085,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/norway/\" title=\"Norway\"&gt;Norway&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[14]/li[9]/a[1]",
              "issueID": "8cb921454b143b67425aef799aa7a648",
              "signature": "8e4d12ed36cf863bde59b5037f2294e0",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=8cb921454b143b67425aef799aa7a648"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 4660
                },
                "bottom-right": {
                  "x": 226,
                  "y": 4679
                },
                "height": 19,
                "width": 151
              },
              "position": {
                "line": 10087,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/nato/\" title=\"U.S. Mission to NATO\"&gt;U.S. Mission to NATO&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[14]/li[10]/a[1]",
              "issueID": "acb1e56423b3b15a62c6730b8f10895b",
              "signature": "838d126086c4c9fa97dd07e8d0e45ac1",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=acb1e56423b3b15a62c6730b8f10895b"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 4769
                },
                "bottom-right": {
                  "x": 118,
                  "y": 4788
                },
                "height": 19,
                "width": 43
              },
              "position": {
                "line": 10087,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/oman/\" title=\"Oman\"&gt;Oman&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[15]/li[1]/a[1]",
              "issueID": "994340de096df4695a6ed83046df9efe",
              "signature": "1821d2676801290ce85fe807eae2785b",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=994340de096df4695a6ed83046df9efe"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 4795
                },
                "bottom-right": {
                  "x": 225,
                  "y": 4814
                },
                "height": 19,
                "width": 150
              },
              "position": {
                "line": 10087,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/osce/\" title=\"U.S. Mission to OSCE\"&gt;U.S. Mission to OSCE&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[15]/li[2]/a[1]",
              "issueID": "9480e7b6d14239564b6cb57a0f66303c",
              "signature": "11581dc7380ee2bbf34e751a1d8a19ff",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=9480e7b6d14239564b6cb57a0f66303c"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 4821
                },
                "bottom-right": {
                  "x": 242,
                  "y": 4840
                },
                "height": 19,
                "width": 167
              },
              "position": {
                "line": 10089,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/usoas/\" title=\"U.S. Mission to the OAS\"&gt;U.S. Mission to the OAS&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[15]/li[3]/a[1]",
              "issueID": "1259544179aad99977ae70e2e36a0580",
              "signature": "4985012c1c7a511a9f3d8f9304f4807b",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=1259544179aad99977ae70e2e36a0580"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 4847
                },
                "bottom-right": {
                  "x": 252,
                  "y": 4866
                },
                "height": 19,
                "width": 177
              },
              "position": {
                "line": 10089,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/usoecd/\" title=\"U.S. Mission to the OECD\"&gt;U.S. Mission to the OECD&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[15]/li[4]/a[1]",
              "issueID": "2486ec02be2c621a970e816069e6ad65",
              "signature": "56dde56244b39b2cdd1d74a114c7a152",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=2486ec02be2c621a970e816069e6ad65"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 4956
                },
                "bottom-right": {
                  "x": 137,
                  "y": 4975
                },
                "height": 19,
                "width": 62
              },
              "position": {
                "line": 10089,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/pakistan/\" title=\"Pakistan\"&gt;Pakistan&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[16]/li[1]/a[1]",
              "issueID": "d42f1fa340e9dd385ab0da5450de0fa1",
              "signature": "156278429746457a8d00752dc2b15eb2",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=d42f1fa340e9dd385ab0da5450de0fa1"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 4982
                },
                "bottom-right": {
                  "x": 116,
                  "y": 5001
                },
                "height": 19,
                "width": 41
              },
              "position": {
                "line": 10089,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/palau/\" title=\"Palau\"&gt;Palau&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[16]/li[2]/a[1]",
              "issueID": "03451f8ff57ae3c0ced76c8910f491de",
              "signature": "3e74adc89ea1893c66f4a0868a2fc732",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=03451f8ff57ae3c0ced76c8910f491de"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 5008
                },
                "bottom-right": {
                  "x": 135,
                  "y": 5027
                },
                "height": 19,
                "width": 60
              },
              "position": {
                "line": 10089,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/panama/\" title=\"Panama\"&gt;Panama&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[16]/li[3]/a[1]",
              "issueID": "11d6f1959f55ece349294656cba0bdd6",
              "signature": "3b111ad6b9ffc26aa57d5e0b76c53532",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=11d6f1959f55ece349294656cba0bdd6"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 5034
                },
                "bottom-right": {
                  "x": 210,
                  "y": 5053
                },
                "height": 19,
                "width": 135
              },
              "position": {
                "line": 10089,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/papua-new-guinea/\" title=\"Papua New Guinea\"&gt;Papua New Guinea&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[16]/li[4]/a[1]",
              "issueID": "217565f078f50ae4d4ff6f72f62d4532",
              "signature": "1c730c8984cbca15809f995b229e94c8",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=217565f078f50ae4d4ff6f72f62d4532"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 5060
                },
                "bottom-right": {
                  "x": 143,
                  "y": 5079
                },
                "height": 19,
                "width": 68
              },
              "position": {
                "line": 10089,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/paraguay/\" title=\"Paraguay\"&gt;Paraguay&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[16]/li[5]/a[1]",
              "issueID": "85fc289afc541f03f52bd63c9f2ed44a",
              "signature": "20f030fc33411621910faa40c3cb3d0c",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=85fc289afc541f03f52bd63c9f2ed44a"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 5086
                },
                "bottom-right": {
                  "x": 107,
                  "y": 5105
                },
                "height": 19,
                "width": 32
              },
              "position": {
                "line": 10089,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/peru/\" title=\"Peru\"&gt;Peru&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[16]/li[6]/a[1]",
              "issueID": "52e27c625b5ecf340b44c24a5cbace4f",
              "signature": "f445859a6cb8538cbdd46fb27b97bcec",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=52e27c625b5ecf340b44c24a5cbace4f"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 5112
                },
                "bottom-right": {
                  "x": 153,
                  "y": 5131
                },
                "height": 19,
                "width": 78
              },
              "position": {
                "line": 10089,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/philippines/\" title=\"Philippines\"&gt;Philippines&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[16]/li[7]/a[1]",
              "issueID": "a2e855d747343677c2b117395cdc135b",
              "signature": "342ef19421bb82400d55c3bc16ce0ffc",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=a2e855d747343677c2b117395cdc135b"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 5138
                },
                "bottom-right": {
                  "x": 125,
                  "y": 5157
                },
                "height": 19,
                "width": 50
              },
              "position": {
                "line": 10089,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/poland/\" title=\"Poland\"&gt;Poland&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[16]/li[8]/a[1]",
              "issueID": "6da85702e7a2fcb8431c844c5832a834",
              "signature": "301535873a7ec0f40938d292970de3a5",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=6da85702e7a2fcb8431c844c5832a834"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 5164
                },
                "bottom-right": {
                  "x": 135,
                  "y": 5183
                },
                "height": 19,
                "width": 60
              },
              "position": {
                "line": 10091,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/portugal/\" title=\"Portugal\"&gt;Portugal&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[16]/li[9]/a[1]",
              "issueID": "4cb2f11bc063344a621e36a72993daac",
              "signature": "304982f781ae07210ecc7355a0a0966b",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=4cb2f11bc063344a621e36a72993daac"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 5273
                },
                "bottom-right": {
                  "x": 114,
                  "y": 5292
                },
                "height": 19,
                "width": 39
              },
              "position": {
                "line": 10091,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/qatar/\" title=\"Qatar\"&gt;Qatar&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[17]/li[1]/a[1]",
              "issueID": "5aab13402319f69aaddd55dd90a1a756",
              "signature": "1b5faee746268b31892bce8d6cfb4ad1",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=5aab13402319f69aaddd55dd90a1a756"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 5382
                },
                "bottom-right": {
                  "x": 205,
                  "y": 5401
                },
                "height": 19,
                "width": 130
              },
              "position": {
                "line": 10091,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/republic-congo/\" title=\"Republic of Congo\"&gt;Republic of Congo&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[18]/li[1]/a[1]",
              "issueID": "e48e429aa307511887e0f0db05405fea",
              "signature": "98a57e9baed5a8f4cada638d2bffa8f4",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=e48e429aa307511887e0f0db05405fea"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 5408
                },
                "bottom-right": {
                  "x": 139,
                  "y": 5427
                },
                "height": 19,
                "width": 64
              },
              "position": {
                "line": 10093,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/romania/\" title=\"Romania\"&gt;Romania&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[18]/li[2]/a[1]",
              "issueID": "5766258fb43a89fd9f883b0e9c0a0d82",
              "signature": "2fcab62455a6799fa8fd40ce068ae70d",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=5766258fb43a89fd9f883b0e9c0a0d82"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 5434
                },
                "bottom-right": {
                  "x": 123,
                  "y": 5453
                },
                "height": 19,
                "width": 48
              },
              "position": {
                "line": 10093,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/russia/\" title=\"Russia\"&gt;Russia&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[18]/li[3]/a[1]",
              "issueID": "8cde1a020d1ce23ce2c6b047662390b7",
              "signature": "998abf77f6fd41cc59885de1728c3ef5",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=8cde1a020d1ce23ce2c6b047662390b7"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 5460
                },
                "bottom-right": {
                  "x": 133,
                  "y": 5479
                },
                "height": 19,
                "width": 58
              },
              "position": {
                "line": 10093,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/republic-of-congo/\" title=\"Rwanda\"&gt;Rwanda&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[18]/li[4]/a[1]",
              "issueID": "75bc95f8617648ffddf7cf404ff10b37",
              "signature": "d9caeaed26a3fb19921757cfa021ca8a",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=75bc95f8617648ffddf7cf404ff10b37"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 5569
                },
                "bottom-right": {
                  "x": 126,
                  "y": 5588
                },
                "height": 19,
                "width": 51
              },
              "position": {
                "line": 10093,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/samoa/\" title=\"Samoa\"&gt;Samoa&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[19]/li[1]/a[1]",
              "issueID": "875223d0a6ba8355e28f4cb66271c1c5",
              "signature": "19d8f4342faed345ecf838103860f79e",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=875223d0a6ba8355e28f4cb66271c1c5"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 5595
                },
                "bottom-right": {
                  "x": 157,
                  "y": 5614
                },
                "height": 19,
                "width": 82
              },
              "position": {
                "line": 10093,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/san-marino-2/\" title=\"San Marino\"&gt;San Marino&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[19]/li[2]/a[1]",
              "issueID": "61a85cf6599a4a1a15eccf718fbb8bd1",
              "signature": "1f6f10cf41417b083a7dd5ec9d20c959",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=61a85cf6599a4a1a15eccf718fbb8bd1"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 5621
                },
                "bottom-right": {
                  "x": 166,
                  "y": 5640
                },
                "height": 19,
                "width": 91
              },
              "position": {
                "line": 10093,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/saudi-arabia/\" title=\"Saudi Arabia\"&gt;Saudi Arabia&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[19]/li[3]/a[1]",
              "issueID": "2ddd4fb0f6f642bdc60222befb93449d",
              "signature": "cb7bcb44e39f69c63274e99d4e392fa9",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=2ddd4fb0f6f642bdc60222befb93449d"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 5647
                },
                "bottom-right": {
                  "x": 132,
                  "y": 5666
                },
                "height": 19,
                "width": 57
              },
              "position": {
                "line": 10093,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/senegal/\" title=\"Senegal\"&gt;Senegal&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[19]/li[4]/a[1]",
              "issueID": "492fbb42647b186a753d664108c14d8c",
              "signature": "896e7b71f200014a93cb42d0c77d4588",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=492fbb42647b186a753d664108c14d8c"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 5673
                },
                "bottom-right": {
                  "x": 120,
                  "y": 5692
                },
                "height": 19,
                "width": 45
              },
              "position": {
                "line": 10093,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/serbia/\" title=\"Serbia\"&gt;Serbia&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[19]/li[5]/a[1]",
              "issueID": "09af54be082f90d5f68cbd559f10ed99",
              "signature": "6607a8c5d22a741ee1e4094297a0e0ab",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=09af54be082f90d5f68cbd559f10ed99"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 5699
                },
                "bottom-right": {
                  "x": 150,
                  "y": 5718
                },
                "height": 19,
                "width": 75
              },
              "position": {
                "line": 10093,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/seychelles/\" title=\"Seychelles\"&gt;Seychelles&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[19]/li[6]/a[1]",
              "issueID": "c3eb7ed9d12a49b647fffedc3197f3f2",
              "signature": "2757898909b53c0883210a1412f62967",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=c3eb7ed9d12a49b647fffedc3197f3f2"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 5725
                },
                "bottom-right": {
                  "x": 163,
                  "y": 5744
                },
                "height": 19,
                "width": 88
              },
              "position": {
                "line": 10095,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/sierra-leone/\" title=\"Sierra Leone\"&gt;Sierra Leone&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[19]/li[7]/a[1]",
              "issueID": "fb1137d144ae571d2148e6146d08ee3b",
              "signature": "b0c2fbce875e094558b20261a757d537",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=fb1137d144ae571d2148e6146d08ee3b"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 5751
                },
                "bottom-right": {
                  "x": 147,
                  "y": 5770
                },
                "height": 19,
                "width": 72
              },
              "position": {
                "line": 10095,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/singapore/\" title=\"Singapore\"&gt;Singapore&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[19]/li[8]/a[1]",
              "issueID": "e495b326fec3316cc7f43fdc9d3c0615",
              "signature": "eaeedf64f003e16c9c874409e1d214e8",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=e495b326fec3316cc7f43fdc9d3c0615"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 5777
                },
                "bottom-right": {
                  "x": 136,
                  "y": 5796
                },
                "height": 19,
                "width": 61
              },
              "position": {
                "line": 10095,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/slovakia/\" title=\"Slovakia\"&gt;Slovakia&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[19]/li[9]/a[1]",
              "issueID": "5340670b7dad6694609077c25415bfc6",
              "signature": "d5338927c727350fac17a55d73cd4c3d",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=5340670b7dad6694609077c25415bfc6"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 5803
                },
                "bottom-right": {
                  "x": 136,
                  "y": 5822
                },
                "height": 19,
                "width": 61
              },
              "position": {
                "line": 10095,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/slovenia/\" title=\"Slovenia\"&gt;Slovenia&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[19]/li[10]/a[1]",
              "issueID": "34c148b6e91d5756ebfd7f6b4c7bc31b",
              "signature": "6f98a869c851b9a31d5e0891e5bb1036",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=34c148b6e91d5756ebfd7f6b4c7bc31b"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 5829
                },
                "bottom-right": {
                  "x": 134,
                  "y": 5848
                },
                "height": 19,
                "width": 59
              },
              "position": {
                "line": 10095,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/somalia/\" title=\"Somalia\"&gt;Somalia&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[19]/li[11]/a[1]",
              "issueID": "9d39554e68d8f805acec61b7a49ffcd2",
              "signature": "44d6a2c730a1f35adf35c8c2b35d857e",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=9d39554e68d8f805acec61b7a49ffcd2"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 5855
                },
                "bottom-right": {
                  "x": 163,
                  "y": 5874
                },
                "height": 19,
                "width": 88
              },
              "position": {
                "line": 10097,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/south-africa/\" title=\"South Africa\"&gt;South Africa&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[19]/li[12]/a[1]",
              "issueID": "dcb178d780e77a854edca11e266d8884",
              "signature": "97e6b1d433467494e71440524e65119a",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=dcb178d780e77a854edca11e266d8884"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 5881
                },
                "bottom-right": {
                  "x": 162,
                  "y": 5900
                },
                "height": 19,
                "width": 87
              },
              "position": {
                "line": 10097,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/korea/\" title=\"South Korea\"&gt;South Korea&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[19]/li[13]/a[1]",
              "issueID": "e106a1db98c33a929565c76b40f610a0",
              "signature": "328108a112eb319a14e661bc086052d1",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=e106a1db98c33a929565c76b40f610a0"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 5907
                },
                "bottom-right": {
                  "x": 167,
                  "y": 5926
                },
                "height": 19,
                "width": 92
              },
              "position": {
                "line": 10097,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/south-sudan/\" title=\"South Sudan\"&gt;South Sudan&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[19]/li[14]/a[1]",
              "issueID": "3593bf895e3b522e6e4e3d42a4e5a099",
              "signature": "e4099503eb1ae3e3de78cff8b0353957",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=3593bf895e3b522e6e4e3d42a4e5a099"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 5933
                },
                "bottom-right": {
                  "x": 116,
                  "y": 5952
                },
                "height": 19,
                "width": 41
              },
              "position": {
                "line": 10097,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/spain/\" title=\"Spain\"&gt;Spain&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[19]/li[15]/a[1]",
              "issueID": "d0836d7de6fecff49f55f67df66182b0",
              "signature": "f8e83e1d586917c4b8777f930f1458c0",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=d0836d7de6fecff49f55f67df66182b0"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 5959
                },
                "bottom-right": {
                  "x": 142,
                  "y": 5978
                },
                "height": 19,
                "width": 67
              },
              "position": {
                "line": 10097,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/sri-lanka/\" title=\"Sri Lanka\"&gt;Sri Lanka&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[19]/li[16]/a[1]",
              "issueID": "70c44ae31b5f7a1eca868e164da54254",
              "signature": "868794c306a6509c473853adfa64042b",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=70c44ae31b5f7a1eca868e164da54254"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 5985
                },
                "bottom-right": {
                  "x": 121,
                  "y": 6004
                },
                "height": 19,
                "width": 46
              },
              "position": {
                "line": 10097,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/sudan/\" title=\"Sudan\"&gt;Sudan&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[19]/li[17]/a[1]",
              "issueID": "215dbe60d9e7375a116e16f69824f0ff",
              "signature": "3092a2bcc29b94aa8fd338e627917e93",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=215dbe60d9e7375a116e16f69824f0ff"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 6011
                },
                "bottom-right": {
                  "x": 143,
                  "y": 6030
                },
                "height": 19,
                "width": 68
              },
              "position": {
                "line": 10097,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/suriname/\" title=\"Suriname\"&gt;Suriname&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[19]/li[18]/a[1]",
              "issueID": "e6d139cea7e016c0a12028e3dedeee69",
              "signature": "5202a046ec89f6618f2a9d6e1f1fa84d",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=e6d139cea7e016c0a12028e3dedeee69"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 6037
                },
                "bottom-right": {
                  "x": 131,
                  "y": 6056
                },
                "height": 19,
                "width": 56
              },
              "position": {
                "line": 10099,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/sweden/\" title=\"Sweden\"&gt;Sweden&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[19]/li[19]/a[1]",
              "issueID": "bddd2baf9675636afe41a62bd9afa3a7",
              "signature": "ac859d48b17815a976f2e3183dc9c3b3",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=bddd2baf9675636afe41a62bd9afa3a7"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 6063
                },
                "bottom-right": {
                  "x": 158,
                  "y": 6082
                },
                "height": 19,
                "width": 83
              },
              "position": {
                "line": 10099,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/switzerland/\" title=\"Switzerland\"&gt;Switzerland&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[19]/li[20]/a[1]",
              "issueID": "444b2d12ceccd1609b8953111defd465",
              "signature": "a2149a4d5c13cc5e26c63839e8fab8fe",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=444b2d12ceccd1609b8953111defd465"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 6089
                },
                "bottom-right": {
                  "x": 111,
                  "y": 6108
                },
                "height": 19,
                "width": 36
              },
              "position": {
                "line": 10099,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/syria/\" title=\"Syria\"&gt;Syria&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[19]/li[21]/a[1]",
              "issueID": "f5cbb5fb0fa0acc22047663c651a0dbf",
              "signature": "b43766eed847b5be96e4c56183c59a68",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=f5cbb5fb0fa0acc22047663c651a0dbf"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 6198
                },
                "bottom-right": {
                  "x": 276,
                  "y": 6217
                },
                "height": 19,
                "width": 201
              },
              "position": {
                "line": 10099,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/taiwan-2/\" title=\"American Institute in Taiwan\"&gt;American Institute in Taiwan&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[20]/li[1]/a[1]",
              "issueID": "6a9f66c2de917904877cd111796f18bc",
              "signature": "6c3a8adeacd9a4c4af521a3ce12b56e4",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=6a9f66c2de917904877cd111796f18bc"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 6224
                },
                "bottom-right": {
                  "x": 144,
                  "y": 6243
                },
                "height": 19,
                "width": 69
              },
              "position": {
                "line": 10099,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/tajikistan/\" title=\"Tajikistan\"&gt;Tajikistan&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[20]/li[2]/a[1]",
              "issueID": "b904da0952cce073343e2692fcf2cf53",
              "signature": "ad12cd23c5c64d74e85303020a08ff45",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=b904da0952cce073343e2692fcf2cf53"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 6250
                },
                "bottom-right": {
                  "x": 141,
                  "y": 6269
                },
                "height": 19,
                "width": 66
              },
              "position": {
                "line": 10099,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/tanzania/\" title=\"Tanzania\"&gt;Tanzania&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[20]/li[3]/a[1]",
              "issueID": "863ed3ecc015434583b6792650d080bb",
              "signature": "4a4d6b14bd41670842b05916f70ca2c9",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=863ed3ecc015434583b6792650d080bb"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 6276
                },
                "bottom-right": {
                  "x": 138,
                  "y": 6295
                },
                "height": 19,
                "width": 63
              },
              "position": {
                "line": 10099,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/thailand/\" title=\"Thailand\"&gt;Thailand&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[20]/li[4]/a[1]",
              "issueID": "7639b4da9286ffe34be3efcdb7e543bd",
              "signature": "58f1137ed69660f6597e827ff0fa101c",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=7639b4da9286ffe34be3efcdb7e543bd"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 6302
                },
                "bottom-right": {
                  "x": 159,
                  "y": 6321
                },
                "height": 19,
                "width": 84
              },
              "position": {
                "line": 10099,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/timor-leste/\" title=\"Timor-Leste\"&gt;Timor-Leste&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[20]/li[5]/a[1]",
              "issueID": "adaa9503d07454f9fdc05d29cf44635d",
              "signature": "0dc9a6f869545fb11683d7f5359068a7",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=adaa9503d07454f9fdc05d29cf44635d"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 6328
                },
                "bottom-right": {
                  "x": 111,
                  "y": 6347
                },
                "height": 19,
                "width": 36
              },
              "position": {
                "line": 10101,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/togo/\" title=\"Togo\"&gt;Togo&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[20]/li[6]/a[1]",
              "issueID": "1cd7acec980406e15f021c973d41f40a",
              "signature": "69fbfebfa928b20c58baa8f9aaf94311",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=1cd7acec980406e15f021c973d41f40a"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 6354
                },
                "bottom-right": {
                  "x": 120,
                  "y": 6373
                },
                "height": 19,
                "width": 45
              },
              "position": {
                "line": 10101,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/tonga/\" title=\"Tonga\"&gt;Tonga&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[20]/li[7]/a[1]",
              "issueID": "b04f797ad85c30bb815a0921ef741385",
              "signature": "85966a947074e3d83096f27cd64ffc56",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=b04f797ad85c30bb815a0921ef741385"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 6380
                },
                "bottom-right": {
                  "x": 205,
                  "y": 6399
                },
                "height": 19,
                "width": 130
              },
              "position": {
                "line": 10101,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/trinidad-tobago/\" title=\"Trinidad &amp;amp; Tobago\"&gt;Trinidad &amp;amp; Tobago&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[20]/li[8]/a[1]",
              "issueID": "6c117faa7c9b0cde19fe9235c86609aa",
              "signature": "205ed3db392492acc84c83b85c71c954",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=6c117faa7c9b0cde19fe9235c86609aa"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 6406
                },
                "bottom-right": {
                  "x": 127,
                  "y": 6425
                },
                "height": 19,
                "width": 52
              },
              "position": {
                "line": 10101,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/tunisia/\" title=\"Tunisia\"&gt;Tunisia&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[20]/li[9]/a[1]",
              "issueID": "a8ef3cadacb7e23aaac167db0468b438",
              "signature": "f444dca54f6cba79d613272e9d9c3842",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=a8ef3cadacb7e23aaac167db0468b438"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 6432
                },
                "bottom-right": {
                  "x": 122,
                  "y": 6451
                },
                "height": 19,
                "width": 47
              },
              "position": {
                "line": 10101,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/turkey/\" title=\"Turkey\"&gt;Turkey&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[20]/li[10]/a[1]",
              "issueID": "8e6c5e2e6f6c714522b8cb2c0f6487a1",
              "signature": "00f9c0e9824358600db255f007876dc5",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=8e6c5e2e6f6c714522b8cb2c0f6487a1"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 6458
                },
                "bottom-right": {
                  "x": 172,
                  "y": 6477
                },
                "height": 19,
                "width": 97
              },
              "position": {
                "line": 10101,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/turkmenistan/\" title=\"Turkmenistan\"&gt;Turkmenistan&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[20]/li[11]/a[1]",
              "issueID": "52d71ce9f8dc715b3b7a02ebd42e7e85",
              "signature": "45036586a3b90b03fa20b252cf67c235",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=52d71ce9f8dc715b3b7a02ebd42e7e85"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 6567
                },
                "bottom-right": {
                  "x": 289,
                  "y": 6586
                },
                "height": 19,
                "width": 214
              },
              "position": {
                "line": 10101,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/united-states-mission-geneva/\" title=\"U.S. Mission to the UN-Geneva\"&gt;U.S. Mission to the UN-Geneva&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[21]/li[1]/a[1]",
              "issueID": "eaa2e9c44f776430056225cc8af5eb1a",
              "signature": "617b99533d634ab14e1867ee1f84a4b3",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=eaa2e9c44f776430056225cc8af5eb1a"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 6593
                },
                "bottom-right": {
                  "x": 277,
                  "y": 6612
                },
                "height": 19,
                "width": 202
              },
              "position": {
                "line": 10101,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/rome/\" title=\"U.S. Mission to the UN-Rome\"&gt;U.S. Mission to the UN-Rome&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[21]/li[2]/a[1]",
              "issueID": "34393008183d114e685a07320b1ffd7b",
              "signature": "0dae42f6456b3ff640a2a908f8d88260",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=34393008183d114e685a07320b1ffd7b"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 6619
                },
                "bottom-right": {
                  "x": 315,
                  "y": 6638
                },
                "height": 19,
                "width": 240
              },
              "position": {
                "line": 10101,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/usun-ny/\" title=\"U.S. Mission to the United Nations\"&gt;U.S. Mission to the United Nations&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[21]/li[3]/a[1]",
              "issueID": "bd566c61e178977afcb19eb5d67f388e",
              "signature": "f17d39e76975e47ec332f539ce40b843",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=bd566c61e178977afcb19eb5d67f388e"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 6645
                },
                "bottom-right": {
                  "x": 130,
                  "y": 6664
                },
                "height": 19,
                "width": 55
              },
              "position": {
                "line": 10101,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/uganda/\" title=\"Uganda\"&gt;Uganda&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[21]/li[4]/a[1]",
              "issueID": "cfbb6c8e86acaa77ed7528e0ce6d50cd",
              "signature": "8ce7f54cf8ff93480458279f469f63e7",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=cfbb6c8e86acaa77ed7528e0ce6d50cd"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 6671
                },
                "bottom-right": {
                  "x": 128,
                  "y": 6690
                },
                "height": 19,
                "width": 53
              },
              "position": {
                "line": 10101,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/ukraine/\" title=\"Ukraine\"&gt;Ukraine&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[21]/li[5]/a[1]",
              "issueID": "3631fa39f99535a564a9c5e3c8b17822",
              "signature": "7c5dcf36857d0843800473d2186f2f42",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=3631fa39f99535a564a9c5e3c8b17822"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 6697
                },
                "bottom-right": {
                  "x": 223,
                  "y": 6716
                },
                "height": 19,
                "width": 148
              },
              "position": {
                "line": 10101,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/uae/\" title=\"United Arab Emirates\"&gt;United Arab Emirates&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[21]/li[6]/a[1]",
              "issueID": "c9411d8283463e9382043f1736fd5aae",
              "signature": "b1c3a2d5a0f84aeeabbc9673bccb565e",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=c9411d8283463e9382043f1736fd5aae"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 6723
                },
                "bottom-right": {
                  "x": 188,
                  "y": 6742
                },
                "height": 19,
                "width": 113
              },
              "position": {
                "line": 10101,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/united-kingdom/\" title=\"United Kingdom\"&gt;United Kingdom&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[21]/li[7]/a[1]",
              "issueID": "0d0480e7298442cf617a3f27dc66c985",
              "signature": "0eb84b1b8d7d7d5f2c05a724926689da",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=0d0480e7298442cf617a3f27dc66c985"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 6749
                },
                "bottom-right": {
                  "x": 134,
                  "y": 6768
                },
                "height": 19,
                "width": 59
              },
              "position": {
                "line": 10101,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/uruguay/\" title=\"Uruguay\"&gt;Uruguay&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[21]/li[8]/a[1]",
              "issueID": "5438e366e7ba58d2753a80963bff6963",
              "signature": "d3b4d880e010c68c188a5f9d56a1804e",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=5438e366e7ba58d2753a80963bff6963"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 6775
                },
                "bottom-right": {
                  "x": 153,
                  "y": 6794
                },
                "height": 19,
                "width": 78
              },
              "position": {
                "line": 10101,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/uzbekistan/\" title=\"Uzbekistan\"&gt;Uzbekistan&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[21]/li[9]/a[1]",
              "issueID": "e267469a2d7d67089fc9ce6abaab1629",
              "signature": "391e55e4e9e37f9c1c9356b0e0fb6f10",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=e267469a2d7d67089fc9ce6abaab1629"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 6884
                },
                "bottom-right": {
                  "x": 447,
                  "y": 6903
                },
                "height": 19,
                "width": 372
              },
              "position": {
                "line": 10103,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/vienna/\" title=\"U.S. Mission to International Organizations in Vienna\"&gt;U.S. Mission to International Organizations in Vienna&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[22]/li[1]/a[1]",
              "issueID": "8943b2607e18f2e58d3221bacb1afa89",
              "signature": "d0e87ecc5c94afa1c4ce83f513cbd52d",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=8943b2607e18f2e58d3221bacb1afa89"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 6910
                },
                "bottom-right": {
                  "x": 148,
                  "y": 6929
                },
                "height": 19,
                "width": 73
              },
              "position": {
                "line": 10103,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/venezuela/\" title=\"Venezuela\"&gt;Venezuela&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[22]/li[2]/a[1]",
              "issueID": "aed5be24fe22e4db6ed35bc22032492a",
              "signature": "baea03dbbc19590cd2e48aecdcba0fd1",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=aed5be24fe22e4db6ed35bc22032492a"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 6936
                },
                "bottom-right": {
                  "x": 134,
                  "y": 6955
                },
                "height": 19,
                "width": 59
              },
              "position": {
                "line": 10103,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/vietnam/\" title=\"Vietnam\"&gt;Vietnam&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[22]/li[3]/a[1]",
              "issueID": "99e1ede71e2b8b79e3d0a2e7be73e497",
              "signature": "f492fa1368c793627805354e3e2d8df6",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=99e1ede71e2b8b79e3d0a2e7be73e497"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 7159
                },
                "bottom-right": {
                  "x": 123,
                  "y": 7178
                },
                "height": 19,
                "width": 48
              },
              "position": {
                "line": 10103,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/yemen/\" title=\"Yemen\"&gt;Yemen&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[23]/li[1]/a[1]",
              "issueID": "702b6787d475e3d266797a2a29c77be1",
              "signature": "e457a886d26477f387067782df9b2b82",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=702b6787d475e3d266797a2a29c77be1"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 7268
                },
                "bottom-right": {
                  "x": 130,
                  "y": 7287
                },
                "height": 19,
                "width": 55
              },
              "position": {
                "line": 10105,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/zambia/\" title=\"Zambia\"&gt;Zambia&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[24]/li[1]/a[1]",
              "issueID": "a59880db1149b306326b70ea6abca7a7",
              "signature": "4c8babfd17ce4c1213016a0373f1c6f9",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=a59880db1149b306326b70ea6abca7a7"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 75,
                  "y": 7294
                },
                "bottom-right": {
                  "x": 150,
                  "y": 7313
                },
                "height": 19,
                "width": 75
              },
              "position": {
                "line": 10105,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"pcs-post-title\" href=\"https://www.usembassy.gov/zimbabwe/\" title=\"Zimbabwe\"&gt;Zimbabwe&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/ul[24]/li[2]/a[1]",
              "issueID": "2ceb3046cc96abd02a1b1359a798b533",
              "signature": "5e9fee48c71478632b0c5f70e3ade753",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=2ceb3046cc96abd02a1b1359a798b533"
            },
            {
              "tID": 144,
              "bpID": 14,
              "priority": 91,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This content's line height is insufficent to properly display the computed element font size.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.8 Visual Presentation"
              ],
              "resultTitle": "Set a `line-height` (leading) that is at least one and a half times the current font size.",
              "errorDescription": "This content's line height is insufficent to properly display the computed element font size. Line height that is less than 150% of the computed element font size limits content readability for people with dyslexia, low vision, cognitive impairments or learning disabilities. Set the `line-height` for this content to a value of 1.5 or higher. Using a proportional, unitless value like 1.5 or 150% will ensure that the line-height scales if the user zooms the browser window.",
              "viewPortLocation": {
                "top-left": {
                  "x": 230,
                  "y": 5
                },
                "bottom-right": {
                  "x": 794,
                  "y": 30
                },
                "height": 25,
                "width": 564
              },
              "position": {
                "line": 139,
                "column": 3
              },
              "errorSnippet": "&lt;li class=\"disclaimer\"&gt;&lt;span&gt;&lt;div class=\"textwidget custom-html-widget\"&gt;&lt;style style=\"\"&gt;.home .listwrap ul.post-list li{border:none;margin:0}.smoothScroll-c{margin:0 10px 0 0}a[href=\"#\"]{float:right}.home .listwrap{margin:0 0 20px",
              "xpath": "/html/body/header[1]/div[1]/div[1]/div[1]/ul[1]/li[2]",
              "issueID": "4a66f639f3b595aaf063fa12e62e5308",
              "signature": "55cfa56760e5816f7bf9bf929534a2ba",
              "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=4a66f639f3b595aaf063fa12e62e5308"
            },
            {
              "tID": 144,
              "bpID": 14,
              "priority": 91,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This content's line height is insufficent to properly display the computed element font size.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.8 Visual Presentation"
              ],
              "resultTitle": "Set a `line-height` (leading) that is at least one and a half times the current font size.",
              "errorDescription": "This content's line height is insufficent to properly display the computed element font size. Line height that is less than 150% of the computed element font size limits content readability for people with dyslexia, low vision, cognitive impairments or learning disabilities. Set the `line-height` for this content to a value of 1.5 or higher. Using a proportional, unitless value like 1.5 or 150% will ensure that the line-height scales if the user zooms the browser window.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 7968
                },
                "bottom-right": {
                  "x": 1024,
                  "y": 8078
                },
                "height": 110,
                "width": 1024
              },
              "position": {
                "line": 10043,
                "column": 0
              },
              "errorSnippet": "&lt;div class=\"mo-copyright\"&gt; &lt;div class=\"container\" style=\"text-align:center;\"&gt; &lt;p&gt;&lt;span class=\"sr-only\"&gt;Footer Disclaimer&lt;/span&gt; &lt;/p&gt;&lt;div class=\"textwidget\"&gt;This site is managed by the U.S. Department of State. Ex",
              "xpath": "/html/body/div[6]",
              "issueID": "eddbe75cfa567d1299db5286b2844b4f",
              "signature": "868c4cceb8457ea007da8921976dab53",
              "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=eddbe75cfa567d1299db5286b2844b4f"
            },
            {
              "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": 68.5,
                  "y": 98
                },
                "bottom-right": {
                  "x": 80.5,
                  "y": 119
                },
                "height": 21,
                "width": 12
              },
              "position": {
                "line": 2207,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"smoothScroll-c\" href=\"#A\"&gt;A&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[2]/ul[1]/li[1]/a[1]",
              "issueID": "e5c491594f8504b5d3bad3e45c81dffa",
              "signature": "8ccd6c14d571ce7ec3c1743f4b581be4",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=e5c491594f8504b5d3bad3e45c81dffa"
            },
            {
              "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": 109.5,
                  "y": 98
                },
                "bottom-right": {
                  "x": 120.5,
                  "y": 119
                },
                "height": 21,
                "width": 11
              },
              "position": {
                "line": 2208,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"smoothScroll-c\" href=\"#B\"&gt;B&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[2]/ul[1]/li[2]/a[1]",
              "issueID": "661474f77788b9dd1f2778064bf86672",
              "signature": "d7c0a5fea484cb80ff1275c76225f9a3",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=661474f77788b9dd1f2778064bf86672"
            },
            {
              "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": 149.5,
                  "y": 98
                },
                "bottom-right": {
                  "x": 161.5,
                  "y": 119
                },
                "height": 21,
                "width": 12
              },
              "position": {
                "line": 2208,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"smoothScroll-c\" href=\"#C\"&gt;C&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[2]/ul[1]/li[3]/a[1]",
              "issueID": "57e494fd354f7fcfd4a8245eb7c2352b",
              "signature": "2535b8fc71f75d4ba85363458e12f664",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=57e494fd354f7fcfd4a8245eb7c2352b"
            },
            {
              "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": 190.5,
                  "y": 98
                },
                "bottom-right": {
                  "x": 202.5,
                  "y": 119
                },
                "height": 21,
                "width": 12
              },
              "position": {
                "line": 2208,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"smoothScroll-c\" href=\"#D\"&gt;D&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[2]/ul[1]/li[4]/a[1]",
              "issueID": "102299fca623fba07c435b8556ddacc0",
              "signature": "1ce8f3d71f88f22ddafad7e27ba8181f",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=102299fca623fba07c435b8556ddacc0"
            },
            {
              "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": 231.5,
                  "y": 98
                },
                "bottom-right": {
                  "x": 241.5,
                  "y": 119
                },
                "height": 21,
                "width": 10
              },
              "position": {
                "line": 2208,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"smoothScroll-c\" href=\"#E\"&gt;E&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[2]/ul[1]/li[5]/a[1]",
              "issueID": "f5b288e33f5beafdcd6fa5134ce72445",
              "signature": "2b99699d101afc6f0494378bfc84509c",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=f5b288e33f5beafdcd6fa5134ce72445"
            },
            {
              "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": 270.5,
                  "y": 98
                },
                "bottom-right": {
                  "x": 280.5,
                  "y": 119
                },
                "height": 21,
                "width": 10
              },
              "position": {
                "line": 2208,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"smoothScroll-c\" href=\"#F\"&gt;F&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[2]/ul[1]/li[6]/a[1]",
              "issueID": "f17da3ffdff033bc47548da5b65b7fe5",
              "signature": "581160b880db778fea33127fb470a507",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=f17da3ffdff033bc47548da5b65b7fe5"
            },
            {
              "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": 309.5,
                  "y": 98
                },
                "bottom-right": {
                  "x": 321.5,
                  "y": 119
                },
                "height": 21,
                "width": 12
              },
              "position": {
                "line": 2208,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"smoothScroll-c\" href=\"#G\"&gt;G&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[2]/ul[1]/li[7]/a[1]",
              "issueID": "ee198b7c25158808abe4b92bfd061d02",
              "signature": "d2395258aedab9ace1317b52c29a083a",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=ee198b7c25158808abe4b92bfd061d02"
            },
            {
              "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": 350.5,
                  "y": 98
                },
                "bottom-right": {
                  "x": 363.5,
                  "y": 119
                },
                "height": 21,
                "width": 13
              },
              "position": {
                "line": 2208,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"smoothScroll-c\" href=\"#H\"&gt;H&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[2]/ul[1]/li[8]/a[1]",
              "issueID": "baaf4d2f4c91aebf3a46f53464a405da",
              "signature": "26e5010acd3e76bd728ce49e213be3e5",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=baaf4d2f4c91aebf3a46f53464a405da"
            },
            {
              "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": 392.5,
                  "y": 98
                },
                "bottom-right": {
                  "x": 397.5,
                  "y": 119
                },
                "height": 21,
                "width": 5
              },
              "position": {
                "line": 2208,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"smoothScroll-c\" href=\"#I\"&gt;I&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[2]/ul[1]/li[9]/a[1]",
              "issueID": "c82616943789120afa9a15ec948da308",
              "signature": "d7f4944c7be4e329ad59a9fd97b74764",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=c82616943789120afa9a15ec948da308"
            },
            {
              "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": 426.5,
                  "y": 98
                },
                "bottom-right": {
                  "x": 436.5,
                  "y": 119
                },
                "height": 21,
                "width": 10
              },
              "position": {
                "line": 2208,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"smoothScroll-c\" href=\"#J\"&gt;J&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[2]/ul[1]/li[10]/a[1]",
              "issueID": "e87be27d4dda56539b016a2f0de178be",
              "signature": "aba2b0dd6728a9104d8487ae2436f38b",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=e87be27d4dda56539b016a2f0de178be"
            },
            {
              "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": 465.5,
                  "y": 98
                },
                "bottom-right": {
                  "x": 476.5,
                  "y": 119
                },
                "height": 21,
                "width": 11
              },
              "position": {
                "line": 2208,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"smoothScroll-c\" href=\"#K\"&gt;K&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[2]/ul[1]/li[11]/a[1]",
              "issueID": "6f1b16ea2f3de926ff1febfd4fd6f1f4",
              "signature": "9baecd45518d170b2236bb217ad98aef",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=6f1b16ea2f3de926ff1febfd4fd6f1f4"
            },
            {
              "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": 505.5,
                  "y": 98
                },
                "bottom-right": {
                  "x": 515.5,
                  "y": 119
                },
                "height": 21,
                "width": 10
              },
              "position": {
                "line": 2236,
                "column": 416
              },
              "errorSnippet": "&lt;a class=\"smoothScroll-c\" href=\"#L\"&gt;L&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[2]/ul[1]/li[12]/a[1]",
              "issueID": "641fb4c64815b03405a51155ff6eff14",
              "signature": "952c491456f28f0a9e9f1d7431b4b027",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=641fb4c64815b03405a51155ff6eff14"
            },
            {
              "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": 544.5,
                  "y": 98
                },
                "bottom-right": {
                  "x": 560.5,
                  "y": 119
                },
                "height": 21,
                "width": 16
              },
              "position": {
                "line": 2238,
                "column": 1090
              },
              "errorSnippet": "&lt;a class=\"smoothScroll-c\" href=\"#M\"&gt;M&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[2]/ul[1]/li[13]/a[1]",
              "issueID": "81c84e24d4f334805ba215b502aa219c",
              "signature": "feba4d41340ce3ecf6dc3bebc97706af",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=81c84e24d4f334805ba215b502aa219c"
            },
            {
              "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": 589.5,
                  "y": 98
                },
                "bottom-right": {
                  "x": 602.5,
                  "y": 119
                },
                "height": 21,
                "width": 13
              },
              "position": {
                "line": 2256,
                "column": 79
              },
              "errorSnippet": "&lt;a class=\"smoothScroll-c\" href=\"#N\"&gt;N&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[2]/ul[1]/li[14]/a[1]",
              "issueID": "2593b83f78b0cbb044195c7a0bb7319c",
              "signature": "e5ec3cd4a832221b09e0be7bdc361edc",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=2593b83f78b0cbb044195c7a0bb7319c"
            },
            {
              "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": 631.5,
                  "y": 98
                },
                "bottom-right": {
                  "x": 643.5,
                  "y": 119
                },
                "height": 21,
                "width": 12
              },
              "position": {
                "line": 3243,
                "column": 5796
              },
              "errorSnippet": "&lt;a class=\"smoothScroll-c\" href=\"#O\"&gt;O&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[2]/ul[1]/li[15]/a[1]",
              "issueID": "03ab2e51f649a0715d7d9f077a0a02d0",
              "signature": "d4f1ed3bec666c2e9e49a52a94f53333",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=03ab2e51f649a0715d7d9f077a0a02d0"
            },
            {
              "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": 672.5,
                  "y": 98
                },
                "bottom-right": {
                  "x": 684.5,
                  "y": 119
                },
                "height": 21,
                "width": 12
              },
              "position": {
                "line": 3248,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"smoothScroll-c\" href=\"#P\"&gt;P&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[2]/ul[1]/li[16]/a[1]",
              "issueID": "52c2341e036f52d1b0f708185a330aed",
              "signature": "f1750cfea45752ca4529116cf28c4d51",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=52c2341e036f52d1b0f708185a330aed"
            },
            {
              "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": 713.5,
                  "y": 98
                },
                "bottom-right": {
                  "x": 725.5,
                  "y": 119
                },
                "height": 21,
                "width": 12
              },
              "position": {
                "line": 3248,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"smoothScroll-c\" href=\"#Q\"&gt;Q&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[2]/ul[1]/li[17]/a[1]",
              "issueID": "47ad70bf89018c86bf09b49d9dc96f1c",
              "signature": "350e691e085fe7217b2de4d2c8d61a8f",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=47ad70bf89018c86bf09b49d9dc96f1c"
            },
            {
              "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": 754.5,
                  "y": 98
                },
                "bottom-right": {
                  "x": 765.5,
                  "y": 119
                },
                "height": 21,
                "width": 11
              },
              "position": {
                "line": 3264,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"smoothScroll-c\" href=\"#R\"&gt;R&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[2]/ul[1]/li[18]/a[1]",
              "issueID": "bdb6c0e56e3f5deba11e2f7bf7894e2d",
              "signature": "679e7b68852b63f853c9696d434cca66",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=bdb6c0e56e3f5deba11e2f7bf7894e2d"
            },
            {
              "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": 794.5,
                  "y": 98
                },
                "bottom-right": {
                  "x": 805.5,
                  "y": 119
                },
                "height": 21,
                "width": 11
              },
              "position": {
                "line": 3264,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"smoothScroll-c\" href=\"#S\"&gt;S&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[2]/ul[1]/li[19]/a[1]",
              "issueID": "0698dde323a525f8d9c9ec58b740a3f2",
              "signature": "a402a1839c5e1e8ecb70c55a1f41d01f",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=0698dde323a525f8d9c9ec58b740a3f2"
            },
            {
              "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": 834.5,
                  "y": 98
                },
                "bottom-right": {
                  "x": 845.5,
                  "y": 119
                },
                "height": 21,
                "width": 11
              },
              "position": {
                "line": 5840,
                "column": 34
              },
              "errorSnippet": "&lt;a class=\"smoothScroll-c\" href=\"#T\"&gt;T&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[2]/ul[1]/li[20]/a[1]",
              "issueID": "c7fc17f8b5b6cec32e5d241a40322038",
              "signature": "a95cd84f7849e241bc6ba7a97375df0a",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=c7fc17f8b5b6cec32e5d241a40322038"
            },
            {
              "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": 874.5,
                  "y": 98
                },
                "bottom-right": {
                  "x": 886.5,
                  "y": 119
                },
                "height": 21,
                "width": 12
              },
              "position": {
                "line": 5841,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"smoothScroll-c\" href=\"#U\"&gt;U&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[2]/ul[1]/li[21]/a[1]",
              "issueID": "45bc88abc8a05dc17cb34d60eb9f70ea",
              "signature": "a50177fb2c86becd28e5ae12f801e9e1",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=45bc88abc8a05dc17cb34d60eb9f70ea"
            },
            {
              "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": 391.5,
                  "y": 124
                },
                "bottom-right": {
                  "x": 403.5,
                  "y": 145
                },
                "height": 21,
                "width": 12
              },
              "position": {
                "line": 5841,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"smoothScroll-c\" href=\"#V\"&gt;V&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[2]/ul[1]/li[22]/a[1]",
              "issueID": "6ef38c720d0a2104c8eefe9614100e59",
              "signature": "bf16b8def93621e88a9cf086fb83e946",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=6ef38c720d0a2104c8eefe9614100e59"
            },
            {
              "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": 432.5,
                  "y": 124
                },
                "bottom-right": {
                  "x": 448.5,
                  "y": 145
                },
                "height": 21,
                "width": 16
              },
              "position": {
                "line": 5841,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"smoothScroll-c\" href=\"#W\"&gt;W&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[2]/ul[1]/li[23]/a[1]",
              "issueID": "77b953eee0c3da52dc237edd66e32d94",
              "signature": "d4ce8eabe3626ea302652fb8c38274ff",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=77b953eee0c3da52dc237edd66e32d94"
            },
            {
              "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": 477.5,
                  "y": 124
                },
                "bottom-right": {
                  "x": 488.5,
                  "y": 145
                },
                "height": 21,
                "width": 11
              },
              "position": {
                "line": 5841,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"smoothScroll-c\" href=\"#X\"&gt;X&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[2]/ul[1]/li[24]/a[1]",
              "issueID": "64e9d9a9866b23bb184ea99faa798976",
              "signature": "9c5cfc04a3c0fd5438021fa3b92d2c2f",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=64e9d9a9866b23bb184ea99faa798976"
            },
            {
              "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": 517.5,
                  "y": 124
                },
                "bottom-right": {
                  "x": 528.5,
                  "y": 145
                },
                "height": 21,
                "width": 11
              },
              "position": {
                "line": 6200,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"smoothScroll-c\" href=\"#Y\"&gt;Y&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[2]/ul[1]/li[25]/a[1]",
              "issueID": "b799bae7b5435106ee89904532cea6d4",
              "signature": "184860da17f78af9a0d04f50d16880e4",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=b799bae7b5435106ee89904532cea6d4"
            },
            {
              "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": 557.5,
                  "y": 124
                },
                "bottom-right": {
                  "x": 568.5,
                  "y": 145
                },
                "height": 21,
                "width": 11
              },
              "position": {
                "line": 6200,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"smoothScroll-c\" href=\"#Z\"&gt;Z&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[2]/ul[1]/li[26]/a[1]",
              "issueID": "72c3cf4231126d1c9d77ec01d98730e3",
              "signature": "ab3256e4c64b65d9498569a85d3b004e",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=72c3cf4231126d1c9d77ec01d98730e3"
            },
            {
              "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": 925.390625,
                  "y": 585
                },
                "bottom-right": {
                  "x": 935.000005,
                  "y": 611
                },
                "height": 26,
                "width": 9.60938
              },
              "position": {
                "line": 6512,
                "column": 33
              },
              "errorSnippet": "&lt;a href=\"#\"&gt; ⇧ &lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/a[1]",
              "issueID": "80dee7f68b7b8b0b635737083f256514",
              "signature": "be3340524afdf5d0e9a3bc306871b7b5",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=80dee7f68b7b8b0b635737083f256514"
            },
            {
              "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": 925.390625,
                  "y": 1136
                },
                "bottom-right": {
                  "x": 935.000005,
                  "y": 1162
                },
                "height": 26,
                "width": 9.60938
              },
              "position": {
                "line": 8366,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"#\"&gt; ⇧ &lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/a[3]",
              "issueID": "e153d1115617d5a741f91d0f0673b500",
              "signature": "f264ef45e17580dc9e6c128414280338",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=e153d1115617d5a741f91d0f0673b500"
            },
            {
              "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": 925.390625,
                  "y": 1661
                },
                "bottom-right": {
                  "x": 935.000005,
                  "y": 1687
                },
                "height": 26,
                "width": 9.60938
              },
              "position": {
                "line": 9014,
                "column": 58
              },
              "errorSnippet": "&lt;a href=\"#\"&gt; ⇧ &lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/a[5]",
              "issueID": "2972e7b9c41e882f78937cfb6b70eb64",
              "signature": "71a790a2c0bead074d8fd01edc48843d",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=2972e7b9c41e882f78937cfb6b70eb64"
            },
            {
              "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": 925.390625,
                  "y": 1848
                },
                "bottom-right": {
                  "x": 935.000005,
                  "y": 1874
                },
                "height": 26,
                "width": 9.60938
              },
              "position": {
                "line": 9989,
                "column": 4
              },
              "errorSnippet": "&lt;a href=\"#\"&gt; ⇧ &lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/a[7]",
              "issueID": "1148bc15fdc3fce0c9250e078f7a2b25",
              "signature": "b6d62bfc44939a9f7fcab20cf3ddd17b",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=1148bc15fdc3fce0c9250e078f7a2b25"
            },
            {
              "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": 925.390625,
                  "y": 2165
                },
                "bottom-right": {
                  "x": 935.000005,
                  "y": 2191
                },
                "height": 26,
                "width": 9.60938
              },
              "position": {
                "line": 10056,
                "column": 5
              },
              "errorSnippet": "&lt;a href=\"#\"&gt; ⇧ &lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/a[9]",
              "issueID": "56f6306d31439c0b3425b0992a5ad780",
              "signature": "145b1c7829a19555fabba2e39607381c",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=56f6306d31439c0b3425b0992a5ad780"
            },
            {
              "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": 925.390625,
                  "y": 2326
                },
                "bottom-right": {
                  "x": 935.000005,
                  "y": 2352
                },
                "height": 26,
                "width": 9.60938
              },
              "position": {
                "line": 10061,
                "column": 5
              },
              "errorSnippet": "&lt;a href=\"#\"&gt; ⇧ &lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/a[11]",
              "issueID": "b19e855b923b867c9113dc557b6ef6fd",
              "signature": "bd62d167576c0a7b4d42e8dc5e49d6bf",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=b19e855b923b867c9113dc557b6ef6fd"
            },
            {
              "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": 925.390625,
                  "y": 2669
                },
                "bottom-right": {
                  "x": 935.000005,
                  "y": 2695
                },
                "height": 26,
                "width": 9.60938
              },
              "position": {
                "line": 10077,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"#\"&gt; ⇧ &lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/a[13]",
              "issueID": "5ac2711c4fa1993646126f3f4743ded2",
              "signature": "6d6853cd2a88f511e57a0caaff9cbe9a",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=5ac2711c4fa1993646126f3f4743ded2"
            },
            {
              "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": 925.390625,
                  "y": 2882
                },
                "bottom-right": {
                  "x": 935.000005,
                  "y": 2908
                },
                "height": 26,
                "width": 9.60938
              },
              "position": {
                "line": 10077,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"#\"&gt; ⇧ &lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/a[15]",
              "issueID": "0b1337e50262b536f5fd61a54df74113",
              "signature": "2f63df895f5698db95870f8d2f202fa0",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=0b1337e50262b536f5fd61a54df74113"
            },
            {
              "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": 925.390625,
                  "y": 3199
                },
                "bottom-right": {
                  "x": 935.000005,
                  "y": 3225
                },
                "height": 26,
                "width": 9.60938
              },
              "position": {
                "line": 10079,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"#\"&gt; ⇧ &lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/a[17]",
              "issueID": "e875c3be7033c9117b697b29332d4d2f",
              "signature": "75204583b535d51853c65f230b4cc37d",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=e875c3be7033c9117b697b29332d4d2f"
            },
            {
              "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": 925.390625,
                  "y": 3360
                },
                "bottom-right": {
                  "x": 935.000005,
                  "y": 3386
                },
                "height": 26,
                "width": 9.60938
              },
              "position": {
                "line": 10079,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"#\"&gt; ⇧ &lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/a[19]",
              "issueID": "04a29e1f0e58d8c9949b5571e39e0237",
              "signature": "880e6f3d238d70a3629b1a15eabadc33",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=04a29e1f0e58d8c9949b5571e39e0237"
            },
            {
              "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": 925.390625,
                  "y": 3573
                },
                "bottom-right": {
                  "x": 935.000005,
                  "y": 3599
                },
                "height": 26,
                "width": 9.60938
              },
              "position": {
                "line": 10079,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"#\"&gt; ⇧ &lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/a[21]",
              "issueID": "3ff376ca32aa12780edaec928f14dcb0",
              "signature": "bf221b3b5aad489b109bddf7c3b87d74",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=3ff376ca32aa12780edaec928f14dcb0"
            },
            {
              "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": 925.390625,
                  "y": 3864
                },
                "bottom-right": {
                  "x": 935.000005,
                  "y": 3890
                },
                "height": 26,
                "width": 9.60938
              },
              "position": {
                "line": 10081,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"#\"&gt; ⇧ &lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/a[23]",
              "issueID": "d5da45635114f8b83e1103cfafb6119e",
              "signature": "d683417f8301f9a9aa95c2c738d69955",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=d5da45635114f8b83e1103cfafb6119e"
            },
            {
              "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": 925.390625,
                  "y": 4363
                },
                "bottom-right": {
                  "x": 935.000005,
                  "y": 4389
                },
                "height": 26,
                "width": 9.60938
              },
              "position": {
                "line": 10085,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"#\"&gt; ⇧ &lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/a[25]",
              "issueID": "1101bb61e06fca47dd025811a5542c6d",
              "signature": "71b62c571a7a1e792000f7eeefffa848",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=1101bb61e06fca47dd025811a5542c6d"
            },
            {
              "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": 925.390625,
                  "y": 4706
                },
                "bottom-right": {
                  "x": 935.000005,
                  "y": 4732
                },
                "height": 26,
                "width": 9.60938
              },
              "position": {
                "line": 10087,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"#\"&gt; ⇧ &lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/a[27]",
              "issueID": "06af7d8bc6724d4651698aa3b5de1d66",
              "signature": "be734c1a8523005bc6164f4814ffdb0b",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=06af7d8bc6724d4651698aa3b5de1d66"
            },
            {
              "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": 925.390625,
                  "y": 4893
                },
                "bottom-right": {
                  "x": 935.000005,
                  "y": 4919
                },
                "height": 26,
                "width": 9.60938
              },
              "position": {
                "line": 10089,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"#\"&gt; ⇧ &lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/a[29]",
              "issueID": "d02fc631f183dc753cc834a901c56488",
              "signature": "0bfdcb085e30382768a57df1837f65f2",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=d02fc631f183dc753cc834a901c56488"
            },
            {
              "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": 925.390625,
                  "y": 5210
                },
                "bottom-right": {
                  "x": 935.000005,
                  "y": 5236
                },
                "height": 26,
                "width": 9.60938
              },
              "position": {
                "line": 10091,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"#\"&gt; ⇧ &lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/a[31]",
              "issueID": "704be3fe5779375c78188846b513b1a3",
              "signature": "b8d843473c4484a81c83b973483deaff",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=704be3fe5779375c78188846b513b1a3"
            },
            {
              "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": 925.390625,
                  "y": 5319
                },
                "bottom-right": {
                  "x": 935.000005,
                  "y": 5345
                },
                "height": 26,
                "width": 9.60938
              },
              "position": {
                "line": 10091,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"#\"&gt; ⇧ &lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/a[33]",
              "issueID": "6697ec9a464f29ce21fa56702eca65ed",
              "signature": "b6ba76aee33e93a63b6d64db3101efa4",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=6697ec9a464f29ce21fa56702eca65ed"
            },
            {
              "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": 925.390625,
                  "y": 5506
                },
                "bottom-right": {
                  "x": 935.000005,
                  "y": 5532
                },
                "height": 26,
                "width": 9.60938
              },
              "position": {
                "line": 10093,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"#\"&gt; ⇧ &lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/a[35]",
              "issueID": "eceefb393290446e9a6a6a108f5a6e0d",
              "signature": "adf24a1021a2c1179df69a129e82fc08",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=eceefb393290446e9a6a6a108f5a6e0d"
            },
            {
              "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": 925.390625,
                  "y": 6135
                },
                "bottom-right": {
                  "x": 935.000005,
                  "y": 6161
                },
                "height": 26,
                "width": 9.60938
              },
              "position": {
                "line": 10099,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"#\"&gt; ⇧ &lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/a[37]",
              "issueID": "521b120e7b73b6eab9ab9c5ffb73568a",
              "signature": "dc67d372826eabfde2626c229fddbb0d",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=521b120e7b73b6eab9ab9c5ffb73568a"
            },
            {
              "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": 925.390625,
                  "y": 6504
                },
                "bottom-right": {
                  "x": 935.000005,
                  "y": 6530
                },
                "height": 26,
                "width": 9.60938
              },
              "position": {
                "line": 10101,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"#\"&gt; ⇧ &lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/a[39]",
              "issueID": "3689967de9c88adc4bece9841de35472",
              "signature": "3b8f3f8bf55fe16b1885197bcbb6cc4b",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=3689967de9c88adc4bece9841de35472"
            },
            {
              "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": 925.390625,
                  "y": 6821
                },
                "bottom-right": {
                  "x": 935.000005,
                  "y": 6847
                },
                "height": 26,
                "width": 9.60938
              },
              "position": {
                "line": 10101,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"#\"&gt; ⇧ &lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/a[41]",
              "issueID": "e4d6030154e98779059e0ab0c9005b31",
              "signature": "e50b69238d1c6981e14e8c36d2e9a918",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=e4d6030154e98779059e0ab0c9005b31"
            },
            {
              "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": 925.390625,
                  "y": 6982
                },
                "bottom-right": {
                  "x": 935.000005,
                  "y": 7008
                },
                "height": 26,
                "width": 9.60938
              },
              "position": {
                "line": 10103,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"#\"&gt; ⇧ &lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/a[43]",
              "issueID": "dc471a88e494d3ddd7e184693740bd8d",
              "signature": "f7d68f80be794f2407656e3cebec8376",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=dc471a88e494d3ddd7e184693740bd8d"
            },
            {
              "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": 925.390625,
                  "y": 7042
                },
                "bottom-right": {
                  "x": 935.000005,
                  "y": 7068
                },
                "height": 26,
                "width": 9.60938
              },
              "position": {
                "line": 10103,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"#\"&gt; ⇧ &lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/a[45]",
              "issueID": "a5fe6b0180b600957dfe004b63750674",
              "signature": "3cbaea1125372ace2eec145741fc0991",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=a5fe6b0180b600957dfe004b63750674"
            },
            {
              "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": 925.390625,
                  "y": 7099
                },
                "bottom-right": {
                  "x": 935.000005,
                  "y": 7125
                },
                "height": 26,
                "width": 9.60938
              },
              "position": {
                "line": 10103,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"#\"&gt; ⇧ &lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/a[47]",
              "issueID": "47901a3da17c13e803b46a88fb6da607",
              "signature": "742bd8a4fe923fd94cb2a51c6f4dd5c1",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=47901a3da17c13e803b46a88fb6da607"
            },
            {
              "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": 925.390625,
                  "y": 7205
                },
                "bottom-right": {
                  "x": 935.000005,
                  "y": 7231
                },
                "height": 26,
                "width": 9.60938
              },
              "position": {
                "line": 10103,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"#\"&gt; ⇧ &lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/a[49]",
              "issueID": "a42295d9bf7420a9364b9499e8b751b4",
              "signature": "d713c9015e181f0a80eda7660dae2662",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=a42295d9bf7420a9364b9499e8b751b4"
            },
            {
              "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": 925.390625,
                  "y": 7340
                },
                "bottom-right": {
                  "x": 935.000005,
                  "y": 7366
                },
                "height": 26,
                "width": 9.60938
              },
              "position": {
                "line": 10105,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"#\"&gt; ⇧ &lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[3]/a[51]",
              "issueID": "a7ea8a7c877d6708f7413505b6bff0f7",
              "signature": "b39064860952b1506092147d101f41ca",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=a7ea8a7c877d6708f7413505b6bff0f7"
            },
            {
              "tID": 153,
              "bpID": 211,
              "priority": 85,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 60,
              "errorTitle": "This long string of text is in all caps.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform.  Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.",
              "viewPortLocation": {
                "top-left": {
                  "x": 35,
                  "y": 76
                },
                "bottom-right": {
                  "x": 915,
                  "y": 128
                },
                "height": 52,
                "width": 880
              },
              "position": {
                "line": 5901,
                "column": 0
              },
              "errorSnippet": "&lt;ul class=\"countryletters\"&gt;\n&lt;li&gt;&lt;a class=\"smoothScroll-c\" href=\"#A\"&gt;A&lt;/a&gt;|&lt;/li&gt;\n&lt;li&gt;&lt;a class=\"smoothScroll-c\" href=\"#B\"&gt;B&lt;/a&gt;|&lt;/li&gt;\n&lt;li&gt;&lt;a class=\"smoothScroll-c\" href=\"#C\"&gt;C&lt;/a&gt;|&lt;",
              "xpath": "/html/body/div[4]/div[1]/main[1]/div[1]/div[2]/ul[1]",
              "issueID": "698b707d9965467b61005082975c1930",
              "signature": "6ca87fee1d3844812b6a310e5eb4b2d0",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=698b707d9965467b61005082975c1930"
            },
            {
              "tID": 242,
              "bpID": 209,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "Multiple consecutive `<br>` tags next to each other, simulating paragraphs.",
              "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.9 Link Purpose (Link Only)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.1.4 Abbreviations",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.1.5 Reading Level"
              ],
              "resultTitle": "Ensure content is easy to read and understand",
              "errorDescription": "This section of code contains multiple consecutive `<br>` elements, probably used to simulate paragraphs or add whitespace. `<br>` elements are often announced as \"blank\" for users of text-to-speech software, multiple times in sequence, which increases cognitive load for these users. Also, it will not identify these sections as paragraphs. Remove the `<br>` elements. Replace them with `<p>` elements, and use CSS to control whitespace.",
              "viewPortLocation": {
                "top-left": {
                  "x": 560.5,
                  "y": 7998
                },
                "bottom-right": {
                  "x": 560.5,
                  "y": 7998
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 7448,
                "column": 50
              },
              "errorSnippet": "&lt;br&gt;",
              "xpath": "/html/body/div[6]/div[1]/div[1]/br[1]",
              "issueID": "3cb737195e42e7abf12e26818fcbb429",
              "signature": "0059a942672c58422f847c8682db62ec",
              "ref": "https://tenon.io/bestpractice.php?bpID=209&tID=242&issueID=3cb737195e42e7abf12e26818fcbb429"
            },
            {
              "tID": 242,
              "bpID": 209,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "Multiple consecutive `<br>` tags next to each other, simulating paragraphs.",
              "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.9 Link Purpose (Link Only)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.1.4 Abbreviations",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.1.5 Reading Level"
              ],
              "resultTitle": "Ensure content is easy to read and understand",
              "errorDescription": "This section of code contains multiple consecutive `<br>` elements, probably used to simulate paragraphs or add whitespace. `<br>` elements are often announced as \"blank\" for users of text-to-speech software, multiple times in sequence, which increases cognitive load for these users. Also, it will not identify these sections as paragraphs. Remove the `<br>` elements. Replace them with `<p>` elements, and use CSS to control whitespace.",
              "viewPortLocation": {
                "top-left": {
                  "x": 639.5,
                  "y": 8028
                },
                "bottom-right": {
                  "x": 639.5,
                  "y": 8028
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 7449,
                "column": 0
              },
              "errorSnippet": "&lt;br&gt;",
              "xpath": "/html/body/div[6]/div[1]/div[1]/br[3]",
              "issueID": "54908d13460c0cfe95cdaaec68272624",
              "signature": "245213443f38d1250da8de0c9d395a4e",
              "ref": "https://tenon.io/bestpractice.php?bpID=209&tID=242&issueID=54908d13460c0cfe95cdaaec68272624"
            }
          ],
          "log": []
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "Chromium browser"
    },
    {
      "type": "url",
      "which": "https://usembassy.gov/",
      "what": "U.S. Embassy",
      "result": "https://www.usembassy.gov/"
    },
    {
      "type": "test",
      "which": "continuum",
      "what": "Level Access Continuum, community edition",
      "url": "https://www.usembassy.gov/",
      "result": [
        {
          "engineTestId": 531,
          "bestPracticeId": 2519,
          "attribute": "This nav does not have a unique accessible name as required when two or more nav elements are present",
          "attributeDetail": "This nav does not have a unique accessible name as required when two or more nav elements are present",
          "element": "<nav><div data-ubermenu-target=\"ubermenu-main-Main-Navigation\" tabindex=\"0\" class=\"ubermenu-responsi ... -item-2231\"><div class=\"ubermenu-content-block ubermenu-custom-content\"></div></li></ul></nav></nav>",
          "testResult": 0,
          "path": "body>header:nth-of-type(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)",
          "fixType": "",
          "fingerprint": {
            "version": 2,
            "css": "nav",
            "attNo": 0
          }
        },
        {
          "engineTestId": 531,
          "bestPracticeId": 2519,
          "attribute": "This nav does not have a unique accessible name as required when two or more nav elements are present",
          "attributeDetail": "This nav does not have a unique accessible name as required when two or more nav elements are present",
          "element": "<nav class=\"ubermenu ubermenu-main ubermenu-menu-Main-Navigation ubermenu-responsive ubermenu-respon ... =\"menu-item-2231\"><div class=\"ubermenu-content-block ubermenu-custom-content\"></div></li></ul></nav>",
          "testResult": 0,
          "path": "body>header:nth-of-type(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)",
          "fixType": "",
          "fingerprint": {
            "version": 2,
            "css": "nav[id=\"ubermenu-main-Main-Navigation\"][class=\"ubermenu ubermenu-main ubermenu-menu-Main-Navigation ubermenu-responsive ubermenu-responsive-default ubermenu-responsive-collapse ubermenu-horizontal ubermenu-transition-fade ubermenu-trigger-hover_intent ubermenu-skin-white ubermenu-bar-align-full ubermenu-items-align-left ubermenu-bound ubermenu-disable-submenu-scroll ubermenu-sub-indicators ubermenu-icons-inline ubermenu-submenu-indicator-closes ubermenu-notouch ubermenu-desktop-view\"]",
            "attNo": 2
          }
        },
        {
          "engineTestId": 533,
          "bestPracticeId": 2519,
          "attribute": "This nav does not have an accessible name as required when two or more nav elements are present",
          "attributeDetail": "This nav does not have an accessible name as required when two or more nav elements are present",
          "element": "<nav><div data-ubermenu-target=\"ubermenu-main-Main-Navigation\" tabindex=\"0\" class=\"ubermenu-responsi ... -item-2231\"><div class=\"ubermenu-content-block ubermenu-custom-content\"></div></li></ul></nav></nav>",
          "testResult": 0,
          "path": "body>header:nth-of-type(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)",
          "fixType": "",
          "fingerprint": {
            "version": 2,
            "css": "nav",
            "attNo": 0
          }
        },
        {
          "engineTestId": 533,
          "bestPracticeId": 2519,
          "attribute": "This nav does not have an accessible name as required when two or more nav elements are present",
          "attributeDetail": "This nav does not have an accessible name as required when two or more nav elements are present",
          "element": "<nav class=\"ubermenu ubermenu-main ubermenu-menu-Main-Navigation ubermenu-responsive ubermenu-respon ... =\"menu-item-2231\"><div class=\"ubermenu-content-block ubermenu-custom-content\"></div></li></ul></nav>",
          "testResult": 0,
          "path": "body>header:nth-of-type(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)",
          "fixType": "",
          "fingerprint": {
            "version": 2,
            "css": "nav[id=\"ubermenu-main-Main-Navigation\"][class=\"ubermenu ubermenu-main ubermenu-menu-Main-Navigation ubermenu-responsive ubermenu-responsive-default ubermenu-responsive-collapse ubermenu-horizontal ubermenu-transition-fade ubermenu-trigger-hover_intent ubermenu-skin-white ubermenu-bar-align-full ubermenu-items-align-left ubermenu-bound ubermenu-disable-submenu-scroll ubermenu-sub-indicators ubermenu-icons-inline ubermenu-submenu-indicator-closes ubermenu-notouch ubermenu-desktop-view\"]",
            "attNo": 2
          }
        },
        {
          "engineTestId": 809,
          "bestPracticeId": 1352,
          "attribute": "This MAIN is one of multiple main elements that appear in the body element.",
          "attributeDetail": "This MAIN is one of multiple main elements that appear in the body element.",
          "element": "<main class=\"main\"><div class=\"mo-page-content homepage-tp\"><form action=\"https://www.usembassy.gov/ ... v><button style=\"display:none;\" id=\"wpas-load-btn\">Load More</button></div></div></div></div></main>",
          "testResult": 0,
          "path": "body>div:nth-of-type(3)>*:nth-child(1)>*:nth-child(1)",
          "fixType": "",
          "fingerprint": {
            "version": 2,
            "css": "main[class=\"main\"]",
            "attNo": 1
          }
        },
        {
          "engineTestId": 809,
          "bestPracticeId": 1352,
          "attribute": "This MAIN is one of multiple main elements that appear in the body element.",
          "attributeDetail": "This MAIN is one of multiple main elements that appear in the body element.",
          "element": "<main class=\"main\"><div class=\"mo-page-content\"><div data-url=\"https://www.usembassy.gov/\" class=\"at ... ss=\"pcs-post-title\">U.S. Mission to ASEAN</a></li><li class=\"listed-post\"><a title=\"U.S. Mission to ",
          "testResult": 0,
          "path": "body>div:nth-of-type(4)>*:nth-child(1)>*:nth-child(1)",
          "fixType": "",
          "fingerprint": {
            "version": 2,
            "css": "main[class=\"main\"]",
            "attNo": 1
          }
        }
      ]
    }
  ],
  "timeStamp": "4ea6d",
  "startTime": "2022-07-21T23:33:28",
  "presses": 0,
  "amountRead": 0,
  "testTimes": [
    [
      "hover",
      81
    ],
    [
      "focInd",
      26
    ],
    [
      "ibm",
      26
    ],
    [
      "motion",
      13
    ],
    [
      "alfa",
      9
    ],
    [
      "wave",
      6
    ],
    [
      "focAll",
      2
    ],
    [
      "axe",
      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": 24,
  "logSize": 2572,
  "errorLogCount": 12,
  "errorLogSize": 2020,
  "prohibitedCount": 0,
  "visitTimeoutCount": 0,
  "visitRejectionCount": 0,
  "endTime": "2022-07-21T23:36:41",
  "elapsedSeconds": 198,
  "score": {
    "scoreProcID": "sp14a",
    "logWeights": {
      "logCount": 0.5,
      "logSize": 0.01,
      "errorLogCount": 1,
      "errorLogSize": 0.02,
      "prohibitedCount": 15,
      "visitTimeoutCount": 10,
      "visitRejectionCount": 10
    },
    "soloWeight": 2,
    "groupWeights": {
      "absolute": 2,
      "largest": 1,
      "smaller": 0.4
    },
    "preventionWeights": {
      "testaro": 50,
      "other": 100
    },
    "packageDetails": {
      "testaro": {
        "bulk": 1,
        "hover": 1,
        "linkUl": 172,
        "styleDiff": 7,
        "zIndex": 6
      },
      "alfa": {
        "r57": 20,
        "r68": 4,
        "r87": 1
      },
      "axe": {
        "color-contrast-enhanced": 28,
        "color-contrast": 28,
        "hidden-content": 0,
        "landmark-no-duplicate-main": 2,
        "landmark-unique": 4,
        "region": 2
      },
      "htmlcs": {
        "e:AA.1_1_1.H37": 4,
        "w:AA.1_3_1.H42": 1,
        "w:AA.1_3_1.H48": 2,
        "w:AA.1_4_10.C32,C31,C33,C38,SCR34,G206": 1,
        "w:AA.1_4_3.G145.BgImage": 1,
        "w:AA.1_4_3.G18.Abs": 1,
        "w:AA.1_4_3.G18.BgImage": 1,
        "w:AA.1_4_3_F24.F24.FGColour": 3,
        "w:AA.4_1_2.H91.A.EmptyWithName": 26
      },
      "ibm": {
        "RPT_Elem_UniqueId": 16,
        "Rpt_Aria_OrphanedContent_Native_Host_Sematics": 8,
        "landmark_name_unique": 8,
        "element_tabbable_role_valid": 4,
        "Rpt_Aria_MultipleMainsVisibleLabel_Implicit": 1,
        "element_attribute_deprecated": 1
      },
      "wave": {
        "e:alt_missing": 4,
        "a:link_redundant": 1,
        "a:noscript": 1,
        "a:title_redundant": 194
      },
      "tenon": {
        "28": 4,
        "79": 772,
        "144": 8,
        "152": 208,
        "153": 2,
        "242": 8
      },
      "continuum": {
        "531": 8,
        "533": 8,
        "809": 8
      }
    },
    "groupDetails": {
      "groups": {
        "visibleBulk": {
          "testaro": {
            "bulk": {
              "score": 1,
              "what": "Page contains many visible elements"
            }
          }
        },
        "hoverSurprise": {
          "testaro": {
            "hover": {
              "score": 1,
              "what": "Content changes caused by hovering"
            }
          }
        },
        "linkIndication": {
          "testaro": {
            "linkUl": {
              "score": 86,
              "what": "Non-underlined adjacent links"
            }
          }
        },
        "inconsistentStyles": {
          "testaro": {
            "styleDiff": {
              "score": 2,
              "what": "Heading, link, and button style inconsistencies"
            }
          }
        },
        "zIndexNotZero": {
          "testaro": {
            "zIndex": {
              "score": 2,
              "what": "Layering with nondefault z-index values"
            }
          }
        },
        "contentBeyondLandmarks": {
          "alfa": {
            "r57": {
              "score": 10,
              "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": 4,
              "what": "Content does not reside within an element with a landmark role"
            }
          }
        },
        "childMissing": {
          "alfa": {
            "r68": {
              "score": 4,
              "what": "Element does not own an element required by its semantic role"
            }
          }
        },
        "skipRepeatedContent": {
          "alfa": {
            "r87": {
              "score": 1,
              "what": "First focusable element is not a link to the main content"
            }
          }
        },
        "contrastAAA": {
          "axe": {
            "color-contrast-enhanced": {
              "score": 7,
              "what": "Element has insufficient color contrast (Level AAA)"
            }
          }
        },
        "contrastAA": {
          "axe": {
            "color-contrast": {
              "score": 21,
              "what": "Element has insufficient color contrast"
            }
          }
        },
        "hiddenContentRisk": {
          "axe": {
            "hidden-content": {
              "score": 1,
              "what": "Some content is hidden and therefore may not be testable for accessibility"
            }
          }
        },
        "mainNot1": {
          "axe": {
            "landmark-no-duplicate-main": {
              "score": 1,
              "what": "page has more than 1 main landmark"
            }
          },
          "continuum": {
            "809": {
              "score": 4,
              "what": "More than 1 main element is located in the body element"
            }
          }
        },
        "landmarkConfusion": {
          "axe": {
            "landmark-unique": {
              "score": 3,
              "what": "Landmark has a role and an accessible name that are identical to another"
            }
          },
          "ibm": {
            "landmark_name_unique": {
              "score": 6,
              "what": "Landmark has no unique aria-labelledby or aria-label among landmarks in the same parent region"
            }
          }
        },
        "imageNoText": {
          "htmlcs": {
            "e:AA.1_1_1.H37": {
              "score": 4,
              "what": "img element has no alt attribute"
            }
          },
          "wave": {
            "e:alt_missing": {
              "score": 4,
              "what": "Text alternative is missing"
            }
          }
        },
        "pseudoHeadingRisk": {
          "htmlcs": {
            "w:AA.1_3_1.H42": {
              "score": 1,
              "what": "Heading coding is not used but the element may be intended as a heading"
            }
          }
        },
        "pseudoNavListRisk": {
          "htmlcs": {
            "w:AA.1_3_1.H48": {
              "score": 1,
              "what": "Navigation links are not coded as a list"
            }
          }
        },
        "scrollRisk": {
          "htmlcs": {
            "w:AA.1_4_10.C32,C31,C33,C38,SCR34,G206": {
              "score": 1,
              "what": "Fixed-position element may force bidirectional scrolling"
            }
          }
        },
        "contrastRisk": {
          "htmlcs": {
            "w:AA.1_4_3.G145.BgImage": {
              "score": 1,
              "what": "Contrast between the text and its background image may be less than 3:1"
            },
            "w:AA.1_4_3.G18.Abs": {
              "score": 1,
              "what": "Contrast between the absolutely positioned text and its background may be inadequate"
            },
            "w:AA.1_4_3.G18.BgImage": {
              "score": 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.EmptyWithName": {
              "score": 26,
              "what": "Link has a name attribute but no href attribute or text"
            }
          }
        },
        "duplicateID": {
          "ibm": {
            "RPT_Elem_UniqueId": {
              "score": 12,
              "what": "Element id attribute value is not unique within the document"
            }
          }
        },
        "roleBad": {
          "ibm": {
            "element_tabbable_role_valid": {
              "score": 3,
              "what": "Tabbable element has a non-widget role"
            }
          }
        },
        "mainConfusion": {
          "ibm": {
            "Rpt_Aria_MultipleMainsVisibleLabel_Implicit": {
              "score": 1,
              "what": "Element with main role has no unique visible label among the main-role elements"
            }
          }
        },
        "obsolete": {
          "ibm": {
            "element_attribute_deprecated": {
              "score": 1,
              "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": 49,
              "what": "Title attribute text is the same as text or alternative text"
            }
          },
          "tenon": {
            "79": {
              "score": 193,
              "what": "Link has a title attribute that is the same as the text inside the link"
            }
          }
        },
        "horizontalScrolling": {
          "tenon": {
            "28": {
              "score": 3,
              "what": "Layout or sizing of the page causes horizontal scrolling"
            }
          }
        },
        "leadingClipsText": {
          "tenon": {
            "144": {
              "score": 8,
              "what": "Line height is insufficent to properly display the computed font size"
            }
          }
        },
        "targetSize": {
          "tenon": {
            "152": {
              "score": 104,
              "what": "Actionable element is smaller than the minimum required size"
            }
          }
        },
        "allCaps": {
          "tenon": {
            "153": {
              "score": 1,
              "what": "Long string of text is in all caps"
            }
          }
        },
        "pseudoParagraphRisk": {
          "tenon": {
            "242": {
              "score": 2,
              "what": "Multiple consecutive br elements may simulate paragraphs"
            }
          }
        },
        "navConfusion": {
          "continuum": {
            "531": {
              "score": 6,
              "what": "nav element has an accessible name that is non-unique among the nav elements"
            }
          }
        },
        "navNoText": {
          "continuum": {
            "533": {
              "score": 6,
              "what": "nav element is not the only nav element but has no accessible name"
            }
          }
        }
      },
      "solos": {}
    },
    "preventionScores": {
      "ibm": 100
    },
    "summary": {
      "total": 806,
      "log": 90,
      "preventions": 100,
      "solos": 0,
      "groups": [
        {
          "groupName": "titleRedundant",
          "score": 215
        },
        {
          "groupName": "targetSize",
          "score": 106
        },
        {
          "groupName": "linkIndication",
          "score": 88
        },
        {
          "groupName": "linkNoText",
          "score": 28
        },
        {
          "groupName": "contrastAA",
          "score": 23
        },
        {
          "groupName": "contentBeyondLandmarks",
          "score": 14
        },
        {
          "groupName": "duplicateID",
          "score": 14
        },
        {
          "groupName": "leadingClipsText",
          "score": 10
        },
        {
          "groupName": "contrastAAA",
          "score": 9
        },
        {
          "groupName": "landmarkConfusion",
          "score": 9
        },
        {
          "groupName": "imageNoText",
          "score": 8
        },
        {
          "groupName": "navConfusion",
          "score": 8
        },
        {
          "groupName": "navNoText",
          "score": 8
        },
        {
          "groupName": "childMissing",
          "score": 6
        },
        {
          "groupName": "mainNot1",
          "score": 6
        },
        {
          "groupName": "contrastRisk",
          "score": 6
        },
        {
          "groupName": "roleBad",
          "score": 5
        },
        {
          "groupName": "horizontalScrolling",
          "score": 5
        },
        {
          "groupName": "inconsistentStyles",
          "score": 4
        },
        {
          "groupName": "zIndexNotZero",
          "score": 4
        },
        {
          "groupName": "pseudoParagraphRisk",
          "score": 4
        },
        {
          "groupName": "visibleBulk",
          "score": 3
        },
        {
          "groupName": "hoverSurprise",
          "score": 3
        },
        {
          "groupName": "skipRepeatedContent",
          "score": 3
        },
        {
          "groupName": "hiddenContentRisk",
          "score": 3
        },
        {
          "groupName": "pseudoHeadingRisk",
          "score": 3
        },
        {
          "groupName": "pseudoNavListRisk",
          "score": 3
        },
        {
          "groupName": "scrollRisk",
          "score": 3
        },
        {
          "groupName": "mainConfusion",
          "score": 3
        },
        {
          "groupName": "obsolete",
          "score": 3
        },
        {
          "groupName": "linkPair",
          "score": 3
        },
        {
          "groupName": "noScriptRisk",
          "score": 3
        },
        {
          "groupName": "allCaps",
          "score": 3
        }
      ]
    }
  }
}