Accessibility test digest
Synopsis
Page: International Trade Administration (ITA)
URL: https://www.trade.gov/
Score: 1031
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 International Trade Administration (ITA) web page at https://www.trade.gov/ on 2022/07/17. The procedure performed 1075 tests. Of these, 16 are custom tests defined by Testaro, and the others belong to these seven other packages (programs that perform collections of tests):
- Alfa by Siteimprove
- Axe-core by Deque
- Continuum by Level Access
- HTML CodeSniffer by Squiz Labs
- Equal Access by IBM
- Tenon by Level Access
- WAVE by WebAIM
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 1031 (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
total | 1031 |
---|---|
log | 354 |
titleRedundant | 75 |
roleBad | 50 |
linkForcesNewWindow | 47 |
focusIndication | 46 |
tabIndexMissing | 46 |
linkIndication | 37 |
noLeading | 35 |
focusableOperable | 33 |
svgImageNoText | 30 |
contrastAA | 27 |
leadingClipsText | 26 |
ariaBadAttribute | 25 |
linkTextsSame | 20 |
duplicateID | 13 |
contentBeyondLandmarks | 12 |
inconsistentStyles | 11 |
contrastAAA | 11 |
fontSizeAbsolute | 10 |
imageNoText | 8 |
ariaReferenceBad | 8 |
searchConfusion | 8 |
navConfusion | 8 |
landmarkConfusion | 8 |
linkVague | 8 |
targetSize | 8 |
zIndexNotZero | 6 |
componentNoText | 6 |
descriptionBadID | 6 |
contrastRisk | 5 |
horizontalScrolling | 5 |
visibleBulk | 3 |
hoverSurprise | 3 |
hiddenContentRisk | 3 |
linkConfusionRisk | 3 |
pseudoHeadingRisk | 3 |
pseudoNavListRisk | 3 |
imageTextRedundant | 3 |
imageTextRisk | 3 |
imageTextLong | 3 |
linkPair | 3 |
pdfLink | 3 |
noScriptRisk | 3 |
allCaps | 3 |
Issue summary
Special issues
log: Score 354. This is based on the amount of browser error logging and miscellaneous logging during the tests.
Classified issues
titleRedundant: Score 75. Issues reported by tests in this category:
- Package
wave
, testa:title_redundant
, score 17 (Title attribute text is the same as text or alternative text) - Package
tenon
, test79
, score 66 (Link has a title attribute that is the same as the text inside the link)
roleBad: Score 50. Issues reported by tests in this category:
- Package
testaro
, testrole
, score 46 (Nonexistent or implicit-overriding role) - Package
ibm
, testaria_role_redundant
, score 5 (Explicitly assigned ARIA role is redundant with the implicit role of the element)
linkForcesNewWindow: Score 47. Issues reported by tests in this category:
- Package
tenon
, test218
, score 45 (Link opens in a new window without user control)
focusIndication: Score 46. Issues reported by tests in this category:
- Package
testaro
, testfocInd
, score 44 (Focused element displaying no or nostandard focus indicator)
tabIndexMissing: Score 46. Issues reported by tests in this category:
- Package
tenon
, test190
, score 44 (Interactive item is not natively actionable, but has no tabindex=0 attribute)
linkIndication: Score 37. Issues reported by tests in this category:
- Package
testaro
, testlinkUl
, score 35 (Non-underlined adjacent links)
noLeading: Score 35. Issues reported by tests in this category:
- Package
alfa
, testr73
, score 33 (Paragraph of text has insufficient line height)
focusableOperable: Score 33. Issues reported by tests in this category:
- Package
testaro
, testfocOp
, score 31 (Operable elements that cannot be Tab-focused and vice versa)
svgImageNoText: Score 30. Issues reported by tests in this category:
- Package
continuum
, test123
, score 28 (svg element has no mechanism that allows an accessible name to be calculated)
contrastAA: Score 27. Issues reported by tests in this category:
- Package
alfa
, testr69
, score 7 (Text outside widget has subminimum contrast) - Package
axe
, testcolor-contrast
, score 9 (Element has insufficient color contrast) - Package
htmlcs
, teste:AA.1_4_3.G18.Fail
, score 6 (Contrast between the text and its background is less than 4.5:1) - Package
wave
, testc:contrast
, score 16 (Very low contrast)
leadingClipsText: Score 26. Issues reported by tests in this category:
- Package
tenon
, test144
, score 24 (Line height is insufficent to properly display the computed font size)
ariaBadAttribute: Score 25. Issues reported by tests in this category:
- Package
alfa
, testr18
, score 16 (ARIA state or property is not allowed for the element on which it is specified) - Package
axe
, testaria-valid-attr-value
, score 1 (ARIA attribute has an invalid value) - Package
continuum
, test260
, score 16 (element has an aria-level attribute, which is not allowed)
linkTextsSame: Score 20. Issues reported by tests in this category:
- Package
tenon
, test98
, score 18 (Links have the same text but different destinations)
duplicateID: Score 13. Issues reported by tests in this category:
- Package
alfa
, testr3
, score 6 (Element id attribute value is not unique) - Package
axe
, testduplicate-id
, score 1 (id attribute value is not unique) - Package
htmlcs
, teste:AA.4_1_1.F77
, score 3 (Duplicate id attribute value) - Package
ibm
, testRPT_Elem_UniqueId
, score 3 (Element id attribute value is not unique within the document) - Package
continuum
, test94
, score 6 (Elements contains an id attribute set to a value that is not unique in the DOM)
contentBeyondLandmarks: Score 12. Issues reported by tests in this category:
- Package
alfa
, testr57
, score 4 (Perceivable text content is not included in any landmark) - Package
axe
, testregion
, score 1 (Some page content is not contained by landmarks) - Package
ibm
, testRpt_Aria_OrphanedContent_Native_Host_Sematics
, score 8 (Content does not reside within an element with a landmark role)
inconsistentStyles: Score 11. Issues reported by tests in this category:
- Package
testaro
, teststyleDiff
, score 9 (Heading, link, and button style inconsistencies)
contrastAAA: Score 11. Issues reported by tests in this category:
- Package
alfa
, testr66
, score 7 (Text contrast less than AAA requires) - Package
axe
, testcolor-contrast-enhanced
, score 6 (Element has insufficient color contrast (Level AAA))
fontSizeAbsolute: Score 10. Issues reported by tests in this category:
- Package
alfa
, testr74
, score 8 (Paragraph text has an absolute font size)
imageNoText: Score 8. Issues reported by tests in this category:
- Package
htmlcs
, teste:AA.1_1_1.H37
, score 4 (img element has no alt attribute) - Package
wave
, teste:alt_spacer_missing
, score 4 (Spacer image has no text alternative)
ariaReferenceBad: Score 8. Issues reported by tests in this category:
- Package
ibm
, testRpt_Aria_ValidIdRef
, score 4 (ARIA property does not reference the non-empty unique id of a visible element) - Package
wave
, teste:aria_reference_broken
, score 4 (Broken ARIA reference)
searchConfusion: Score 8. Issues reported by tests in this category:
- Package
ibm
, testRpt_Aria_MultipleSearchLandmarks
, score 6 (Element with a search role has no unique purpose label among the search-role elements)
navConfusion: Score 8. Issues reported by tests in this category:
- Package
ibm
, testRpt_Aria_MultipleNavigationLandmarks_Implicit
, score 6 (Element with a navigation role has no unique purpose label among the navigation-role elements)
landmarkConfusion: Score 8. Issues reported by tests in this category:
- Package
ibm
, testlandmark_name_unique
, score 6 (Landmark has no unique aria-labelledby or aria-label among landmarks in the same parent region)
linkVague: Score 8. Issues reported by tests in this category:
- Package
tenon
, test73
, score 6 (Link text is too generic to communicate the purpose or destination)
targetSize: Score 8. Issues reported by tests in this category:
- Package
tenon
, test152
, score 6 (Actionable element is smaller than the minimum required size)
zIndexNotZero: Score 6. Issues reported by tests in this category:
- Package
testaro
, testzIndex
, score 4 (Layering with nondefault z-index values)
componentNoText: Score 6. Issues reported by tests in this category:
- Package
ibm
, testRpt_Aria_WidgetLabels_Implicit
, score 4 (Interactive component has no programmatically associated name)
descriptionBadID: Score 6. Issues reported by tests in this category:
- Package
continuum
, test83
, score 4 (aria-describedby attribute references an invalid or duplicate ID)
contrastRisk: Score 5. Issues reported by tests in this category:
- Package
htmlcs
, testw:AA.1_4_3.G145.Abs
, score 1 (Contrast between the absolutely positioned large text and its background may be less than 3:1) - Package
htmlcs
, testw:AA.1_4_3.G145.BgImage
, score 1 (Contrast between the text and its background image may be less than 3:1) - Package
htmlcs
, testw:AA.1_4_3.G18.Abs
, score 1 (Contrast between the absolutely positioned text and its background may be inadequate)
horizontalScrolling: Score 5. Issues reported by tests in this category:
- Package
tenon
, test28
, score 3 (Layout or sizing of the page causes horizontal scrolling)
visibleBulk: Score 3. Issues reported by tests in this category:
- Package
testaro
, testbulk
, score 1 (Page contains many visible elements)
hoverSurprise: Score 3. Issues reported by tests in this category:
- Package
testaro
, testhover
, score 1 (Content changes caused by hovering)
hiddenContentRisk: Score 3. Issues reported by tests in this category:
- Package
axe
, testhidden-content
, score 1 (Some content is hidden and therefore may not be testable for accessibility)
linkConfusionRisk: Score 3. Issues reported by tests in this category:
- Package
axe
, testidentical-links-same-purpose
, score 1 (Links with the same accessible name may serve dissimilar purposes)
pseudoHeadingRisk: Score 3. Issues reported by tests in this category:
- Package
htmlcs
, testw:AA.1_3_1.H42
, score 1 (Heading coding is not used but the element may be intended as a heading)
pseudoNavListRisk: Score 3. Issues reported by tests in this category:
- Package
htmlcs
, testw:AA.1_3_1.H48
, score 1 (Navigation links are not coded as a list)
imageTextRedundant: Score 3. Issues reported by tests in this category:
- Package
wave
, testa:alt_redundant
, score 1 (Redundant text alternative)
imageTextRisk: Score 3. Issues reported by tests in this category:
- Package
wave
, testa:alt_suspicious
, score 1 (Image text alternative is suspicious)
imageTextLong: Score 3. Issues reported by tests in this category:
- Package
wave
, testa:alt_long
, score 1 (Long text alternative)
linkPair: Score 3. Issues reported by tests in this category:
- Package
wave
, testa:link_redundant
, score 1 (Adjacent links go to the same URL)
pdfLink: Score 3. Issues reported by tests in this category:
- Package
wave
, testa:link_pdf
, score 1 (Link to PDF document)
noScriptRisk: Score 3. Issues reported by tests in this category:
- Package
wave
, testa:noscript
, score 1 (noscript element may fail to contain an accessible equivalent or alternative)
allCaps: Score 3. Issues reported by tests in this category:
- Package
tenon
, test153
, score 1 (Long string of text is in all caps)
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.
- It finds all the defects and warnings (let’s call them
issues
) recorded in the report. - It classifies them according to type. For example, a link that looks like the text around it is one issue category, while a video that has no captions is another issue category.
- It also classifies the issues according to severity. For example, an issue that prevents a transaction is more severe than an issue that only complicates the transaction, and a warning about a possible issue is less severe than a definite finding of an issue. (Some packages rate the severity of each issue; for the other packages,
sp12b
assigns a severity weight to the issue type and uses that weight.) - It assigns quality ratings to particular tests that are judged abnormally reliable or unreliable.
- It assigns a score to each issue reported by each test of each package.
- It aggregates the issue scores, weighting them by severity, test quality, and redundancy. Redundancy occurs, and causes downweighting, when two or more packages contain tests that are designed to discover the same or mostly the same issues. So the score for a category is not simply the sum of the scores of the tests in that category.
- It assigns a score for issues in the page logged by the browser.
- It assigns an estimated score each time the page prevents one of the packages or one of the Testaro tests from being run on the page.
- It adds the scores together to obtain a total score.
The precise rules of sp14a
are found in the code itself.
Report
{ "id": "4aieq-ita", "host": { "id": "ita", "which": "https://www.trade.gov/", "what": "International Trade Administration (ITA)" }, "log": [ { "event": "startTime", "value": "2022-07-17T23:36:17" }, { "event": "endTime", "value": "2022-07-17T23:38:17" } ], "script": { "id": "tp12", "what": "Alfa, Axe, HTML CodeSniffer, IBM, Tenon, WAVE, and 16 custom tests", "strict": true, "timeLimit": 300, "commands": [ { "type": "launch", "which": "webkit", "what": "Webkit browser" }, { "type": "url", "which": "https://www.trade.gov/", "what": "International Trade Administration (ITA)" }, { "type": "tenonRequest", "id": "a", "withNewContent": true, "what": "Tenon API version 2 test request" }, { "type": "test", "which": "motion", "what": "spontaneous change of content; requires webkit", "delay": 2500, "interval": 2500, "count": 5 }, { "type": "launch", "which": "chromium", "what": "Chromium browser" }, { "type": "url", "which": "https://www.trade.gov/", "what": "International Trade Administration (ITA)" }, { "type": "test", "which": "bulk", "what": "count of visible elements" }, { "type": "test", "which": "embAc", "withItems": true, "what": "active elements incorrectly embedded in each other" }, { "type": "test", "which": "focAll", "what": "Tab-focusability" }, { "type": "test", "which": "focInd", "revealAll": false, "allowedDelay": 250, "withItems": true, "what": "focus indicators" }, { "type": "test", "which": "focOp", "withItems": true, "what": "focusability and operability of elements" }, { "type": "test", "which": "hover", "headSize": 20, "headSampleSize": 20, "tailSampleSize": 15, "withItems": true, "what": "hover impacts" }, { "type": "test", "which": "labClash", "withItems": true, "what": "unlabeled and mislabeled form controls" }, { "type": "test", "which": "linkUl", "withItems": true, "what": "underlining of inline links" }, { "type": "test", "which": "menuNav", "withItems": true, "what": "keyboard navigation within true-focus menus" }, { "type": "test", "which": "radioSet", "withItems": true, "what": "grouping of radio buttons in fieldsets" }, { "type": "test", "which": "role", "what": "validity and necessity of role assignments" }, { "type": "test", "which": "styleDiff", "withItems": true, "what": "style consistency of headings, buttons, and links" }, { "type": "test", "which": "tabNav", "withItems": true, "what": "keyboard navigation within tab lists" }, { "type": "test", "which": "zIndex", "withItems": true, "what": "elements with non-auto z indexes" }, { "type": "test", "which": "alfa", "what": "Siteimprove alfa" }, { "type": "test", "which": "axe", "detailLevel": 2, "rules": [], "what": "Axe core, all rules" }, { "type": "test", "which": "htmlcs", "what": "HTML CodeSniffer" }, { "type": "test", "which": "ibm", "withItems": true, "what": "IBM Accessibility Checker, with page content and again with URL" }, { "type": "test", "which": "wave", "reportType": 4, "what": "WAVE, report-type 4" }, { "type": "test", "which": "tenon", "id": "a", "what": "Tenon API version 2 result retrieval" } ] }, "acts": [ { "type": "launch", "which": "webkit", "what": "Webkit browser" }, { "type": "url", "which": "https://www.trade.gov/", "what": "International Trade Administration (ITA)", "result": "https://www.trade.gov/" }, { "type": "tenonRequest", "id": "a", "withNewContent": true, "what": "Tenon API version 2 test request", "url": "https://www.trade.gov/" }, { "type": "test", "which": "motion", "what": "motion", "delay": 2500, "interval": 2500, "count": 5, "url": "https://www.trade.gov/", "result": { "bytes": [ 604902, 604902, 604902, 604902, 604902 ], "localRatios": [ 1, 1, 1, 1 ], "meanLocalRatio": 1, "maxLocalRatio": 1, "globalRatio": 1, "pixelChanges": [ 0, 0, 0, 0 ], "meanPixelChange": 0, "maxPixelChange": 0, "changeFrequency": 0 } }, { "type": "launch", "which": "chromium", "what": "Chromium browser" }, { "type": "url", "which": "https://www.trade.gov/", "what": "International Trade Administration (ITA)", "result": "https://www.trade.gov/" }, { "type": "test", "which": "bulk", "what": "count of visible elements", "url": "https://www.trade.gov/", "result": { "visibleElements": 754 } }, { "type": "test", "which": "embAc", "withItems": true, "what": "active elements embedded in links or buttons", "url": "https://www.trade.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.trade.gov/", "result": { "tabFocusables": 51, "tabFocused": 51, "discrepancy": 0 } }, { "type": "launch", "which": "chromium", "what": "chromium browser" }, { "type": "url", "which": "https://www.trade.gov/", "what": "URL", "result": "https://www.trade.gov/" }, { "type": "test", "which": "focInd", "revealAll": false, "allowedDelay": 250, "withItems": true, "what": "focus indicators", "url": "https://www.trade.gov/", "result": { "totals": { "total": 51, "types": { "indicatorMissing": { "total": 13, "tagNames": { "A": 13 } }, "nonOutlinePresent": { "total": 5, "tagNames": { "INPUT": 1, "A": 4 } }, "outlinePresent": { "total": 33, "meanDelay": 0, "tagNames": { "A": 29, "SPAN": 2, "BUTTON": 1, "DIV": 1 } } } }, "items": { "indicatorMissing": [ { "tagName": "A", "text": "Export Solutions" }, { "tagName": "A", "text": "Research Center" }, { "tagName": "A", "text": "Regulations & Agreements" }, { "tagName": "A", "text": "Resolve a Trade Problem" }, { "tagName": "A", "text": "Attend an Event" }, { "tagName": "A", "text": "News & Highlights" }, { "tagName": "A", "text": "Let Our Experts Help" }, { "tagName": "A", "text": "Buy From the USA" }, { "tagName": "A", "text": "Invest in the USA" }, { "tagName": "A", "text": "About Us" }, { "tagName": "A", "text": "Contact Us" }, { "tagName": "A", "text": "Data & API" }, { "tagName": "A", "text": "Site Map" } ], "nonOutlinePresent": [ { "tagName": "INPUT", "text": "" }, { "tagName": "A", "text": "Twitter" }, { "tagName": "A", "text": "Facebook" }, { "tagName": "A", "text": "YouTube" }, { "tagName": "A", "text": "LinkedIn" } ], "outlinePresent": [ { "tagName": "A", "text": "Skip to main content", "delay": 0 }, { "tagName": "A", "text": "Here’s how you know", "delay": 0 }, { "tagName": "A", "text": "", "delay": 0 }, { "tagName": "SPAN", "text": "For U.S. Businesses", "delay": 0 }, { "tagName": "SPAN", "text": "For International Businesses", "delay": 0 }, { "tagName": "A", "text": "About ITA", "delay": 0 }, { "tagName": "A", "text": "Contact Us", "delay": 0 }, { "tagName": "BUTTON", "text": "Search", "delay": 0 }, { "tagName": "DIV", "text": "International Trade Administration The International Trade Administration strengthens the competitiv", "delay": 0 }, { "tagName": "A", "text": "See the Strategy", "delay": 0 }, { "tagName": "A", "text": "See Export Solutions", "delay": 0 }, { "tagName": "A", "text": "See Trade Data & Analysis", "delay": 0 }, { "tagName": "A", "text": "Resolve a Trade Problem", "delay": 0 }, { "tagName": "A", "text": "Virtual Services", "delay": 0 }, { "tagName": "A", "text": "See More About ITA", "delay": 0 }, { "tagName": "A", "text": "ITA Senior Staff", "delay": 0 }, { "tagName": "A", "text": "Learn About ITA", "delay": 0 }, { "tagName": "A", "text": "ITA Organization Charts", "delay": 0 }, { "tagName": "A", "text": "Learn How To Export", "delay": 0 }, { "tagName": "A", "text": "Research Foreign Markets", "delay": 0 }, { "tagName": "A", "text": "Go to Press & Media", "delay": 0 }, { "tagName": "A", "text": "Read More", "delay": 0 }, { "tagName": "A", "text": "Read More", "delay": 0 }, { "tagName": "A", "text": "International Trade Administration", "delay": 0 }, { "tagName": "A", "text": "U.S. Department of Commerce", "delay": 0 }, { "tagName": "A", "text": "PDF reader", "delay": 0 }, { "tagName": "A", "text": "USA.gov", "delay": 0 }, { "tagName": "A", "text": "FOIA", "delay": 0 }, { "tagName": "A", "text": "Privacy Program", "delay": 0 }, { "tagName": "A", "text": "EEO Policy", "delay": 0 }, { "tagName": "A", "text": "Disclaimer", "delay": 0 }, { "tagName": "A", "text": "Information Quality Guidelines", "delay": 0 }, { "tagName": "A", "text": "Accessibility", "delay": 0 } ] } } }, { "type": "launch", "which": "chromium", "what": "chromium browser" }, { "type": "url", "which": "https://www.trade.gov/", "what": "URL", "result": "https://www.trade.gov/" }, { "type": "test", "which": "focOp", "withItems": true, "what": "focusability and operability", "url": "https://www.trade.gov/", "result": { "totals": { "total": 205, "types": { "onlyFocusable": { "total": 1, "tagNames": { "DIV": 1 } }, "onlyOperable": { "total": 20, "tagNames": { "SPAN": 20 } }, "focusableAndOperable": { "total": 184, "tagNames": { "A": 167, "SPAN": 11, "INPUT": 2, "BUTTON": 3, "IFRAME": 1 } } } }, "items": { "onlyFocusable": [ { "tagName": "DIV", "id": "slick-slide00", "text": "International Trade Administration The International Trade Administration streng" } ], "onlyOperable": [ { "tagName": "SPAN", "id": "", "text": "<span class=\"ita-header__accordion-icon ita-header__accordion-icon--toggle ita-h", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "SPAN", "id": "", "text": "<span class=\"ita-header__accordion-icon ita-header__accordion-icon--toggle ita-h", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "SPAN", "id": "", "text": "<span class=\"ita-header__accordion-icon ita-header__accordion-icon--toggle ita-h", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "SPAN", "id": "", "text": "<span class=\"ita-header__accordion-icon ita-header__accordion-icon--toggle ita-h", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "SPAN", "id": "", "text": "<span class=\"ita-header__accordion-icon ita-header__accordion-icon--toggle ita-h", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "SPAN", "id": "", "text": "<span class=\"ita-header__accordion-icon ita-header__accordion-icon--toggle ita-h", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "SPAN", "id": "", "text": "<span class=\"ita-header__accordion-icon ita-header__accordion-icon--toggle ita-h", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "SPAN", "id": "", "text": "<span class=\"ita-header__accordion-icon ita-header__accordion-icon--toggle ita-h", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "SPAN", "id": "", "text": "<span class=\"ita-header__accordion-icon ita-header__accordion-icon--toggle ita-h", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "SPAN", "id": "", "text": "<span class=\"ita-header__accordion-icon ita-header__accordion-icon--toggle ita-h", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "SPAN", "id": "", "text": "<span class=\"ita-header__accordion-icon ita-header__accordion-icon--toggle ita-h", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "SPAN", "id": "", "text": "<span class=\"ita-header__accordion-icon ita-header__accordion-icon--toggle ita-h", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "SPAN", "id": "", "text": "<span class=\"ita-header__accordion-icon ita-header__accordion-icon--toggle ita-h", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "SPAN", "id": "", "text": "<span class=\"ita-header__accordion-icon ita-header__accordion-icon--toggle ita-h", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "SPAN", "id": "", "text": "<span class=\"ita-header__accordion-icon ita-header__accordion-icon--toggle ita-h", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "SPAN", "id": "", "text": "<span class=\"ita-header__accordion-icon ita-header__accordion-icon--toggle ita-h", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "SPAN", "id": "", "text": "<span class=\"ita-header__accordion-icon ita-header__accordion-icon--toggle ita-h", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "SPAN", "id": "", "text": "<span class=\"ita-header__accordion-icon ita-header__accordion-icon--toggle ita-h", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "SPAN", "id": "", "text": "<span class=\"ita-header__accordion-icon ita-header__accordion-icon--toggle ita-h", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "SPAN", "id": "", "text": "<span class=\"ita-header__accordion-icon ita-header__accordion-icon--toggle ita-h", "byTag": false, "byOnClick": false, "byPointer": true } ], "focusableAndOperable": [ { "tagName": "A", "id": "", "text": "Skip to main content", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Here’s how you know", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a href=\"/\" style=\"cursor: default;\"> <img class=\"ita-header__branding-logo\" alt", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "SPAN", "id": "menu1", "text": "For U.S. Businesses", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "SPAN", "id": "export-solutions-menu-1", "text": "Export Solutions", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Overview", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Virtual Services", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Learn How To Export", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Research Foreign Markets", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Network & Learn at Events", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Find Buyers & Partners", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Explore eCommerce Resources", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Obtain Financing", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Negotiate an Export Sale", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Navigate Shipping & Logistics", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Comply with U.S. and Foreign Export Regulations", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Perform Due Diligence", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Protect Intellectual Property", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Resolve Export Problems", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "SPAN", "id": "research-center-menu-2", "text": "Research Center", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Overview", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Research Center", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Research by Industry", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Research By Country", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Research By Region", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Trade Data and Analysis", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Top Markets", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Public APIs", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "SPAN", "id": "regulations-&-agreements-menu-3", "text": "Regulations & Agreements", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Overview", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "U.S. Export Regulations", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Foreign Regulations", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Trade Agreements", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "SPAN", "id": "resolve-a-trade-problem-menu-4", "text": "Resolve a Trade Problem", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Overview", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Resolve a Foreign Trade Barrier", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "U.S. Antidumping & Countervailing Duties", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Facing a Foreign Trade AD/CVD or Safeguard Investigation?", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Fight Unfair Foreign Trade Subsidies", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Industry Monitoring & Analysis", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Protect Your Intellectual Property", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Advocating for U.S. Business Abroad", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "SPAN", "id": "attend-an-event-menu-5", "text": "Attend an Event", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Overview", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Network & Learn at Events", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Meet Buyers at Events", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Events by Industry", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Services for Trade Event Organizers", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Foreign Direct Investment Attraction Events", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "SPAN", "id": "news-&-highlights-menu-6", "text": "News & Highlights", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Overview", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Press", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Blog", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "ITA Success Stories", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "SPAN", "id": "let-our-experts-help-menu-7", "text": "Let Our Experts Help", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Overview", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Services for U.S. Companies New to Exporting", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Services for U.S. Companies Currently Exporting", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Services for Trade Event Organizers", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Services for U.S. Associations & EDOs", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Services for Rural Companies", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Foreign-Trade Zones", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Partner with ITA", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "SPAN", "id": "menu2", "text": "For International Businesses", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "SPAN", "id": "buyusa-menu-1", "text": "BuyUSA", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Overview", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Find a Supplier - Textiles & ApparelThis link will direct you to a non-governmen", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "SPAN", "id": "invest-in-the-usa-menu-2", "text": "Invest in the USA", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Overview", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "About Select USA", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Investors", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Economic Development Organizations (EDO)", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Service Providers", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Investment Events", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Investor Resources", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "menu3", "text": "About ITA", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "menu4", "text": "Contact Us", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "INPUT", "id": "header-search", "text": "<input placeholder=\"Search website...\" class=\"ita-header__search-input\" id=\"head", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "BUTTON", "id": "", "text": "Search", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "BUTTON", "id": "", "text": ".cls-1{fill:#2c2c2c}.cls-2,.cls-4{fill:none}.cls-2{stroke:#2c2c2c;stroke-width:4", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "INPUT", "id": "header-search-mobile", "text": "<input placeholder=\"Search website...\" class=\"ita-header__search-input\" id=\"head", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "BUTTON", "id": "", "text": "Search", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "A", "id": "export-solutions-accordion-submenu1", "text": "Export Solutions", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "A", "id": "", "text": "Virtual Services", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Learn How To Export", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Research Foreign Markets", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Network & Learn at Events", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Find Buyers & Partners", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Explore eCommerce Resources", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Obtain Financing", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Negotiate an Export Sale", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Navigate Shipping & Logistics", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Comply with U.S. and Foreign Export Regulations", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Perform Due Diligence", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Protect Intellectual Property", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Resolve Export Problems", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "research-center-accordion-submenu2", "text": "Research Center", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "A", "id": "", "text": "Research Center", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Research by Industry", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Research By Country", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Research By Region", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Trade Data and Analysis", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Top Markets", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Public APIs", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "regulations-&-agreements-accordion-submenu3", "text": "Regulations & Agreements", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "A", "id": "resolve-a-trade-problem-accordion-submenu4", "text": "Resolve a Trade Problem", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "A", "id": "", "text": "Resolve a Foreign Trade Barrier", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "U.S. Antidumping & Countervailing Duties", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Facing a Foreign Trade AD/CVD or Safeguard Investigation?", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Fight Unfair Foreign Trade Subsidies", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Industry Monitoring & Analysis", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Protect Your Intellectual Property", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Advocating for U.S. Business Abroad", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "attend-an-event-accordion-submenu5", "text": "Attend an Event", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "A", "id": "", "text": "Network & Learn at Events", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Meet Buyers at Events", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Events by Industry", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Services for Trade Event Organizers", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Foreign Direct Investment Attraction Events", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "news-&-highlights-accordion-submenu6", "text": "News & Highlights", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "A", "id": "", "text": "Press", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Blog", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "ITA Success Stories", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "let-our-experts-help-accordion-submenu7", "text": "Let Our Experts Help", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "A", "id": "", "text": "Services for U.S. Companies New to Exporting", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Services for U.S. Companies Currently Exporting", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Services for Trade Event Organizers", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Services for U.S. Associations & EDOs", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Services for Rural Companies", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Foreign-Trade Zones", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Partner with ITA", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "buyusa-accordion-submenu1", "text": "BuyUSA", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "A", "id": "", "text": "Find a Supplier - Textiles & ApparelThis link will direct you to a non-governmen", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "invest-in-the-usa-accordion-submenu2", "text": "Invest in the USA", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "A", "id": "", "text": "About Select USA", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Investors", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Economic Development Organizations (EDO)", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Service Providers", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Investment Events", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Investor Resources", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "accordion-menu3", "text": "About ITA", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "accordion-menu4", "text": "Contact Us", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "See the Strategy", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "See Export Solutions", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "See Trade Data & Analysis", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Resolve a Trade Problem", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Virtual Services", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "See More About ITA", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "ITA Senior Staff", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Learn About ITA", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "ITA Organization Charts", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Learn How To Export", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Research Foreign Markets", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Go to Press & Media", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Read More", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Read More", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Export Solutions", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Research Center", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Regulations & Agreements", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Resolve a Trade Problem", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Attend an Event", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "News & Highlights", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Let Our Experts Help", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Buy From the USA", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Invest in the USA", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "About Us", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Contact Us", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Data & API", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Site Map", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Twitter", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Facebook", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "YouTube", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "LinkedIn", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "International Trade Administration", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "U.S. Department of Commerce", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "PDF reader", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "USA.gov", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "FOIA", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Privacy Program", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "EEO Policy", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Disclaimer", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Information Quality Guidelines", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Accessibility", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "IFRAME", "id": "a2a_sm_ifr", "text": "<iframe id=\"a2a_sm_ifr\" title=\"AddToAny Utility Frame\" transparency=\"true\" allow", "byTag": true, "byOnClick": false, "byPointer": false } ] } } }, { "type": "launch", "which": "chromium", "what": "chromium browser" }, { "type": "url", "which": "https://www.trade.gov/", "what": "URL", "result": "https://www.trade.gov/" }, { "type": "test", "which": "hover", "headSize": 20, "headSampleSize": 20, "tailSampleSize": 15, "withItems": true, "what": "hover-caused content changes", "url": "https://www.trade.gov/", "result": { "totals": { "triggers": 71, "headTriggers": 20, "tailTriggers": 51, "impactTriggers": 0, "additions": 0, "removals": 0, "opacityChanges": 0, "opacityImpact": 0, "unhoverables": 1 }, "items": { "head": { "impactTriggers": [], "unhoverables": [ { "tagName": "A", "id": "", "text": "Skiptomaincontent" } ] }, "tail": { "impactTriggers": [], "unhoverables": [] } } } }, { "type": "launch", "which": "chromium", "what": "chromium browser" }, { "type": "url", "which": "https://www.trade.gov/", "what": "URL", "result": "https://www.trade.gov/" }, { "type": "test", "which": "labClash", "withItems": true, "what": "labeling inconsistencies", "url": "https://www.trade.gov/", "result": { "totals": { "mislabeled": 0, "unlabeled": 0, "wellLabeled": 5 }, "items": { "mislabeled": [], "unlabeled": [], "wellLabeled": [ { "index": 0, "tagName": "INPUT", "type": "text", "labelType": "label", "texts": { "label": [ "Search ITA" ] } }, { "index": 1, "tagName": "BUTTON", "type": "submit", "texts": { "content": "Search" } }, { "index": 2, "tagName": "BUTTON", "type": "submit", "texts": { "content": ".cls-1{fill:#2c2c2c}.cls-2,.cls-4{fill:none}.cls-2{stroke:#2c2c2c;stroke-width:4px}.cls-3{stroke:none} Menu" } }, { "index": 3, "tagName": "INPUT", "type": "text", "labelType": "label", "texts": { "label": [ "Search ITA" ] } }, { "index": 4, "tagName": "BUTTON", "type": "submit", "texts": { "content": "Search" } } ] } } }, { "type": "test", "which": "linkUl", "withItems": true, "what": "adjacent-link underlining", "url": "https://www.trade.gov/", "result": { "totals": { "links": 167, "adjacent": { "total": 42, "underlined": 7, "underlinedPercent": 16 } }, "items": { "underlined": [ "USA.gov", "FOIA", "Privacy Program", "EEO Policy", "Disclaimer", "Information Quality Guidelines", "Accessibility" ], "notUnderlined": [ "Skip to main content", "Here’s how you know", "", "About ITA", "Contact Us", "Export Solutions", "Research Center", "Regulations & Agreements", "Resolve a Trade Problem", "Attend an Event", "News & Highlights", "Let Our Experts Help", "BuyUSA", "Find a Supplier - Textiles & ApparelThis link will direct you to a non-government website", "Invest in the USA", "About ITA", "Contact Us", "See the Strategy", "See Export Solutions", "See Trade Data & Analysis", "Resolve a Trade Problem", "Virtual Services", "See More About ITA", "ITA Senior Staff", "Learn About ITA", "ITA Organization Charts", "Learn How To Export", "Research Foreign Markets", "Go to Press & Media", "Read More", "Read More", "About Us", "International Trade Administration", "U.S. Department of Commerce", "PDF reader" ] } } }, { "type": "test", "which": "menuNav", "withItems": true, "what": "keyboard navigation between focusable menu items", "url": "https://www.trade.gov/", "result": { "totals": { "navigations": { "all": { "total": 0, "correct": 0, "incorrect": 0 }, "specific": { "tab": { "total": 0, "correct": 0, "incorrect": 0 }, "left": { "total": 0, "correct": 0, "incorrect": 0 }, "right": { "total": 0, "correct": 0, "incorrect": 0 }, "up": { "total": 0, "correct": 0, "incorrect": 0 }, "down": { "total": 0, "correct": 0, "incorrect": 0 }, "home": { "total": 0, "correct": 0, "incorrect": 0 }, "end": { "total": 0, "correct": 0, "incorrect": 0 } } }, "menuItems": { "total": 0, "correct": 0, "incorrect": 0 }, "menus": { "total": 0, "correct": 0, "incorrect": 0 } }, "menuItems": { "incorrect": [], "correct": [] } } }, { "type": "launch", "which": "chromium", "what": "chromium browser" }, { "type": "url", "which": "https://www.trade.gov/", "what": "URL", "result": "https://www.trade.gov/" }, { "type": "test", "which": "radioSet", "withItems": true, "what": "fieldset grouping of radio buttons", "url": "https://www.trade.gov/", "result": { "totals": { "total": 0, "inSet": 0, "percent": "N.A." }, "items": { "inSet": [], "notInSet": [] } } }, { "type": "test", "which": "role", "what": "roles", "url": "https://www.trade.gov/", "result": { "roleElements": 39, "badRoleElements": 28, "redundantRoleElements": 5, "tagNames": { "HEADER": { "banner": { "bad": 1, "redundant": 0 } }, "NAV": { "navigation": { "bad": 0, "redundant": 3 } }, "SPAN": { "button": { "bad": 13, "redundant": 0 } }, "A": { "button": { "bad": 13, "redundant": 0 } }, "BUTTON": { "button": { "bad": 0, "redundant": 1 } }, "MAIN": { "main": { "bad": 0, "redundant": 1 } }, "FOOTER": { "contentinfo": { "bad": 1, "redundant": 0 } } } } }, { "type": "test", "which": "styleDiff", "withItems": true, "what": "style inconsistencies", "url": "https://www.trade.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": 3, "subtotals": [ 1, 1, 1 ] }, "adjacentLink": { "total": 42, "subtotals": [ 16, 13, 7, 4, 2 ] }, "listLink": { "total": 125, "subtotals": [ 61, 48, 12, 4 ] }, "h1": { "total": 1 }, "h2": { "total": 5, "subtotals": [ 3, 1, 1 ] } }, "items": { "button": { "borderStyle": { "solid": [ "Search", "Search" ], "none": [ ".cls-1{fill:#2c2c2c}.cls-2,.cls-4{fill:none}.cls-2{stroke:#2c2c2c;stroke-width:4px}.cls-3{stroke:none} Menu" ] }, "borderWidth": { "2px": [ "Search", "Search" ], "0px": [ ".cls-1{fill:#2c2c2c}.cls-2,.cls-4{fill:none}.cls-2{stroke:#2c2c2c;stroke-width:4px}.cls-3{stroke:none} Menu" ] }, "height": { "52px": [ "Search" ], "auto": [ ".cls-1{fill:#2c2c2c}.cls-2,.cls-4{fill:none}.cls-2{stroke:#2c2c2c;stroke-width:4px}.cls-3{stroke:none} Menu", "Search" ] } }, "adjacentLink": { "fontWeight": { "300": [ "About ITA", "Contact Us", "USA.gov", "FOIA", "Privacy Program", "EEO Policy", "Disclaimer", "Information Quality Guidelines", "Accessibility" ], "400": [ "Regulations & Agreements", "Find a Supplier - Textiles & ApparelThis link will direct you to a non-government website", "About ITA", "Contact Us" ], "600": [ "See the Strategy", "See Export Solutions", "See Trade Data & Analysis", "Resolve a Trade Problem", "Virtual Services", "ITA Senior Staff", "Learn About ITA", "ITA Organization Charts", "Learn How To Export", "Research Foreign Markets", "Go to Press & Media", "Read More", "Read More" ], "700": [ "Skip to main content", "Here’s how you know", "", "Export Solutions", "Research Center", "Resolve a Trade Problem", "Attend an Event", "News & Highlights", "Let Our Experts Help", "BuyUSA", "Invest in the USA", "See More About ITA", "About Us", "International Trade Administration", "U.S. Department of Commerce", "PDF reader" ] }, "textDecorationLine": { "none": [ "Skip to main content", "Here’s how you know", "", "About ITA", "Contact Us", "Export Solutions", "Research Center", "Regulations & Agreements", "Resolve a Trade Problem", "Attend an Event", "News & Highlights", "Let Our Experts Help", "BuyUSA", "Find a Supplier - Textiles & ApparelThis link will direct you to a non-government website", "Invest in the USA", "About ITA", "Contact Us", "See the Strategy", "See Export Solutions", "See Trade Data & Analysis", "Resolve a Trade Problem", "Virtual Services", "See More About ITA", "ITA Senior Staff", "Learn About ITA", "ITA Organization Charts", "Learn How To Export", "Research Foreign Markets", "Go to Press & Media", "Read More", "Read More", "About Us", "International Trade Administration", "U.S. Department of Commerce", "PDF reader" ], "underline": [ "USA.gov", "FOIA", "Privacy Program", "EEO Policy", "Disclaimer", "Information Quality Guidelines", "Accessibility" ] } }, "listLink": { "fontWeight": { "300": [ "Overview", "Virtual Services", "Learn How To Export", "Research Foreign Markets", "Network & Learn at Events", "Find Buyers & Partners", "Explore eCommerce Resources", "Obtain Financing", "Negotiate an Export Sale", "Navigate Shipping & Logistics", "Comply with U.S. and Foreign Export Regulations", "Perform Due Diligence", "Protect Intellectual Property", "Resolve Export Problems", "Overview", "Research Center", "Research by Industry", "Research By Country", "Research By Region", "Trade Data and Analysis", "Top Markets", "Public APIs", "Overview", "U.S. Export Regulations", "Foreign Regulations", "Trade Agreements", "Overview", "Resolve a Foreign Trade Barrier", "U.S. Antidumping & Countervailing Duties", "Facing a Foreign Trade AD/CVD or Safeguard Investigation?", "Fight Unfair Foreign Trade Subsidies", "Industry Monitoring & Analysis", "Protect Your Intellectual Property", "Advocating for U.S. Business Abroad", "Overview", "Network & Learn at Events", "Meet Buyers at Events", "Events by Industry", "Services for Trade Event Organizers", "Foreign Direct Investment Attraction Events", "Overview", "Press", "Blog", "ITA Success Stories", "Overview", "Services for U.S. Companies New to Exporting", "Services for U.S. Companies Currently Exporting", "Services for Trade Event Organizers", "Services for U.S. Associations & EDOs", "Services for Rural Companies", "Foreign-Trade Zones", "Partner with ITA", "Overview", "Find a Supplier - Textiles & ApparelThis link will direct you to a non-government website", "Overview", "About Select USA", "Investors", "Economic Development Organizations (EDO)", "Service Providers", "Investment Events", "Investor Resources", "Export Solutions", "Research Center", "Regulations & Agreements", "Resolve a Trade Problem", "Attend an Event", "News & Highlights", "Let Our Experts Help", "Buy From the USA", "Invest in the USA", "Contact Us", "Data & API", "Site Map" ], "400": [ "Virtual Services", "Learn How To Export", "Research Foreign Markets", "Network & Learn at Events", "Find Buyers & Partners", "Explore eCommerce Resources", "Obtain Financing", "Negotiate an Export Sale", "Navigate Shipping & Logistics", "Comply with U.S. and Foreign Export Regulations", "Perform Due Diligence", "Protect Intellectual Property", "Resolve Export Problems", "Research Center", "Research by Industry", "Research By Country", "Research By Region", "Trade Data and Analysis", "Top Markets", "Public APIs", "Resolve a Foreign Trade Barrier", "U.S. Antidumping & Countervailing Duties", "Facing a Foreign Trade AD/CVD or Safeguard Investigation?", "Fight Unfair Foreign Trade Subsidies", "Industry Monitoring & Analysis", "Protect Your Intellectual Property", "Advocating for U.S. Business Abroad", "Network & Learn at Events", "Meet Buyers at Events", "Events by Industry", "Services for Trade Event Organizers", "Foreign Direct Investment Attraction Events", "Press", "Blog", "ITA Success Stories", "Services for U.S. Companies New to Exporting", "Services for U.S. Companies Currently Exporting", "Services for Trade Event Organizers", "Services for U.S. Associations & EDOs", "Services for Rural Companies", "Foreign-Trade Zones", "Partner with ITA", "About Select USA", "Investors", "Economic Development Organizations (EDO)", "Service Providers", "Investment Events", "Investor Resources" ], "700": [ "Twitter", "Facebook", "YouTube", "LinkedIn" ] }, "color": { "rgb(0, 0, 0)": [ "Overview", "Virtual Services", "Learn How To Export", "Research Foreign Markets", "Network & Learn at Events", "Find Buyers & Partners", "Explore eCommerce Resources", "Obtain Financing", "Negotiate an Export Sale", "Navigate Shipping & Logistics", "Comply with U.S. and Foreign Export Regulations", "Perform Due Diligence", "Protect Intellectual Property", "Resolve Export Problems", "Overview", "Research Center", "Research by Industry", "Research By Country", "Research By Region", "Trade Data and Analysis", "Top Markets", "Public APIs", "Overview", "U.S. Export Regulations", "Foreign Regulations", "Trade Agreements", "Overview", "Resolve a Foreign Trade Barrier", "U.S. Antidumping & Countervailing Duties", "Facing a Foreign Trade AD/CVD or Safeguard Investigation?", "Fight Unfair Foreign Trade Subsidies", "Industry Monitoring & Analysis", "Protect Your Intellectual Property", "Advocating for U.S. Business Abroad", "Overview", "Network & Learn at Events", "Meet Buyers at Events", "Events by Industry", "Services for Trade Event Organizers", "Foreign Direct Investment Attraction Events", "Overview", "Press", "Blog", "ITA Success Stories", "Overview", "Services for U.S. Companies New to Exporting", "Services for U.S. Companies Currently Exporting", "Services for Trade Event Organizers", "Services for U.S. Associations & EDOs", "Services for Rural Companies", "Foreign-Trade Zones", "Partner with ITA", "Overview", "Find a Supplier - Textiles & ApparelThis link will direct you to a non-government website", "Overview", "About Select USA", "Investors", "Economic Development Organizations (EDO)", "Service Providers", "Investment Events", "Investor Resources", "Virtual Services", "Learn How To Export", "Research Foreign Markets", "Network & Learn at Events", "Find Buyers & Partners", "Explore eCommerce Resources", "Obtain Financing", "Negotiate an Export Sale", "Navigate Shipping & Logistics", "Comply with U.S. and Foreign Export Regulations", "Perform Due Diligence", "Protect Intellectual Property", "Resolve Export Problems", "Research Center", "Research by Industry", "Research By Country", "Research By Region", "Trade Data and Analysis", "Top Markets", "Public APIs", "Resolve a Foreign Trade Barrier", "U.S. Antidumping & Countervailing Duties", "Facing a Foreign Trade AD/CVD or Safeguard Investigation?", "Fight Unfair Foreign Trade Subsidies", "Industry Monitoring & Analysis", "Protect Your Intellectual Property", "Advocating for U.S. Business Abroad", "Network & Learn at Events", "Meet Buyers at Events", "Events by Industry", "Services for Trade Event Organizers", "Foreign Direct Investment Attraction Events", "Press", "Blog", "ITA Success Stories", "Services for U.S. Companies New to Exporting", "Services for U.S. Companies Currently Exporting", "Services for Trade Event Organizers", "Services for U.S. Associations & EDOs", "Services for Rural Companies", "Foreign-Trade Zones", "Partner with ITA", "About Select USA", "Investors", "Economic Development Organizations (EDO)", "Service Providers", "Investment Events", "Investor Resources" ], "rgb(255, 255, 255)": [ "Export Solutions", "Research Center", "Regulations & Agreements", "Resolve a Trade Problem", "Attend an Event", "News & Highlights", "Let Our Experts Help", "Buy From the USA", "Invest in the USA", "Contact Us", "Data & API", "Site Map" ], "rgb(0, 91, 159)": [ "Twitter", "Facebook", "YouTube", "LinkedIn" ] }, "fontSize": { "14px": [ "Overview", "Virtual Services", "Learn How To Export", "Research Foreign Markets", "Network & Learn at Events", "Find Buyers & Partners", "Explore eCommerce Resources", "Obtain Financing", "Negotiate an Export Sale", "Navigate Shipping & Logistics", "Comply with U.S. and Foreign Export Regulations", "Perform Due Diligence", "Protect Intellectual Property", "Resolve Export Problems", "Overview", "Research Center", "Research by Industry", "Research By Country", "Research By Region", "Trade Data and Analysis", "Top Markets", "Public APIs", "Overview", "U.S. Export Regulations", "Foreign Regulations", "Trade Agreements", "Overview", "Resolve a Foreign Trade Barrier", "U.S. Antidumping & Countervailing Duties", "Facing a Foreign Trade AD/CVD or Safeguard Investigation?", "Fight Unfair Foreign Trade Subsidies", "Industry Monitoring & Analysis", "Protect Your Intellectual Property", "Advocating for U.S. Business Abroad", "Overview", "Network & Learn at Events", "Meet Buyers at Events", "Events by Industry", "Services for Trade Event Organizers", "Foreign Direct Investment Attraction Events", "Overview", "Press", "Blog", "ITA Success Stories", "Overview", "Services for U.S. Companies New to Exporting", "Services for U.S. Companies Currently Exporting", "Services for Trade Event Organizers", "Services for U.S. Associations & EDOs", "Services for Rural Companies", "Foreign-Trade Zones", "Partner with ITA", "Overview", "Find a Supplier - Textiles & ApparelThis link will direct you to a non-government website", "Overview", "About Select USA", "Investors", "Economic Development Organizations (EDO)", "Service Providers", "Investment Events", "Investor Resources", "Export Solutions", "Research Center", "Regulations & Agreements", "Resolve a Trade Problem", "Attend an Event", "News & Highlights", "Let Our Experts Help", "Buy From the USA", "Invest in the USA", "Contact Us", "Data & API", "Site Map" ], "16px": [ "Virtual Services", "Learn How To Export", "Research Foreign Markets", "Network & Learn at Events", "Find Buyers & Partners", "Explore eCommerce Resources", "Obtain Financing", "Negotiate an Export Sale", "Navigate Shipping & Logistics", "Comply with U.S. and Foreign Export Regulations", "Perform Due Diligence", "Protect Intellectual Property", "Resolve Export Problems", "Research Center", "Research by Industry", "Research By Country", "Research By Region", "Trade Data and Analysis", "Top Markets", "Public APIs", "Resolve a Foreign Trade Barrier", "U.S. Antidumping & Countervailing Duties", "Facing a Foreign Trade AD/CVD or Safeguard Investigation?", "Fight Unfair Foreign Trade Subsidies", "Industry Monitoring & Analysis", "Protect Your Intellectual Property", "Advocating for U.S. Business Abroad", "Network & Learn at Events", "Meet Buyers at Events", "Events by Industry", "Services for Trade Event Organizers", "Foreign Direct Investment Attraction Events", "Press", "Blog", "ITA Success Stories", "Services for U.S. Companies New to Exporting", "Services for U.S. Companies Currently Exporting", "Services for Trade Event Organizers", "Services for U.S. Associations & EDOs", "Services for Rural Companies", "Foreign-Trade Zones", "Partner with ITA", "About Select USA", "Investors", "Economic Development Organizations (EDO)", "Service Providers", "Investment Events", "Investor Resources" ], "18px": [ "Twitter", "Facebook", "YouTube", "LinkedIn" ] }, "lineHeight": { "17.08px": [ "Overview", "Virtual Services", "Learn How To Export", "Research Foreign Markets", "Network & Learn at Events", "Find Buyers & Partners", "Explore eCommerce Resources", "Obtain Financing", "Negotiate an Export Sale", "Navigate Shipping & Logistics", "Comply with U.S. and Foreign Export Regulations", "Perform Due Diligence", "Protect Intellectual Property", "Resolve Export Problems", "Overview", "Research Center", "Research by Industry", "Research By Country", "Research By Region", "Trade Data and Analysis", "Top Markets", "Public APIs", "Overview", "U.S. Export Regulations", "Foreign Regulations", "Trade Agreements", "Overview", "Resolve a Foreign Trade Barrier", "U.S. Antidumping & Countervailing Duties", "Facing a Foreign Trade AD/CVD or Safeguard Investigation?", "Fight Unfair Foreign Trade Subsidies", "Industry Monitoring & Analysis", "Protect Your Intellectual Property", "Advocating for U.S. Business Abroad", "Overview", "Network & Learn at Events", "Meet Buyers at Events", "Events by Industry", "Services for Trade Event Organizers", "Foreign Direct Investment Attraction Events", "Overview", "Press", "Blog", "ITA Success Stories", "Overview", "Services for U.S. Companies New to Exporting", "Services for U.S. Companies Currently Exporting", "Services for Trade Event Organizers", "Services for U.S. Associations & EDOs", "Services for Rural Companies", "Foreign-Trade Zones", "Partner with ITA", "Overview", "Find a Supplier - Textiles & ApparelThis link will direct you to a non-government website", "Overview", "About Select USA", "Investors", "Economic Development Organizations (EDO)", "Service Providers", "Investment Events", "Investor Resources" ], "27.36px": [ "Virtual Services", "Learn How To Export", "Research Foreign Markets", "Network & Learn at Events", "Find Buyers & Partners", "Explore eCommerce Resources", "Obtain Financing", "Negotiate an Export Sale", "Navigate Shipping & Logistics", "Comply with U.S. and Foreign Export Regulations", "Perform Due Diligence", "Protect Intellectual Property", "Resolve Export Problems", "Research Center", "Research by Industry", "Research By Country", "Research By Region", "Trade Data and Analysis", "Top Markets", "Public APIs", "Resolve a Foreign Trade Barrier", "U.S. Antidumping & Countervailing Duties", "Facing a Foreign Trade AD/CVD or Safeguard Investigation?", "Fight Unfair Foreign Trade Subsidies", "Industry Monitoring & Analysis", "Protect Your Intellectual Property", "Advocating for U.S. Business Abroad", "Network & Learn at Events", "Meet Buyers at Events", "Events by Industry", "Services for Trade Event Organizers", "Foreign Direct Investment Attraction Events", "Press", "Blog", "ITA Success Stories", "Services for U.S. Companies New to Exporting", "Services for U.S. Companies Currently Exporting", "Services for Trade Event Organizers", "Services for U.S. Associations & EDOs", "Services for Rural Companies", "Foreign-Trade Zones", "Partner with ITA", "About Select USA", "Investors", "Economic Development Organizations (EDO)", "Service Providers", "Investment Events", "Investor Resources" ], "23.94px": [ "Export Solutions", "Research Center", "Regulations & Agreements", "Resolve a Trade Problem", "Attend an Event", "News & Highlights", "Let Our Experts Help", "Buy From the USA", "Invest in the USA", "Contact Us", "Data & API", "Site Map" ], "18px": [ "Twitter", "Facebook", "YouTube", "LinkedIn" ] } }, "h2": { "color": { "rgb(111, 119, 123)": [ "New National Travel and Tourism Strategy", "Learn How To Export", "ITA Successes" ], "rgb(38, 125, 175)": [ "About ITA" ], "rgb(0, 0, 0)": [ "Footer" ] }, "fontSize": { "24px": [ "New National Travel and Tourism Strategy", "About ITA", "Learn How To Export", "ITA Successes" ], "32px": [ "Footer" ] } } } } }, { "type": "test", "which": "tabNav", "withItems": true, "what": "keyboard navigation between tab elements", "url": "https://www.trade.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.trade.gov/", "result": { "totals": { "total": 15, "tagNames": { "UL": 11, "DIV": 3, "IFRAME": 1 } }, "items": [ { "tagName": "UL", "id": "", "text": "Export Solutions Overview Virtual Services Learn How To Export Research Foreign Markets Network & Le" }, { "tagName": "UL", "id": "", "text": "Overview Virtual Services Learn How To Export Research Foreign Markets Network & Learn at Events Fin" }, { "tagName": "UL", "id": "", "text": "Overview Research Center Research by Industry Research By Country Research By Region Trade Data and " }, { "tagName": "UL", "id": "", "text": "Overview U.S. Export Regulations Foreign Regulations Trade Agreements" }, { "tagName": "UL", "id": "", "text": "Overview Resolve a Foreign Trade Barrier U.S. Antidumping & Countervailing Duties Facing a Foreign T" }, { "tagName": "UL", "id": "", "text": "Overview Network & Learn at Events Meet Buyers at Events Events by Industry Services for Trade Event" }, { "tagName": "UL", "id": "", "text": "Overview Press Blog ITA Success Stories" }, { "tagName": "UL", "id": "", "text": "Overview Services for U.S. Companies New to Exporting Services for U.S. Companies Currently Exportin" }, { "tagName": "UL", "id": "", "text": "BuyUSA Overview Find a Supplier - Textiles & ApparelThis link will direct you to a non-government we" }, { "tagName": "UL", "id": "", "text": "Overview Find a Supplier - Textiles & ApparelThis link will direct you to a non-government website" }, { "tagName": "UL", "id": "", "text": "Overview About Select USA Investors Economic Development Organizations (EDO) Service Providers Inves" }, { "tagName": "DIV", "id": "mobile-menu", "text": "Search ITA Search For U.S. Businesses Export Solutions Virtual Services Learn How To Export Research" }, { "tagName": "DIV", "id": "slick-slide00", "text": "International Trade Administration The International Trade Administration strengthens the competitiv" }, { "tagName": "DIV", "id": "", "text": "" }, { "tagName": "IFRAME", "id": "a2a_sm_ifr", "text": "" } ] } }, { "type": "test", "which": "alfa", "what": "alfa", "url": "https://www.trade.gov/", "result": { "totals": { "failures": 32, "warnings": 2 }, "items": [ { "index": 598, "verdict": "failed", "rule": { "ruleID": "r18", "ruleSummary": "aria-* states and properties are allowed", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r18", "requirements": [ { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/aria/ARIA5", "name": "ARIA5", "title": "Using WAI-ARIA state and property attributes to expose the state of a user interface" } ] }, "target": { "type": "attribute", "tagName": "aria-level", "path": "/html[1]/body[1]/div[1]/div[1]/header[1]/div[2]/div[1]/div[1]/nav[1]/ul[1]/li[1]/@aria-level", "codeLines": [ "aria-level=\"1\"" ] } }, { "index": 601, "verdict": "failed", "rule": { "ruleID": "r18", "ruleSummary": "aria-* states and properties are allowed", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r18", "requirements": [ { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/aria/ARIA5", "name": "ARIA5", "title": "Using WAI-ARIA state and property attributes to expose the state of a user interface" } ] }, "target": { "type": "attribute", "tagName": "aria-level", "path": "/html[1]/body[1]/div[1]/div[1]/header[1]/div[2]/div[1]/div[1]/nav[1]/ul[1]/li[2]/@aria-level", "codeLines": [ "aria-level=\"1\"" ] } }, { "index": 604, "verdict": "failed", "rule": { "ruleID": "r18", "ruleSummary": "aria-* states and properties are allowed", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r18", "requirements": [ { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/aria/ARIA5", "name": "ARIA5", "title": "Using WAI-ARIA state and property attributes to expose the state of a user interface" } ] }, "target": { "type": "attribute", "tagName": "aria-level", "path": "/html[1]/body[1]/div[1]/div[1]/header[1]/div[2]/div[1]/div[1]/nav[1]/ul[1]/li[3]/@aria-level", "codeLines": [ "aria-level=\"1\"" ] } }, { "index": 607, "verdict": "failed", "rule": { "ruleID": "r18", "ruleSummary": "aria-* states and properties are allowed", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r18", "requirements": [ { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/aria/ARIA5", "name": "ARIA5", "title": "Using WAI-ARIA state and property attributes to expose the state of a user interface" } ] }, "target": { "type": "attribute", "tagName": "aria-level", "path": "/html[1]/body[1]/div[1]/div[1]/header[1]/div[2]/div[1]/div[1]/nav[1]/ul[1]/li[4]/@aria-level", "codeLines": [ "aria-level=\"1\"" ] } }, { "index": 1123, "verdict": "failed", "rule": { "ruleID": "r3", "ruleSummary": "id attributes have a unique value", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r3", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#parsing", "chapter": "4.1.1", "title": "Parsing" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/html/H93", "name": "H93", "title": "Ensuring that id attributes are unique on a Web page" } ] }, "target": { "type": "element", "tagName": "g", "path": "/html[1]/body[1]/div[1]/div[1]/main[1]/div[1]/section[1]/article[1]/div[4]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/svg[1]/g[1]", "codeLines": [ "<g id=\"Group_416\" data-name=\"Group 416\" transform=\"translate(0 0)\">", " <path data-name=\"Path 1179\" class=\"cls-1\" d=\"M31.356,48.98l-.021-.021a1.379,1.379,0,0,0-1.943.022...", " <path data-name=\"Path 1180\" class=\"cls-1\" d=\"M36.724,52.934l-.022-.021a1.379,1.379,0,0,0-1.943.02...", " <path data-name=\"Path 1181\" class=\"cls-1\" d=\"M42.436,56.419l-.022-.022a1.379,1.379,0,0,0-1.943.02...", " <path data-name=\"Path 1182\" class=\"cls-1\" d=\"M47.8,60.217l-.022-.022a1.379,1.379,0,0,0-1.943.023l...", " <path data-name=\"Path 1183\" class=\"cls-1\" d=\"M39.112,36.308a17.54,17.54,0,0,1-4.345,3.161l-.016.0...", " <path data-name=\"Path 1184\" class=\"cls-1\" d=\"M59.989,31.445l0-.018c-.149-.725-.591-.833-.841-.833...", "</g>" ] } }, { "index": 1124, "verdict": "failed", "rule": { "ruleID": "r3", "ruleSummary": "id attributes have a unique value", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r3", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#parsing", "chapter": "4.1.1", "title": "Parsing" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/html/H93", "name": "H93", "title": "Ensuring that id attributes are unique on a Web page" } ] }, "target": { "type": "element", "tagName": "g", "path": "/html[1]/body[1]/div[1]/div[1]/main[1]/div[1]/section[1]/article[1]/div[4]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/svg[1]/g[1]", "codeLines": [ "<g id=\"Group_416\" data-name=\"Group 416\" transform=\"translate(0 0)\">", " <path data-name=\"Path 1179\" class=\"cls-1\" d=\"M31.356,48.98l-.021-.021a1.379,1.379,0,0,0-1.943.022...", " <path data-name=\"Path 1180\" class=\"cls-1\" d=\"M36.724,52.934l-.022-.021a1.379,1.379,0,0,0-1.943.02...", " <path data-name=\"Path 1181\" class=\"cls-1\" d=\"M42.436,56.419l-.022-.022a1.379,1.379,0,0,0-1.943.02...", " <path data-name=\"Path 1182\" class=\"cls-1\" d=\"M47.8,60.217l-.022-.022a1.379,1.379,0,0,0-1.943.023l...", " <path data-name=\"Path 1183\" class=\"cls-1\" d=\"M39.112,36.308a17.54,17.54,0,0,1-4.345,3.161l-.016.0...", " <path data-name=\"Path 1184\" class=\"cls-1\" d=\"M59.989,31.445l0-.018c-.149-.725-.591-.833-.841-.833...", "</g>" ] } }, { "index": 1578, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[2]/text()[1]", "codeLines": [ "Official Website of the International Trade Administration" ] } }, { "index": 1579, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[2]/a[1]/text()[1]", "codeLines": [ "Here’s how you know" ] } }, { "index": 1758, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/main[1]/div[1]/section[1]/header[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]/text()[1]", "codeLines": [ "The International Trade Administration strengthens the competitiveness of U.S. industry, promotes t..." ] } }, { "index": 1769, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/main[1]/div[1]/section[1]/article[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/h2[1]/text()[1]", "codeLines": [ "About ITA" ] } }, { "index": 1770, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/main[1]/div[1]/section[1]/article[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/text()[1]", "codeLines": [ "Leadership" ] } }, { "index": 1772, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/main[1]/div[1]/section[1]/article[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[2]/div[1]/div[2]/div[1]/text()[1]", "codeLines": [ "About Us" ] } }, { "index": 1774, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/main[1]/div[1]/section[1]/article[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[3]/div[1]/div[2]/div[1]/text()[1]", "codeLines": [ "Organization Charts" ] } }, { "index": 1782, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/main[1]/div[1]/section[1]/article[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/h2[1]/text()[1]", "codeLines": [ "ITA Successes" ] } }, { "index": 1785, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/main[1]/div[1]/section[1]/article[1]/div[4]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[3]/text()[1]", "codeLines": [ "December 09, 2019" ] } }, { "index": 1789, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/main[1]/div[1]/section[1]/article[1]/div[4]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[2]/div[3]/text()[1]", "codeLines": [ "April 13, 2021" ] } }, { "index": 1846, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/main[1]/div[1]/section[1]/article[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/h2[1]/text()[1]", "codeLines": [ "ITA Successes" ] } }, { "index": 1849, "verdict": "failed", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/main[1]/div[1]/section[1]/article[1]/div[4]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[3]/text()[1]", "codeLines": [ "December 09, 2019" ] } }, { "index": 1853, "verdict": "failed", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/main[1]/div[1]/section[1]/article[1]/div[4]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[2]/div[3]/text()[1]", "codeLines": [ "April 13, 2021" ] } }, { "index": 1900, "verdict": "failed", "rule": { "ruleID": "r73", "ruleSummary": "Paragraphs of text have sufficient line height", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r73", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/div[1]/div[1]/main[1]/div[1]/section[1]/article[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[2]/p[1]", "codeLines": [ "<p>", " The new strategy focuses the full efforts of the federal government to promote the United States ...", "</p>" ] } }, { "index": 1901, "verdict": "failed", "rule": { "ruleID": "r73", "ruleSummary": "Paragraphs of text have sufficient line height", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r73", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/div[1]/div[1]/main[1]/div[1]/section[1]/article[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[2]/p[1]", "codeLines": [ "<p>", " The International Trade Administration is led by the Under Secretary of Commerce for Internationa...", "</p>" ] } }, { "index": 1902, "verdict": "failed", "rule": { "ruleID": "r73", "ruleSummary": "Paragraphs of text have sufficient line height", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r73", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/div[1]/div[1]/main[1]/div[1]/section[1]/article[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[2]/div[1]/div[2]/div[2]/p[1]", "codeLines": [ "<p>", " Learn more about who we are and what we do at the International Trade Administration", "</p>" ] } }, { "index": 1903, "verdict": "failed", "rule": { "ruleID": "r73", "ruleSummary": "Paragraphs of text have sufficient line height", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r73", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/div[1]/div[1]/main[1]/div[1]/section[1]/article[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[3]/div[1]/div[2]/div[2]/p[1]", "codeLines": [ "<p>", " ITA is organized into three primary business units working to improve the global business environ...", "</p>" ] } }, { "index": 1904, "verdict": "failed", "rule": { "ruleID": "r73", "ruleSummary": "Paragraphs of text have sufficient line height", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r73", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/div[1]/div[1]/main[1]/div[1]/section[1]/article[1]/div[3]/div[1]/div[1]/div[1]/div[2]/div[2]/p[1]", "codeLines": [ "<p>", " There’s no better time to export than now. Explore our exporting tools and resources to get start...", "</p>" ] } }, { "index": 1905, "verdict": "failed", "rule": { "ruleID": "r73", "ruleSummary": "Paragraphs of text have sufficient line height", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r73", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/div[1]/div[1]/main[1]/div[1]/section[1]/article[1]/div[4]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[4]/p[1]", "codeLines": [ "<p>", " Learn how the U.S. Commercial Service is helping companies achieve success!", "</p>" ] } }, { "index": 1906, "verdict": "failed", "rule": { "ruleID": "r73", "ruleSummary": "Paragraphs of text have sufficient line height", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r73", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/div[1]/div[1]/main[1]/div[1]/section[1]/article[1]/div[4]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[2]/div[4]/p[1]", "codeLines": [ "<p>", " Learn how the U.S. Commercial Service is helping companies achieve success!", "</p>" ] } }, { "index": 1907, "verdict": "failed", "rule": { "ruleID": "r73", "ruleSummary": "Paragraphs of text have sufficient line height", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r73", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/div[1]/div[1]/footer[1]/div[1]/div[1]/div[2]/div[2]/p[1]", "codeLines": [ "<p>", " <strong>", " International Trade Administration", " <br>", " U.S. Department of Commerce", " </strong>", " <br>", " 1401 Constitution Ave NW", " <br>", " Washington, DC 20230", "</p>" ] } }, { "index": 1908, "verdict": "failed", "rule": { "ruleID": "r73", "ruleSummary": "Paragraphs of text have sufficient line height", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r73", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/div[1]/div[1]/footer[1]/div[1]/div[1]/div[2]/div[2]/p[2]", "codeLines": [ "<p>", " <strong>", " Connect With ITA", " </strong>", "</p>" ] } }, { "index": 1909, "verdict": "failed", "rule": { "ruleID": "r73", "ruleSummary": "Paragraphs of text have sufficient line height", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r73", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/div[1]/div[1]/footer[1]/div[1]/div[2]/div[1]/div[1]/p[1]", "codeLines": [ "<p>", " The", " <strong>", " <a href=\"https://www.trade.gov/\">", " International Trade Administration", " </a>", " </strong>", " ,", " <strong>", " <a href=\"https://www.commerce.gov/\" target=\"_blank\">", " U.S. Department of Commerce", " </a>", " ,", " </strong>", " manages this global trade site to provide access to ITA information on promoting trade and invest...", " <strong>", " <a data-extlink=\"\" href=\"https://get.adobe.com/reader\" rel=\"noopener\" target=\"_blank\">", " PDF reader", " </a>", " </strong>", " is available from Adobe Systems Incorporated.", "</p>" ] } }, { "index": 1910, "verdict": "failed", "rule": { "ruleID": "r73", "ruleSummary": "Paragraphs of text have sufficient line height", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r73", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/div[1]/div[1]/footer[1]/div[1]/div[2]/div[1]/div[1]/p[2]", "codeLines": [ "<p>", " <a href=\"https://www.usa.gov/\" target=\"_blank\">", " USA.gov", " </a>", " |", " <a href=\"https://www.trade.gov/foia\">", " FOIA", " </a>", " |", " <a href=\"https://www.trade.gov/privacy-program\">", " Privacy Program", " </a>", " |", " <a href=\"https://www.trade.gov/eeo-policy\">", " EEO Policy", " </a>", " |", " <a href=\"https://www.trade.gov/endorsement-disclaimer\">", " Disclaimer", " </a>", " |", " <a href=\"https://www.trade.gov/sites/default/files/2021-02/ITA%20Quality%20Assurance%20Statement....", " Information Quality Guidelines", " </a>", " |", " <a data-entity-substitution=\"canonical\" data-entity-type=\"node\" data-entity-uuid=\"0ba58631-ac3b-4...", " Accessibility", " </a>", "</p>" ] } }, { "index": 1911, "verdict": "failed", "rule": { "ruleID": "r74", "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r74", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/div[1]/div[1]/footer[1]/div[1]/div[1]/div[2]/div[2]/p[1]", "codeLines": [ "<p>", " <strong>", " International Trade Administration", " <br>", " U.S. Department of Commerce", " </strong>", " <br>", " 1401 Constitution Ave NW", " <br>", " Washington, DC 20230", "</p>" ] } }, { "index": 1912, "verdict": "failed", "rule": { "ruleID": "r74", "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r74", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/div[1]/div[1]/footer[1]/div[1]/div[1]/div[2]/div[2]/p[2]", "codeLines": [ "<p>", " <strong>", " Connect With ITA", " </strong>", "</p>" ] } }, { "index": 1913, "verdict": "failed", "rule": { "ruleID": "r74", "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r74", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/div[1]/div[1]/footer[1]/div[1]/div[2]/div[1]/div[1]/p[1]", "codeLines": [ "<p>", " The", " <strong>", " <a href=\"https://www.trade.gov/\">", " International Trade Administration", " </a>", " </strong>", " ,", " <strong>", " <a href=\"https://www.commerce.gov/\" target=\"_blank\">", " U.S. Department of Commerce", " </a>", " ,", " </strong>", " manages this global trade site to provide access to ITA information on promoting trade and invest...", " <strong>", " <a data-extlink=\"\" href=\"https://get.adobe.com/reader\" rel=\"noopener\" target=\"_blank\">", " PDF reader", " </a>", " </strong>", " is available from Adobe Systems Incorporated.", "</p>" ] } }, { "index": 1914, "verdict": "failed", "rule": { "ruleID": "r74", "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r74", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/div[1]/div[1]/footer[1]/div[1]/div[2]/div[1]/div[1]/p[2]", "codeLines": [ "<p>", " <a href=\"https://www.usa.gov/\" target=\"_blank\">", " USA.gov", " </a>", " |", " <a href=\"https://www.trade.gov/foia\">", " FOIA", " </a>", " |", " <a href=\"https://www.trade.gov/privacy-program\">", " Privacy Program", " </a>", " |", " <a href=\"https://www.trade.gov/eeo-policy\">", " EEO Policy", " </a>", " |", " <a href=\"https://www.trade.gov/endorsement-disclaimer\">", " Disclaimer", " </a>", " |", " <a href=\"https://www.trade.gov/sites/default/files/2021-02/ITA%20Quality%20Assurance%20Statement....", " Information Quality Guidelines", " </a>", " |", " <a data-entity-substitution=\"canonical\" data-entity-type=\"node\" data-entity-uuid=\"0ba58631-ac3b-4...", " Accessibility", " </a>", "</p>" ] } } ] } }, { "type": "test", "which": "axe", "detailLevel": 2, "rules": [], "what": "Axe", "url": "https://www.trade.gov/", "result": { "totals": { "rulesNA": 49, "rulesPassed": 47, "rulesWarned": 5, "rulesViolated": 4, "warnings": { "minor": 56, "moderate": 0, "serious": 6, "critical": 1 }, "violations": { "minor": 1, "moderate": 1, "serious": 10, "critical": 0 } }, "details": { "testEngine": { "name": "axe-core", "version": "4.4.2" }, "testRunner": { "name": "axe" }, "testEnvironment": { "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/102.0.5005.40 Safari/537.36", "windowWidth": 1280, "windowHeight": 720, "orientationAngle": 90, "orientationType": "landscape-primary" }, "timestamp": "2022-07-17T23:37:54.904Z", "url": "https://www.trade.gov/", "toolOptions": { "resultTypes": [ "violations", "incomplete" ], "runOnly": { "type": "tag", "values": [ "experimental", "best-practice", "wcag2a", "wcag2aa", "wcag2aaa", "wcag21a", "wcag21aa", "wcag21aaa" ] }, "reporter": "v1" }, "incomplete": [ { "id": "aria-valid-attr-value", "impact": "critical", "tags": [ "cat.aria", "wcag2a", "wcag412" ], "description": "Ensures all ARIA attributes have valid values", "help": "ARIA attributes must conform to valid values", "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/aria-valid-attr-value?application=axeAPI", "nodes": [ { "any": [], "all": [ { "id": "aria-valid-attr-value", "data": { "messageKey": "noId", "needsReview": "aria-describedby=\"slick-slide-control00\"" }, "relatedNodes": [], "impact": "critical", "message": "ARIA attribute element ID does not exist on the page: aria-describedby=\"slick-slide-control00\"" } ], "none": [], "impact": "critical", "html": "<div class=\"ita-slider__item ita-slider__item--active slick-slide slick-current slick-active\" id=\"slick-slide00\" data-slick-index=\"0\" aria-hidden=\"false\" tabindex=\"0\" role=\"tabpanel\" aria-describedby=\"slick-slide-control00\" style=\"width: 1280px; position: relative; left: 0px; top: 0px; z-index: 999; opacity: 1;\">", "target": [ "#slick-slide00" ], "failureSummary": "Fix all of the following:\n ARIA attribute element ID does not exist on the page: aria-describedby=\"slick-slide-control00\"" } ] }, { "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": "24.0pt (32px)", "fontWeight": "bold", "messageKey": "bgOverlap", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [], "impact": "serious", "message": "Element's background color could not be determined because it is overlapped by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<div class=\"ita-hero-banner__title\">\n International Trade Administration\n </div>", "target": [ ".ita-hero-banner__title" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it is overlapped by another element" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "contrastRatio": 0, "fontSize": "15.0pt (20px)", "fontWeight": "normal", "messageKey": "bgOverlap", "expectedContrastRatio": "7:1" }, "relatedNodes": [], "impact": "serious", "message": "Element's background color could not be determined because it is overlapped by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<div class=\"ita-hero-banner__summary\">", "target": [ ".ita-hero-banner__summary" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it is overlapped by another element" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#6f777b", "contrastRatio": 0, "fontSize": "18.0pt (24px)", "fontWeight": "bold", "messageKey": "bgImage", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<div class=\"layout layout--onecol-greyswirl\">", "target": [ ".layout--onecol-greyswirl" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<h2 class=\"ita-block-content__title\">ITA Successes </h2>", "target": [ ".ita-block-content__title" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" } ] }, { "id": "color-contrast", "impact": "serious", "tags": [ "cat.color", "wcag2aa", "wcag143" ], "description": "Ensures the contrast between foreground and background colors meets WCAG 2 AA contrast ratio thresholds", "help": "Elements must have sufficient color contrast", "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/color-contrast?application=axeAPI", "nodes": [ { "any": [ { "id": "color-contrast", "data": { "fgColor": "#ffffff", "contrastRatio": 0, "fontSize": "24.0pt (32px)", "fontWeight": "bold", "messageKey": "bgOverlap", "expectedContrastRatio": "3:1" }, "relatedNodes": [], "impact": "serious", "message": "Element's background color could not be determined because it is overlapped by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<div class=\"ita-hero-banner__title\">\n International Trade Administration\n </div>", "target": [ ".ita-hero-banner__title" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it is overlapped by another element" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#ffffff", "contrastRatio": 0, "fontSize": "15.0pt (20px)", "fontWeight": "normal", "messageKey": "bgOverlap", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [], "impact": "serious", "message": "Element's background color could not be determined because it is overlapped by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<div class=\"ita-hero-banner__summary\">", "target": [ ".ita-hero-banner__summary" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it is overlapped by another element" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#6f777b", "contrastRatio": 0, "fontSize": "18.0pt (24px)", "fontWeight": "bold", "messageKey": "bgImage", "expectedContrastRatio": "3:1" }, "relatedNodes": [ { "html": "<div class=\"layout layout--onecol-greyswirl\">", "target": [ ".layout--onecol-greyswirl" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<h2 class=\"ita-block-content__title\">ITA Successes </h2>", "target": [ ".ita-block-content__title" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" } ] }, { "id": "hidden-content", "impact": "minor", "tags": [ "cat.structure", "experimental", "review-item", "best-practice" ], "description": "Informs users about hidden content.", "help": "Hidden content on the page should be analyzed", "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/hidden-content?application=axeAPI", "nodes": [ { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<div class=\"block-howyouknowdescription\">", "target": [ ".block-howyouknowdescription" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<span class=\"ita-header__menu-icon\">", "target": [ "#menu1 > .ita-header__menu-icon" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<span class=\"ita-header__menu-icon--toggle ita-header__menu-icon--open active\"><svg class=\"icon icon--arrow-down\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 12 7.41\">\n <path d=\"M7.41,7.84,12,12.42l4.59-4.58L18,9.25l-6,6-6-6Z\" transform=\"translate(-6 -7.84)\"></path>\n</svg>\n</span>", "target": [ "#menu1 > .ita-header__menu-icon--open.active.ita-header__menu-icon--toggle" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<span class=\"ita-header__menu-icon--toggle ita-header__menu-icon--close\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 12 7.41\">\n <path d=\"M12,8,6,14l1.41,1.41L12,10.83l4.59,4.58L18,14Z\" transform=\"translate(-6 -8)\"></path>\n</svg>\n</span>", "target": [ "#menu1 > .ita-header__menu-icon--close.ita-header__menu-icon--toggle" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<ul class=\"ita-header__submenu\" aria-labelledby=\"menu1\">", "target": [ "ul[aria-labelledby=\"menu1\"]" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<span class=\"ita-header__menu-icon--toggle ita-header__menu-icon--close\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 12 7.41\">\n <path d=\"M12,8,6,14l1.41,1.41L12,10.83l4.59,4.58L18,14Z\" transform=\"translate(-6 -8)\"></path>\n</svg>\n</span>", "target": [ "#export-solutions-menu-1 > .ita-header__menu-icon--close.ita-header__menu-icon--toggle" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<ul class=\"ita-header__dropdown\" aria-labelledby=\"export-solutions-menu-1\">", "target": [ "ul[aria-labelledby=\"export-solutions-menu-1\"]" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<span class=\"ita-header__menu-icon--toggle ita-header__menu-icon--close\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 12 7.41\">\n <path d=\"M12,8,6,14l1.41,1.41L12,10.83l4.59,4.58L18,14Z\" transform=\"translate(-6 -8)\"></path>\n</svg>\n</span>", "target": [ "#research-center-menu-2 > .ita-header__menu-icon--close.ita-header__menu-icon--toggle" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<ul class=\"ita-header__dropdown\" aria-labelledby=\"research-center-menu-2\">", "target": [ "ul[aria-labelledby=\"research-center-menu-2\"]" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<span class=\"ita-header__menu-icon--toggle ita-header__menu-icon--close\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 12 7.41\">\n <path d=\"M12,8,6,14l1.41,1.41L12,10.83l4.59,4.58L18,14Z\" transform=\"translate(-6 -8)\"></path>\n</svg>\n</span>", "target": [ "#regulations-\\&-agreements-menu-3 > .ita-header__menu-icon--close.ita-header__menu-icon--toggle" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<ul class=\"ita-header__dropdown\" aria-labelledby=\"regulations-&-agreements-menu-3\">", "target": [ ".ita-header__menu-item--expanded.ita-header__menu-item[aria-level=\"2\"]:nth-child(3) > .ita-header__dropdown" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<span class=\"ita-header__menu-icon--toggle ita-header__menu-icon--close\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 12 7.41\">\n <path d=\"M12,8,6,14l1.41,1.41L12,10.83l4.59,4.58L18,14Z\" transform=\"translate(-6 -8)\"></path>\n</svg>\n</span>", "target": [ "#resolve-a-trade-problem-menu-4 > .ita-header__menu-icon--close.ita-header__menu-icon--toggle" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<ul class=\"ita-header__dropdown\" aria-labelledby=\"resolve-a-trade-problem-menu-4\">", "target": [ "ul[aria-labelledby=\"resolve-a-trade-problem-menu-4\"]" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<span class=\"ita-header__menu-icon--toggle ita-header__menu-icon--close\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 12 7.41\">\n <path d=\"M12,8,6,14l1.41,1.41L12,10.83l4.59,4.58L18,14Z\" transform=\"translate(-6 -8)\"></path>\n</svg>\n</span>", "target": [ "#attend-an-event-menu-5 > .ita-header__menu-icon--close.ita-header__menu-icon--toggle" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<ul class=\"ita-header__dropdown\" aria-labelledby=\"attend-an-event-menu-5\">", "target": [ "ul[aria-labelledby=\"attend-an-event-menu-5\"]" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<span class=\"ita-header__menu-icon--toggle ita-header__menu-icon--close\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 12 7.41\">\n <path d=\"M12,8,6,14l1.41,1.41L12,10.83l4.59,4.58L18,14Z\" transform=\"translate(-6 -8)\"></path>\n</svg>\n</span>", "target": [ "#news-\\&-highlights-menu-6 > .ita-header__menu-icon--close.ita-header__menu-icon--toggle" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<ul class=\"ita-header__dropdown\" aria-labelledby=\"news-&-highlights-menu-6\">", "target": [ "ul[aria-labelledby=\"news-&-highlights-menu-6\"]" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<span class=\"ita-header__menu-icon--toggle ita-header__menu-icon--close\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 12 7.41\">\n <path d=\"M12,8,6,14l1.41,1.41L12,10.83l4.59,4.58L18,14Z\" transform=\"translate(-6 -8)\"></path>\n</svg>\n</span>", "target": [ "#let-our-experts-help-menu-7 > .ita-header__menu-icon--close.ita-header__menu-icon--toggle" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<ul class=\"ita-header__dropdown\" aria-labelledby=\"let-our-experts-help-menu-7\">", "target": [ "ul[aria-labelledby=\"let-our-experts-help-menu-7\"]" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<span class=\"ita-header__menu-icon\">", "target": [ "#menu2 > .ita-header__menu-icon" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<span class=\"ita-header__menu-icon--toggle ita-header__menu-icon--open active\"><svg class=\"icon icon--arrow-down\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 12 7.41\">\n <path d=\"M7.41,7.84,12,12.42l4.59-4.58L18,9.25l-6,6-6-6Z\" transform=\"translate(-6 -7.84)\"></path>\n</svg>\n</span>", "target": [ "#menu2 > .ita-header__menu-icon--open.active.ita-header__menu-icon--toggle" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<span class=\"ita-header__menu-icon--toggle ita-header__menu-icon--close\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 12 7.41\">\n <path d=\"M12,8,6,14l1.41,1.41L12,10.83l4.59,4.58L18,14Z\" transform=\"translate(-6 -8)\"></path>\n</svg>\n</span>", "target": [ "#menu2 > .ita-header__menu-icon--close.ita-header__menu-icon--toggle" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<ul class=\"ita-header__submenu\" aria-labelledby=\"menu2\">", "target": [ "ul[aria-labelledby=\"menu2\"]" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<span class=\"ita-header__menu-icon--toggle ita-header__menu-icon--close\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 12 7.41\">\n <path d=\"M12,8,6,14l1.41,1.41L12,10.83l4.59,4.58L18,14Z\" transform=\"translate(-6 -8)\"></path>\n</svg>\n</span>", "target": [ "#buyusa-menu-1 > .ita-header__menu-icon--close.ita-header__menu-icon--toggle" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<ul class=\"ita-header__dropdown\" aria-labelledby=\"buyusa-menu-1\">", "target": [ "ul[aria-labelledby=\"buyusa-menu-1\"]" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<span class=\"ita-header__menu-icon--toggle ita-header__menu-icon--close\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 12 7.41\">\n <path d=\"M12,8,6,14l1.41,1.41L12,10.83l4.59,4.58L18,14Z\" transform=\"translate(-6 -8)\"></path>\n</svg>\n</span>", "target": [ "#invest-in-the-usa-menu-2 > .ita-header__menu-icon--close.ita-header__menu-icon--toggle" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<ul class=\"ita-header__dropdown\" aria-labelledby=\"invest-in-the-usa-menu-2\">", "target": [ "ul[aria-labelledby=\"invest-in-the-usa-menu-2\"]" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<span class=\"ita-header__menu-icon\">", "target": [ "#menu3 > .ita-header__menu-icon" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<span class=\"ita-header__menu-icon\">", "target": [ "#menu4 > .ita-header__menu-icon" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<div class=\"ita-header__content--mobile\">", "target": [ ".ita-header__content--mobile" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<span class=\"ita-header__menu-icon\">", "target": [ ".ita-header__menu-btn > .ita-header__menu-icon" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<div class=\"ita-header__menu--mobile\" id=\"mobile-menu\">", "target": [ "#mobile-menu" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<span class=\"ita-header__accordion-icon ita-header__accordion-icon--toggle ita-header__accordion-icon--close\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 12 7.41\">\n <path d=\"M12,8,6,14l1.41,1.41L12,10.83l4.59,4.58L18,14Z\" transform=\"translate(-6 -8)\"></path>\n</svg>\n</span>", "target": [ "#accordion-menu1 > .ita-header__accordion-icon--close.ita-header__accordion-icon--toggle.ita-header__accordion-icon" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<ul class=\"ita-header__accordion-menu\" aria-labelledby=\"accordion-menu1\">", "target": [ "ul[aria-labelledby=\"accordion-menu1\"]" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<span class=\"ita-header__accordion-icon ita-header__accordion-icon--toggle ita-header__accordion-icon--close\">", "target": [ "#export-solutions-accordion-submenu1 > .ita-header__accordion-icon--close.ita-header__accordion-icon--toggle.ita-header__accordion-icon" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<ul class=\"ita-header__accordion-menu\" aria-labelledby=\"export-solutions-accordion-submenu1\">", "target": [ "ul[aria-labelledby=\"accordion-menu1\"] > .ita-header__accordion-item--expanded.ita-header__accordion-item[aria-level=\"2\"]:nth-child(1) > .ita-header__accordion-menu" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<span class=\"ita-header__accordion-icon ita-header__accordion-icon--toggle ita-header__accordion-icon--close\">", "target": [ "#research-center-accordion-submenu2 > .ita-header__accordion-icon--close.ita-header__accordion-icon--toggle.ita-header__accordion-icon" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<ul class=\"ita-header__accordion-menu\" aria-labelledby=\"research-center-accordion-submenu2\">", "target": [ "ul[aria-labelledby=\"accordion-menu1\"] > .ita-header__accordion-item--expanded.ita-header__accordion-item[aria-level=\"2\"]:nth-child(2) > .ita-header__accordion-menu" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<span class=\"ita-header__accordion-icon ita-header__accordion-icon--toggle ita-header__accordion-icon--close\">", "target": [ "#resolve-a-trade-problem-accordion-submenu4 > .ita-header__accordion-icon--close.ita-header__accordion-icon--toggle.ita-header__accordion-icon" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<ul class=\"ita-header__accordion-menu\" aria-labelledby=\"resolve-a-trade-problem-accordion-submenu4\">", "target": [ ".ita-header__accordion-item--expanded.ita-header__accordion-item[aria-level=\"2\"]:nth-child(4) > .ita-header__accordion-menu" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<span class=\"ita-header__accordion-icon ita-header__accordion-icon--toggle ita-header__accordion-icon--close\">", "target": [ "#attend-an-event-accordion-submenu5 > .ita-header__accordion-icon--close.ita-header__accordion-icon--toggle.ita-header__accordion-icon" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<ul class=\"ita-header__accordion-menu\" aria-labelledby=\"attend-an-event-accordion-submenu5\">", "target": [ ".ita-header__accordion-item--expanded.ita-header__accordion-item[aria-level=\"2\"]:nth-child(5) > .ita-header__accordion-menu" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<span class=\"ita-header__accordion-icon ita-header__accordion-icon--toggle ita-header__accordion-icon--close\">", "target": [ "#news-\\&-highlights-accordion-submenu6 > .ita-header__accordion-icon--close.ita-header__accordion-icon--toggle.ita-header__accordion-icon" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<ul class=\"ita-header__accordion-menu\" aria-labelledby=\"news-&-highlights-accordion-submenu6\">", "target": [ ".ita-header__accordion-item--expanded.ita-header__accordion-item[aria-level=\"2\"]:nth-child(6) > .ita-header__accordion-menu" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<span class=\"ita-header__accordion-icon ita-header__accordion-icon--toggle ita-header__accordion-icon--close\">", "target": [ "#let-our-experts-help-accordion-submenu7 > .ita-header__accordion-icon--close.ita-header__accordion-icon--toggle.ita-header__accordion-icon" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<ul class=\"ita-header__accordion-menu\" aria-labelledby=\"let-our-experts-help-accordion-submenu7\">", "target": [ ".ita-header__accordion-item--expanded.ita-header__accordion-item[aria-level=\"2\"]:nth-child(7) > .ita-header__accordion-menu" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<span class=\"ita-header__accordion-icon ita-header__accordion-icon--toggle ita-header__accordion-icon--close\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 12 7.41\">\n <path d=\"M12,8,6,14l1.41,1.41L12,10.83l4.59,4.58L18,14Z\" transform=\"translate(-6 -8)\"></path>\n</svg>\n</span>", "target": [ "#accordion-menu2 > .ita-header__accordion-icon--close.ita-header__accordion-icon--toggle.ita-header__accordion-icon" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<ul class=\"ita-header__accordion-menu\" aria-labelledby=\"accordion-menu2\">", "target": [ "ul[aria-labelledby=\"accordion-menu2\"]" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<span class=\"ita-header__accordion-icon ita-header__accordion-icon--toggle ita-header__accordion-icon--close\">", "target": [ "#buyusa-accordion-submenu1 > .ita-header__accordion-icon--close.ita-header__accordion-icon--toggle.ita-header__accordion-icon" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<ul class=\"ita-header__accordion-menu\" aria-labelledby=\"buyusa-accordion-submenu1\">", "target": [ "ul[aria-labelledby=\"buyusa-accordion-submenu1\"]" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<span class=\"ita-header__accordion-icon ita-header__accordion-icon--toggle ita-header__accordion-icon--close\">", "target": [ "#invest-in-the-usa-accordion-submenu2 > .ita-header__accordion-icon--close.ita-header__accordion-icon--toggle.ita-header__accordion-icon" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<ul class=\"ita-header__accordion-menu\" aria-labelledby=\"invest-in-the-usa-accordion-submenu2\">", "target": [ "ul[aria-labelledby=\"accordion-menu2\"] > .ita-header__accordion-item--expanded.ita-header__accordion-item[aria-level=\"2\"]:nth-child(2) > .ita-header__accordion-menu" ], "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 style=\"height: 1px; width: 1px; position: absolute; z-index: 100000; top: 0px; visibility: hidden;\">", "target": [ "div:nth-child(20) > div" ], "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": "<iframe id=\"a2a_sm_ifr\" title=\"AddToAny Utility Frame\" transparency=\"true\" allowtransparency=\"true\" frameborder=\"0\" src=\"https://static.addtoany.com/menu/sm.23.html#type=core&event=load&url=https%3A%2F%2Fwww.trade.gov%2F&referrer=\" style=\"height: 1px; width: 1px; border: 0px; left: 0px; top: 0px; position: absolute; z-index: 100000; display: none;\">", "target": [ "#a2a_sm_ifr" ], "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": "<img src=\"https://dashboard.whoisvisiting.com/who.ashx?Type=Hit&Data=1280|720||40cc2835d6d54f509a4474481b831414|https%3A%2F%2Fwww.trade.gov%2F|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\" style=\"display: none;\">", "target": [ "body > 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." } ] }, { "id": "identical-links-same-purpose", "impact": "minor", "tags": [ "cat.semantics", "wcag2aaa", "wcag249" ], "description": "Ensure that links with the same accessible name serve a similar purpose", "help": "Links with the same name must have a similar purpose", "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/identical-links-same-purpose?application=axeAPI", "nodes": [ { "any": [], "all": [ { "id": "identical-links-same-purpose", "data": { "name": "read more", "urlProps": { "protocol": "http:", "hostname": "www.trade.gov", "port": "", "pathname": "/success-story/johnny-rockets/", "search": {}, "hash": "", "filename": "" } }, "relatedNodes": [ { "html": "<a class=\"ita-cta-button\" href=\"/success-story/exporter-overcomes-challenge-and-ships-product-germany-0\" target=\"_self\">\n Read More\n</a>", "target": [ ".col-2.ita-horizontal-list__item:nth-child(2) > .ita-content-cards.success-story > .ita-content-cards__bottom > .ita-cta-button[target=\"_self\"]" ] } ], "impact": "minor", "message": "Check that links have the same purpose, or are intentionally ambiguous." } ], "none": [], "impact": "minor", "html": "<a class=\"ita-cta-button\" href=\"/success-story/johnny-rockets\" target=\"_self\">\n Read More\n</a>", "target": [ "a[href$=\"johnny-rockets\"]" ], "failureSummary": "Fix all of the following:\n Check that links have the same purpose, or are intentionally ambiguous." } ] } ], "violations": [ { "id": "color-contrast-enhanced", "impact": "serious", "tags": [ "cat.color", "wcag2aaa", "wcag146" ], "description": "Ensures the contrast between foreground and background colors meets WCAG 2 AAA contrast ratio thresholds", "help": "Elements must have sufficient color contrast", "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/color-contrast-enhanced?application=axeAPI", "nodes": [ { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#6f777b", "bgColor": "#f8f8f8", "contrastRatio": 4.29, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<input placeholder=\"Search website...\" class=\"ita-header__search-input\" id=\"header-search\" type=\"text\" name=\"q\">", "target": [ "#header-search" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.29 (foreground color: #6f777b, background color: #f8f8f8, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<input placeholder=\"Search website...\" class=\"ita-header__search-input\" id=\"header-search\" type=\"text\" name=\"q\">", "target": [ "#header-search" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.29 (foreground color: #6f777b, background color: #f8f8f8, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#267daf", "bgColor": "#ccdeed", "contrastRatio": 3.28, "fontSize": "18.0pt (24px)", "fontWeight": "bold", "messageKey": null, "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<div class=\"ita-highlightsection ita-highlightsection--small\">", "target": [ ".ita-highlightsection" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 3.28 (foreground color: #267daf, background color: #ccdeed, font size: 18.0pt (24px), font weight: bold). Expected contrast ratio of 4.5:1" } ], "all": [], "none": [], "impact": "serious", "html": "<h2 class=\"ita-highlightsection__title\">About ITA</h2>", "target": [ ".ita-highlightsection__title" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 3.28 (foreground color: #267daf, background color: #ccdeed, font size: 18.0pt (24px), font weight: bold). Expected contrast ratio of 4.5:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#004b84", "bgColor": "#ccdeed", "contrastRatio": 6.51, "fontSize": "13.5pt (18px)", "fontWeight": "bold", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<div class=\"ita-highlightsection ita-highlightsection--small\">", "target": [ ".ita-highlightsection" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 6.51 (foreground color: #004b84, background color: #ccdeed, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<div class=\"ita-highlightitem__heading ita-highlightitem__heading--small\">\n Leadership\n </div>", "target": [ ".col-3.ita-highlightsection__item.ita-highlightsection__item--small:nth-child(1) > .ita-highlightitem.ita-highlightitem--small > .ita-highlightitem__textblock.ita-highlightitem__textblock--small > .ita-highlightitem__heading.ita-highlightitem__heading--small" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 6.51 (foreground color: #004b84, background color: #ccdeed, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#004b84", "bgColor": "#ccdeed", "contrastRatio": 6.51, "fontSize": "13.5pt (18px)", "fontWeight": "bold", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<div class=\"ita-highlightsection ita-highlightsection--small\">", "target": [ ".ita-highlightsection" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 6.51 (foreground color: #004b84, background color: #ccdeed, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<div class=\"ita-highlightitem__heading ita-highlightitem__heading--small\">\n About Us\n </div>", "target": [ ".col-3.ita-highlightsection__item.ita-highlightsection__item--small:nth-child(2) > .ita-highlightitem.ita-highlightitem--small > .ita-highlightitem__textblock.ita-highlightitem__textblock--small > .ita-highlightitem__heading.ita-highlightitem__heading--small" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 6.51 (foreground color: #004b84, background color: #ccdeed, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#004b84", "bgColor": "#ccdeed", "contrastRatio": 6.51, "fontSize": "13.5pt (18px)", "fontWeight": "bold", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<div class=\"ita-highlightsection ita-highlightsection--small\">", "target": [ ".ita-highlightsection" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 6.51 (foreground color: #004b84, background color: #ccdeed, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<div class=\"ita-highlightitem__heading ita-highlightitem__heading--small\">\n Organization Charts\n </div>", "target": [ ".col-3.ita-highlightsection__item.ita-highlightsection__item--small:nth-child(3) > .ita-highlightitem.ita-highlightitem--small > .ita-highlightitem__textblock.ita-highlightitem__textblock--small > .ita-highlightitem__heading.ita-highlightitem__heading--small" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 6.51 (foreground color: #004b84, background color: #ccdeed, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#929292", "bgColor": "#ffffff", "contrastRatio": 3.11, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<div class=\"ita-content-cards success-story\">", "target": [ ".col-2.ita-horizontal-list__item:nth-child(1) > .ita-content-cards.success-story" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 3.11 (foreground color: #929292, background color: #ffffff, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<div class=\"ita-content-cards__source\">\n December 09, 2019\n\n </div>", "target": [ ".col-2.ita-horizontal-list__item:nth-child(1) > .ita-content-cards.success-story > .ita-content-cards__middle > .ita-content-cards__source" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 3.11 (foreground color: #929292, background color: #ffffff, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#929292", "bgColor": "#ffffff", "contrastRatio": 3.11, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<div class=\"ita-content-cards success-story\">", "target": [ ".col-2.ita-horizontal-list__item:nth-child(2) > .ita-content-cards.success-story" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 3.11 (foreground color: #929292, background color: #ffffff, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<div class=\"ita-content-cards__source\">\n April 13, 2021\n\n </div>", "target": [ ".col-2.ita-horizontal-list__item:nth-child(2) > .ita-content-cards.success-story > .ita-content-cards__middle > .ita-content-cards__source" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 3.11 (foreground color: #929292, background color: #ffffff, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" } ] }, { "id": "color-contrast", "impact": "serious", "tags": [ "cat.color", "wcag2aa", "wcag143" ], "description": "Ensures the contrast between foreground and background colors meets WCAG 2 AA contrast ratio thresholds", "help": "Elements must have sufficient color contrast", "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/color-contrast?application=axeAPI", "nodes": [ { "any": [ { "id": "color-contrast", "data": { "fgColor": "#6f777b", "bgColor": "#f8f8f8", "contrastRatio": 4.29, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<input placeholder=\"Search website...\" class=\"ita-header__search-input\" id=\"header-search\" type=\"text\" name=\"q\">", "target": [ "#header-search" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.29 (foreground color: #6f777b, background color: #f8f8f8, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1" } ], "all": [], "none": [], "impact": "serious", "html": "<input placeholder=\"Search website...\" class=\"ita-header__search-input\" id=\"header-search\" type=\"text\" name=\"q\">", "target": [ "#header-search" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.29 (foreground color: #6f777b, background color: #f8f8f8, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#929292", "bgColor": "#ffffff", "contrastRatio": 3.11, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<div class=\"ita-content-cards success-story\">", "target": [ ".col-2.ita-horizontal-list__item:nth-child(1) > .ita-content-cards.success-story" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 3.11 (foreground color: #929292, background color: #ffffff, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1" } ], "all": [], "none": [], "impact": "serious", "html": "<div class=\"ita-content-cards__source\">\n December 09, 2019\n\n </div>", "target": [ ".col-2.ita-horizontal-list__item:nth-child(1) > .ita-content-cards.success-story > .ita-content-cards__middle > .ita-content-cards__source" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 3.11 (foreground color: #929292, background color: #ffffff, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#929292", "bgColor": "#ffffff", "contrastRatio": 3.11, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<div class=\"ita-content-cards success-story\">", "target": [ ".col-2.ita-horizontal-list__item:nth-child(2) > .ita-content-cards.success-story" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 3.11 (foreground color: #929292, background color: #ffffff, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1" } ], "all": [], "none": [], "impact": "serious", "html": "<div class=\"ita-content-cards__source\">\n April 13, 2021\n\n </div>", "target": [ ".col-2.ita-horizontal-list__item:nth-child(2) > .ita-content-cards.success-story > .ita-content-cards__middle > .ita-content-cards__source" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 3.11 (foreground color: #929292, background color: #ffffff, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1" } ] }, { "id": "duplicate-id", "impact": "minor", "tags": [ "cat.parsing", "wcag2a", "wcag411" ], "description": "Ensures every id attribute value is unique", "help": "id attribute value must be unique", "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/duplicate-id?application=axeAPI", "nodes": [ { "any": [ { "id": "duplicate-id", "data": "Group_416", "relatedNodes": [ { "html": "<g id=\"Group_416\" data-name=\"Group 416\" transform=\"translate(0 0)\">", "target": [ ".col-2.ita-horizontal-list__item:nth-child(2) > .ita-content-cards.success-story > .ita-content-cards__top > .ita-content-cards__category > .ita-content-cards__icon > svg[viewBox=\"0 0 32.646 20.52\"] > g[data-name=\"Group 416\"][transform=\"translate(0 0)\"]" ] } ], "impact": "minor", "message": "Document has multiple static elements with the same id attribute: Group_416" } ], "all": [], "none": [], "impact": "minor", "html": "<g id=\"Group_416\" data-name=\"Group 416\" transform=\"translate(0 0)\">", "target": [ ".col-2.ita-horizontal-list__item:nth-child(1) > .ita-content-cards.success-story > .ita-content-cards__top > .ita-content-cards__category > .ita-content-cards__icon > svg[viewBox=\"0 0 32.646 20.52\"] > g[data-name=\"Group 416\"][transform=\"translate(0 0)\"]" ], "failureSummary": "Fix any of the following:\n Document has multiple static elements with the same id attribute: Group_416" } ] }, { "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=\"header-flag\">", "target": [ ".header-flag" ], "failureSummary": "Fix any of the following:\n Some page content is not contained by landmarks" } ] } ] } } }, { "type": "launch", "which": "chromium", "what": "chromium browser" }, { "type": "url", "which": "https://www.trade.gov/", "what": "URL", "result": "https://www.trade.gov/" }, { "type": "test", "which": "htmlcs", "what": "HTML CodeSniffer WCAG 2.1 AA ruleset", "url": "https://www.trade.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": "", "code": "<img src=\"https://dashboard.whoisvisiting.com/who.ashx?Type=Hit&Data=1280" } ] }, "AA.1_4_3.G18.Fail": { "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 3.11:1. Recommendation: change text colour to #767676.": [ { "tagName": "div", "id": "", "code": "<div class=\"ita-content-cards__source\">...</div>" } ], "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 1.53:1. Recommendation: change background to #5a779a.": [ { "tagName": "style", "id": "", "code": "<style>...</style>" } ] }, "AA.4_1_1.F77": { "Duplicate id attribute value \"Group_416\" found on the web page.": [ { "tagName": "g", "id": "#Group_416", "code": "<g id=\"Group_416\" data-name=\"Group 416\" transform=\"translate(0 0)\">...</g>" } ] } }, "Warning": { "AA.1_3_1.H42": { "Heading markup should be used if this content is intended as a heading.": [ { "tagName": "p", "id": "", "code": "<p>...</p>" } ] }, "AA.1_3_1.H48": { "If this element contains a navigation section, it is recommended that it be marked up as a list.": [ { "tagName": "p", "id": "", "code": "<p>...</p>" } ] }, "AA.1_4_3.G145.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 3:1.": [ { "tagName": "h1", "id": "", "code": "<h1 class=\"ita-landing-page__title--hidden\">...</h1>" }, { "tagName": "h2", "id": "#block-footer-menu", "code": "<h2 class=\"visually-hidden\" id=\"block-footer-menu\">...</h2>" } ] }, "AA.1_4_3.G145.BgImage": { "This element's text is placed on a background image. Ensure the contrast ratio between the text and all covered parts of the image are at least 3:1.": [ { "tagName": "h2", "id": "", "code": "<h2 class=\"ita-block-content__title\">...</h2>" } ] }, "AA.1_4_3.G18.Abs": { "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 4.5:1.": [ { "tagName": "a", "id": "", "code": "<a href=\"#main-content\" class=\"visually-hidden focusable\">...</a>" }, { "tagName": "label", "id": "", "code": "<label class=\"ita-header__search-label\" for=\"header-search\">...</label>" }, { "tagName": "span", "id": "", "code": "<span class=\"ita-footer__social-text\">...</span>" }, { "tagName": "span", "id": "", "code": "<span class=\"ita-header__search-label\">...</span>" } ] } } } }, { "type": "launch", "which": "chromium", "what": "chromium browser" }, { "type": "url", "which": "https://www.trade.gov/", "what": "URL", "result": "https://www.trade.gov/" }, { "type": "test", "which": "ibm", "withItems": true, "what": "IBM Accessibility Checker", "url": "https://www.trade.gov/", "result": { "content": { "totals": { "violation": 13, "recommendation": 7, "ignored": 0 }, "items": [ { "ruleId": "RPT_Elem_UniqueId", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/main[1]/div[1]/section[1]/article[1]/div[4]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/svg[1]/g[1]", "aria": "/document[1]/main[1]/article[1]/graphics-document[2]" }, "message": "The <g> element has the id \"Group_416\" that is already in use", "bounds": { "left": 8, "top": 36337, "height": 494, "width": 784 }, "snippet": "<g transform=\"translate(0 0)\" data-name=\"Group 416\" id=\"Group_416\">", "level": "violation" }, { "ruleId": "Rpt_Aria_WidgetLabels_Implicit", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/main[1]/div[1]/section[1]/header[1]/div[1]/div[1]/div[1]/div[1]/div[1]", "aria": "/document[1]/main[1]/tabpanel[1]" }, "message": "Interactive component with ARIA role 'tabpanel' does not have a programmatically associated name", "bounds": { "left": 8, "top": 34253, "height": 74, "width": 1280 }, "snippet": "<div style=\"width: 1280px; position: relative; left: 0px; top: 0px; z-index: 999; opacity: 1;\" aria-describedby=\"slick-slide-control00\" role=\"tabpanel\" tabindex=\"0\" aria-hidden=\"false\" data-slick-index=\"0\" id=\"slick-slide00\" class=\"ita-slider__item ita-slider__item--active slick-slide slick-current slick-active\">", "level": "violation" }, { "ruleId": "Rpt_Aria_ValidIdRef", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/main[1]/div[1]/section[1]/header[1]/div[1]/div[1]/div[1]/div[1]/div[1]", "aria": "/document[1]/main[1]/tabpanel[1]" }, "message": "The 'id' \"slick-slide-control00\" specified for the ARIA property 'aria-describedby' value is not valid", "bounds": { "left": 8, "top": 34253, "height": 74, "width": 1280 }, "snippet": "<div style=\"width: 1280px; position: relative; left: 0px; top: 0px; z-index: 999; opacity: 1;\" aria-describedby=\"slick-slide-control00\" role=\"tabpanel\" tabindex=\"0\" aria-hidden=\"false\" data-slick-index=\"0\" id=\"slick-slide00\" class=\"ita-slider__item ita-slider__item--active slick-slide slick-current slick-active\">", "level": "violation" }, { "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]/div[2]/p[1]", "aria": "/document[1]" }, "message": "Content is not within a landmark element", "bounds": { "left": 8, "top": 186, "height": 56, "width": 784 }, "snippet": "<p>", "level": "violation" }, { "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/p[1]", "aria": "/document[1]" }, "message": "Content is not within a landmark element", "bounds": { "left": 8, "top": 98, "height": 37, "width": 784 }, "snippet": "<p>", "level": "violation" }, { "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[2]/a[1]", "aria": "/document[1]/link[2]" }, "message": "Content is not within a landmark element", "bounds": { "left": 392, "top": 45, "height": 18, "width": 141 }, "snippet": "<a href=\"#\" class=\"us-gov-desc close\" aria-expanded=\"false\">", "level": "violation" }, { "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics", "path": { "dom": "/html[1]/body[1]/a[1]", "aria": "/document[1]/link[1]" }, "message": "Content is not within a landmark element", "bounds": { "left": 8, "top": 8, "height": 18, "width": 133 }, "snippet": "<a class=\"visually-hidden focusable\" href=\"#main-content\">", "level": "violation" }, { "ruleId": "Rpt_Aria_MultipleSearchLandmarks", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/header[1]/div[3]/div[1]/div[1]/nav[1]/ul[1]/li[1]/div[1]/form[1]", "aria": "/document[1]/banner[1]/navigation[2]/list[1]/listitem[1]/search[1]" }, "message": "Multiple elements with \"search\" role do not have unique labels", "bounds": { "left": 48, "top": 14904, "height": 68, "width": 744 }, "snippet": "<form method=\"GET\" action=\"/trade-search\" aria-label=\"sitewide\" role=\"search\" id=\"site-search-mobile\" class=\"ita-header__search-form\">", "level": "violation" }, { "ruleId": "Rpt_Aria_MultipleSearchLandmarks", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/header[1]/div[2]/ul[1]/li[1]/form[1]", "aria": "/document[1]/banner[1]/list[1]/listitem[1]/search[1]" }, "message": "Multiple elements with \"search\" role do not have unique labels", "bounds": { "left": 48, "top": 14756, "height": 68, "width": 744 }, "snippet": "<form method=\"GET\" aria-label=\"sitewide\" action=\"/trade-search\" role=\"search\" id=\"site-search\" class=\"ita-header__search-form\">", "level": "violation" }, { "ruleId": "Rpt_Aria_MultipleNavigationLandmarks_Implicit", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/header[1]/div[3]/div[1]/div[1]/nav[1]", "aria": "/document[1]/banner[1]/navigation[2]" }, "message": "Multiple elements with \"navigation\" role do not have unique labels", "bounds": { "left": 8, "top": 14904, "height": 19333, "width": 784 }, "snippet": "<nav role=\"navigation\">", "level": "violation" }, { "ruleId": "Rpt_Aria_MultipleNavigationLandmarks_Implicit", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/header[1]/div[2]/div[1]/div[1]/nav[1]", "aria": "/document[1]/banner[1]/navigation[1]" }, "message": "Multiple elements with \"navigation\" role do not have unique labels", "bounds": { "left": 8, "top": 292, "height": 14448, "width": 784 }, "snippet": "<nav role=\"navigation\">", "level": "violation" }, { "ruleId": "landmark_name_unique", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/header[1]/div[3]/div[1]/div[1]/nav[1]", "aria": "/document[1]/banner[1]/navigation[2]" }, "message": "Multiple \"navigation\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label", "bounds": { "left": 8, "top": 14904, "height": 19333, "width": 784 }, "snippet": "<nav role=\"navigation\">", "level": "violation" }, { "ruleId": "landmark_name_unique", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/header[1]/div[2]/div[1]/div[1]/nav[1]", "aria": "/document[1]/banner[1]/navigation[1]" }, "message": "Multiple \"navigation\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label", "bounds": { "left": 8, "top": 292, "height": 14448, "width": 784 }, "snippet": "<nav role=\"navigation\">", "level": "violation" }, { "ruleId": "aria_role_redundant", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/main[1]", "aria": "/document[1]/main[1]" }, "message": "The explicitly-assigned ARIA role \"main\" is redundant with the implicit role of the element <main>", "bounds": { "left": 8, "top": 34253, "height": 2724, "width": 784 }, "snippet": "<main tabindex=\"-1\" id=\"main-content\" role=\"main\">", "level": "recommendation" }, { "ruleId": "aria_role_redundant", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/header[1]/div[3]/div[1]/div[1]/nav[1]", "aria": "/document[1]/banner[1]/navigation[2]" }, "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>", "bounds": { "left": 8, "top": 14904, "height": 19333, "width": 784 }, "snippet": "<nav role=\"navigation\">", "level": "recommendation" }, { "ruleId": "aria_role_redundant", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/header[1]/div[3]/button[1]", "aria": "/document[1]/banner[1]/button[1]" }, "message": "The explicitly-assigned ARIA role \"button\" is redundant with the implicit role of the element <button>", "bounds": { "left": 8, "top": 14839, "height": 50, "width": 54 }, "snippet": "<button aria-controls=\"mobile-menu\" aria-expanded=\"false\" role=\"button\" class=\"ita-header__menu-btn\">", "level": "recommendation" }, { "ruleId": "aria_role_redundant", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/header[1]/div[2]/div[1]/div[1]/nav[1]", "aria": "/document[1]/banner[1]/navigation[1]" }, "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>", "bounds": { "left": 8, "top": 292, "height": 14448, "width": 784 }, "snippet": "<nav role=\"navigation\">", "level": "recommendation" }, { "ruleId": "aria_role_redundant", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/header[1]", "aria": "/document[1]/banner[1]" }, "message": "The explicitly-assigned ARIA role \"banner\" is redundant with the implicit role of the element <header>", "bounds": { "left": 8, "top": 257, "height": 33980, "width": 784 }, "snippet": "<header role=\"banner\" class=\"ita-header\">", "level": "recommendation" }, { "ruleId": "aria_role_redundant", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/footer[1]/div[1]/div[1]/div[1]/div[1]/nav[1]", "aria": "/document[1]/contentinfo[1]/navigation[1]" }, "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>", "bounds": { "left": 8, "top": 36997, "height": 325, "width": 784 }, "snippet": "<nav id=\"block-footer\" aria-labelledby=\"block-footer-menu\" role=\"navigation\">", "level": "recommendation" }, { "ruleId": "aria_role_redundant", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/footer[1]", "aria": "/document[1]/contentinfo[1]" }, "message": "The explicitly-assigned ARIA role \"contentinfo\" is redundant with the implicit role of the element <footer>", "bounds": { "left": 8, "top": 36997, "height": 899, "width": 784 }, "snippet": "<footer role=\"contentinfo\" class=\"ita-footer\">", "level": "recommendation" } ] }, "url": { "totals": { "violation": 5, "recommendation": 5, "ignored": 0 }, "items": [ { "ruleId": "RPT_Elem_UniqueId", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/main[1]/div[1]/section[1]/article[1]/div[4]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/svg[1]/g[1]", "aria": "/document[1]/main[1]/article[1]/graphics-document[2]" }, "message": "The <g> element has the id \"Group_416\" that is already in use", "bounds": { "left": 427, "top": 4382, "height": 9, "width": 14 }, "snippet": "<g transform=\"translate(0 0)\" data-name=\"Group 416\" id=\"Group_416\">", "level": "violation" }, { "ruleId": "Rpt_Aria_WidgetLabels_Implicit", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/main[1]/div[1]/section[1]/header[1]/div[1]/div[1]/div[1]/div[1]/div[1]", "aria": "/document[1]/main[1]/tabpanel[1]" }, "message": "Interactive component with ARIA role 'tabpanel' does not have a programmatically associated name", "bounds": { "left": 0, "top": 129, "height": 547, "width": 800 }, "snippet": "<div style=\"width: 800px; position: relative; left: 0px; top: 0px; z-index: 999; opacity: 1;\" aria-describedby=\"slick-slide-control00\" role=\"tabpanel\" tabindex=\"0\" aria-hidden=\"false\" data-slick-index=\"0\" id=\"slick-slide00\" class=\"ita-slider__item ita-slider__item--active slick-slide slick-current slick-active\">", "level": "violation" }, { "ruleId": "Rpt_Aria_ValidIdRef", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/main[1]/div[1]/section[1]/header[1]/div[1]/div[1]/div[1]/div[1]/div[1]", "aria": "/document[1]/main[1]/tabpanel[1]" }, "message": "The 'id' \"slick-slide-control00\" specified for the ARIA property 'aria-describedby' value is not valid", "bounds": { "left": 0, "top": 129, "height": 547, "width": 800 }, "snippet": "<div style=\"width: 800px; position: relative; left: 0px; top: 0px; z-index: 999; opacity: 1;\" aria-describedby=\"slick-slide-control00\" role=\"tabpanel\" tabindex=\"0\" aria-hidden=\"false\" data-slick-index=\"0\" id=\"slick-slide00\" class=\"ita-slider__item ita-slider__item--active slick-slide slick-current slick-active\">", "level": "violation" }, { "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[2]/a[1]", "aria": "/document[1]/link[2]" }, "message": "Content is not within a landmark element", "bounds": { "left": 398, "top": 6, "height": 15, "width": 133 }, "snippet": "<a href=\"#\" class=\"us-gov-desc close\" aria-expanded=\"false\">", "level": "violation" }, { "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics", "path": { "dom": "/html[1]/body[1]/a[1]", "aria": "/document[1]/link[1]" }, "message": "Content is not within a landmark element", "bounds": { "left": 0, "top": 0, "height": 1, "width": 1 }, "snippet": "<a class=\"visually-hidden focusable\" href=\"#main-content\">", "level": "violation" }, { "ruleId": "aria_role_redundant", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/main[1]", "aria": "/document[1]/main[1]" }, "message": "The explicitly-assigned ARIA role \"main\" is redundant with the implicit role of the element <main>", "bounds": { "left": 0, "top": 129, "height": 4822, "width": 800 }, "snippet": "<main tabindex=\"-1\" id=\"main-content\" role=\"main\">", "level": "recommendation" }, { "ruleId": "aria_role_redundant", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/header[1]/div[3]/button[1]", "aria": "/document[1]/banner[1]/button[1]" }, "message": "The explicitly-assigned ARIA role \"button\" is redundant with the implicit role of the element <button>", "bounds": { "left": 671, "top": 28, "height": 101, "width": 93 }, "snippet": "<button aria-controls=\"mobile-menu\" aria-expanded=\"false\" role=\"button\" class=\"ita-header__menu-btn\">", "level": "recommendation" }, { "ruleId": "aria_role_redundant", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/header[1]", "aria": "/document[1]/banner[1]" }, "message": "The explicitly-assigned ARIA role \"banner\" is redundant with the implicit role of the element <header>", "bounds": { "left": 0, "top": 28, "height": 101, "width": 800 }, "snippet": "<header role=\"banner\" class=\"ita-header\">", "level": "recommendation" }, { "ruleId": "aria_role_redundant", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/footer[1]/div[1]/div[1]/div[1]/div[1]/nav[1]", "aria": "/document[1]/contentinfo[1]/navigation[1]" }, "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>", "bounds": { "left": 49, "top": 5024, "height": 576, "width": 703 }, "snippet": "<nav id=\"block-footer\" aria-labelledby=\"block-footer-menu\" role=\"navigation\">", "level": "recommendation" }, { "ruleId": "aria_role_redundant", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/footer[1]", "aria": "/document[1]/contentinfo[1]" }, "message": "The explicitly-assigned ARIA role \"contentinfo\" is redundant with the implicit role of the element <footer>", "bounds": { "left": 0, "top": 4951, "height": 1334, "width": 800 }, "snippet": "<footer role=\"contentinfo\" class=\"ita-footer\">", "level": "recommendation" } ] } } }, { "type": "launch", "which": "chromium", "what": "chromium browser" }, { "type": "url", "which": "https://www.trade.gov/", "what": "URL", "result": "https://www.trade.gov/" }, { "type": "test", "which": "wave", "reportType": 4, "what": "WAVE", "url": "https://www.trade.gov/", "result": { "status": { "success": true, "httpstatuscode": 200 }, "statistics": { "pagetitle": "International Trade Administration", "pageurl": "https://www.trade.gov/", "time": 2.92, "creditsremaining": 934, "allitemcount": 377, "totalelements": 1398, "waveurl": "http://wave.webaim.org/report?url=https://www.trade.gov/" }, "categories": { "error": { "description": "Errors", "count": 2, "items": { "alt_spacer_missing": { "id": "alt_spacer_missing", "description": "Spacer image missing alternative text", "count": 1, "selectors": [ "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + DIV + SCRIPT + SCRIPT + IMG" ], "wcag": [ { "name": "1.1.1 Non-text Content (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc1.1.1" } ] }, "aria_reference_broken": { "id": "aria_reference_broken", "description": "Broken ARIA reference", "count": 1, "selectors": [ "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV > DIV:first-child > MAIN#main-content > DIV#block-ita-content > SECTION:first-child > HEADER:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#slick-slide00" ], "wcag": [ { "name": "1.3.1 Info and Relationships (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc1.3.1" }, { "name": "4.1.2 Name, Role, Value (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc4.1.2" } ] } } }, "contrast": { "description": "Contrast Errors", "count": 7, "items": { "contrast": { "id": "contrast", "description": "Very low contrast", "count": 7, "selectors": [ "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV > DIV:first-child > MAIN#main-content > DIV#block-ita-content > SECTION:first-child > HEADER:first-child + DIV + ARTICLE > H1:first-child + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child + DIV + DIV", "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV > DIV:first-child > MAIN#main-content > DIV#block-ita-content > SECTION:first-child > HEADER:first-child + DIV + ARTICLE > H1:first-child + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child + DIV > DIV:first-child + DIV + DIV", "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV > DIV:first-child > DIV:first-child + HEADER + MAIN + FOOTER > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > NAV#block-footer > H2#block-footer-menu", "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV > DIV:first-child > DIV:first-child + HEADER + MAIN + FOOTER > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child + DIV + DIV > UL:first-child > LI:first-child > A:first-child > SPAN:first-child", "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV > DIV:first-child > DIV:first-child + HEADER + MAIN + FOOTER > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child + DIV + DIV > UL:first-child > LI:first-child + LI > A:first-child > SPAN:first-child", "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV > DIV:first-child > DIV:first-child + HEADER + MAIN + FOOTER > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child + DIV + DIV > UL:first-child > LI:first-child + LI + LI > A:first-child > SPAN:first-child", "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV > DIV:first-child > DIV:first-child + HEADER + MAIN + FOOTER > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child + DIV + DIV > UL:first-child > LI:first-child + LI + LI + LI > A:first-child > SPAN:first-child" ], "contrastdata": [ [ 3.11, "#929292", "#ffffff", false ], [ 3.11, "#929292", "#ffffff", false ], [ 1.53, "#000000", "#112e51", true ], [ 1.95, "#005b9f", "#112e51", false ], [ 1.95, "#005b9f", "#112e51", false ], [ 1.95, "#005b9f", "#112e51", false ], [ 1.95, "#005b9f", "#112e51", false ] ], "wcag": [ { "name": "1.4.3 Contrast (Minimum) (Level AA)", "link": "https://webaim.org/standards/wcag/checklist#sc1.4.3" } ] } } }, "alert": { "description": "Alerts", "count": 72, "items": { "alt_redundant": { "id": "alt_redundant", "description": "Redundant alternative text", "count": 1, "selectors": [ "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > IMG:first-child" ], "wcag": [ { "name": "1.1.1 Non-text Content (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc1.1.1" } ] }, "alt_suspicious": { "id": "alt_suspicious", "description": "Suspicious alternative text", "count": 1, "selectors": [ "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV > DIV:first-child > MAIN#main-content > DIV#block-ita-content > SECTION:first-child > HEADER:first-child + DIV + ARTICLE > H1:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > IMG:first-child" ], "wcag": [ { "name": "1.1.1 Non-text Content (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc1.1.1" } ] }, "alt_long": { "id": "alt_long", "description": "Long alternative text", "count": 1, "selectors": [ "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV > DIV:first-child > MAIN#main-content > DIV#block-ita-content > SECTION:first-child > HEADER:first-child + DIV + ARTICLE > H1:first-child + DIV + DIV + DIV > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > IMG:first-child" ], "wcag": [ { "name": "1.1.1 Non-text Content (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc1.1.1" } ] }, "link_redundant": { "id": "link_redundant", "description": "Redundant link", "count": 1, "selectors": [ "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV > DIV:first-child > DIV:first-child + HEADER > DIV:first-child + DIV > DIV:first-child > DIV:first-child > NAV:first-child > UL:first-child > LI:first-child > SPAN:first-child + UL > LI:first-child + LI > SPAN:first-child + UL > LI:first-child + LI > A:first-child" ], "wcag": [ { "name": "2.4.4 Link Purpose (In Context) (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc2.4.4" } ] }, "link_pdf": { "id": "link_pdf", "description": "Link to PDF document", "count": 1, "selectors": [ "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV > DIV:first-child > DIV:first-child + HEADER + MAIN + FOOTER > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > P:first-child + P > A:first-child + A + A + A + A + A" ], "wcag": [] }, "noscript": { "id": "noscript", "description": "Noscript element", "count": 1, "selectors": [ "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT" ], "wcag": [] }, "title_redundant": { "id": "title_redundant", "description": "Redundant title text", "count": 66, "selectors": [ "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV > DIV:first-child > DIV:first-child + HEADER > DIV:first-child + DIV > DIV:first-child > DIV:first-child > NAV:first-child > UL:first-child > LI:first-child > SPAN:first-child + UL > LI:first-child > SPAN:first-child + UL > LI:first-child + LI + LI > A:first-child", "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV > DIV:first-child > DIV:first-child + HEADER > DIV:first-child + DIV > DIV:first-child > DIV:first-child > NAV:first-child > UL:first-child > LI:first-child > SPAN:first-child + UL > LI:first-child > SPAN:first-child + UL > LI:first-child + LI + LI + LI > A:first-child", "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV > DIV:first-child > DIV:first-child + HEADER > DIV:first-child + DIV > DIV:first-child > DIV:first-child > NAV:first-child > UL:first-child > LI:first-child > SPAN:first-child + UL > LI:first-child > SPAN:first-child + UL > LI:first-child + LI + LI + LI + LI > A:first-child", "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV > DIV:first-child > DIV:first-child + HEADER > DIV:first-child + DIV > DIV:first-child > DIV:first-child > NAV:first-child > UL:first-child > LI:first-child > SPAN:first-child + UL > LI:first-child > SPAN:first-child + UL > LI:first-child + LI + LI + LI + LI + LI > A:first-child", "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV > DIV:first-child > DIV:first-child + HEADER > DIV:first-child + DIV > DIV:first-child > DIV:first-child > NAV:first-child > UL:first-child > LI:first-child > SPAN:first-child + UL > LI:first-child > SPAN:first-child + UL > LI:first-child + LI + LI + LI + LI + LI + LI + LI > A:first-child", "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV > DIV:first-child > DIV:first-child + HEADER > DIV:first-child + DIV > DIV:first-child > DIV:first-child > NAV:first-child > UL:first-child > LI:first-child > SPAN:first-child + UL > LI:first-child > SPAN:first-child + UL > LI:first-child + LI + LI + LI + LI + LI + LI + LI + LI > A:first-child", "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV > DIV:first-child > DIV:first-child + HEADER > DIV:first-child + DIV > DIV:first-child > DIV:first-child > NAV:first-child > UL:first-child > LI:first-child > SPAN:first-child + UL > LI:first-child > SPAN:first-child + UL > LI:first-child + LI + LI + LI + LI + LI + LI + LI + LI + LI > A:first-child", "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV > DIV:first-child > DIV:first-child + HEADER > DIV:first-child + DIV > DIV:first-child > DIV:first-child > NAV:first-child > UL:first-child > LI:first-child > SPAN:first-child + UL > LI:first-child > SPAN:first-child + UL > LI:first-child + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI > A:first-child", "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV > DIV:first-child > DIV:first-child + HEADER > DIV:first-child + DIV > DIV:first-child > DIV:first-child > NAV:first-child > UL:first-child > LI:first-child > SPAN:first-child + UL > LI:first-child > SPAN:first-child + UL > LI:first-child + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI > A:first-child", "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV > DIV:first-child > DIV:first-child + HEADER > DIV:first-child + DIV > DIV:first-child > DIV:first-child > NAV:first-child > UL:first-child > LI:first-child > SPAN:first-child + UL > LI:first-child > SPAN:first-child + UL > LI:first-child + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI > A:first-child", "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV > DIV:first-child > DIV:first-child + HEADER > DIV:first-child + DIV > DIV:first-child > DIV:first-child > NAV:first-child > UL:first-child > LI:first-child > SPAN:first-child + UL > LI:first-child > SPAN:first-child + 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 > A:first-child + NOSCRIPT + DIV > DIV:first-child > DIV:first-child + HEADER > DIV:first-child + DIV > DIV:first-child > DIV:first-child > NAV:first-child > UL:first-child > LI:first-child > SPAN:first-child + UL > LI:first-child + LI > SPAN:first-child + UL > LI:first-child + LI + LI + LI + LI > A:first-child", "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV > DIV:first-child > DIV:first-child + HEADER > DIV:first-child + DIV > DIV:first-child > DIV:first-child > NAV:first-child > UL:first-child > LI:first-child > SPAN:first-child + UL > LI:first-child + LI + LI > SPAN:first-child + UL > LI:first-child + LI > A:first-child", "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV > DIV:first-child > DIV:first-child + HEADER > DIV:first-child + DIV > DIV:first-child > DIV:first-child > NAV:first-child > UL:first-child > LI:first-child > SPAN:first-child + UL > LI:first-child + LI + LI > SPAN:first-child + UL > LI:first-child + LI + LI > A:first-child", "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV > DIV:first-child > DIV:first-child + HEADER > DIV:first-child + DIV > DIV:first-child > DIV:first-child > NAV:first-child > UL:first-child > LI:first-child > SPAN:first-child + UL > LI:first-child + LI + LI > SPAN:first-child + UL > LI:first-child + LI + LI + LI > A:first-child", "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV > DIV:first-child > DIV:first-child + HEADER > DIV:first-child + DIV > DIV:first-child > DIV:first-child > NAV:first-child > UL:first-child > LI:first-child > SPAN:first-child + UL > LI:first-child + LI + LI + LI > SPAN:first-child + UL > LI:first-child + LI > A:first-child", "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV > DIV:first-child > DIV:first-child + HEADER > DIV:first-child + DIV > DIV:first-child > DIV:first-child > NAV:first-child > UL:first-child > LI:first-child > SPAN:first-child + UL > LI:first-child + LI + LI + LI > SPAN:first-child + UL > LI:first-child + LI + LI > A:first-child", "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV > DIV:first-child > DIV:first-child + HEADER > DIV:first-child + DIV > DIV:first-child > DIV:first-child > NAV:first-child > UL:first-child > LI:first-child > SPAN:first-child + UL > LI:first-child + LI + LI + LI > SPAN:first-child + UL > LI:first-child + LI + LI + LI > A:first-child", "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV > DIV:first-child > DIV:first-child + HEADER > DIV:first-child + DIV > DIV:first-child > DIV:first-child > NAV:first-child > UL:first-child > LI:first-child > SPAN:first-child + UL > LI:first-child + LI + LI + LI > SPAN:first-child + UL > LI:first-child + LI + LI + LI + LI + LI + LI > A:first-child", "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV > DIV:first-child > DIV:first-child + HEADER > DIV:first-child + DIV > DIV:first-child > DIV:first-child > NAV:first-child > UL:first-child > LI:first-child > SPAN:first-child + UL > LI:first-child + LI + LI + LI > SPAN:first-child + UL > LI:first-child + LI + LI + LI + LI + LI + LI + LI > A:first-child", "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV > DIV:first-child > DIV:first-child + HEADER > DIV:first-child + DIV > DIV:first-child > DIV:first-child > NAV:first-child > UL:first-child > LI:first-child > SPAN:first-child + UL > LI:first-child + LI + LI + LI + LI > SPAN:first-child + UL > LI:first-child + LI > A:first-child", "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV > DIV:first-child > DIV:first-child + HEADER > DIV:first-child + DIV > DIV:first-child > DIV:first-child > NAV:first-child > UL:first-child > LI:first-child > SPAN:first-child + UL > LI:first-child + LI + LI + LI + LI > SPAN:first-child + UL > LI:first-child + LI + LI > A:first-child", "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV > DIV:first-child > DIV:first-child + HEADER > DIV:first-child + DIV > DIV:first-child > DIV:first-child > NAV:first-child > UL:first-child > LI:first-child > SPAN:first-child + UL > LI:first-child + LI + LI + LI + LI > SPAN:first-child + UL > LI:first-child + LI + LI + LI > A:first-child", "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV > DIV:first-child > DIV:first-child + HEADER > DIV:first-child + DIV > DIV:first-child > DIV:first-child > NAV:first-child > UL:first-child > LI:first-child > SPAN:first-child + UL > LI:first-child + LI + LI + LI + LI > SPAN:first-child + UL > LI:first-child + LI + LI + LI + LI + LI > A:first-child", "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV > DIV:first-child > DIV:first-child + HEADER > DIV:first-child + DIV > DIV:first-child > DIV:first-child > NAV:first-child > UL:first-child > LI:first-child > SPAN:first-child + UL > LI:first-child + LI + LI + LI + LI + LI > SPAN:first-child + UL > LI:first-child + LI > A:first-child", "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV > DIV:first-child > DIV:first-child + HEADER > DIV:first-child + DIV > DIV:first-child > DIV:first-child > NAV:first-child > UL:first-child > LI:first-child > SPAN:first-child + UL > LI:first-child + LI + LI + LI + LI + LI > SPAN:first-child + UL > LI:first-child + LI + LI > A:first-child", "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV > DIV:first-child > DIV:first-child + HEADER > DIV:first-child + DIV > DIV:first-child > DIV:first-child > NAV:first-child > UL:first-child > LI:first-child > SPAN:first-child + UL > LI:first-child + LI + LI + LI + LI + LI > SPAN:first-child + UL > LI:first-child + LI + LI + LI > A:first-child", "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV > DIV:first-child > DIV:first-child + HEADER > DIV:first-child + DIV > DIV:first-child > DIV:first-child > NAV:first-child > UL:first-child > LI:first-child > SPAN:first-child + UL > LI:first-child + LI + LI + LI + LI + LI + LI > SPAN:first-child + UL > LI:first-child + LI + LI + LI + LI + LI + LI > A:first-child", "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV > DIV:first-child > DIV:first-child + HEADER > DIV:first-child + DIV > DIV:first-child > DIV:first-child > NAV:first-child > UL:first-child > LI:first-child + LI > SPAN:first-child + UL > LI:first-child + LI > SPAN:first-child + UL > LI:first-child + LI > A:first-child", "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV > DIV:first-child > DIV:first-child + HEADER > DIV:first-child + DIV > DIV:first-child > DIV:first-child > NAV:first-child > UL:first-child > LI:first-child + LI > SPAN:first-child + UL > LI:first-child + LI > SPAN:first-child + UL > LI:first-child + LI + LI + LI + LI > A:first-child", "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV > DIV:first-child > DIV:first-child + HEADER > DIV:first-child + DIV + DIV > DIV#mobile-menu > DIV:first-child > NAV:first-child > UL:first-child > LI:first-child + LI > SPAN:first-child + UL > LI:first-child > A:first-child + UL > LI:first-child + LI > A:first-child", "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV > DIV:first-child > DIV:first-child + HEADER > DIV:first-child + DIV + DIV > DIV#mobile-menu > DIV:first-child > NAV:first-child > UL:first-child > LI:first-child + LI > SPAN:first-child + UL > LI:first-child > A:first-child + UL > LI:first-child + LI + LI > A:first-child", "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV > DIV:first-child > DIV:first-child + HEADER > DIV:first-child + DIV + DIV > DIV#mobile-menu > DIV:first-child > NAV:first-child > UL:first-child > LI:first-child + LI > SPAN:first-child + UL > LI:first-child > A:first-child + UL > LI:first-child + LI + LI + LI > A:first-child", "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV > DIV:first-child > DIV:first-child + HEADER > DIV:first-child + DIV + DIV > DIV#mobile-menu > DIV:first-child > NAV:first-child > UL:first-child > LI:first-child + LI > SPAN:first-child + UL > LI:first-child > A:first-child + UL > LI:first-child + LI + LI + LI + LI > A:first-child", "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV > DIV:first-child > DIV:first-child + HEADER > DIV:first-child + DIV + DIV > DIV#mobile-menu > DIV:first-child > NAV:first-child > UL:first-child > LI:first-child + LI > SPAN:first-child + UL > LI:first-child > A:first-child + UL > LI:first-child + LI + LI + LI + LI + LI + LI > A:first-child", "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV > DIV:first-child > DIV:first-child + HEADER > DIV:first-child + DIV + DIV > DIV#mobile-menu > DIV:first-child > NAV:first-child > UL:first-child > LI:first-child + LI > SPAN:first-child + UL > LI:first-child > A:first-child + UL > LI:first-child + LI + LI + LI + LI + LI + LI + LI > A:first-child", "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV > DIV:first-child > DIV:first-child + HEADER > DIV:first-child + DIV + DIV > DIV#mobile-menu > DIV:first-child > NAV:first-child > UL:first-child > LI:first-child + LI > SPAN:first-child + UL > LI:first-child > A:first-child + UL > LI:first-child + LI + LI + LI + LI + LI + LI + LI + LI > A:first-child", "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV > DIV:first-child > DIV:first-child + HEADER > DIV:first-child + DIV + DIV > DIV#mobile-menu > DIV:first-child > NAV:first-child > UL:first-child > LI:first-child + LI > SPAN:first-child + UL > LI:first-child > A:first-child + UL > LI:first-child + LI + LI + LI + LI + LI + LI + LI + LI + LI > A:first-child", "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV > DIV:first-child > DIV:first-child + HEADER > DIV:first-child + DIV + DIV > DIV#mobile-menu > DIV:first-child > NAV:first-child > UL:first-child > LI:first-child + LI > SPAN:first-child + UL > LI:first-child > A:first-child + UL > LI:first-child + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI > A:first-child", "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV > DIV:first-child > DIV:first-child + HEADER > DIV:first-child + DIV + DIV > DIV#mobile-menu > DIV:first-child > NAV:first-child > UL:first-child > LI:first-child + LI > SPAN:first-child + UL > LI:first-child > A:first-child + UL > LI:first-child + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI > A:first-child", "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV > DIV:first-child > DIV:first-child + HEADER > DIV:first-child + DIV + DIV > DIV#mobile-menu > DIV:first-child > NAV:first-child > UL:first-child > LI:first-child + LI > SPAN:first-child + UL > LI:first-child > A:first-child + UL > LI:first-child + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI + LI > A:first-child", "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV > DIV:first-child > DIV:first-child + HEADER > DIV:first-child + DIV + DIV > DIV#mobile-menu > DIV:first-child > NAV:first-child > UL:first-child > LI:first-child + LI > SPAN:first-child + UL > LI:first-child + LI > A:first-child + UL > LI:first-child + LI + LI + LI > A:first-child", "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV > DIV:first-child > DIV:first-child + HEADER > DIV:first-child + DIV + DIV > DIV#mobile-menu > DIV:first-child > NAV:first-child > UL:first-child > LI:first-child + LI > SPAN:first-child + UL > LI:first-child + LI + LI + LI > A:first-child + UL > LI:first-child > A:first-child", "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV > DIV:first-child > DIV:first-child + HEADER > DIV:first-child + DIV + DIV > DIV#mobile-menu > DIV:first-child > NAV:first-child > UL:first-child > LI:first-child + LI > SPAN:first-child + UL > LI:first-child + LI + LI + LI > A:first-child + UL > LI:first-child + LI > A:first-child", "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV > DIV:first-child > DIV:first-child + HEADER > DIV:first-child + DIV + DIV > DIV#mobile-menu > DIV:first-child > NAV:first-child > UL:first-child > LI:first-child + LI > SPAN:first-child + UL > LI:first-child + LI + LI + LI > A:first-child + UL > LI:first-child + LI + LI > A:first-child", "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV > DIV:first-child > DIV:first-child + HEADER > DIV:first-child + DIV + DIV > DIV#mobile-menu > DIV:first-child > NAV:first-child > UL:first-child > LI:first-child + LI > SPAN:first-child + UL > LI:first-child + LI + LI + LI > A:first-child + UL > LI:first-child + LI + LI + LI + LI + LI > A:first-child", "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV > DIV:first-child > DIV:first-child + HEADER > DIV:first-child + DIV + DIV > DIV#mobile-menu > DIV:first-child > NAV:first-child > UL:first-child > LI:first-child + LI > SPAN:first-child + UL > LI:first-child + LI + LI + LI > A:first-child + UL > LI:first-child + LI + LI + LI + LI + LI + LI > A:first-child", "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV > DIV:first-child > DIV:first-child + HEADER > DIV:first-child + DIV + DIV > DIV#mobile-menu > DIV:first-child > NAV:first-child > UL:first-child > LI:first-child + LI > SPAN:first-child + UL > LI:first-child + LI + LI + LI + LI > A:first-child + UL > LI:first-child > A:first-child", "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV > DIV:first-child > DIV:first-child + HEADER > DIV:first-child + DIV + DIV > DIV#mobile-menu > DIV:first-child > NAV:first-child > UL:first-child > LI:first-child + LI > SPAN:first-child + UL > LI:first-child + LI + LI + LI + LI > A:first-child + UL > LI:first-child + LI > A:first-child", "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV > DIV:first-child > DIV:first-child + HEADER > DIV:first-child + DIV + DIV > DIV#mobile-menu > DIV:first-child > NAV:first-child > UL:first-child > LI:first-child + LI > SPAN:first-child + UL > LI:first-child + LI + LI + LI + LI > A:first-child + UL > LI:first-child + LI + LI > A:first-child", "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV > DIV:first-child > DIV:first-child + HEADER > DIV:first-child + DIV + DIV > DIV#mobile-menu > DIV:first-child > NAV:first-child > UL:first-child > LI:first-child + LI > SPAN:first-child + UL > LI:first-child + LI + LI + LI + LI > A:first-child + UL > LI:first-child + LI + LI + LI + LI > A:first-child", "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV > DIV:first-child > DIV:first-child + HEADER > DIV:first-child + DIV + DIV > DIV#mobile-menu > DIV:first-child > NAV:first-child > UL:first-child > LI:first-child + LI > SPAN:first-child + UL > LI:first-child + LI + LI + LI + LI + LI > A:first-child + UL > LI:first-child > A:first-child", "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV > DIV:first-child > DIV:first-child + HEADER > DIV:first-child + DIV + DIV > DIV#mobile-menu > DIV:first-child > NAV:first-child > UL:first-child > LI:first-child + LI > SPAN:first-child + UL > LI:first-child + LI + LI + LI + LI + LI > A:first-child + UL > LI:first-child + LI > A:first-child", "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV > DIV:first-child > DIV:first-child + HEADER > DIV:first-child + DIV + DIV > DIV#mobile-menu > DIV:first-child > NAV:first-child > UL:first-child > LI:first-child + LI > SPAN:first-child + UL > LI:first-child + LI + LI + LI + LI + LI > A:first-child + UL > LI:first-child + LI + LI > A:first-child", "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV > DIV:first-child > DIV:first-child + HEADER > DIV:first-child + DIV + DIV > DIV#mobile-menu > DIV:first-child > NAV:first-child > UL:first-child > LI:first-child + LI > SPAN:first-child + UL > LI:first-child + LI + LI + LI + LI + LI + LI > A:first-child + UL > LI:first-child + LI + LI + LI + LI + LI > A:first-child", "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV > DIV:first-child > DIV:first-child + HEADER > DIV:first-child + DIV + DIV > DIV#mobile-menu > DIV:first-child > NAV:first-child > UL:first-child > LI:first-child + LI + LI > SPAN:first-child + UL > LI:first-child + LI > A:first-child + UL > LI:first-child > A:first-child", "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV > DIV:first-child > DIV:first-child + HEADER > DIV:first-child + DIV + DIV > DIV#mobile-menu > DIV:first-child > NAV:first-child > UL:first-child > LI:first-child + LI + LI > SPAN:first-child + UL > LI:first-child + LI > A:first-child + UL > LI:first-child + LI + LI + LI > A:first-child", "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV > DIV:first-child > DIV:first-child + HEADER + MAIN + FOOTER > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > NAV#block-footer > H2:first-child + UL > LI:first-child > SPAN:first-child + UL > LI:first-child > A:first-child", "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV > DIV:first-child > DIV:first-child + HEADER + MAIN + FOOTER > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > NAV#block-footer > H2:first-child + UL > LI:first-child > SPAN:first-child + UL > LI:first-child + LI > A:first-child", "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV > DIV:first-child > DIV:first-child + HEADER + MAIN + FOOTER > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > NAV#block-footer > H2:first-child + UL > LI:first-child > SPAN:first-child + UL > LI:first-child + LI + LI > A:first-child", "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV > DIV:first-child > DIV:first-child + HEADER + MAIN + FOOTER > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > NAV#block-footer > H2:first-child + UL > LI:first-child > SPAN:first-child + UL > LI:first-child + LI + LI + LI > A:first-child", "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV > DIV:first-child > DIV:first-child + HEADER + MAIN + FOOTER > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > NAV#block-footer > H2:first-child + UL > LI:first-child > SPAN:first-child + UL > LI:first-child + LI + LI + LI + LI > A:first-child", "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV > DIV:first-child > DIV:first-child + HEADER + MAIN + FOOTER > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > NAV#block-footer > H2:first-child + UL > LI:first-child > SPAN:first-child + UL > LI:first-child + LI + LI + LI + LI + LI > A:first-child", "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV > DIV:first-child > DIV:first-child + HEADER + MAIN + FOOTER > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > NAV#block-footer > H2:first-child + UL > LI:first-child > SPAN:first-child + UL > LI:first-child + LI + LI + LI + LI + LI + LI > A:first-child", "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV > DIV:first-child > DIV:first-child + HEADER + MAIN + FOOTER > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > NAV#block-footer > H2:first-child + UL > LI:first-child + LI > SPAN:first-child + UL > LI:first-child > A:first-child", "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV > DIV:first-child > DIV:first-child + HEADER + MAIN + FOOTER > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > NAV#block-footer > H2:first-child + UL > LI:first-child + LI > SPAN:first-child + UL > LI:first-child + LI > A:first-child" ], "wcag": [] } } } } } }, { "type": "launch", "which": "chromium", "what": "chromium browser" }, { "type": "url", "which": "https://www.trade.gov/", "what": "URL", "result": "https://www.trade.gov/" }, { "type": "test", "which": "tenon", "id": "a", "what": "Tenon", "url": "https://www.trade.gov/", "result": { "status": 200, "message": "OK", "code": "success", "info": "Success", "moreInfo": "https://tenon.io/documentation/apiv2/response-codes#success", "responseExecTime": "0.084", "responseTime": "2022-07-17T23:38:17.557Z", "data": { "apiErrors": [], "documentSize": 1159474, "metadata": null, "resultSummary": { "tests": { "total": 180, "passing": 171, "failing": 9 }, "issues": { "totalErrors": 113, "totalWarnings": 1, "totalIssues": 114 }, "issuesByLevel": { "A": { "count": 92, "pct": 80.7 }, "AA": { "count": 4, "pct": 3.51 }, "AAA": { "count": 114, "pct": 100 } }, "density": { "errorDensity": 10, "warningDensity": 0, "allDensity": 10 } }, "projectID": "E4B12DC9-2F67-8DB7-26C9-E50C8490", "responseID": "389006e8-80cd-46b0-af6f-7884c593826d", "docID": "4ae0a329-d624-4747-dfb6-16903141dde4", "sourceHash": "e4796b91bbf1f693ee20a6ec0b78e587", "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=389006e8-80cd-46b0-af6f-7884c593826d", "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": 4628.55 }, "height": 4628.55, "width": 1024 }, "position": { "line": 2225, "column": 60 }, "errorSnippet": "<body> <a href=\"#main-content\" class=\"visually-hidden focusable\"> Skip to main content </a> <noscript><iframe src=\"https://www.googletagmanager.com/ns.html?id=GTM-57T3V5H\" height=\"0\" width=\"0\" style=\"display:none;visibility:hid", "xpath": "/html/body", "issueID": "31b475c879f713feb70fd3893a0b9876", "signature": "d5c71cdfd05e2cf234432018914aef2c", "ref": "https://tenon.io/bestpractice.php?bpID=3&tID=28&issueID=31b475c879f713feb70fd3893a0b9876" }, { "tID": 73, "bpID": 106, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "This link text is uninformative.", "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": "The text in this link is too generic to be helpful for users. Users will be unable to discern the purpose or destination of the link without reading the text that surrounds it. Change the text in this link to something that is unique and informative so that the user can understand what content or actions can be found at the link's destination.", "viewPortLocation": { "top-left": { "x": 73.703125, "y": 3578.5625 }, "bottom-right": { "x": 472.875125, "y": 3595.5625 }, "height": 17, "width": 399.172 }, "position": { "line": 8345, "column": 11 }, "errorSnippet": "<a class=\"ita-cta-button\" href=\"/success-story/johnny-rockets\" target=\"_self\"> Read More\n</a>", "xpath": "/html/body/div[1]/div[1]/main[1]/div[1]/section[1]/article[1]/div[4]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[3]/a[1]", "issueID": "8abe78e09cef58ba9b95785c11d7dd71", "signature": "483dec79647851738b78fc05a4f45c9a", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=73&issueID=8abe78e09cef58ba9b95785c11d7dd71" }, { "tID": 73, "bpID": 106, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "This link text is uninformative.", "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": "The text in this link is too generic to be helpful for users. Users will be unable to discern the purpose or destination of the link without reading the text that surrounds it. Change the text in this link to something that is unique and informative so that the user can understand what content or actions can be found at the link's destination.", "viewPortLocation": { "top-left": { "x": 531.28125, "y": 3578.5625 }, "bottom-right": { "x": 930.45325, "y": 3595.5625 }, "height": 17, "width": 399.172 }, "position": { "line": 8399, "column": 9 }, "errorSnippet": "<a class=\"ita-cta-button\" href=\"/success-story/exporter-overcomes-challenge-and-ships-product-germany-0\" target=\"_self\"> Read More\n</a>", "xpath": "/html/body/div[1]/div[1]/main[1]/div[1]/section[1]/article[1]/div[4]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[3]/a[1]", "issueID": "74fce9d154947f33284b63f3b2bb01f3", "signature": "121beb8a1bc94ce3b417ec103394119d", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=73&issueID=74fce9d154947f33284b63f3b2bb01f3" }, { "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": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 190, "column": 0 }, "errorSnippet": "<a href=\"/learn-how-export\" title=\"Learn How To Export\" class=\"ita-header__menu-link\" data-drupal-link-system-path=\"node/36\">Learn How To Export</a>", "xpath": "/html/body/div[1]/div[1]/header[1]/div[2]/div[1]/div[1]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[3]/a[1]", "issueID": "69582a8aa0a8a2d13d0ef43794663bfd", "signature": "2704369a0fa24fd8576cb1a313e4e90e", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=69582a8aa0a8a2d13d0ef43794663bfd" }, { "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": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 190, "column": 0 }, "errorSnippet": "<a href=\"/international-market-research\" title=\"Research Foreign Markets\" class=\"ita-header__menu-link\" data-drupal-link-system-path=\"node/129\">Research Foreign Markets</a>", "xpath": "/html/body/div[1]/div[1]/header[1]/div[2]/div[1]/div[1]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[4]/a[1]", "issueID": "fd26298ade6c2e60a61c79c5ca229b43", "signature": "f06c758e2661570a022ca5e207a11725", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=fd26298ade6c2e60a61c79c5ca229b43" }, { "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": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 190, "column": 0 }, "errorSnippet": "<a href=\"/network-and-learn-events\" title=\"Network &amp; Learn at Events\" class=\"ita-header__menu-link\" data-drupal-link-system-path=\"node/179\">Network &amp; Learn at Events</a>", "xpath": "/html/body/div[1]/div[1]/header[1]/div[2]/div[1]/div[1]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[5]/a[1]", "issueID": "e9c0386f1d238030bc0db551bbec8fe5", "signature": "97ec5dd412e66c5457839aa45bdefe69", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=e9c0386f1d238030bc0db551bbec8fe5" }, { "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": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 190, "column": 0 }, "errorSnippet": "<a href=\"/find-buyers-and-partners\" title=\"Find Buyers &amp; Partners\" class=\"ita-header__menu-link\" data-drupal-link-system-path=\"node/50\">Find Buyers &amp; Partners</a>", "xpath": "/html/body/div[1]/div[1]/header[1]/div[2]/div[1]/div[1]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[6]/a[1]", "issueID": "47269bd2e1605ae37f369a547f552440", "signature": "22d3221baa3730e678e35119f745cfb0", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=47269bd2e1605ae37f369a547f552440" }, { "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": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 190, "column": 0 }, "errorSnippet": "<a href=\"/finance\" title=\"Obtain Financing\" class=\"ita-header__menu-link\" data-drupal-link-system-path=\"node/65\">Obtain Financing</a>", "xpath": "/html/body/div[1]/div[1]/header[1]/div[2]/div[1]/div[1]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[8]/a[1]", "issueID": "245564fbf83daa3d8dca2c8c29aaa5d6", "signature": "8b50d4350b2bd6ad865145884346b497", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=245564fbf83daa3d8dca2c8c29aaa5d6" }, { "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": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 190, "column": 0 }, "errorSnippet": "<a href=\"/negotiate-export-sale\" title=\"Negotiate an Export Sale\" class=\"ita-header__menu-link\" data-drupal-link-system-path=\"node/77\">Negotiate an Export Sale</a>", "xpath": "/html/body/div[1]/div[1]/header[1]/div[2]/div[1]/div[1]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[9]/a[1]", "issueID": "d0019d5406e95f62a92cc9e5988df58c", "signature": "1b7757c8858969b0d4eeb8ea06e6df76", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=d0019d5406e95f62a92cc9e5988df58c" }, { "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": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 190, "column": 0 }, "errorSnippet": "<a href=\"/navigate-shipping-and-logistics\" title=\"Navigate Shipping &amp; Logistics\" class=\"ita-header__menu-link\" data-drupal-link-system-path=\"node/88\">Navigate Shipping &amp; Logistics</a>", "xpath": "/html/body/div[1]/div[1]/header[1]/div[2]/div[1]/div[1]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[10]/a[1]", "issueID": "93336c34dccc746206b590d2c7c07b55", "signature": "27dc6d2bb397b517893cd448ef7dc0ec", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=93336c34dccc746206b590d2c7c07b55" }, { "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": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 190, "column": 0 }, "errorSnippet": "<a href=\"/comply-us-and-foreign-regulations\" title=\"Comply with U.S. and Foreign Export Regulations\" class=\"ita-header__menu-link\" data-drupal-link-system-path=\"node/105\">Comply with U.S. and Foreign Export Regulations</a>", "xpath": "/html/body/div[1]/div[1]/header[1]/div[2]/div[1]/div[1]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[11]/a[1]", "issueID": "f91e87428db707e12968b3c117032d9e", "signature": "014929c6e8caa46e4dcda9577bc8e408", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=f91e87428db707e12968b3c117032d9e" }, { "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": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 218, "column": 416 }, "errorSnippet": "<a href=\"/perform-due-diligence\" title=\"Perform Due Diligence \" class=\"ita-header__menu-link\" data-drupal-link-system-path=\"node/82\">Perform Due Diligence </a>", "xpath": "/html/body/div[1]/div[1]/header[1]/div[2]/div[1]/div[1]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[12]/a[1]", "issueID": "3927e61b2aba87eb249a2e80e8a54f4b", "signature": "c95fba0866d37bd110b984eeb6c6e133", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=3927e61b2aba87eb249a2e80e8a54f4b" }, { "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": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 220, "column": 1090 }, "errorSnippet": "<a href=\"/protect-intellectual-property\" title=\"Protect Intellectual Property\" class=\"ita-header__menu-link\" data-drupal-link-system-path=\"node/7465\">Protect Intellectual Property</a>", "xpath": "/html/body/div[1]/div[1]/header[1]/div[2]/div[1]/div[1]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[13]/a[1]", "issueID": "6308f0d9c0239d58968f75ffa25892ab", "signature": "2532537d07848fc4be95df4688418d8c", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=6308f0d9c0239d58968f75ffa25892ab" }, { "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": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 238, "column": 79 }, "errorSnippet": "<a href=\"/resolve-trade-problem\" title=\"Resolve Export Problems\" class=\"ita-header__menu-link\" data-drupal-link-system-path=\"node/34\">Resolve Export Problems</a>", "xpath": "/html/body/div[1]/div[1]/header[1]/div[2]/div[1]/div[1]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[14]/a[1]", "issueID": "e81c7db1e13b244405e042eb029d65c4", "signature": "a85bd30ed3c76dfbda650b69e086ae76", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=e81c7db1e13b244405e042eb029d65c4" }, { "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": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 1246, "column": 0 }, "errorSnippet": "<a href=\"/research-region\" title=\"Research By Region\" class=\"ita-header__menu-link\" data-drupal-link-system-path=\"node/576\">Research By Region</a>", "xpath": "/html/body/div[1]/div[1]/header[1]/div[2]/div[1]/div[1]/nav[1]/ul[1]/li[1]/ul[1]/li[2]/ul[1]/li[5]/a[1]", "issueID": "bf02f47ed194c9e4766c8e27951fa7b6", "signature": "c86439d9312927c6d583bf0f74a7ec44", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=bf02f47ed194c9e4766c8e27951fa7b6" }, { "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": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 3823, "column": 0 }, "errorSnippet": "<a href=\"/us-export-regulations-0\" title=\"U.S. Export Regulations\" class=\"ita-header__menu-link\" data-drupal-link-system-path=\"node/572\">U.S. Export Regulations</a>", "xpath": "/html/body/div[1]/div[1]/header[1]/div[2]/div[1]/div[1]/nav[1]/ul[1]/li[1]/ul[1]/li[3]/ul[1]/li[2]/a[1]", "issueID": "ba12de13b0ea4256be28a1bcab7e55c6", "signature": "7f0fd8eb7efb78a65321074cea041ede", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=ba12de13b0ea4256be28a1bcab7e55c6" }, { "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": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 4182, "column": 0 }, "errorSnippet": "<a href=\"/foreign-regulations\" title=\"Foreign Regulations\" class=\"ita-header__menu-link\" data-drupal-link-system-path=\"node/384\">Foreign Regulations</a>", "xpath": "/html/body/div[1]/div[1]/header[1]/div[2]/div[1]/div[1]/nav[1]/ul[1]/li[1]/ul[1]/li[3]/ul[1]/li[3]/a[1]", "issueID": "7899a7fcbd46c83c36e858a3642c206c", "signature": "c36c7c264287edf024b7f530b46dd0de", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=7899a7fcbd46c83c36e858a3642c206c" }, { "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": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 4182, "column": 0 }, "errorSnippet": "<a href=\"/trade-agreements\" title=\"Trade Agreements\" class=\"ita-header__menu-link\" data-drupal-link-system-path=\"node/75\">Trade Agreements</a>", "xpath": "/html/body/div[1]/div[1]/header[1]/div[2]/div[1]/div[1]/nav[1]/ul[1]/li[1]/ul[1]/li[3]/ul[1]/li[4]/a[1]", "issueID": "928338942419d42d58693da3a1e4e750", "signature": "e943ccf2f9fab70b2f5025428d9b2467", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=928338942419d42d58693da3a1e4e750" }, { "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": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 4183, "column": 0 }, "errorSnippet": "<a href=\"/resolve-foreign-trade-barrier\" title=\"Resolve a Foreign Trade Barrier\" class=\"ita-header__menu-link\" data-drupal-link-system-path=\"node/41\">Resolve a Foreign Trade Barrier</a>", "xpath": "/html/body/div[1]/div[1]/header[1]/div[2]/div[1]/div[1]/nav[1]/ul[1]/li[1]/ul[1]/li[4]/ul[1]/li[2]/a[1]", "issueID": "1cc53ee61214d7865b03c69ea1d91171", "signature": "def4c09d729df40dd180803e9c5add6c", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=1cc53ee61214d7865b03c69ea1d91171" }, { "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": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 4183, "column": 0 }, "errorSnippet": "<a href=\"/us-antidumping-and-countervailing-duties\" title=\"U.S. Antidumping &amp; Countervailing Duties\" class=\"ita-header__menu-link\" data-drupal-link-system-path=\"node/146\">U.S. Antidumping &amp; Countervailing Duties</a>", "xpath": "/html/body/div[1]/div[1]/header[1]/div[2]/div[1]/div[1]/nav[1]/ul[1]/li[1]/ul[1]/li[4]/ul[1]/li[3]/a[1]", "issueID": "fb611110633cb04bc2f9f67f6091f583", "signature": "34883c9f57ea73aa1b5cd77197c5e07d", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=fb611110633cb04bc2f9f67f6091f583" }, { "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": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 4183, "column": 0 }, "errorSnippet": "<a href=\"/foreign-adcvd-or-safeguard-investigation\" title=\"Facing a Foreign Trade AD/CVD or Safeguard Investigation?\" class=\"ita-header__menu-link\" data-drupal-link-system-path=\"node/174\">Facing a Foreign Trade AD/CVD or Safeguard Investigation?<", "xpath": "/html/body/div[1]/div[1]/header[1]/div[2]/div[1]/div[1]/nav[1]/ul[1]/li[1]/ul[1]/li[4]/ul[1]/li[4]/a[1]", "issueID": "4bc83842cb22d6e99285dc2d0ff119d8", "signature": "2e382294cccbc2e1555ad55ea9487e60", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=4bc83842cb22d6e99285dc2d0ff119d8" }, { "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": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 4351, "column": 0 }, "errorSnippet": "<a href=\"https://www.stopfakes.gov/welcome\" title=\"Protect Your Intellectual Property\" class=\"ita-header__menu-link\" target=\"_blank\">Protect Your Intellectual Property</a>", "xpath": "/html/body/div[1]/div[1]/header[1]/div[2]/div[1]/div[1]/nav[1]/ul[1]/li[1]/ul[1]/li[4]/ul[1]/li[7]/a[1]", "issueID": "54fa654e4deafe00e9f4aeb903a020c8", "signature": "b0b612759bef5ec80af24e356bd898bc", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=54fa654e4deafe00e9f4aeb903a020c8" }, { "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": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 4351, "column": 0 }, "errorSnippet": "<a href=\"/advocacy\" title=\"Advocating for U.S. Business Abroad\" class=\"ita-header__menu-link\" data-drupal-link-system-path=\"node/509\">Advocating for U.S. Business Abroad</a>", "xpath": "/html/body/div[1]/div[1]/header[1]/div[2]/div[1]/div[1]/nav[1]/ul[1]/li[1]/ul[1]/li[4]/ul[1]/li[8]/a[1]", "issueID": "b2540eab8e143e5911a503cfbf4595ac", "signature": "4fd0678b65ba59682e4fccc3359d40b2", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=b2540eab8e143e5911a503cfbf4595ac" }, { "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": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 4423, "column": 0 }, "errorSnippet": "<a href=\"/network-and-learn-events\" title=\"Network &amp; Learn at Events\" class=\"ita-header__menu-link\" data-drupal-link-system-path=\"node/179\">Network &amp; Learn at Events</a>", "xpath": "/html/body/div[1]/div[1]/header[1]/div[2]/div[1]/div[1]/nav[1]/ul[1]/li[1]/ul[1]/li[5]/ul[1]/li[2]/a[1]", "issueID": "8802dacc0c2b1f06c587aba97625e4f9", "signature": "8191bb6aa79d761636eef1a5bf71729a", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=8802dacc0c2b1f06c587aba97625e4f9" }, { "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": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 4423, "column": 0 }, "errorSnippet": "<a href=\"/meet-buyers-events\" title=\"Meet Buyers at Events \" class=\"ita-header__menu-link\" data-drupal-link-system-path=\"node/197\">Meet Buyers at Events </a>", "xpath": "/html/body/div[1]/div[1]/header[1]/div[2]/div[1]/div[1]/nav[1]/ul[1]/li[1]/ul[1]/li[5]/ul[1]/li[3]/a[1]", "issueID": "672b2940d5ea7049aa9728cf425f9c66", "signature": "54a04ff17123e7fecba7d96dd8ae5c84", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=672b2940d5ea7049aa9728cf425f9c66" }, { "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": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 4423, "column": 0 }, "errorSnippet": "<a href=\"/research-center\" title=\"Events by Industry\" class=\"ita-header__menu-link\" data-drupal-link-system-path=\"node/344\">Events by Industry</a>", "xpath": "/html/body/div[1]/div[1]/header[1]/div[2]/div[1]/div[1]/nav[1]/ul[1]/li[1]/ul[1]/li[5]/ul[1]/li[4]/a[1]", "issueID": "9edf7ee2a15d0dd0928dd8e4404c6215", "signature": "38774b82ef9434283f582604355c4b06", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=9edf7ee2a15d0dd0928dd8e4404c6215" }, { "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": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 4650, "column": 34 }, "errorSnippet": "<a href=\"https://www.selectusa.gov/events\" title=\"Foreign Direct Investment Attraction Events\" class=\"ita-header__menu-link\" target=\"_blank\">Foreign Direct Investment Attraction Events</a>", "xpath": "/html/body/div[1]/div[1]/header[1]/div[2]/div[1]/div[1]/nav[1]/ul[1]/li[1]/ul[1]/li[5]/ul[1]/li[6]/a[1]", "issueID": "7e5821ac4987e24aaa97d396c66e6e44", "signature": "8128b9631fe1b7f37d60fb7e89c559b6", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=7e5821ac4987e24aaa97d396c66e6e44" }, { "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": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 4651, "column": 0 }, "errorSnippet": "<a href=\"/press\" title=\"Press\" class=\"ita-header__menu-link\" data-drupal-link-system-path=\"node/374\">Press</a>", "xpath": "/html/body/div[1]/div[1]/header[1]/div[2]/div[1]/div[1]/nav[1]/ul[1]/li[1]/ul[1]/li[6]/ul[1]/li[2]/a[1]", "issueID": "47ae2a918229dc6160b1099c5a42106c", "signature": "3d74e0a9795a9397612d4e6d61a4c5c2", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=47ae2a918229dc6160b1099c5a42106c" }, { "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": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 4651, "column": 0 }, "errorSnippet": "<a href=\"/tradeology-official-ita-blog\" title=\"Blog\" class=\"ita-header__menu-link\" data-drupal-link-system-path=\"node/390\">Blog</a>", "xpath": "/html/body/div[1]/div[1]/header[1]/div[2]/div[1]/div[1]/nav[1]/ul[1]/li[1]/ul[1]/li[6]/ul[1]/li[3]/a[1]", "issueID": "cf6c81d717a6161ac87f34274f14c4b5", "signature": "b9425b49c2a7998eeb226719142dc5a8", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=cf6c81d717a6161ac87f34274f14c4b5" }, { "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": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 4818, "column": 33 }, "errorSnippet": "<a href=\"/success-stories\" title=\"ITA Success Stories\" class=\"ita-header__menu-link\" data-drupal-link-system-path=\"node/531\">ITA Success Stories</a>", "xpath": "/html/body/div[1]/div[1]/header[1]/div[2]/div[1]/div[1]/nav[1]/ul[1]/li[1]/ul[1]/li[6]/ul[1]/li[4]/a[1]", "issueID": "258e3ff21b65f4b1a1b2411c807a0e56", "signature": "508a52aee27c3385abdd81be6b95a901", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=258e3ff21b65f4b1a1b2411c807a0e56" }, { "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": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 5987, "column": 34 }, "errorSnippet": "<a href=\"/foreign-trade-zones-board\" title=\"Foreign-Trade Zones\" class=\"ita-header__menu-link\" data-drupal-link-system-path=\"node/137\">Foreign-Trade Zones</a>", "xpath": "/html/body/div[1]/div[1]/header[1]/div[2]/div[1]/div[1]/nav[1]/ul[1]/li[1]/ul[1]/li[7]/ul[1]/li[7]/a[1]", "issueID": "3a57732032b2fe34099d1ff10ab54350", "signature": "053df40031b633e7bfa726eb633d87fa", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=3a57732032b2fe34099d1ff10ab54350" }, { "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": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 6347, "column": 0 }, "errorSnippet": "<a href=\"https://www.trade.gov/about-selectusa\" title=\"About Select USA\" class=\"ita-header__menu-link\">About Select USA</a>", "xpath": "/html/body/div[1]/div[1]/header[1]/div[2]/div[1]/div[1]/nav[1]/ul[1]/li[2]/ul[1]/li[2]/ul[1]/li[2]/a[1]", "issueID": "17089993f2e5594f0e995e849562ffb9", "signature": "af750cf7c1c74297c3a77f7e7d91d1a9", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=17089993f2e5594f0e995e849562ffb9" }, { "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": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 6348, "column": 0 }, "errorSnippet": "<a href=\"https://www.trade.gov/selectusa-service-providers\" title=\"Service Providers\" class=\"ita-header__menu-link\">Service Providers</a>", "xpath": "/html/body/div[1]/div[1]/header[1]/div[2]/div[1]/div[1]/nav[1]/ul[1]/li[2]/ul[1]/li[2]/ul[1]/li[5]/a[1]", "issueID": "408ca08eb585c67c3f5f09c6b401d40c", "signature": "32fa75069af675b5711f55654b8e29a0", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=408ca08eb585c67c3f5f09c6b401d40c" }, { "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": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 6587, "column": 34 }, "errorSnippet": "<a href=\"/learn-how-export\" title=\"Learn How To Export\" class=\"ita-header__accordion-link\" data-drupal-link-system-path=\"node/36\">Learn How To Export</a>", "xpath": "/html/body/div[1]/div[1]/header[1]/div[3]/div[1]/div[1]/nav[1]/ul[1]/li[2]/ul[1]/li[1]/ul[1]/li[2]/a[1]", "issueID": "1b0b1b7bb72bddda89c6a2aa80d00d8b", "signature": "03fe4306bf45ff7ecce652ff005c5398", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=1b0b1b7bb72bddda89c6a2aa80d00d8b" }, { "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": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 6588, "column": 0 }, "errorSnippet": "<a href=\"/international-market-research\" title=\"Research Foreign Markets\" class=\"ita-header__accordion-link\" data-drupal-link-system-path=\"node/129\">Research Foreign Markets</a>", "xpath": "/html/body/div[1]/div[1]/header[1]/div[3]/div[1]/div[1]/nav[1]/ul[1]/li[2]/ul[1]/li[1]/ul[1]/li[3]/a[1]", "issueID": "c694c6b4c30cbc90a45fb93c8bda0526", "signature": "fd9ba95fa66631dc961c48692f401d50", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=c694c6b4c30cbc90a45fb93c8bda0526" }, { "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": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 6588, "column": 0 }, "errorSnippet": "<a href=\"/network-and-learn-events\" title=\"Network &amp; Learn at Events\" class=\"ita-header__accordion-link\" data-drupal-link-system-path=\"node/179\">Network &amp; Learn at Events</a>", "xpath": "/html/body/div[1]/div[1]/header[1]/div[3]/div[1]/div[1]/nav[1]/ul[1]/li[2]/ul[1]/li[1]/ul[1]/li[4]/a[1]", "issueID": "4d5785126e4b9d0192ea1ded84965e7d", "signature": "966f8b4b12a0883b747c7e77386e6da7", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=4d5785126e4b9d0192ea1ded84965e7d" }, { "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": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 6588, "column": 0 }, "errorSnippet": "<a href=\"/find-buyers-and-partners\" title=\"Find Buyers &amp; Partners\" class=\"ita-header__accordion-link\" data-drupal-link-system-path=\"node/50\">Find Buyers &amp; Partners</a>", "xpath": "/html/body/div[1]/div[1]/header[1]/div[3]/div[1]/div[1]/nav[1]/ul[1]/li[2]/ul[1]/li[1]/ul[1]/li[5]/a[1]", "issueID": "4c42c47dc76a9d2275c74ab93edc114e", "signature": "26c36cbd01ebce8e72f985f788689b82", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=4c42c47dc76a9d2275c74ab93edc114e" }, { "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": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 6815, "column": 34 }, "errorSnippet": "<a href=\"/finance\" title=\"Obtain Financing\" class=\"ita-header__accordion-link\" data-drupal-link-system-path=\"node/65\">Obtain Financing</a>", "xpath": "/html/body/div[1]/div[1]/header[1]/div[3]/div[1]/div[1]/nav[1]/ul[1]/li[2]/ul[1]/li[1]/ul[1]/li[7]/a[1]", "issueID": "329cb63ddeb94f40f37b70d7291501af", "signature": "47a2d660b670eccff693198886399bd9", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=329cb63ddeb94f40f37b70d7291501af" }, { "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": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 6816, "column": 0 }, "errorSnippet": "<a href=\"/negotiate-export-sale\" title=\"Negotiate an Export Sale\" class=\"ita-header__accordion-link\" data-drupal-link-system-path=\"node/77\">Negotiate an Export Sale</a>", "xpath": "/html/body/div[1]/div[1]/header[1]/div[3]/div[1]/div[1]/nav[1]/ul[1]/li[2]/ul[1]/li[1]/ul[1]/li[8]/a[1]", "issueID": "4f2be03cb202778833c86a26fc0fe39d", "signature": "0fca2ad5101483d328afe4a044fa4362", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=4f2be03cb202778833c86a26fc0fe39d" }, { "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": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 6816, "column": 0 }, "errorSnippet": "<a href=\"/navigate-shipping-and-logistics\" title=\"Navigate Shipping &amp; Logistics\" class=\"ita-header__accordion-link\" data-drupal-link-system-path=\"node/88\">Navigate Shipping &amp; Logistics</a>", "xpath": "/html/body/div[1]/div[1]/header[1]/div[3]/div[1]/div[1]/nav[1]/ul[1]/li[2]/ul[1]/li[1]/ul[1]/li[9]/a[1]", "issueID": "86e100f58f3c361d0de157744b1e66ee", "signature": "fbb5d9e1b1513cc823be41fc2edf684c", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=86e100f58f3c361d0de157744b1e66ee" }, { "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": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 6816, "column": 0 }, "errorSnippet": "<a href=\"/comply-us-and-foreign-regulations\" title=\"Comply with U.S. and Foreign Export Regulations\" class=\"ita-header__accordion-link\" data-drupal-link-system-path=\"node/105\">Comply with U.S. and Foreign Export Regulations</a>", "xpath": "/html/body/div[1]/div[1]/header[1]/div[3]/div[1]/div[1]/nav[1]/ul[1]/li[2]/ul[1]/li[1]/ul[1]/li[10]/a[1]", "issueID": "e691c412f887a69d29229ee2cdbb8c00", "signature": "0a435e76ac834f4e2c2b47d7ae8162d8", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=e691c412f887a69d29229ee2cdbb8c00" }, { "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": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 6983, "column": 33 }, "errorSnippet": "<a href=\"/perform-due-diligence\" title=\"Perform Due Diligence \" class=\"ita-header__accordion-link\" data-drupal-link-system-path=\"node/82\">Perform Due Diligence </a>", "xpath": "/html/body/div[1]/div[1]/header[1]/div[3]/div[1]/div[1]/nav[1]/ul[1]/li[2]/ul[1]/li[1]/ul[1]/li[11]/a[1]", "issueID": "d4286cef7c73b3888971b2ede2669be5", "signature": "98dcfc78281fbd53cd8571a62c09c4ee", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=d4286cef7c73b3888971b2ede2669be5" }, { "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": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 6984, "column": 40 }, "errorSnippet": "<a href=\"/protect-intellectual-property\" title=\"Protect Intellectual Property\" class=\"ita-header__accordion-link\" data-drupal-link-system-path=\"node/7465\">Protect Intellectual Property</a>", "xpath": "/html/body/div[1]/div[1]/header[1]/div[3]/div[1]/div[1]/nav[1]/ul[1]/li[2]/ul[1]/li[1]/ul[1]/li[12]/a[1]", "issueID": "55b02b85f247957d8f0867ea6b00c221", "signature": "12957e89cad22f9df96df09484c66e73", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=55b02b85f247957d8f0867ea6b00c221" }, { "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": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 6995, "column": 52 }, "errorSnippet": "<a href=\"/resolve-trade-problem\" title=\"Resolve Export Problems\" class=\"ita-header__accordion-link\" data-drupal-link-system-path=\"node/34\">Resolve Export Problems</a>", "xpath": "/html/body/div[1]/div[1]/header[1]/div[3]/div[1]/div[1]/nav[1]/ul[1]/li[2]/ul[1]/li[1]/ul[1]/li[13]/a[1]", "issueID": "2d1aaf9ce16b506cda3dc7eff14b5df1", "signature": "2444fb467049215accdfd91ab861d7a7", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=2d1aaf9ce16b506cda3dc7eff14b5df1" }, { "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": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 7896, "column": 9 }, "errorSnippet": "<a href=\"/research-region\" title=\"Research By Region\" class=\"ita-header__accordion-link\" data-drupal-link-system-path=\"node/576\">Research By Region</a>", "xpath": "/html/body/div[1]/div[1]/header[1]/div[3]/div[1]/div[1]/nav[1]/ul[1]/li[2]/ul[1]/li[2]/ul[1]/li[4]/a[1]", "issueID": "a045639e72373273b857f3efee2e8c56", "signature": "a2b1a9a76bad4f806cf099727973023b", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=a045639e72373273b857f3efee2e8c56" }, { "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": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 8015, "column": 11 }, "errorSnippet": "<a href=\"/resolve-foreign-trade-barrier\" title=\"Resolve a Foreign Trade Barrier\" class=\"ita-header__accordion-link\" data-drupal-link-system-path=\"node/41\">Resolve a Foreign Trade Barrier</a>", "xpath": "/html/body/div[1]/div[1]/header[1]/div[3]/div[1]/div[1]/nav[1]/ul[1]/li[2]/ul[1]/li[4]/ul[1]/li[1]/a[1]", "issueID": "4149ce449d86b29672c750e420768ddb", "signature": "ebf6ac90f0a2ba07af0bb87e2cbdc14f", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=4149ce449d86b29672c750e420768ddb" }, { "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": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 8019, "column": 11 }, "errorSnippet": "<a href=\"/us-antidumping-and-countervailing-duties\" title=\"U.S. Antidumping &amp; Countervailing Duties\" class=\"ita-header__accordion-link\" data-drupal-link-system-path=\"node/146\">U.S. Antidumping &amp; Countervailing Duties</a>", "xpath": "/html/body/div[1]/div[1]/header[1]/div[3]/div[1]/div[1]/nav[1]/ul[1]/li[2]/ul[1]/li[4]/ul[1]/li[2]/a[1]", "issueID": "04363b386acc49f3bdd1567f8582e451", "signature": "bcb3bb87223786977c2bf3568603b1f7", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=04363b386acc49f3bdd1567f8582e451" }, { "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": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 8023, "column": 11 }, "errorSnippet": "<a href=\"/foreign-adcvd-or-safeguard-investigation\" title=\"Facing a Foreign Trade AD/CVD or Safeguard Investigation?\" class=\"ita-header__accordion-link\" data-drupal-link-system-path=\"node/174\">Facing a Foreign Trade AD/CVD or Safeguard Investigatio", "xpath": "/html/body/div[1]/div[1]/header[1]/div[3]/div[1]/div[1]/nav[1]/ul[1]/li[2]/ul[1]/li[4]/ul[1]/li[3]/a[1]", "issueID": "cc59a768edb221c1e8fd4eb78acd6794", "signature": "c9ae0c24a0ee1ab77259d83fed9c4ba1", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=cc59a768edb221c1e8fd4eb78acd6794" }, { "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": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 8035, "column": 11 }, "errorSnippet": "<a href=\"https://www.stopfakes.gov/welcome\" title=\"Protect Your Intellectual Property\" class=\"ita-header__accordion-link\" target=\"_blank\">Protect Your Intellectual Property</a>", "xpath": "/html/body/div[1]/div[1]/header[1]/div[3]/div[1]/div[1]/nav[1]/ul[1]/li[2]/ul[1]/li[4]/ul[1]/li[6]/a[1]", "issueID": "e7801450d5dcf29e7097014890b8cbed", "signature": "f576f5fbd2b2437795d98ae6953289c8", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=e7801450d5dcf29e7097014890b8cbed" }, { "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": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 8039, "column": 11 }, "errorSnippet": "<a href=\"/advocacy\" title=\"Advocating for U.S. Business Abroad\" class=\"ita-header__accordion-link\" data-drupal-link-system-path=\"node/509\">Advocating for U.S. Business Abroad</a>", "xpath": "/html/body/div[1]/div[1]/header[1]/div[3]/div[1]/div[1]/nav[1]/ul[1]/li[2]/ul[1]/li[4]/ul[1]/li[7]/a[1]", "issueID": "d07f5c58e84282b60cfd56c77d7e532b", "signature": "6723d0c6056256e78b219cef9b18ae56", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=d07f5c58e84282b60cfd56c77d7e532b" }, { "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": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 8047, "column": 11 }, "errorSnippet": "<a href=\"/network-and-learn-events\" title=\"Network &amp; Learn at Events\" class=\"ita-header__accordion-link\" data-drupal-link-system-path=\"node/179\">Network &amp; Learn at Events</a>", "xpath": "/html/body/div[1]/div[1]/header[1]/div[3]/div[1]/div[1]/nav[1]/ul[1]/li[2]/ul[1]/li[5]/ul[1]/li[1]/a[1]", "issueID": "5baecb7d0635fa355e10b869fb2fd97c", "signature": "be052da2814d211502308e43a2021a1b", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=5baecb7d0635fa355e10b869fb2fd97c" }, { "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": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 8051, "column": 11 }, "errorSnippet": "<a href=\"/meet-buyers-events\" title=\"Meet Buyers at Events \" class=\"ita-header__accordion-link\" data-drupal-link-system-path=\"node/197\">Meet Buyers at Events </a>", "xpath": "/html/body/div[1]/div[1]/header[1]/div[3]/div[1]/div[1]/nav[1]/ul[1]/li[2]/ul[1]/li[5]/ul[1]/li[2]/a[1]", "issueID": "9c20b18dd0c7312af89499c2987c5f0f", "signature": "45e14b820b5e187ec107dc71429b2578", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=9c20b18dd0c7312af89499c2987c5f0f" }, { "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": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 8055, "column": 11 }, "errorSnippet": "<a href=\"/research-center\" title=\"Events by Industry\" class=\"ita-header__accordion-link\" data-drupal-link-system-path=\"node/344\">Events by Industry</a>", "xpath": "/html/body/div[1]/div[1]/header[1]/div[3]/div[1]/div[1]/nav[1]/ul[1]/li[2]/ul[1]/li[5]/ul[1]/li[3]/a[1]", "issueID": "e9a89621f039f6b8d9cee8a39836452e", "signature": "629c7935a13c825b71a28409b6c93a14", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=e9a89621f039f6b8d9cee8a39836452e" }, { "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": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 8086, "column": 11 }, "errorSnippet": "<a href=\"https://www.selectusa.gov/events\" title=\"Foreign Direct Investment Attraction Events\" class=\"ita-header__accordion-link\" target=\"_blank\">Foreign Direct Investment Attraction Events</a>", "xpath": "/html/body/div[1]/div[1]/header[1]/div[3]/div[1]/div[1]/nav[1]/ul[1]/li[2]/ul[1]/li[5]/ul[1]/li[5]/a[1]", "issueID": "263d626ea7263b6a15b7a5095ded2443", "signature": "edb55acd74d615d8a2b254440bd4a3d3", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=263d626ea7263b6a15b7a5095ded2443" }, { "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": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 8094, "column": 11 }, "errorSnippet": "<a href=\"/press\" title=\"Press\" class=\"ita-header__accordion-link\" data-drupal-link-system-path=\"node/374\">Press</a>", "xpath": "/html/body/div[1]/div[1]/header[1]/div[3]/div[1]/div[1]/nav[1]/ul[1]/li[2]/ul[1]/li[6]/ul[1]/li[1]/a[1]", "issueID": "53bd8be4d20c511aae5adefbcb4d9936", "signature": "ce0cbbdb28a6a5e5317d33f61f8bb70d", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=53bd8be4d20c511aae5adefbcb4d9936" }, { "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": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 8098, "column": 11 }, "errorSnippet": "<a href=\"/tradeology-official-ita-blog\" title=\"Blog\" class=\"ita-header__accordion-link\" data-drupal-link-system-path=\"node/390\">Blog</a>", "xpath": "/html/body/div[1]/div[1]/header[1]/div[3]/div[1]/div[1]/nav[1]/ul[1]/li[2]/ul[1]/li[6]/ul[1]/li[2]/a[1]", "issueID": "6045e9c11b4b9e5ec0715f2cf7e867d5", "signature": "979db66b69357aea01a82c9fd5173184", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=6045e9c11b4b9e5ec0715f2cf7e867d5" }, { "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": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 8102, "column": 11 }, "errorSnippet": "<a href=\"/success-stories\" title=\"ITA Success Stories\" class=\"ita-header__accordion-link\" data-drupal-link-system-path=\"node/531\">ITA Success Stories</a>", "xpath": "/html/body/div[1]/div[1]/header[1]/div[3]/div[1]/div[1]/nav[1]/ul[1]/li[2]/ul[1]/li[6]/ul[1]/li[3]/a[1]", "issueID": "f27b40771b34a90a11bbac1f7a28edce", "signature": "5046615f2c27dddd40ce0ad1817438fd", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=f27b40771b34a90a11bbac1f7a28edce" }, { "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": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 8175, "column": 9 }, "errorSnippet": "<a href=\"/foreign-trade-zones-board\" title=\"Foreign-Trade Zones\" class=\"ita-header__accordion-link\" data-drupal-link-system-path=\"node/137\">Foreign-Trade Zones</a>", "xpath": "/html/body/div[1]/div[1]/header[1]/div[3]/div[1]/div[1]/nav[1]/ul[1]/li[2]/ul[1]/li[7]/ul[1]/li[6]/a[1]", "issueID": "6456ebc3bc590fd7ef31d81262e90780", "signature": "52c66c211b28bffb2ba0a83d1d97960d", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=6456ebc3bc590fd7ef31d81262e90780" }, { "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": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 8196, "column": 11 }, "errorSnippet": "<a href=\"https://www.trade.gov/about-selectusa\" title=\"About Select USA\" class=\"ita-header__accordion-link\">About Select USA</a>", "xpath": "/html/body/div[1]/div[1]/header[1]/div[3]/div[1]/div[1]/nav[1]/ul[1]/li[3]/ul[1]/li[2]/ul[1]/li[1]/a[1]", "issueID": "be38f122ab989e69a7bcc1adf485f260", "signature": "fd272f337cf77bd3a0025fdabd6a09c2", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=be38f122ab989e69a7bcc1adf485f260" }, { "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": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 8230, "column": 9 }, "errorSnippet": "<a href=\"https://www.trade.gov/selectusa-service-providers\" title=\"Service Providers\" class=\"ita-header__accordion-link\">Service Providers</a>", "xpath": "/html/body/div[1]/div[1]/header[1]/div[3]/div[1]/div[1]/nav[1]/ul[1]/li[3]/ul[1]/li[2]/ul[1]/li[4]/a[1]", "issueID": "de9912edb9870beca810c478858d7cdb", "signature": "106ebc58649ef8b590166409764d7ba3", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=de9912edb9870beca810c478858d7cdb" }, { "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": 49.296875, "y": 3942.40625 }, "bottom-right": { "x": 158.296875, "y": 3965.40625 }, "height": 23, "width": 109 }, "position": { "line": 8404, "column": 11 }, "errorSnippet": "<a href=\"/export-solutions\" title=\"Export Solutions\" class=\"ita-footer__menu-link ita-footer__menu-link--subheader\" data-drupal-link-system-path=\"node/163\">Export Solutions</a>", "xpath": "/html/body/div[1]/div[1]/footer[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/a[1]", "issueID": "4c4677d4ad911a0e20f0aeb824f30168", "signature": "4ace441db7487d7111f4d40636c819a8", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=4c4677d4ad911a0e20f0aeb824f30168" }, { "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": 49.296875, "y": 3981.40625 }, "bottom-right": { "x": 158.296875, "y": 4004.40625 }, "height": 23, "width": 109 }, "position": { "line": 8430, "column": 9 }, "errorSnippet": "<a href=\"/research-center\" title=\"Research Center\" class=\"ita-footer__menu-link ita-footer__menu-link--subheader\" data-drupal-link-system-path=\"node/344\">Research Center</a>", "xpath": "/html/body/div[1]/div[1]/footer[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[1]/ul[1]/li[2]/a[1]", "issueID": "0df107a2ce8edf3ed61ae3217455c4d0", "signature": "afe52112621cfd0151e24a411e178614", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=0df107a2ce8edf3ed61ae3217455c4d0" }, { "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": 49.296875, "y": 4020.40625 }, "bottom-right": { "x": 182.937875, "y": 4066.40625 }, "height": 46, "width": 133.641 }, "position": { "line": 8435, "column": 11 }, "errorSnippet": "<a href=\"/regulations\" title=\"Regulations &amp; Agreements\" class=\"ita-footer__menu-link ita-footer__menu-link--subheader\" data-drupal-link-system-path=\"node/32\">Regulations &amp; Agreements</a>", "xpath": "/html/body/div[1]/div[1]/footer[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[1]/ul[1]/li[3]/a[1]", "issueID": "e7a27eb49ba60804fa9bfcb6088aaa4d", "signature": "d7a6c5d1e35f9a28a43751f04aa60bf2", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=e7a27eb49ba60804fa9bfcb6088aaa4d" }, { "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": 49.296875, "y": 4082.40625 }, "bottom-right": { "x": 182.937875, "y": 4128.40625 }, "height": 46, "width": 133.641 }, "position": { "line": 8439, "column": 11 }, "errorSnippet": "<a href=\"/resolve-trade-problem\" title=\"Resolve a Trade Problem\" class=\"ita-footer__menu-link ita-footer__menu-link--subheader\" data-drupal-link-system-path=\"node/34\">Resolve a Trade Problem</a>", "xpath": "/html/body/div[1]/div[1]/footer[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[1]/ul[1]/li[4]/a[1]", "issueID": "f1b501065d7a85319e991b41ea7320a5", "signature": "e5e8eecb24367ff31058e8c7d0176f3b", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=f1b501065d7a85319e991b41ea7320a5" }, { "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": 49.296875, "y": 4144.40625 }, "bottom-right": { "x": 155.296875, "y": 4167.40625 }, "height": 23, "width": 106 }, "position": { "line": 8443, "column": 11 }, "errorSnippet": "<a href=\"/attend-event\" title=\"Attend an Event\" class=\"ita-footer__menu-link ita-footer__menu-link--subheader\" data-drupal-link-system-path=\"node/169\">Attend an Event</a>", "xpath": "/html/body/div[1]/div[1]/footer[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[1]/ul[1]/li[5]/a[1]", "issueID": "f8068211d347d1c7d00de92d27ccc3de", "signature": "e81b1fb8f31033b96eb2d82873f4022d", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=f8068211d347d1c7d00de92d27ccc3de" }, { "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": 49.296875, "y": 4183.40625 }, "bottom-right": { "x": 171.296875, "y": 4206.40625 }, "height": 23, "width": 122 }, "position": { "line": 8447, "column": 11 }, "errorSnippet": "<a href=\"/news-and-highlights\" title=\"News &amp; Highlights\" class=\"ita-footer__menu-link ita-footer__menu-link--subheader\" data-drupal-link-system-path=\"node/371\">News &amp; Highlights</a>", "xpath": "/html/body/div[1]/div[1]/footer[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[1]/ul[1]/li[6]/a[1]", "issueID": "1f5e90e3d26474c7597094953091452c", "signature": "0e3924af7c4811eea1dcac2c78d64cbc", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=1f5e90e3d26474c7597094953091452c" }, { "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": 49.296875, "y": 4222.40625 }, "bottom-right": { "x": 182.937875, "y": 4268.40625 }, "height": 46, "width": 133.641 }, "position": { "line": 8451, "column": 11 }, "errorSnippet": "<a href=\"/let-our-experts-help-0\" title=\"Let Our Experts Help\" class=\"ita-footer__menu-link ita-footer__menu-link--subheader\" data-drupal-link-system-path=\"node/204\">Let Our Experts Help</a>", "xpath": "/html/body/div[1]/div[1]/footer[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[1]/ul[1]/li[7]/a[1]", "issueID": "bed8c8e768c6bfea8567aad382a2cae2", "signature": "81272a4372483973b49f7f1cf9a10e1e", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=bed8c8e768c6bfea8567aad382a2cae2" }, { "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": 227.4375, "y": 3967.40625 }, "bottom-right": { "x": 344.4375, "y": 3990.40625 }, "height": 23, "width": 117 }, "position": { "line": 8455, "column": 11 }, "errorSnippet": "<a href=\"https://www.trade.gov/buyusa\" title=\"Buy From the USA\" class=\"ita-footer__menu-link ita-footer__menu-link--subheader\">Buy From the USA</a>", "xpath": "/html/body/div[1]/div[1]/footer[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[2]/ul[1]/li[1]/a[1]", "issueID": "32b1e33a4cbca1eaa92c21893f9c10d6", "signature": "e5df220951822c2db6d236258af5b3a4", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=32b1e33a4cbca1eaa92c21893f9c10d6" }, { "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": 227.4375, "y": 4006.40625 }, "bottom-right": { "x": 339.4375, "y": 4029.40625 }, "height": 23, "width": 112 }, "position": { "line": 8466, "column": 13 }, "errorSnippet": "<a href=\"https://www.selectusa.gov\" title=\"Invest in the USA\" class=\"ita-footer__menu-link ita-footer__menu-link--subheader\" target=\"_blank\">Invest in the USA</a>", "xpath": "/html/body/div[1]/div[1]/footer[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[2]/ul[1]/li[2]/a[1]", "issueID": "fb266d7ce101200816d4f186652cf327", "signature": "5005bfa272571879ab10cea253baa422", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=fb266d7ce101200816d4f186652cf327" }, { "tID": 98, "bpID": 105, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "These links have the same text but different destinations.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Don't reuse the same link text for links that have different destinations", "errorDescription": "This link has the same text as another link that goes to a different place. Using the same text for multiple links which point to different pages is ambiguous and may be confusing for assistive technology users, or for users who have a cognitive disability. Link text should tell the user where they will go if they follow the link. If two links on a page go to two different destinations, use different link text that accurately and concisely describes their destination.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 1225, "column": 5796 }, "errorSnippet": "<a href=\"/research-center\" title=\"Research Center\" class=\"ita-header__menu-link\" data-drupal-link-system-path=\"node/344\">Overview</a>", "xpath": "/html/body/div[1]/div[1]/header[1]/div[2]/div[1]/div[1]/nav[1]/ul[1]/li[1]/ul[1]/li[2]/ul[1]/li[1]/a[1]", "issueID": "7b1643ad78f70e1440ee6ecc628e2535", "signature": "bbaef6b53bcbbcb4307f31de64584662", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=7b1643ad78f70e1440ee6ecc628e2535" }, { "tID": 98, "bpID": 105, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "These links have the same text but different destinations.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Don't reuse the same link text for links that have different destinations", "errorDescription": "This link has the same text as another link that goes to a different place. Using the same text for multiple links which point to different pages is ambiguous and may be confusing for assistive technology users, or for users who have a cognitive disability. Link text should tell the user where they will go if they follow the link. If two links on a page go to two different destinations, use different link text that accurately and concisely describes their destination.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 3823, "column": 0 }, "errorSnippet": "<a href=\"/regulations\" title=\"Regulations &amp; Agreements\" class=\"ita-header__menu-link\" data-drupal-link-system-path=\"node/32\">Overview</a>", "xpath": "/html/body/div[1]/div[1]/header[1]/div[2]/div[1]/div[1]/nav[1]/ul[1]/li[1]/ul[1]/li[3]/ul[1]/li[1]/a[1]", "issueID": "6bfe9cac89a2d62dfe9b11f045cdb810", "signature": "00e4c7244a6cc3b69af33eb5e2d59cfd", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=6bfe9cac89a2d62dfe9b11f045cdb810" }, { "tID": 98, "bpID": 105, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "These links have the same text but different destinations.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Don't reuse the same link text for links that have different destinations", "errorDescription": "This link has the same text as another link that goes to a different place. Using the same text for multiple links which point to different pages is ambiguous and may be confusing for assistive technology users, or for users who have a cognitive disability. Link text should tell the user where they will go if they follow the link. If two links on a page go to two different destinations, use different link text that accurately and concisely describes their destination.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 4183, "column": 0 }, "errorSnippet": "<a href=\"/resolve-trade-problem\" title=\"Resolve a Trade Problem\" class=\"ita-header__menu-link\" data-drupal-link-system-path=\"node/34\">Overview</a>", "xpath": "/html/body/div[1]/div[1]/header[1]/div[2]/div[1]/div[1]/nav[1]/ul[1]/li[1]/ul[1]/li[4]/ul[1]/li[1]/a[1]", "issueID": "cd82ca761fba4ee073e31777888748bf", "signature": "a8db296f24afff5d8ab599ccfd6da442", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=cd82ca761fba4ee073e31777888748bf" }, { "tID": 98, "bpID": 105, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "These links have the same text but different destinations.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Don't reuse the same link text for links that have different destinations", "errorDescription": "This link has the same text as another link that goes to a different place. Using the same text for multiple links which point to different pages is ambiguous and may be confusing for assistive technology users, or for users who have a cognitive disability. Link text should tell the user where they will go if they follow the link. If two links on a page go to two different destinations, use different link text that accurately and concisely describes their destination.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 4422, "column": 34 }, "errorSnippet": "<a href=\"/attend-event\" title=\"Attend an Event\" class=\"ita-header__menu-link\" data-drupal-link-system-path=\"node/169\">Overview</a>", "xpath": "/html/body/div[1]/div[1]/header[1]/div[2]/div[1]/div[1]/nav[1]/ul[1]/li[1]/ul[1]/li[5]/ul[1]/li[1]/a[1]", "issueID": "274e1c906f793703c5afc8cbbc90adfe", "signature": "a0381003546225f9ddbf884ea78ef1dd", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=274e1c906f793703c5afc8cbbc90adfe" }, { "tID": 98, "bpID": 105, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "These links have the same text but different destinations.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Don't reuse the same link text for links that have different destinations", "errorDescription": "This link has the same text as another link that goes to a different place. Using the same text for multiple links which point to different pages is ambiguous and may be confusing for assistive technology users, or for users who have a cognitive disability. Link text should tell the user where they will go if they follow the link. If two links on a page go to two different destinations, use different link text that accurately and concisely describes their destination.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 4651, "column": 0 }, "errorSnippet": "<a href=\"/news-and-highlights\" title=\"News &amp; Highlights\" class=\"ita-header__menu-link\" data-drupal-link-system-path=\"node/371\">Overview</a>", "xpath": "/html/body/div[1]/div[1]/header[1]/div[2]/div[1]/div[1]/nav[1]/ul[1]/li[1]/ul[1]/li[6]/ul[1]/li[1]/a[1]", "issueID": "50fb51790e69e2ac07fabd9027f748b1", "signature": "58c70f064997f445c70efbc37b528959", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=50fb51790e69e2ac07fabd9027f748b1" }, { "tID": 98, "bpID": 105, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "These links have the same text but different destinations.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Don't reuse the same link text for links that have different destinations", "errorDescription": "This link has the same text as another link that goes to a different place. Using the same text for multiple links which point to different pages is ambiguous and may be confusing for assistive technology users, or for users who have a cognitive disability. Link text should tell the user where they will go if they follow the link. If two links on a page go to two different destinations, use different link text that accurately and concisely describes their destination.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 4819, "column": 40 }, "errorSnippet": "<a href=\"/let-our-experts-help-0\" title=\"Let Our Experts Help\" class=\"ita-header__menu-link\" data-drupal-link-system-path=\"node/204\">Overview</a>", "xpath": "/html/body/div[1]/div[1]/header[1]/div[2]/div[1]/div[1]/nav[1]/ul[1]/li[1]/ul[1]/li[7]/ul[1]/li[1]/a[1]", "issueID": "0d6ac7b00549cd1e34aa8855c8aedb80", "signature": "4d5ec9cd84ece947c2de28e973870a6d", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=0d6ac7b00549cd1e34aa8855c8aedb80" }, { "tID": 98, "bpID": 105, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "These links have the same text but different destinations.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Don't reuse the same link text for links that have different destinations", "errorDescription": "This link has the same text as another link that goes to a different place. Using the same text for multiple links which point to different pages is ambiguous and may be confusing for assistive technology users, or for users who have a cognitive disability. Link text should tell the user where they will go if they follow the link. If two links on a page go to two different destinations, use different link text that accurately and concisely describes their destination.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 5988, "column": 0 }, "errorSnippet": "<a href=\"https://www.trade.gov/buyusa\" title=\"Buy from the USA\" class=\"ita-header__menu-link\">Overview</a>", "xpath": "/html/body/div[1]/div[1]/header[1]/div[2]/div[1]/div[1]/nav[1]/ul[1]/li[2]/ul[1]/li[1]/ul[1]/li[1]/a[1]", "issueID": "1e786b15df1ac17287262a6d0cfe63d8", "signature": "7851a9346d4aab026aae7c446f4ab139", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=1e786b15df1ac17287262a6d0cfe63d8" }, { "tID": 98, "bpID": 105, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "These links have the same text but different destinations.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Don't reuse the same link text for links that have different destinations", "errorDescription": "This link has the same text as another link that goes to a different place. Using the same text for multiple links which point to different pages is ambiguous and may be confusing for assistive technology users, or for users who have a cognitive disability. Link text should tell the user where they will go if they follow the link. If two links on a page go to two different destinations, use different link text that accurately and concisely describes their destination.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 5988, "column": 0 }, "errorSnippet": "<a href=\"https://www.trade.gov/selectusa-home\" title=\"Invest in the USA\" class=\"ita-header__menu-link\">Overview</a>", "xpath": "/html/body/div[1]/div[1]/header[1]/div[2]/div[1]/div[1]/nav[1]/ul[1]/li[2]/ul[1]/li[2]/ul[1]/li[1]/a[1]", "issueID": "0423c63f7a3bf68c6ed430254b62f058", "signature": "50e882a76da8c8d5f8575df78db42c28", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=0423c63f7a3bf68c6ed430254b62f058" }, { "tID": 98, "bpID": 105, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "These links have the same text but different destinations.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Don't reuse the same link text for links that have different destinations", "errorDescription": "This link has the same text as another link that goes to a different place. Using the same text for multiple links which point to different pages is ambiguous and may be confusing for assistive technology users, or for users who have a cognitive disability. Link text should tell the user where they will go if they follow the link. If two links on a page go to two different destinations, use different link text that accurately and concisely describes their destination.", "viewPortLocation": { "top-left": { "x": 531.28125, "y": 3578.5625 }, "bottom-right": { "x": 930.45325, "y": 3595.5625 }, "height": 17, "width": 399.172 }, "position": { "line": 8399, "column": 9 }, "errorSnippet": "<a class=\"ita-cta-button\" href=\"/success-story/exporter-overcomes-challenge-and-ships-product-germany-0\" target=\"_self\"> Read More\n</a>", "xpath": "/html/body/div[1]/div[1]/main[1]/div[1]/section[1]/article[1]/div[4]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[3]/a[1]", "issueID": "efdae80d7fb143ce6f8b3bde47fb1453", "signature": "4faac6bb0230e0beb4d663c1155161ec", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=efdae80d7fb143ce6f8b3bde47fb1453" }, { "tID": 144, "bpID": 14, "priority": 91, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This content's line height is insufficent to properly display the computed element font size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.8 Visual Presentation" ], "resultTitle": "Set a `line-height` (leading) that is at least one and a half times the current font size.", "errorDescription": "This content's line height is insufficent to properly display the computed element font size. Line height that is less than 150% of the computed element font size limits content readability for people with dyslexia, low vision, cognitive impairments or learning disabilities. Set the `line-height` for this content to a value of 1.5 or higher. Using a proportional, unitless value like 1.5 or 150% will ensure that the line-height scales if the user zooms the browser window.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 1024, "y": 4628.55 }, "height": 4628.55, "width": 1024 }, "position": { "line": 2225, "column": 60 }, "errorSnippet": "<body> <a href=\"#main-content\" class=\"visually-hidden focusable\"> Skip to main content </a> <noscript><iframe src=\"https://www.googletagmanager.com/ns.html?id=GTM-57T3V5H\" height=\"0\" width=\"0\" style=\"display:none;visibility:hid", "xpath": "/html/body", "issueID": "110b365f8fff2b478d45e6d3cf1829a6", "signature": "ca1a8dab18666e2eecfb4814510c9e3e", "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=110b365f8fff2b478d45e6d3cf1829a6" }, { "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": -2, "y": 0 }, "bottom-right": { "x": -2, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 7901, "column": 7 }, "errorSnippet": "<div class=\"howyouknow-container\">\n<div class=\"howyouknow-header-block\">\n<div class=\"howyouknow-header-block__icon\"><img alt=\"Official Government Website\" class=\"howyouknow-header-block__icon__img\" src=\"/themes/custom/ita/images/icon", "xpath": "/html/body/div[1]/div[1]/div[1]/div[2]/div[1]", "issueID": "d4bbd8057b83d2f89b4aef9f107fe466", "signature": "54fec5d564b6feb2ea8e7cf987af79b0", "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=d4bbd8057b83d2f89b4aef9f107fe466" }, { "tID": 144, "bpID": 14, "priority": 91, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This content's line height is insufficent to properly display the computed element font size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.8 Visual Presentation" ], "resultTitle": "Set a `line-height` (leading) that is at least one and a half times the current font size.", "errorDescription": "This content's line height is insufficent to properly display the computed element font size. Line height that is less than 150% of the computed element font size limits content readability for people with dyslexia, low vision, cognitive impairments or learning disabilities. Set the `line-height` for this content to a value of 1.5 or higher. Using a proportional, unitless value like 1.5 or 150% will ensure that the line-height scales if the user zooms the browser window.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 5988, "column": 0 }, "errorSnippet": "<a href=\"https://itaprodingress.eastus.cloudapp.azure.com/madeinusa/searchapp/\" title=\"Find a Supplier - Textiles &amp; Apparel\" class=\"ita-header__menu-link ext\" target=\"_blank\" data-extlink=\"\" rel=\"noopener\">Find a Supplier - Textiles &am", "xpath": "/html/body/div[1]/div[1]/header[1]/div[2]/div[1]/div[1]/nav[1]/ul[1]/li[2]/ul[1]/li[1]/ul[1]/li[2]/a[1]", "issueID": "9f7df3662184be954efd9275cc8e9a43", "signature": "4330bda5e9c32865620afb0a32a8f6b5", "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=9f7df3662184be954efd9275cc8e9a43" }, { "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": 48, "y": 116 }, "bottom-right": { "x": 476, "y": 340 }, "height": 224, "width": 428 }, "position": { "line": 9010, "column": 0 }, "errorSnippet": "<div class=\"ita-hero-banner__summary\"> The International Trade Administration strengthens the competitiveness of U.S. industry, promotes trade and investment, and ensures fair trade through the rigorous enforcement of our trade laws and agreements.", "xpath": "/html/body/div[1]/div[1]/main[1]/div[1]/section[1]/header[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]", "issueID": "2a6cf01a9a8e101032ebd10a1d855846", "signature": "b48cd77c130cb95ef2f81adb6fed121e", "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=2a6cf01a9a8e101032ebd10a1d855846" }, { "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": 772.546875, "y": 3962.765625 }, "bottom-right": { "x": 975.202875, "y": 4142.765625 }, "height": 180, "width": 202.656 }, "position": { "line": 9735, "column": 5 }, "errorSnippet": "<div class=\"ita-footer__address\"> <p><strong>International Trade Administration<br>\nU.S. Department of Commerce</strong><br>\n1401 Constitution Ave NW<br>\nWashington, DC 20230</p> <p><strong>Conn", "xpath": "/html/body/div[1]/div[1]/footer[1]/div[1]/div[1]/div[2]/div[2]", "issueID": "4c81e18f7fc9507aaf6404826303f570", "signature": "83dbf580c3156d4e2c4197172ba18022", "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=4c81e18f7fc9507aaf6404826303f570" }, { "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": 48.75, "y": 4337.25 }, "bottom-right": { "x": 975.234, "y": 4450.25 }, "height": 113, "width": 926.484 }, "position": { "line": 10271, "column": 9 }, "errorSnippet": "<div class=\"ita-footer__description\"><p>The&nbsp;<strong><a href=\"https://www.trade.gov/\">International Trade Administration</a></strong>,&nbsp;<strong><a href=\"https://www.commerce.gov/\" target=\"_blan", "xpath": "/html/body/div[1]/div[1]/footer[1]/div[1]/div[2]/div[1]/div[1]", "issueID": "4dae339ffeba0d48020ad6e7b907d416", "signature": "f4a7f93fed25d9bcb129f3882a7cde89", "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=4dae339ffeba0d48020ad6e7b907d416" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 5988, "column": 0 }, "errorSnippet": "<a href=\"https://itaprodingress.eastus.cloudapp.azure.com/madeinusa/searchapp/\" title=\"Find a Supplier - Textiles &amp; Apparel\" class=\"ita-header__menu-link ext\" target=\"_blank\" data-extlink=\"\" rel=\"noopener\">Find a Supplier - Textiles &am", "xpath": "/html/body/div[1]/div[1]/header[1]/div[2]/div[1]/div[1]/nav[1]/ul[1]/li[2]/ul[1]/li[1]/ul[1]/li[2]/a[1]", "issueID": "a037c62bcf7dc7f0670f8f7a47847b07", "signature": "eac93264e812c749261886ce3a588f52", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=a037c62bcf7dc7f0670f8f7a47847b07" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 3954, "column": 34 }, "errorSnippet": "<input placeholder=\"Search website...\" class=\"ita-header__search-input\" id=\"header-search-mobile\" type=\"text\" name=\"q\">", "xpath": "/html/body/div[1]/div[1]/header[1]/div[3]/div[1]/div[1]/nav[1]/ul[1]/li[1]/div[1]/form[1]/input[1]", "issueID": "df52e95840cf7f122af645689326a963", "signature": "a9413163242e3c03d069f7294cc0ae44", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=df52e95840cf7f122af645689326a963" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 8188, "column": 11 }, "errorSnippet": "<a href=\"https://itaprodingress.eastus.cloudapp.azure.com/madeinusa/searchapp/\" title=\"Find a Supplier - Textiles &amp; Apparel\" class=\"ita-header__accordion-link ext\" target=\"_blank\" data-extlink=\"\" rel=\"noopener\">Find a Supplier - Textiles &a", "xpath": "/html/body/div[1]/div[1]/header[1]/div[3]/div[1]/div[1]/nav[1]/ul[1]/li[3]/ul[1]/li[1]/ul[1]/li[1]/a[1]", "issueID": "20b2957986b7badf56942ed43b2a31e0", "signature": "496e4bafd68e9945ed966bbff8831236", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=20b2957986b7badf56942ed43b2a31e0" }, { "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": 291, "y": 1466.03125 }, "bottom-right": { "x": 471.672, "y": 1500.03125 }, "height": 34, "width": 180.672 }, "position": { "line": 8282, "column": 11 }, "errorSnippet": "<a class=\"ita-cta-button\" href=\"/trade-data-analysis\" target=\"_self\"> See Trade Data &amp; Analysis\n</a>", "xpath": "/html/body/div[1]/div[1]/main[1]/div[1]/section[1]/article[1]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[3]/a[1]", "issueID": "31355d4f76acd0c3ff2bbcce2f1fe765", "signature": "206d85f64732bd3b4557052e8220c151", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=31355d4f76acd0c3ff2bbcce2f1fe765" }, { "tID": 190, "bpID": 73, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "Item(s) with interactive `role` must have `tabindex=\"0\"` unless it is natively actionable.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.1.1 Keyboard", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.1.3 Keyboard (No Exception)" ], "resultTitle": "Make sure that all interactive elements can receive focus using the keyboard.", "errorDescription": "This element has an ARIA role that is intended for widgets that are used for interaction. However, it lacks a `tabindex` attribute. As a consequence, users who navigate the page via keyboard will be unable to gain focus on this control and will be unable to interact with it with the keyboard. Add `tabindex=\"0\"` to this control. Also ensure that this control responds to all of the necessary key events required of this type of control.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 8564, "column": 13 }, "errorSnippet": "<span class=\"ita-header__accordion-link ita-header__accordion-link--toggle ita-header__accordion-link--red\" id=\"accordion-menu1\" role=\"button\" data-toggle=\"accordion\" aria-haspopup=\"true\" aria-expanded=\"false\"> <span class=\"ita-header__accordion", "xpath": "/html/body/div[1]/div[1]/header[1]/div[3]/div[1]/div[1]/nav[1]/ul[1]/li[2]/span[1]", "issueID": "cf36213897575cb1d0b428537b13d5ef", "signature": "d009a69916d359e83026042f9a9f346a", "ref": "https://tenon.io/bestpractice.php?bpID=73&tID=190&issueID=cf36213897575cb1d0b428537b13d5ef" }, { "tID": 190, "bpID": 73, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "Item(s) with interactive `role` must have `tabindex=\"0\"` unless it is natively actionable.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.1.1 Keyboard", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.1.3 Keyboard (No Exception)" ], "resultTitle": "Make sure that all interactive elements can receive focus using the keyboard.", "errorDescription": "This element has an ARIA role that is intended for widgets that are used for interaction. However, it lacks a `tabindex` attribute. As a consequence, users who navigate the page via keyboard will be unable to gain focus on this control and will be unable to interact with it with the keyboard. Add `tabindex=\"0\"` to this control. Also ensure that this control responds to all of the necessary key events required of this type of control.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 6516, "column": 0 }, "errorSnippet": "<a class=\"ita-header__accordion-link ita-header__accordion-link--toggle\" id=\"export-solutions-accordion-submenu1\" role=\"button\" data-toggle=\"accordion\" aria-haspopup=\"true\" aria-expanded=\"false\" target=\"_blank\"> <span class=\"ita-header__accordio", "xpath": "/html/body/div[1]/div[1]/header[1]/div[3]/div[1]/div[1]/nav[1]/ul[1]/li[2]/ul[1]/li[1]/a[1]", "issueID": "0596f61c8cba64d0c260e9229654d01c", "signature": "15a48ee545e4e6e4646b419e05a2a063", "ref": "https://tenon.io/bestpractice.php?bpID=73&tID=190&issueID=0596f61c8cba64d0c260e9229654d01c" }, { "tID": 190, "bpID": 73, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "Item(s) with interactive `role` must have `tabindex=\"0\"` unless it is natively actionable.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.1.1 Keyboard", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.1.3 Keyboard (No Exception)" ], "resultTitle": "Make sure that all interactive elements can receive focus using the keyboard.", "errorDescription": "This element has an ARIA role that is intended for widgets that are used for interaction. However, it lacks a `tabindex` attribute. As a consequence, users who navigate the page via keyboard will be unable to gain focus on this control and will be unable to interact with it with the keyboard. Add `tabindex=\"0\"` to this control. Also ensure that this control responds to all of the necessary key events required of this type of control.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 6996, "column": 58 }, "errorSnippet": "<a class=\"ita-header__accordion-link ita-header__accordion-link--toggle\" id=\"research-center-accordion-submenu2\" role=\"button\" data-toggle=\"accordion\" aria-haspopup=\"true\" aria-expanded=\"false\" target=\"_blank\"> <span class=\"ita-header__accordion", "xpath": "/html/body/div[1]/div[1]/header[1]/div[3]/div[1]/div[1]/nav[1]/ul[1]/li[2]/ul[1]/li[2]/a[1]", "issueID": "ddf309fd6b00a8ff6750ff48d8a73310", "signature": "ba4876f8a25df79321241024205aedc5", "ref": "https://tenon.io/bestpractice.php?bpID=73&tID=190&issueID=ddf309fd6b00a8ff6750ff48d8a73310" }, { "tID": 190, "bpID": 73, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "Item(s) with interactive `role` must have `tabindex=\"0\"` unless it is natively actionable.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.1.1 Keyboard", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.1.3 Keyboard (No Exception)" ], "resultTitle": "Make sure that all interactive elements can receive focus using the keyboard.", "errorDescription": "This element has an ARIA role that is intended for widgets that are used for interaction. However, it lacks a `tabindex` attribute. As a consequence, users who navigate the page via keyboard will be unable to gain focus on this control and will be unable to interact with it with the keyboard. Add `tabindex=\"0\"` to this control. Also ensure that this control responds to all of the necessary key events required of this type of control.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 8007, "column": 11 }, "errorSnippet": "<a class=\"ita-header__accordion-link\" id=\"regulations-&amp;-agreements-accordion-submenu3\" role=\"button\" data-toggle=\"accordion\" aria-haspopup=\"false\" aria-expanded=\"false\" target=\"_blank\"> <span class=\"ita-header__accordion-title\">Regula", "xpath": "/html/body/div[1]/div[1]/header[1]/div[3]/div[1]/div[1]/nav[1]/ul[1]/li[2]/ul[1]/li[3]/a[1]", "issueID": "c590c361b095324369cbafa63c73c803", "signature": "1a602bbfc447a27b29e6e122f7e56709", "ref": "https://tenon.io/bestpractice.php?bpID=73&tID=190&issueID=c590c361b095324369cbafa63c73c803" }, { "tID": 190, "bpID": 73, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "Item(s) with interactive `role` must have `tabindex=\"0\"` unless it is natively actionable.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.1.1 Keyboard", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.1.3 Keyboard (No Exception)" ], "resultTitle": "Make sure that all interactive elements can receive focus using the keyboard.", "errorDescription": "This element has an ARIA role that is intended for widgets that are used for interaction. However, it lacks a `tabindex` attribute. As a consequence, users who navigate the page via keyboard will be unable to gain focus on this control and will be unable to interact with it with the keyboard. Add `tabindex=\"0\"` to this control. Also ensure that this control responds to all of the necessary key events required of this type of control.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 8011, "column": 11 }, "errorSnippet": "<a class=\"ita-header__accordion-link ita-header__accordion-link--toggle\" id=\"resolve-a-trade-problem-accordion-submenu4\" role=\"button\" data-toggle=\"accordion\" aria-haspopup=\"true\" aria-expanded=\"false\" target=\"_blank\"> <span class=\"ita-header__a", "xpath": "/html/body/div[1]/div[1]/header[1]/div[3]/div[1]/div[1]/nav[1]/ul[1]/li[2]/ul[1]/li[4]/a[1]", "issueID": "fae18a6d67e2b0a5c88863b60a696fb7", "signature": "130baa2b99feee4156c94e533a3d09cb", "ref": "https://tenon.io/bestpractice.php?bpID=73&tID=190&issueID=fae18a6d67e2b0a5c88863b60a696fb7" }, { "tID": 190, "bpID": 73, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "Item(s) with interactive `role` must have `tabindex=\"0\"` unless it is natively actionable.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.1.1 Keyboard", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.1.3 Keyboard (No Exception)" ], "resultTitle": "Make sure that all interactive elements can receive focus using the keyboard.", "errorDescription": "This element has an ARIA role that is intended for widgets that are used for interaction. However, it lacks a `tabindex` attribute. As a consequence, users who navigate the page via keyboard will be unable to gain focus on this control and will be unable to interact with it with the keyboard. Add `tabindex=\"0\"` to this control. Also ensure that this control responds to all of the necessary key events required of this type of control.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 8043, "column": 11 }, "errorSnippet": "<a class=\"ita-header__accordion-link ita-header__accordion-link--toggle\" id=\"attend-an-event-accordion-submenu5\" role=\"button\" data-toggle=\"accordion\" aria-haspopup=\"true\" aria-expanded=\"false\" target=\"_blank\"> <span class=\"ita-header__accordion", "xpath": "/html/body/div[1]/div[1]/header[1]/div[3]/div[1]/div[1]/nav[1]/ul[1]/li[2]/ul[1]/li[5]/a[1]", "issueID": "a1a8959ecff7c1f09f406d126ee35e6a", "signature": "af7db14ea6b25da2c02460dd2ddf01f7", "ref": "https://tenon.io/bestpractice.php?bpID=73&tID=190&issueID=a1a8959ecff7c1f09f406d126ee35e6a" }, { "tID": 190, "bpID": 73, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "Item(s) with interactive `role` must have `tabindex=\"0\"` unless it is natively actionable.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.1.1 Keyboard", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.1.3 Keyboard (No Exception)" ], "resultTitle": "Make sure that all interactive elements can receive focus using the keyboard.", "errorDescription": "This element has an ARIA role that is intended for widgets that are used for interaction. However, it lacks a `tabindex` attribute. As a consequence, users who navigate the page via keyboard will be unable to gain focus on this control and will be unable to interact with it with the keyboard. Add `tabindex=\"0\"` to this control. Also ensure that this control responds to all of the necessary key events required of this type of control.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 8090, "column": 11 }, "errorSnippet": "<a class=\"ita-header__accordion-link ita-header__accordion-link--toggle\" id=\"news-&amp;-highlights-accordion-submenu6\" role=\"button\" data-toggle=\"accordion\" aria-haspopup=\"true\" aria-expanded=\"false\" target=\"_blank\"> <span class=\"ita-header_", "xpath": "/html/body/div[1]/div[1]/header[1]/div[3]/div[1]/div[1]/nav[1]/ul[1]/li[2]/ul[1]/li[6]/a[1]", "issueID": "19ba2a7c95675bc039a93e8b7c68d81d", "signature": "eb3cff4360d2e8771d84f94b8352b072", "ref": "https://tenon.io/bestpractice.php?bpID=73&tID=190&issueID=19ba2a7c95675bc039a93e8b7c68d81d" }, { "tID": 190, "bpID": 73, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "Item(s) with interactive `role` must have `tabindex=\"0\"` unless it is natively actionable.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.1.1 Keyboard", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.1.3 Keyboard (No Exception)" ], "resultTitle": "Make sure that all interactive elements can receive focus using the keyboard.", "errorDescription": "This element has an ARIA role that is intended for widgets that are used for interaction. However, it lacks a `tabindex` attribute. As a consequence, users who navigate the page via keyboard will be unable to gain focus on this control and will be unable to interact with it with the keyboard. Add `tabindex=\"0\"` to this control. Also ensure that this control responds to all of the necessary key events required of this type of control.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 8106, "column": 11 }, "errorSnippet": "<a class=\"ita-header__accordion-link ita-header__accordion-link--toggle\" id=\"let-our-experts-help-accordion-submenu7\" role=\"button\" data-toggle=\"accordion\" aria-haspopup=\"true\" aria-expanded=\"false\" target=\"_blank\"> <span class=\"ita-header__acco", "xpath": "/html/body/div[1]/div[1]/header[1]/div[3]/div[1]/div[1]/nav[1]/ul[1]/li[2]/ul[1]/li[7]/a[1]", "issueID": "06512ca27675fd0fde526b755470239f", "signature": "c73d2d3e28256385e5615062146f1c54", "ref": "https://tenon.io/bestpractice.php?bpID=73&tID=190&issueID=06512ca27675fd0fde526b755470239f" }, { "tID": 190, "bpID": 73, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "Item(s) with interactive `role` must have `tabindex=\"0\"` unless it is natively actionable.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.1.1 Keyboard", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.1.3 Keyboard (No Exception)" ], "resultTitle": "Make sure that all interactive elements can receive focus using the keyboard.", "errorDescription": "This element has an ARIA role that is intended for widgets that are used for interaction. However, it lacks a `tabindex` attribute. As a consequence, users who navigate the page via keyboard will be unable to gain focus on this control and will be unable to interact with it with the keyboard. Add `tabindex=\"0\"` to this control. Also ensure that this control responds to all of the necessary key events required of this type of control.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 8866, "column": 13 }, "errorSnippet": "<span class=\"ita-header__accordion-link ita-header__accordion-link--toggle ita-header__accordion-link--green\" id=\"accordion-menu2\" role=\"button\" data-toggle=\"accordion\" aria-haspopup=\"true\" aria-expanded=\"false\"> <span class=\"ita-header__accordi", "xpath": "/html/body/div[1]/div[1]/header[1]/div[3]/div[1]/div[1]/nav[1]/ul[1]/li[3]/span[1]", "issueID": "aa822b697c11fed0060db587959852d7", "signature": "ee80f61d67c178ba27d474d19a26c15b", "ref": "https://tenon.io/bestpractice.php?bpID=73&tID=190&issueID=aa822b697c11fed0060db587959852d7" }, { "tID": 190, "bpID": 73, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "Item(s) with interactive `role` must have `tabindex=\"0\"` unless it is natively actionable.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.1.1 Keyboard", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.1.3 Keyboard (No Exception)" ], "resultTitle": "Make sure that all interactive elements can receive focus using the keyboard.", "errorDescription": "This element has an ARIA role that is intended for widgets that are used for interaction. However, it lacks a `tabindex` attribute. As a consequence, users who navigate the page via keyboard will be unable to gain focus on this control and will be unable to interact with it with the keyboard. Add `tabindex=\"0\"` to this control. Also ensure that this control responds to all of the necessary key events required of this type of control.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 8184, "column": 11 }, "errorSnippet": "<a class=\"ita-header__accordion-link ita-header__accordion-link--toggle\" id=\"buyusa-accordion-submenu1\" role=\"button\" data-toggle=\"accordion\" aria-haspopup=\"true\" aria-expanded=\"false\" target=\"_blank\"> <span class=\"ita-header__accordion-title\"&g", "xpath": "/html/body/div[1]/div[1]/header[1]/div[3]/div[1]/div[1]/nav[1]/ul[1]/li[3]/ul[1]/li[1]/a[1]", "issueID": "aa6375b3c2fa08a6bc05c9451a811a0f", "signature": "59d83d71f6a2b6759b326812fbd49f05", "ref": "https://tenon.io/bestpractice.php?bpID=73&tID=190&issueID=aa6375b3c2fa08a6bc05c9451a811a0f" }, { "tID": 190, "bpID": 73, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "Item(s) with interactive `role` must have `tabindex=\"0\"` unless it is natively actionable.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.1.1 Keyboard", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.1.3 Keyboard (No Exception)" ], "resultTitle": "Make sure that all interactive elements can receive focus using the keyboard.", "errorDescription": "This element has an ARIA role that is intended for widgets that are used for interaction. However, it lacks a `tabindex` attribute. As a consequence, users who navigate the page via keyboard will be unable to gain focus on this control and will be unable to interact with it with the keyboard. Add `tabindex=\"0\"` to this control. Also ensure that this control responds to all of the necessary key events required of this type of control.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 8192, "column": 11 }, "errorSnippet": "<a class=\"ita-header__accordion-link ita-header__accordion-link--toggle\" id=\"invest-in-the-usa-accordion-submenu2\" role=\"button\" data-toggle=\"accordion\" aria-haspopup=\"true\" aria-expanded=\"false\" target=\"_blank\"> <span class=\"ita-header__accordi", "xpath": "/html/body/div[1]/div[1]/header[1]/div[3]/div[1]/div[1]/nav[1]/ul[1]/li[3]/ul[1]/li[2]/a[1]", "issueID": "bdfdc88a53ede35250c13e01994c96e2", "signature": "f3a4b62708206e7e6107a34c4a9bb374", "ref": "https://tenon.io/bestpractice.php?bpID=73&tID=190&issueID=bdfdc88a53ede35250c13e01994c96e2" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 4351, "column": 0 }, "errorSnippet": "<a href=\"https://www.stopfakes.gov/welcome\" title=\"Protect Your Intellectual Property\" class=\"ita-header__menu-link\" target=\"_blank\">Protect Your Intellectual Property</a>", "xpath": "/html/body/div[1]/div[1]/header[1]/div[2]/div[1]/div[1]/nav[1]/ul[1]/li[1]/ul[1]/li[4]/ul[1]/li[7]/a[1]", "issueID": "10eb6e397fa92353e36e302db3c639bc", "signature": "f205d27521ada8dcc942c1aeeb6612d9", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=10eb6e397fa92353e36e302db3c639bc" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 4650, "column": 34 }, "errorSnippet": "<a href=\"https://www.selectusa.gov/events\" title=\"Foreign Direct Investment Attraction Events\" class=\"ita-header__menu-link\" target=\"_blank\">Foreign Direct Investment Attraction Events</a>", "xpath": "/html/body/div[1]/div[1]/header[1]/div[2]/div[1]/div[1]/nav[1]/ul[1]/li[1]/ul[1]/li[5]/ul[1]/li[6]/a[1]", "issueID": "02b0153de63b9989fe332b9449af9995", "signature": "c97a628ad46ef3c3054660d7f682db70", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=02b0153de63b9989fe332b9449af9995" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 5988, "column": 0 }, "errorSnippet": "<a href=\"https://itaprodingress.eastus.cloudapp.azure.com/madeinusa/searchapp/\" title=\"Find a Supplier - Textiles &amp; Apparel\" class=\"ita-header__menu-link ext\" target=\"_blank\" data-extlink=\"\" rel=\"noopener\">Find a Supplier - Textiles &am", "xpath": "/html/body/div[1]/div[1]/header[1]/div[2]/div[1]/div[1]/nav[1]/ul[1]/li[2]/ul[1]/li[1]/ul[1]/li[2]/a[1]", "issueID": "4b85414b996bf97fa6b1e56c5fc18643", "signature": "e5cf7a81076f390083a356223fd3fad5", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=4b85414b996bf97fa6b1e56c5fc18643" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 8035, "column": 11 }, "errorSnippet": "<a href=\"https://www.stopfakes.gov/welcome\" title=\"Protect Your Intellectual Property\" class=\"ita-header__accordion-link\" target=\"_blank\">Protect Your Intellectual Property</a>", "xpath": "/html/body/div[1]/div[1]/header[1]/div[3]/div[1]/div[1]/nav[1]/ul[1]/li[2]/ul[1]/li[4]/ul[1]/li[6]/a[1]", "issueID": "36ac3c00cfdf055eceb2aa7220f1825e", "signature": "9c601f3bc3baf55283b3c58abae0c57c", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=36ac3c00cfdf055eceb2aa7220f1825e" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 8086, "column": 11 }, "errorSnippet": "<a href=\"https://www.selectusa.gov/events\" title=\"Foreign Direct Investment Attraction Events\" class=\"ita-header__accordion-link\" target=\"_blank\">Foreign Direct Investment Attraction Events</a>", "xpath": "/html/body/div[1]/div[1]/header[1]/div[3]/div[1]/div[1]/nav[1]/ul[1]/li[2]/ul[1]/li[5]/ul[1]/li[5]/a[1]", "issueID": "780389beac11e2197b956e65b192d6b9", "signature": "370b18261fce5104321bf07be68a91fc", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=780389beac11e2197b956e65b192d6b9" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 8188, "column": 11 }, "errorSnippet": "<a href=\"https://itaprodingress.eastus.cloudapp.azure.com/madeinusa/searchapp/\" title=\"Find a Supplier - Textiles &amp; Apparel\" class=\"ita-header__accordion-link ext\" target=\"_blank\" data-extlink=\"\" rel=\"noopener\">Find a Supplier - Textiles &a", "xpath": "/html/body/div[1]/div[1]/header[1]/div[3]/div[1]/div[1]/nav[1]/ul[1]/li[3]/ul[1]/li[1]/ul[1]/li[1]/a[1]", "issueID": "22df46dbb9a920712e6cfa0c76e9ba02", "signature": "28e9fdca12af5eb49c4142b87219f903", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=22df46dbb9a920712e6cfa0c76e9ba02" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 227.4375, "y": 4006.40625 }, "bottom-right": { "x": 339.4375, "y": 4029.40625 }, "height": 23, "width": 112 }, "position": { "line": 8466, "column": 13 }, "errorSnippet": "<a href=\"https://www.selectusa.gov\" title=\"Invest in the USA\" class=\"ita-footer__menu-link ita-footer__menu-link--subheader\" target=\"_blank\">Invest in the USA</a>", "xpath": "/html/body/div[1]/div[1]/footer[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[2]/ul[1]/li[2]/a[1]", "issueID": "0006859d2031c3aaf0929cb12436c62f", "signature": "3b2ba8d8cee511bbf519f4cceb9d16ae", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=0006859d2031c3aaf0929cb12436c62f" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 772.546875, "y": 4156.765625 }, "bottom-right": { "x": 822.546875, "y": 4206.765625 }, "height": 50, "width": 50 }, "position": { "line": 8609, "column": 13 }, "errorSnippet": "<a href=\"https://twitter.com/TradeGov\" class=\"twitter ita-footer__social-link\" target=\"_blank\"> <span class=\"ita-footer__social-text\">Twitter</span> <div class=\"ita-footer__social-icon\"><svg xmlns=\"http://www.w3.org/2000/svg\" w", "xpath": "/html/body/div[1]/div[1]/footer[1]/div[1]/div[1]/div[2]/div[3]/ul[1]/li[1]/a[1]", "issueID": "37de75ee2db239e0b07eb41cc4c07803", "signature": "3c3a2901f0d83056bad39a8eeb60c90a", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=37de75ee2db239e0b07eb41cc4c07803" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 832.546875, "y": 4156.765625 }, "bottom-right": { "x": 882.546875, "y": 4206.765625 }, "height": 50, "width": 50 }, "position": { "line": 8613, "column": 13 }, "errorSnippet": "<a href=\"https://www.facebook.com/TradeGov\" class=\"facebook ita-footer__social-link\" target=\"_blank\"> <span class=\"ita-footer__social-text\">Facebook</span> <div class=\"ita-footer__social-icon\"><svg xmlns=\"http://www.w3.org/2000", "xpath": "/html/body/div[1]/div[1]/footer[1]/div[1]/div[1]/div[2]/div[3]/ul[1]/li[2]/a[1]", "issueID": "647dd28ecd783f8213ac2d69e6b1098f", "signature": "cf4dea3ef70868594d381a5d3c1c812e", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=647dd28ecd783f8213ac2d69e6b1098f" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 892.546875, "y": 4156.765625 }, "bottom-right": { "x": 942.546875, "y": 4206.765625 }, "height": 50, "width": 50 }, "position": { "line": 8617, "column": 13 }, "errorSnippet": "<a href=\"https://www.youtube.com/TradeGov\" class=\"youtube ita-footer__social-link\" target=\"_blank\"> <span class=\"ita-footer__social-text\">YouTube</span> <div class=\"ita-footer__social-icon\"><svg xmlns=\"http://www.w3.org/2000/sv", "xpath": "/html/body/div[1]/div[1]/footer[1]/div[1]/div[1]/div[2]/div[3]/ul[1]/li[3]/a[1]", "issueID": "31053e4678544698bd01641236c24952", "signature": "643496e77ee5a996a577d231ace66482", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=31053e4678544698bd01641236c24952" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 952.546875, "y": 4156.765625 }, "bottom-right": { "x": 1002.546875, "y": 4206.765625 }, "height": 50, "width": 50 }, "position": { "line": 8621, "column": 13 }, "errorSnippet": "<a href=\"https://www.linkedin.com/company/international-trade-administration/\" class=\"linkedin ita-footer__social-link\" target=\"_blank\" rel=\"noopener\"> <span class=\"ita-footer__social-text\">LinkedIn</span> <div class=\"ita-footer__soc", "xpath": "/html/body/div[1]/div[1]/footer[1]/div[1]/div[1]/div[2]/div[3]/ul[1]/li[4]/a[1]", "issueID": "b8e53f1655a5ceff5f16755462290ddd", "signature": "4128e9afb4b06c5e8fbaadb68167aa9b", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=b8e53f1655a5ceff5f16755462290ddd" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 430.484375, "y": 4402.25 }, "bottom-right": { "x": 636.484375, "y": 4419.25 }, "height": 17, "width": 206 }, "position": { "line": 8629, "column": 13 }, "errorSnippet": "<a href=\"https://www.commerce.gov/\" target=\"_blank\">U.S. Department of Commerce</a>", "xpath": "/html/body/div[1]/div[1]/footer[1]/div[1]/div[2]/div[1]/div[1]/p[1]/strong[2]/a[1]", "issueID": "9fd6ec5a148bc72f23fe638d25b3c28f", "signature": "81dc9d4adcdbb6bafbeccef3ba69f5fd", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=9fd6ec5a148bc72f23fe638d25b3c28f" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 413.484375, "y": 4467.25 }, "bottom-right": { "x": 488.484375, "y": 4484.25 }, "height": 17, "width": 75 }, "position": { "line": 8633, "column": 13 }, "errorSnippet": "<a data-extlink=\"\" href=\"https://get.adobe.com/reader\" rel=\"noopener\" target=\"_blank\">PDF reader</a>", "xpath": "/html/body/div[1]/div[1]/footer[1]/div[1]/div[2]/div[1]/div[1]/p[1]/strong[3]/a[1]", "issueID": "bf3eb6938f45574e79fe8c963c6c13c6", "signature": "f20f101a0fdf13cb9261f83bf40c6b7a", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=bf3eb6938f45574e79fe8c963c6c13c6" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 171.484375, "y": 4498.25 }, "bottom-right": { "x": 227.484375, "y": 4515.25 }, "height": 17, "width": 56 }, "position": { "line": 8637, "column": 13 }, "errorSnippet": "<a href=\"https://www.usa.gov/\" target=\"_blank\">USA.gov</a>", "xpath": "/html/body/div[1]/div[1]/footer[1]/div[1]/div[2]/div[1]/div[1]/p[2]/a[1]", "issueID": "8e6806469c856aa94fd8c33ab36adc34", "signature": "60b9b22569a1069c3fb0efd0c0e2fea2", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=8e6806469c856aa94fd8c33ab36adc34" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 557.484375, "y": 4498.25 }, "bottom-right": { "x": 757.484375, "y": 4515.25 }, "height": 17, "width": 200 }, "position": { "line": 8669, "column": 13 }, "errorSnippet": "<a href=\"https://www.trade.gov/sites/default/files/2021-02/ITA%20Quality%20Assurance%20Statement.pdf\" target=\"_blank\">Information Quality Guidelines</a>", "xpath": "/html/body/div[1]/div[1]/footer[1]/div[1]/div[2]/div[1]/div[1]/p[2]/a[6]", "issueID": "ab6f0d1a73b6bb1c9d8ded80f91bee09", "signature": "3d936853d623de7cb07b029eddeca5b9", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=ab6f0d1a73b6bb1c9d8ded80f91bee09" } ], "log": [] } } }, { "type": "launch", "which": "chromium", "what": "Chromium browser" }, { "type": "url", "which": "https://www.trade.gov/", "what": "International Trade Administration (ITA)", "result": "https://www.trade.gov/" }, { "type": "test", "which": "continuum", "what": "Level Access Continuum, community edition", "url": "https://www.trade.gov/", "result": [ { "engineTestId": 83, "bestPracticeId": 1626, "attribute": "This element has an aria-describedby attribute value that includes one or more invalid or duplicate ids", "attributeDetail": "This DIV has an aria-describedby attribute value of 'slick-slide-control00', which includes one or more invalid or duplicate ids", "element": "<div style=\"width: 1280px; position: relative; left: 0px; top: 0px; z-index: 999; opacity: 1;\" aria- ... s compete at home and abroad.</div></div></div><div class=\"ita-hero-banner__wave\"></div></div></div>", "testResult": 0, "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fixType": "", "fingerprint": { "version": 2, "css": "div[class=\"ita-slider__item ita-slider__item--active slick-slide slick-current slick-active\"][id=\"slick-slide00\"][data-slick-index=\"0\"][aria-hidden=\"false\"][tabindex=\"0\"][role=\"tabpanel\"][aria-describedby=\"slick-slide-control00\"]", "attNo": 8 } }, { "engineTestId": 94, "bestPracticeId": 1352, "attribute": "This element has an id attribute set to a value that is not unique in the same DOM", "attributeDetail": "This g has an id attribute of 'Group_416', which is not unique in the same DOM", "element": "<g transform=\"translate(0 0)\" data-name=\"Group 416\" id=\"Group_416\"><path transform=\"translate(-23.23 ... 1.169,1.169,0,0,0,.739-.59.739.739,0,0,0-.006-.544Z\" class=\"cls-1\" data-name=\"Path 1184\"></path></g>", "testResult": 0, "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(5)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fixType": "", "fingerprint": { "version": 2, "css": "g[id=\"Group_416\"][data-name=\"Group 416\"][transform=\"translate(0 0)\"]", "attNo": 3 } }, { "engineTestId": 94, "bestPracticeId": 1352, "attribute": "This element has an id attribute set to a value that is not unique in the same DOM", "attributeDetail": "This g has an id attribute of 'Group_416', which is not unique in the same DOM", "element": "<g transform=\"translate(0 0)\" data-name=\"Group 416\" id=\"Group_416\"><path transform=\"translate(-23.23 ... 1.169,1.169,0,0,0,.739-.59.739.739,0,0,0-.006-.544Z\" class=\"cls-1\" data-name=\"Path 1184\"></path></g>", "testResult": 0, "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(5)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fixType": "", "fingerprint": { "version": 2, "css": "g[id=\"Group_416\"][data-name=\"Group 416\"][transform=\"translate(0 0)\"]", "attNo": 3 } }, { "engineTestId": 123, "bestPracticeId": 362, "attribute": "This svg element does not have a mechanism that allows an accessible name value to be calculated", "attributeDetail": "This svg element does not have a mechanism that allows an accessible name value to be calculated", "element": "<svg viewbox=\"0 0 32.646 20.52\" xmlns=\"http://www.w3.org/2000/svg\"><g transform=\"translate(0 0)\" dat ... .009a1.169,1.169,0,0,0,.739-.59.739.739,0,0,0-.006-.544Z\" class=\"cls-1\" data-name=\"Path 1184\"></path", "testResult": 0, "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(5)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fixType": { "fixType": 1, "domSpec": false, "helperText": "Provide text that describes the content conveyed by the SVG.", "fix": { "alt": false, "aria-label": null, "aria-labelledby": false } }, "fingerprint": { "version": 2, "css": "svg[viewbox=\"0 0 32.646 20.52\"]", "attNo": 2 } }, { "engineTestId": 123, "bestPracticeId": 362, "attribute": "This svg element does not have a mechanism that allows an accessible name value to be calculated", "attributeDetail": "This svg element does not have a mechanism that allows an accessible name value to be calculated", "element": "<svg viewbox=\"0 0 32.646 20.52\" xmlns=\"http://www.w3.org/2000/svg\"><g transform=\"translate(0 0)\" dat ... .009a1.169,1.169,0,0,0,.739-.59.739.739,0,0,0-.006-.544Z\" class=\"cls-1\" data-name=\"Path 1184\"></path", "testResult": 0, "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(5)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fixType": { "fixType": 1, "domSpec": false, "helperText": "Provide text that describes the content conveyed by the SVG.", "fix": { "alt": false, "aria-label": null, "aria-labelledby": false } }, "fingerprint": { "version": 2, "css": "svg[viewbox=\"0 0 32.646 20.52\"]", "attNo": 2 } }, { "engineTestId": 123, "bestPracticeId": 362, "attribute": "This svg element does not have a mechanism that allows an accessible name value to be calculated", "attributeDetail": "This svg element does not have a mechanism that allows an accessible name value to be calculated", "element": "<svg viewbox=\"0 0 221.219 88\" height=\"88\" width=\"221.219\" xmlns=\"http://www.w3.org/2000/svg\"><defs>< ... 6.8h.84v6.736h-.877l-2.146-3.416a21.728 21.728 0 0 1-1.258-2.249h-.03c.048.846.067 1.657.067 2.775v2", "testResult": 0, "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(4)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)", "fixType": { "fixType": 1, "domSpec": false, "helperText": "Provide text that describes the content conveyed by the SVG.", "fix": { "alt": false, "aria-label": null, "aria-labelledby": false } }, "fingerprint": { "version": 2, "css": "svg[width=\"221.219\"][height=\"88\"][viewbox=\"0 0 221.219 88\"]", "attNo": 4 } }, { "engineTestId": 123, "bestPracticeId": 362, "attribute": "This svg element does not have a mechanism that allows an accessible name value to be calculated", "attributeDetail": "This svg element does not have a mechanism that allows an accessible name value to be calculated", "element": "<svg viewbox=\"0 0 22.5 17.647\" height=\"17.647\" width=\"22.5\" xmlns=\"http://www.w3.org/2000/svg\"><path ... 331a4.473,4.473,0,0,1-2.027,2.454A9.5,9.5,0,0,0,22.5,2.1a9.734,9.734,0,0,1-2.313,2.3Z\"></path></svg>", "testResult": 0, "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(4)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)", "fixType": { "fixType": 1, "domSpec": false, "helperText": "Provide text that describes the content conveyed by the SVG.", "fix": { "alt": false, "aria-label": null, "aria-labelledby": false } }, "fingerprint": { "version": 2, "css": "svg[width=\"22.5\"][height=\"17.647\"][viewbox=\"0 0 22.5 17.647\"]", "attNo": 4 } }, { "engineTestId": 123, "bestPracticeId": 362, "attribute": "This svg element does not have a mechanism that allows an accessible name value to be calculated", "attributeDetail": "This svg element does not have a mechanism that allows an accessible name value to be calculated", "element": "<svg viewbox=\"0 0 12.854 23.75\" height=\"23.75\" width=\"12.854\" xmlns=\"http://www.w3.org/2000/svg\"><pa ... 341,0,0,0,9.491,0C6.059,0,3.815,2.059,3.815,5.785V9.061H0v4.3H3.815V23.75h4.7V13.359Z\"></path></svg>", "testResult": 0, "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(4)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)", "fixType": { "fixType": 1, "domSpec": false, "helperText": "Provide text that describes the content conveyed by the SVG.", "fix": { "alt": false, "aria-label": null, "aria-labelledby": false } }, "fingerprint": { "version": 2, "css": "svg[width=\"12.854\"][height=\"23.75\"][viewbox=\"0 0 12.854 23.75\"]", "attNo": 4 } }, { "engineTestId": 123, "bestPracticeId": 362, "attribute": "This svg element does not have a mechanism that allows an accessible name value to be calculated", "attributeDetail": "This svg element does not have a mechanism that allows an accessible name value to be calculated", "element": "<svg viewbox=\"0 0 27.871 19.31\" height=\"19.31\" width=\"27.871\" xmlns=\"http://www.w3.org/2000/svg\"><pa ... 82-6.653,35.683,35.683,0,0,0-.582-6.653Zm-16.2,10.737V5.591L18.37,9.675l-7.285,4.083Z\"></path></svg>", "testResult": 0, "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(4)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)", "fixType": { "fixType": 1, "domSpec": false, "helperText": "Provide text that describes the content conveyed by the SVG.", "fix": { "alt": false, "aria-label": null, "aria-labelledby": false } }, "fingerprint": { "version": 2, "css": "svg[width=\"27.871\"][height=\"19.31\"][viewbox=\"0 0 27.871 19.31\"]", "attNo": 4 } }, { "engineTestId": 123, "bestPracticeId": 362, "attribute": "This svg element does not have a mechanism that allows an accessible name value to be calculated", "attributeDetail": "This svg element does not have a mechanism that allows an accessible name value to be calculated", "element": "<svg viewbox=\"0 0 31.5 31.5\" height=\"31.5\" width=\"31.5\" xmlns=\"http://www.w3.org/2000/svg\"><path fil ... 52V14.217h4.479V16.27h.063a4.917,4.917,0,0,1,4.423-2.426c4.725,0,5.6,3.115,5.6,7.165Z\"></path></svg>", "testResult": 0, "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(4)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(4)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)", "fixType": { "fixType": 1, "domSpec": false, "helperText": "Provide text that describes the content conveyed by the SVG.", "fix": { "alt": false, "aria-label": null, "aria-labelledby": false } }, "fingerprint": { "version": 2, "css": "svg[width=\"31.5\"][height=\"31.5\"][viewbox=\"0 0 31.5 31.5\"]", "attNo": 4 } }, { "engineTestId": 260, "bestPracticeId": 1626, "attribute": "The aria-level attribute is not allowed on this element", "attributeDetail": "The aria-level attribute is not allowed on this LI", "element": "<li aria-level=\"1\" class=\"ita-header__menu-item ita-header__menu-item--expanded\"><span tabindex=\"0\" ... h Foreign Markets\" href=\"/international-market-research\">Research Foreign Markets</a></li><li aria-l", "testResult": 0, "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fixType": "", "fingerprint": { "version": 2, "css": "li[class=\"ita-header__menu-item ita-header__menu-item--expanded\"][aria-level=\"1\"]", "attNo": 2 } }, { "engineTestId": 260, "bestPracticeId": 1626, "attribute": "The aria-level attribute is not allowed on this element", "attributeDetail": "The aria-level attribute is not allowed on this LI", "element": "<li aria-level=\"1\" class=\"ita-header__menu-item ita-header__menu-item--expanded\"><span tabindex=\"0\" ... vel=\"3\" class=\"ita-header__menu-item\"><a class=\"ita-header__menu-link\" title=\"Buy from the USA\" href", "testResult": 0, "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)", "fixType": "", "fingerprint": { "version": 2, "css": "li[class=\"ita-header__menu-item ita-header__menu-item--expanded\"][aria-level=\"1\"]", "attNo": 2 } }, { "engineTestId": 260, "bestPracticeId": 1626, "attribute": "The aria-level attribute is not allowed on this element", "attributeDetail": "The aria-level attribute is not allowed on this LI", "element": "<li aria-level=\"1\" class=\"ita-header__menu-item\"><a tabindex=\"0\" aria-expanded=\"false\" aria-haspopup ... 5.373 12 12v24z\"></path></svg></span><span class=\"ita-header__menu-title\">About ITA</span></a></li>", "testResult": 0, "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)", "fixType": "", "fingerprint": { "version": 2, "css": "li[class=\"ita-header__menu-item\"][aria-level=\"1\"]", "attNo": 2 } }, { "engineTestId": 260, "bestPracticeId": 1626, "attribute": "The aria-level attribute is not allowed on this element", "attributeDetail": "The aria-level attribute is not allowed on this LI", "element": "<li aria-level=\"1\" class=\"ita-header__menu-item\"><a tabindex=\"0\" aria-expanded=\"false\" aria-haspopup ... ,0,0-.383-.755Z\"></path></svg></span><span class=\"ita-header__menu-title\">Contact Us</span></a></li>", "testResult": 0, "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(4)", "fixType": "", "fingerprint": { "version": 2, "css": "li[class=\"ita-header__menu-item\"][aria-level=\"1\"]", "attNo": 2 } } ] } ], "timeStamp": "4aieq", "startTime": "2022-07-17T23:36:17", "presses": 0, "amountRead": 0, "testTimes": [ [ "hover", 53 ], [ "motion", 13 ], [ "ibm", 10 ], [ "focInd", 6 ], [ "alfa", 6 ], [ "wave", 3 ], [ "axe", 2 ], [ "focAll", 1 ], [ "tenon", 1 ], [ "bulk", 0 ], [ "embAc", 0 ], [ "focOp", 0 ], [ "labClash", 0 ], [ "linkUl", 0 ], [ "menuNav", 0 ], [ "radioSet", 0 ], [ "role", 0 ], [ "styleDiff", 0 ], [ "tabNav", 0 ], [ "zIndex", 0 ], [ "htmlcs", 0 ], [ "continuum", 0 ] ], "logCount": 35, "logSize": 4549, "errorLogCount": 35, "errorLogSize": 4549, "prohibitedCount": 11, "visitTimeoutCount": 0, "visitRejectionCount": 0, "endTime": "2022-07-17T23:38:17", "elapsedSeconds": 123, "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": 2, "focInd": 44, "focOp": 41, "hover": 1, "linkUl": 70, "role": 61, "styleDiff": 34, "zIndex": 15 }, "alfa": { "r18": 16, "r3": 8, "r57": 8, "r66": 29, "r69": 9, "r73": 44, "r74": 16 }, "axe": { "aria-valid-attr-value": 1, "color-contrast-enhanced": 24, "color-contrast": 12, "hidden-content": 0, "identical-links-same-purpose": 0, "duplicate-id": 1, "region": 2 }, "htmlcs": { "e:AA.1_1_1.H37": 4, "e:AA.1_4_3.G18.Fail": 8, "e:AA.4_1_1.F77": 4, "w:AA.1_3_1.H42": 1, "w:AA.1_3_1.H48": 1, "w:AA.1_4_3.G145.Abs": 2, "w:AA.1_4_3.G145.BgImage": 1, "w:AA.1_4_3.G18.Abs": 4 }, "ibm": { "RPT_Elem_UniqueId": 4, "Rpt_Aria_WidgetLabels_Implicit": 4, "Rpt_Aria_ValidIdRef": 4, "Rpt_Aria_OrphanedContent_Native_Host_Sematics": 16, "Rpt_Aria_MultipleSearchLandmarks": 8, "Rpt_Aria_MultipleNavigationLandmarks_Implicit": 8, "landmark_name_unique": 8, "aria_role_redundant": 7 }, "wave": { "e:alt_spacer_missing": 4, "e:aria_reference_broken": 4, "c:contrast": 21, "a:alt_redundant": 1, "a:alt_suspicious": 1, "a:alt_long": 1, "a:link_redundant": 1, "a:link_pdf": 1, "a:noscript": 1, "a:title_redundant": 66 }, "tenon": { "28": 4, "73": 8, "79": 264, "98": 36, "144": 24, "152": 12, "153": 2, "190": 44, "218": 60 }, "continuum": { "83": 4, "94": 8, "123": 28, "260": 16 } }, "groupDetails": { "groups": { "visibleBulk": { "testaro": { "bulk": { "score": 1, "what": "Page contains many visible elements" } } }, "focusIndication": { "testaro": { "focInd": { "score": 44, "what": "Focused element displaying no or nostandard focus indicator" } } }, "focusableOperable": { "testaro": { "focOp": { "score": 31, "what": "Operable elements that cannot be Tab-focused and vice versa" } } }, "hoverSurprise": { "testaro": { "hover": { "score": 1, "what": "Content changes caused by hovering" } } }, "linkIndication": { "testaro": { "linkUl": { "score": 35, "what": "Non-underlined adjacent links" } } }, "roleBad": { "testaro": { "role": { "score": 46, "what": "Nonexistent or implicit-overriding role" } }, "ibm": { "aria_role_redundant": { "score": 5, "what": "Explicitly assigned ARIA role is redundant with the implicit role of the element" } } }, "inconsistentStyles": { "testaro": { "styleDiff": { "score": 9, "what": "Heading, link, and button style inconsistencies" } } }, "zIndexNotZero": { "testaro": { "zIndex": { "score": 4, "what": "Layering with nondefault z-index values" } } }, "ariaBadAttribute": { "alfa": { "r18": { "score": 16, "what": "ARIA state or property is not allowed for the element on which it is specified" } }, "axe": { "aria-valid-attr-value": { "score": 1, "what": "ARIA attribute has an invalid value" } }, "continuum": { "260": { "score": 16, "what": "element has an aria-level attribute, which is not allowed" } } }, "duplicateID": { "alfa": { "r3": { "score": 6, "what": "Element id attribute value is not unique" } }, "axe": { "duplicate-id": { "score": 1, "what": "id attribute value is not unique" } }, "htmlcs": { "e:AA.4_1_1.F77": { "score": 3, "what": "Duplicate id attribute value" } }, "ibm": { "RPT_Elem_UniqueId": { "score": 3, "what": "Element id attribute value is not unique within the document" } }, "continuum": { "94": { "score": 6, "what": "Elements contains an id attribute set to a value that is not unique in the DOM" } } }, "contentBeyondLandmarks": { "alfa": { "r57": { "score": 4, "what": "Perceivable text content is not included in any landmark" } }, "axe": { "region": { "score": 1, "what": "Some page content is not contained by landmarks" } }, "ibm": { "Rpt_Aria_OrphanedContent_Native_Host_Sematics": { "score": 8, "what": "Content does not reside within an element with a landmark role" } } }, "contrastAAA": { "alfa": { "r66": { "score": 7, "what": "Text contrast less than AAA requires" } }, "axe": { "color-contrast-enhanced": { "score": 6, "what": "Element has insufficient color contrast (Level AAA)" } } }, "contrastAA": { "alfa": { "r69": { "score": 7, "what": "Text outside widget has subminimum contrast" } }, "axe": { "color-contrast": { "score": 9, "what": "Element has insufficient color contrast" } }, "htmlcs": { "e:AA.1_4_3.G18.Fail": { "score": 6, "what": "Contrast between the text and its background is less than 4.5:1" } }, "wave": { "c:contrast": { "score": 16, "what": "Very low contrast" } } }, "noLeading": { "alfa": { "r73": { "score": 33, "what": "Paragraph of text has insufficient line height" } } }, "fontSizeAbsolute": { "alfa": { "r74": { "score": 8, "what": "Paragraph text has an absolute font size" } } }, "hiddenContentRisk": { "axe": { "hidden-content": { "score": 1, "what": "Some content is hidden and therefore may not be testable for accessibility" } } }, "linkConfusionRisk": { "axe": { "identical-links-same-purpose": { "score": 1, "what": "Links with the same accessible name may serve dissimilar purposes" } } }, "imageNoText": { "htmlcs": { "e:AA.1_1_1.H37": { "score": 4, "what": "img element has no alt attribute" } }, "wave": { "e:alt_spacer_missing": { "score": 4, "what": "Spacer image has no text alternative" } } }, "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" } } }, "contrastRisk": { "htmlcs": { "w:AA.1_4_3.G145.Abs": { "score": 1, "what": "Contrast between the absolutely positioned large text and its background may be less than 3:1" }, "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" } } }, "componentNoText": { "ibm": { "Rpt_Aria_WidgetLabels_Implicit": { "score": 4, "what": "Interactive component has no programmatically associated name" } } }, "ariaReferenceBad": { "ibm": { "Rpt_Aria_ValidIdRef": { "score": 4, "what": "ARIA property does not reference the non-empty unique id of a visible element" } }, "wave": { "e:aria_reference_broken": { "score": 4, "what": "Broken ARIA reference" } } }, "searchConfusion": { "ibm": { "Rpt_Aria_MultipleSearchLandmarks": { "score": 6, "what": "Element with a search role has no unique purpose label among the search-role elements" } } }, "navConfusion": { "ibm": { "Rpt_Aria_MultipleNavigationLandmarks_Implicit": { "score": 6, "what": "Element with a navigation role has no unique purpose label among the navigation-role elements" } } }, "landmarkConfusion": { "ibm": { "landmark_name_unique": { "score": 6, "what": "Landmark has no unique aria-labelledby or aria-label among landmarks in the same parent region" } } }, "imageTextRedundant": { "wave": { "a:alt_redundant": { "score": 1, "what": "Redundant text alternative" } } }, "imageTextRisk": { "wave": { "a:alt_suspicious": { "score": 1, "what": "Image text alternative is suspicious" } } }, "imageTextLong": { "wave": { "a:alt_long": { "score": 1, "what": "Long text alternative" } } }, "linkPair": { "wave": { "a:link_redundant": { "score": 1, "what": "Adjacent links go to the same URL" } } }, "pdfLink": { "wave": { "a:link_pdf": { "score": 1, "what": "Link to PDF document" } } }, "noScriptRisk": { "wave": { "a:noscript": { "score": 1, "what": "noscript element may fail to contain an accessible equivalent or alternative" } } }, "titleRedundant": { "wave": { "a:title_redundant": { "score": 17, "what": "Title attribute text is the same as text or alternative text" } }, "tenon": { "79": { "score": 66, "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" } } }, "linkVague": { "tenon": { "73": { "score": 6, "what": "Link text is too generic to communicate the purpose or destination" } } }, "linkTextsSame": { "tenon": { "98": { "score": 18, "what": "Links have the same text but different destinations" } } }, "leadingClipsText": { "tenon": { "144": { "score": 24, "what": "Line height is insufficent to properly display the computed font size" } } }, "targetSize": { "tenon": { "152": { "score": 6, "what": "Actionable element is smaller than the minimum required size" } } }, "allCaps": { "tenon": { "153": { "score": 1, "what": "Long string of text is in all caps" } } }, "tabIndexMissing": { "tenon": { "190": { "score": 44, "what": "Interactive item is not natively actionable, but has no tabindex=0 attribute" } } }, "linkForcesNewWindow": { "tenon": { "218": { "score": 45, "what": "Link opens in a new window without user control" } } }, "descriptionBadID": { "continuum": { "83": { "score": 4, "what": "aria-describedby attribute references an invalid or duplicate ID" } } }, "svgImageNoText": { "continuum": { "123": { "score": 28, "what": "svg element has no mechanism that allows an accessible name to be calculated" } } } }, "solos": {} }, "preventionScores": {}, "summary": { "total": 1031, "log": 354, "preventions": 0, "solos": 0, "groups": [ { "groupName": "titleRedundant", "score": 75 }, { "groupName": "roleBad", "score": 50 }, { "groupName": "linkForcesNewWindow", "score": 47 }, { "groupName": "focusIndication", "score": 46 }, { "groupName": "tabIndexMissing", "score": 46 }, { "groupName": "linkIndication", "score": 37 }, { "groupName": "noLeading", "score": 35 }, { "groupName": "focusableOperable", "score": 33 }, { "groupName": "svgImageNoText", "score": 30 }, { "groupName": "contrastAA", "score": 27 }, { "groupName": "leadingClipsText", "score": 26 }, { "groupName": "ariaBadAttribute", "score": 25 }, { "groupName": "linkTextsSame", "score": 20 }, { "groupName": "duplicateID", "score": 13 }, { "groupName": "contentBeyondLandmarks", "score": 12 }, { "groupName": "inconsistentStyles", "score": 11 }, { "groupName": "contrastAAA", "score": 11 }, { "groupName": "fontSizeAbsolute", "score": 10 }, { "groupName": "imageNoText", "score": 8 }, { "groupName": "ariaReferenceBad", "score": 8 }, { "groupName": "searchConfusion", "score": 8 }, { "groupName": "navConfusion", "score": 8 }, { "groupName": "landmarkConfusion", "score": 8 }, { "groupName": "linkVague", "score": 8 }, { "groupName": "targetSize", "score": 8 }, { "groupName": "zIndexNotZero", "score": 6 }, { "groupName": "componentNoText", "score": 6 }, { "groupName": "descriptionBadID", "score": 6 }, { "groupName": "contrastRisk", "score": 5 }, { "groupName": "horizontalScrolling", "score": 5 }, { "groupName": "visibleBulk", "score": 3 }, { "groupName": "hoverSurprise", "score": 3 }, { "groupName": "hiddenContentRisk", "score": 3 }, { "groupName": "linkConfusionRisk", "score": 3 }, { "groupName": "pseudoHeadingRisk", "score": 3 }, { "groupName": "pseudoNavListRisk", "score": 3 }, { "groupName": "imageTextRedundant", "score": 3 }, { "groupName": "imageTextRisk", "score": 3 }, { "groupName": "imageTextLong", "score": 3 }, { "groupName": "linkPair", "score": 3 }, { "groupName": "pdfLink", "score": 3 }, { "groupName": "noScriptRisk", "score": 3 }, { "groupName": "allCaps", "score": 3 } ] } } }