Accessibility test digest
Synopsis
Page: Steptoe and Johnson (90%)
URL: https://www.steptoe.com/en/
Score: 1130
Tested by: Testaro, procedure tp15
Scored by: Testilo, procedure sp15c
Digested by: Testilo, procedure dp15a
Introduction
The Testaro application used its tp15
testing procedure to test the accessibility (barrier-free design and coding) of the Steptoe and Johnson (90%) web page at https://www.steptoe.com/en/ on 2022/08/14. The procedure performed 1230 tests. Of these, 24 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
- Nu Html Checker
- Tenon by Level Access
- WAVE by WebAIM
Testaro produced a report enumerating the test results.
Testilo processed the report and used the sp15c
scoring procedure to compute partial and total scores for the page. The total score is 1130 (where 0 is the best possible score). The scored report is appended below.
Finally, Testilo used procedure dp15a
to produce this digest, briefly explaining how sp15c
computed the scores.
Score summary
total | 1130 |
---|---|
log | 145 |
focusIndication | 155 |
overflowHidden | 82 |
contentBeyondLandmarks | 73 |
contrastAA | 72 |
linkIndication | 56 |
targetSize | 44 |
attributeMissing | 34 |
linkTextsSame | 26 |
focusableHidden | 25 |
linkVague | 23 |
spontaneousMotion | 21 |
ariaBadAttribute | 21 |
ariaReferenceBad | 18 |
styleParentBad | 18 |
leadingClipsText | 18 |
roleBad | 17 |
focusableOperable | 16 |
linkNoText | 15 |
noLeading | 14 |
navConfusion | 11 |
fontSmall | 11 |
metaBansZoom | 10 |
contrastAAA | 10 |
tabIndexMissing | 10 |
childMissing | 8 |
allCaps | 8 |
landmarkConfusion | 8 |
hoverSurprise | 7 |
inconsistentStyles | 7 |
zIndexNotZero | 6 |
parentMissing | 6 |
formFieldNoText | 6 |
focusableDescendants | 6 |
ariaMissing | 6 |
contrastRisk | 6 |
controlNoText | 6 |
h1Missing | 5 |
inputNoText | 5 |
parseError | 5 |
linkPair | 5 |
horizontalScrolling | 5 |
linkForcesNewWindow | 5 |
decorativeElementExposed | 4 |
skipRepeatedContent | 4 |
activeEmbedding | 4 |
obsolete | 4 |
imagesSameAlt | 4 |
titleRedundant | 4 |
tabFocusability | 3 |
hiddenContentRisk | 3 |
linkConfusionRisk | 3 |
cssBansRotate | 3 |
focusableRole | 3 |
mainNot1 | 3 |
tabIndexPositive | 3 |
pseudoNavListRisk | 3 |
headingStructure | 3 |
scrollRisk | 3 |
roleRedundant | 3 |
sectionHeadingless | 3 |
typeRedundant | 3 |
titleAsLabel | 3 |
pseudoHeadingRisk | 3 |
pdfLink | 3 |
noScriptRisk | 3 |
Issue summary
Special issues
log: Score 145. This is based on the amount of browser error logging and miscellaneous logging during the tests.
Classified issues
focusIndication: Score 155. Issues reported by tests in this category:
- Package
testaro
, testfocInd
, score 135 (Focused element displaying no or nostandard focus indicator) - Package
alfa
, testr65
, score 46 (Element in sequential focus order has no visible focus)
overflowHidden: Score 82. Issues reported by tests in this category:
- Package
alfa
, testr83
, score 80 (Overflow is hidden or clipped if the text is enlarged)
contentBeyondLandmarks: Score 73. Issues reported by tests in this category:
- Package
alfa
, testr57
, score 52 (Perceivable text content is not included in any landmark) - Package
axe
, testregion
, score 5 (Some page content is not contained by landmarks) - Package
ibm
, testRpt_Aria_OrphanedContent_Native_Host_Sematics
, score 42 (Content does not reside within an element with a landmark role)
contrastAA: Score 72. Issues reported by tests in this category:
- Package
alfa
, testr69
, score 3 (Text outside widget has subminimum contrast) - Package
axe
, testcolor-contrast
, score 32 (Element has insufficient color contrast) - Package
htmlcs
, teste:AA.1_4_3.G18.Fail
, score 4 (Contrast between the text and its background is less than 4.5:1) - Package
wave
, testc:contrast
, score 54 (Very low contrast)
linkIndication: Score 56. Issues reported by tests in this category:
- Package
testaro
, testlinkUl
, score 54 (Non-underlined adjacent links)
targetSize: Score 44. Issues reported by tests in this category:
- Package
tenon
, test152
, score 42 (Actionable element is smaller than the minimum required size)
attributeMissing: Score 34. Issues reported by tests in this category:
- Package
nuVal
, testA source element that has a following sibling source element or img element with a srcset attribute must have a media attribute and/or type attribute.
, score 32 (source or img element is missing a media or type attribute)
linkTextsSame: Score 26. Issues reported by tests in this category:
- Package
tenon
, test98
, score 24 (Links have the same text but different destinations)
focusableHidden: Score 25. Issues reported by tests in this category:
- Package
alfa
, testr17
, score 12 (Tab-focusable element is or has an ancestor that is aria-hidden) - Package
axe
, testaria-hidden-focus
, score 12 (ARIA hidden element is focusable or contains a focusable element) - Package
axe
, testpresentation-role-conflict
, score 1 (Element has a none/presentation role but is focusable or has a global ARIA state or property) - Package
ibm
, testaria_hidden_focus_misuse
, score 12 (Focusable element is within the subtree of an element with aria-hidden set to true)
linkVague: Score 23. Issues reported by tests in this category:
- Package
tenon
, test73
, score 21 (Link text is too generic to communicate the purpose or destination)
spontaneousMotion: Score 21. Issues reported by tests in this category:
- Package
testaro
, testmotion
, score 19 (Change of visible content not requested by user)
ariaBadAttribute: Score 21. Issues reported by tests in this category:
- Package
alfa
, testr18
, score 4 (ARIA state or property is not allowed for the element on which it is specified) - Package
axe
, testaria-allowed-attr
, score 4 (ARIA attribute is invalid for the role of its element) - Package
ibm
, testaria_semantics_attribute
, score 16 (ARIA attributes is invalid for the element or ARIA role to which it is assigned)
ariaReferenceBad: Score 18. Issues reported by tests in this category:
- Package
ibm
, testRpt_Aria_ValidIdRef
, score 16 (ARIA property does not reference the non-empty unique id of a visible element)
styleParentBad: Score 18. Issues reported by tests in this category:
- Package
nuVal
, testElement style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)
, score 16 (style element not allowed as a child of this div element)
leadingClipsText: Score 18. Issues reported by tests in this category:
- Package
tenon
, test144
, score 16 (Line height is insufficent to properly display the computed font size)
roleBad: Score 17. Issues reported by tests in this category:
- Package
testaro
, testrole
, score 12 (Nonexistent or implicit-overriding role) - Package
ibm
, testelement_tabbable_role_valid
, score 3 (Tabbable element has a non-widget role) - Package
ibm
, testaria_semantics_role
, score 3 (ARIA role is not valid for the element to which it is assigned) - Package
ibm
, testRpt_Aria_ContentinfoWithNoMain_Implicit
, score 1 (Element has a contentinfo role when no element has a main role)
focusableOperable: Score 16. Issues reported by tests in this category:
- Package
testaro
, testfocOp
, score 14 (Operable elements that cannot be Tab-focused and vice versa)
linkNoText: Score 15. Issues reported by tests in this category:
- Package
alfa
, testr11
, score 4 (Link has no accessible name) - Package
axe
, testlink-name
, score 3 (Link has no discernible text) - Package
continuum
, test237
, score 4 (a element has no mechanism that allows an accessible name value to be calculated) - Package
htmlcs
, teste:AA.1_1_1.H30.2
, score 4 (img element is the only link content but has no text alternative) - Package
ibm
, testWCAG20_A_HasText
, score 4 (Hyperlink has no text description) - Package
wave
, teste:alt_link_missing
, score 4 (Linked image has no text alternative) - Package
tenon
, test57
, score 4 (Link has no text inside it)
noLeading: Score 14. Issues reported by tests in this category:
- Package
alfa
, testr73
, score 12 (Paragraph of text has insufficient line height)
navConfusion: Score 11. Issues reported by tests in this category:
- Package
ibm
, testRpt_Aria_MultipleNavigationLandmarks_Implicit
, score 9 (Element with a navigation role has no unique purpose label among the navigation-role elements)
fontSmall: Score 11. Issues reported by tests in this category:
- Package
tenon
, test134
, score 9 (Text is very small)
metaBansZoom: Score 10. Issues reported by tests in this category:
- Package
alfa
, testr47
, score 4 (Meta element restricts zooming) - Package
axe
, testmeta-viewport
, score 4 (Zooming and scaling are disabled) - Package
continuum
, test59
, score 4 (meta element in the head sets the viewport maximum-scale to less than 2) - Package
nuVal
, testConsider avoiding viewport values that prevent users from resizing documents.
, score 1 (viewport value prevents users from resizing the document)
contrastAAA: Score 10. Issues reported by tests in this category:
- Package
alfa
, testr66
, score 1 (Text contrast less than AAA requires) - Package
axe
, testcolor-contrast-enhanced
, score 8 (Element has insufficient color contrast (Level AAA))
tabIndexMissing: Score 10. Issues reported by tests in this category:
- Package
tenon
, test190
, score 8 (Interactive item is not natively actionable, but has no tabindex=0 attribute)
childMissing: Score 8. Issues reported by tests in this category:
- Package
alfa
, testr68
, score 4 (Element does not own an element required by its semantic role) - Package
axe
, testaria-required-children
, score 4 (ARIA role does not contain a required child)
allCaps: Score 8. Issues reported by tests in this category:
- Package
alfa
, testr72
, score 1 (Paragraph text is uppercased) - Package
tenon
, test153
, score 6 (Long string of text is in all caps)
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)
hoverSurprise: Score 7. Issues reported by tests in this category:
- Package
testaro
, testhover
, score 5 (Content changes caused by hovering)
inconsistentStyles: Score 7. Issues reported by tests in this category:
- Package
testaro
, teststyleDiff
, score 5 (Heading, link, and button style inconsistencies)
zIndexNotZero: Score 6. Issues reported by tests in this category:
- Package
testaro
, testzIndex
, score 4 (Layering with nondefault z-index values)
parentMissing: Score 6. Issues reported by tests in this category:
- Package
alfa
, testr42
, score 4 (Element is not owned by an element of its required context role)
formFieldNoText: Score 6. Issues reported by tests in this category:
- Package
alfa
, testr8
, score 4 (Form field has no accessible name)
focusableDescendants: Score 6. Issues reported by tests in this category:
- Package
alfa
, testr90
, score 4 (Element has a role making its children presentational but contains a focusable element)
ariaMissing: Score 6. Issues reported by tests in this category:
- Package
continuum
, test1042
, score 4 (element with an option role has no aria-selected attribute)
contrastRisk: Score 6. Issues reported by tests in this category:
- 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) - Package
htmlcs
, testw:AA.1_4_3.G18.Alpha
, score 1 (Contrast between the text and its background may be less than 4.5:1, given the transparency) - Package
htmlcs
, testw:AA.1_4_3_F24.F24.FGColour
, score 1 (Inline foreground color may lack a complementary background color)
controlNoText: Score 6. Issues reported by tests in this category:
- Package
ibm
, testWCAG20_Input_ExplicitLabel
, score 4 (Form control has no associated label)
h1Missing: Score 5. Issues reported by tests in this category:
- Package
alfa
, testr61
, score 2 (First heading is not h1) - Package
axe
, testpage-has-heading-one
, score 1 (Page contains no level-one heading) - Package
wave
, testa:h1_missing
, score 1 (Missing first level heading)
inputNoText: Score 5. Issues reported by tests in this category:
- Package
axe
, testaria-input-field-name
, score 3 (ARIA input field has no accessible name)
parseError: Score 5. Issues reported by tests in this category:
- Package
nuVal
, test^Element .+ not allowed as child of element .+ in this context.*$
, score 3 (Element not allowed as a child of its parent here)
linkPair: Score 5. Issues reported by tests in this category:
- Package
wave
, testa:link_redundant
, score 3 (Adjacent links go to the same URL)
horizontalScrolling: Score 5. Issues reported by tests in this category:
- Package
tenon
, test28
, score 3 (Layout or sizing of the page causes horizontal scrolling)
linkForcesNewWindow: Score 5. Issues reported by tests in this category:
- Package
tenon
, test218
, score 3 (Link opens in a new window without user control)
decorativeElementExposed: Score 4. Issues reported by tests in this category:
- Package
alfa
, testr86
, score 2 (Element marked as decorative is in the accessibility tree or has no none/presentation role)
skipRepeatedContent: Score 4. Issues reported by tests in this category:
- Package
alfa
, testr87
, score 2 (First focusable element is not a link to the main content)
activeEmbedding: Score 4. Issues reported by tests in this category:
- Package
axe
, testnested-interactive
, score 2 (Interactive controls are nested)
obsolete: Score 4. Issues reported by tests in this category:
- Package
ibm
, testelement_attribute_deprecated
, score 2 (Element or attribute is obsolete)
imagesSameAlt: Score 4. Issues reported by tests in this category:
- Package
wave
, testa:alt_duplicate
, score 2 (Two images near each other have the same text alternative)
titleRedundant: Score 4. Issues reported by tests in this category:
- Package
wave
, testa:title_redundant
, score 2 (Title attribute text is the same as text or alternative text)
tabFocusability: Score 3. Issues reported by tests in this category:
- Package
testaro
, testfocAll
, score 1 (Discrepancy between elements that should be and that are Tab-focusable)
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)
cssBansRotate: Score 3. Issues reported by tests in this category:
- Package
axe
, testcss-orientation-lock
, score 1 (CSS media query locks display orientation)
focusableRole: Score 3. Issues reported by tests in this category:
- Package
axe
, testfocus-order-semantics
, score 1 (Focusable element has no active role)
mainNot1: Score 3. Issues reported by tests in this category:
- Package
axe
, testlandmark-one-main
, score 1 (page has no main landmark)
tabIndexPositive: Score 3. Issues reported by tests in this category:
- Package
axe
, testtabindex
, score 1 (Positive tabIndex risks creating a confusing focus order) - Package
wave
, testa:tabindex
, score 1 (tabIndex value positive)
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)
headingStructure: Score 3. Issues reported by tests in this category:
- Package
htmlcs
, testw:AA.1_3_1_A.G141
, score 1 (Heading level is incorrect) - Package
tenon
, test155
, score 1 (Headings are not structured in a hierarchical manner)
scrollRisk: Score 3. Issues reported by tests in this category:
- Package
htmlcs
, testw:AA.1_4_10.C32,C31,C33,C38,SCR34,G206
, score 1 (Fixed-position element may force bidirectional scrolling)
roleRedundant: Score 3. Issues reported by tests in this category:
- Package
ibm
, testaria_role_redundant
, score 1 (Explicitly assigned ARIA role is redundant with the implicit role of the element)
sectionHeadingless: Score 3. Issues reported by tests in this category:
- Package
nuVal
, testSection lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.
, score 1 (section has no heading)
typeRedundant: Score 3. Issues reported by tests in this category:
- Package
nuVal
, testThe type attribute is unnecessary for JavaScript resources.
, score 1 (type attribute is unnecessary for a JavaScript resource)
titleAsLabel: Score 3. Issues reported by tests in this category:
- Package
wave
, testa:label_title
, score 1 (Form control has a title but no label)
pseudoHeadingRisk: Score 3. Issues reported by tests in this category:
- Package
wave
, testa:heading_possible
, score 1 (Possible heading)
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)
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 sp15c
. You can modify and extend Testaro and Testilo to fit other theories and priorities.
Here, in brief, is how sp15c
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,
sp15c
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 sp15b
are found in the code itself.
Report
{ "id": "4ziu7-steptoejohnson", "host": { "id": "steptoejohnson", "which": "https://www.steptoe.com/en/", "what": "Steptoe and Johnson (90%)" }, "log": [ { "event": "startTime", "value": "2022-08-14T00:04:59" }, { "event": "endTime", "value": "2022-08-14T00:07:25" } ], "script": { "id": "tp15", "what": "Alfa, Axe, Continuum, HTML CodeSniffer, IBM, Nu Html Checker, Tenon, WAVE, and 22 custom tests", "strict": true, "timeLimit": 500, "commands": [ { "type": "launch", "which": "webkit", "what": "Webkit browser" }, { "type": "url", "which": "https://www.steptoe.com/en/", "what": "Steptoe and Johnson (90%)" }, { "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.steptoe.com/en/", "what": "Steptoe and Johnson (90%)" }, { "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": 40, "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": "continuum", "what": "Continuum" }, { "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": "nuVal", "what": "Nu Html Checker" }, { "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.steptoe.com/en/", "what": "Steptoe and Johnson (90%)", "result": "https://www.steptoe.com/en/" }, { "type": "tenonRequest", "id": "a", "withNewContent": true, "what": "Tenon API version 2 test request", "url": "https://www.steptoe.com/en/" }, { "type": "test", "which": "motion", "what": "motion", "delay": 2500, "interval": 2500, "count": 5, "url": "https://www.steptoe.com/en/", "result": { "bytes": [ 908262, 908262, 633268, 499182, 499182 ], "localRatios": [ 1, 1.434, 1.269, 1 ], "meanLocalRatio": 1.176, "maxLocalRatio": 1.434, "globalRatio": 1.82, "pixelChanges": [ 0, 423781, 237720, 0 ], "meanPixelChange": 165375, "maxPixelChange": 423781, "changeFrequency": 0.5 } }, { "type": "launch", "which": "chromium", "what": "Chromium browser" }, { "type": "url", "which": "https://www.steptoe.com/en/", "what": "Steptoe and Johnson (90%)", "result": "https://www.steptoe.com/en/" }, { "type": "test", "which": "bulk", "what": "count of visible elements", "url": "https://www.steptoe.com/en/", "result": { "visibleElements": 215 } }, { "type": "test", "which": "embAc", "withItems": true, "what": "active elements embedded in links or buttons", "url": "https://www.steptoe.com/en/", "result": { "totals": { "links": 0, "buttons": 0, "inputs": 0, "selects": 0 }, "items": [] } }, { "type": "test", "which": "focAll", "what": "focusable and Tab-focused elements", "url": "https://www.steptoe.com/en/", "result": { "tabFocusables": 45, "tabFocused": 46, "discrepancy": 1 } }, { "type": "launch", "which": "chromium", "what": "chromium browser" }, { "type": "url", "which": "https://www.steptoe.com/en/", "what": "URL", "result": "https://www.steptoe.com/en/" }, { "type": "test", "which": "focInd", "revealAll": false, "allowedDelay": 250, "withItems": true, "what": "focus indicators", "url": "https://www.steptoe.com/en/", "result": { "totals": { "total": 45, "types": { "indicatorMissing": { "total": 45, "tagNames": { "A": 37, "BUTTON": 8 } }, "nonOutlinePresent": { "total": 0, "tagNames": {} }, "outlinePresent": { "total": 0, "meanDelay": 0, "tagNames": {} } } }, "items": { "indicatorMissing": [ { "tagName": "A", "text": "Accessibility Statement" }, { "tagName": "A", "text": "Sanctions Against Russia Impact on Business and International Trade" }, { "tagName": "A", "text": "Learn More" }, { "tagName": "BUTTON", "text": "1" }, { "tagName": "BUTTON", "text": "2" }, { "tagName": "BUTTON", "text": "3" }, { "tagName": "BUTTON", "text": "4" }, { "tagName": "A", "text": "Press Releases Steptoe Adds Partner Brian Fleming to International Trade and... August 1, 2022" }, { "tagName": "A", "text": "Press Releases Steptoe Adds Partner Tyler Evans to Growing Government Contracts... August 1, 2022" }, { "tagName": "A", "text": "Press Releases Steptoe Lawyers Publish 2nd Edition of Global Legislation for Food... July 26, 2022" }, { "tagName": "A", "text": "Press Releases Steptoe Hosts Annual Pro Bono Reception July 28, 2022" }, { "tagName": "A", "text": "Press Releases Former Assistant US Attorney Dwight Draughon Returns to... July 11, 2022" }, { "tagName": "A", "text": "Press Releases The American Lawyer Ranks Steptoe Among Top Pro Bono Law Firms 07/18/2022" }, { "tagName": "A", "text": "View More" }, { "tagName": "A", "text": "" }, { "tagName": "A", "text": "" }, { "tagName": "A", "text": "" }, { "tagName": "A", "text": "" }, { "tagName": "A", "text": "" }, { "tagName": "A", "text": "" }, { "tagName": "A", "text": "" }, { "tagName": "A", "text": "" }, { "tagName": "A", "text": "" }, { "tagName": "A", "text": "Contact Us" }, { "tagName": "A", "text": "Terms Of Use" }, { "tagName": "A", "text": "Privacy Policy" }, { "tagName": "A", "text": "Do Not Sell My Personal Information" }, { "tagName": "A", "text": "Accessibility" }, { "tagName": "A", "text": "RSS" }, { "tagName": "A", "text": "Remote Access" }, { "tagName": "BUTTON", "text": "ADD TO BINDER" }, { "tagName": "A", "text": "" }, { "tagName": "A", "text": "" }, { "tagName": "A", "text": "" }, { "tagName": "A", "text": "" }, { "tagName": "A", "text": "" }, { "tagName": "BUTTON", "text": "" }, { "tagName": "A", "text": "Cookies Policy" }, { "tagName": "A", "text": "Privacy Policy" }, { "tagName": "A", "text": ".cls-1{fill:#9d162e;}steptoe_favicon_386" }, { "tagName": "A", "text": "Services" }, { "tagName": "A", "text": "Professionals" }, { "tagName": "A", "text": "About" }, { "tagName": "BUTTON", "text": "" }, { "tagName": "BUTTON", "text": "Menu" } ], "nonOutlinePresent": [], "outlinePresent": [] } } }, { "type": "launch", "which": "chromium", "what": "chromium browser" }, { "type": "url", "which": "https://www.steptoe.com/en/", "what": "URL", "result": "https://www.steptoe.com/en/" }, { "type": "test", "which": "focOp", "withItems": true, "what": "focusability and operability", "url": "https://www.steptoe.com/en/", "result": { "totals": { "total": 121, "types": { "onlyFocusable": { "total": 0, "tagNames": {} }, "onlyOperable": { "total": 9, "tagNames": { "DIV": 9 } }, "focusableAndOperable": { "total": 112, "tagNames": { "A": 108, "BUTTON": 4 } } } }, "items": { "onlyFocusable": [], "onlyOperable": [ { "tagName": "DIV", "id": "", "text": "<div class=\"image-button-wrapper\" style=\"cursor: default;\"> <a class=\"image-butt", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "DIV", "id": "", "text": "<div class=\"image-button-wrapper\" style=\"cursor: default;\"> <a class=\"image-butt", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "DIV", "id": "", "text": "<div class=\"image-button-wrapper\" style=\"cursor: default;\"> <a class=\"image-butt", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "DIV", "id": "", "text": "<div class=\"image-button-wrapper\" style=\"cursor: default;\"> <a class=\"image-butt", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "DIV", "id": "", "text": "<div class=\"image-button-wrapper\" style=\"cursor: default;\"> <a class=\"image-butt", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "DIV", "id": "", "text": "<div class=\"image-button-wrapper\" style=\"cursor: default;\"> <a class=\"image-butt", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "DIV", "id": "", "text": "<div class=\"image-button-wrapper\" style=\"cursor: default;\"> <a class=\"image-butt", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "DIV", "id": "", "text": "<div class=\"image-button-wrapper\" style=\"cursor: default;\"> <a class=\"image-butt", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "DIV", "id": "", "text": "<div class=\"image-button-wrapper\" style=\"cursor: default;\"> <a class=\"image-butt", "byTag": false, "byOnClick": false, "byPointer": true } ], "focusableAndOperable": [ { "tagName": "A", "id": "", "text": "Accessibility Statement", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Sanctions Against Russia Impact on Business and International Trade", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Learn More", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "FCPA/Anti-Corruption Developments 2021 Year in Review", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Learn More", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Executive Order on Competition Tracker Our One-Stop Resource for Developments an", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Learn More", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Supply Chain: A Multifaceted Approach to Strengthen and Safeguard Global Supply ", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Learn More", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Press Releases Steptoe Adds Partner Brian Fleming to International Trade and Reg", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Press Releases Steptoe Adds Partner Tyler Evans to Growing Government Contracts ", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Press Releases Steptoe Lawyers Publish 2nd Edition of Global Legislation for Foo", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Press Releases Steptoe Hosts Annual Pro Bono Reception July 28, 2022", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Press Releases Former Assistant US Attorney Dwight Draughon Returns to Steptoe a", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Press Releases The American Lawyer Ranks Steptoe Among Top Pro Bono Law Firms 07", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Press Releases Disability Equality Index Names Steptoe a ’Best Place to Work for", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Press Releases Law360 Names Elizabeth Cassady a Rising Star in Banking Law June ", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Press Releases Law360 Names Johanna Dennehy a Rising Star in Insurance June 27, ", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Press Releases Law360 Names Katie Dubyak a Rising Star in White Collar Law June ", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Press Releases Steptoe Receives 27 Practice Rankings, 26 Individual Awards in Le", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Press Releases Steptoe Welcomes K. Eli Akhavan to Expanding Tax and Private Clie", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "View More", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a class=\"image-button-link\" href=\"https://www.6gsteptoetelecomblog.com/\" style=", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a class=\"image-button-link\" href=\"https://www.steptoeantitrustblog.com/\" style=", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a class=\"image-button-link\" href=\"http://www.steptoeblockchainblog.com/\" style=", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a class=\"image-button-link\" href=\"http://www.steptoecyberblog.com/\" style=\"curs", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a class=\"image-button-link\" href=\"https://www.steptoeglobaltradeblog.com/\" styl", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a class=\"image-button-link\" href=\"http://www.steptoeinternationalcomplianceblog", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a class=\"image-button-link\" href=\"https://www.steptoeinvestigationsblog.com/\" s", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a class=\"image-button-link\" href=\"https://www.steptoepurpablog.com/\" style=\"cur", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a class=\"image-button-link\" href=\"http://www.sdnyblog.com/\" style=\"cursor: defa", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Contact Us", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Terms Of Use", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Privacy Policy", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Do Not Sell My Personal Information", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Accessibility", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "RSS", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Remote Access", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "BUTTON", "id": "", "text": "ADD TO BINDER", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a href=\"https://www.steptoe.com/a/web/199750/Steptoe-2020-ISO-27001-2013-Final-", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a class=\"fa fa-linkedin footer__right-social-icon\" href=\"https://www.linkedin.c", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a class=\"fa fa-twitter footer__right-social-icon\" href=\"https://twitter.com/Ste", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a class=\"fa fa-wechat footer__right-social-icon\" href=\"https://www.steptoe.com/", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a class=\"fa fa-youtube-play footer__right-social-icon\" href=\"https://www.youtub", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "BUTTON", "id": "", "text": "<button class=\"cookie-banner__close js-cookie-banner-close type-body\" aria-label", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Cookies Policy", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Privacy Policy", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": ".cls-1{fill:#9d162e;}steptoe_favicon_386", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Services", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Professionals", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "About", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "BUTTON", "id": "", "text": "<button class=\"header__icon-container header__search js-search-overlay-open\" ari", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "BUTTON", "id": "", "text": "Menu", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Services", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Professionals", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "About", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Locations", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Pro Bono Service", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Diversity & Inclusion", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Supplier Diversity Policy", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Diversity: Honors & Recognition", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Affinity Groups", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Diversity & Art: A Virtual Tour", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Alexander Calder", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "André Masson", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Andy Warhol", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Anne Chu", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Arman (Armand Pierre Fernandez)", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Barbara Kruger", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Bruce Onobrakpeya", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Christiaan Karel Appel", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Cinnamon Willis", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Dancers 13th Century", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Daniel Arsham", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Delia Brown", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "George Segal", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Gold Thread Embroidered Overcoat", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Hedy Klineman", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Ivan Navarro", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "James Rosenquist", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Jehad Nga", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Jimmy Mijau Mijau", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Jonathan Borofsky", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Lalla A. Essaydi", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Lin Tianmiao", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "M. Irfan", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Martha Boto", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Max Leon Moreau", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Miriam Schapiro", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Mr. Brainwash", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "North German Chinoiserie Folding Screen", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Pablo Picasso", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Patrick Hughes", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Paul Giovanopoulos", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Peter Beard", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Philippe Hiquily", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Robert Cottingham", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Roman Minin", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Romare Howard Bearden", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Romare Howard Bearden 2", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Tashkent Suzani", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "The Merger", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Vik Muniz", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Wang Guangyi", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Yorouba Mask", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Zakaria Ramhani", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "News/Publications", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Events", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Careers", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Alumni", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Publication Sign Up", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "My Binder", "byTag": true, "byOnClick": false, "byPointer": true } ] } } }, { "type": "launch", "which": "chromium", "what": "chromium browser" }, { "type": "url", "which": "https://www.steptoe.com/en/", "what": "URL", "result": "https://www.steptoe.com/en/" }, { "type": "test", "which": "hover", "headSize": 40, "headSampleSize": 20, "tailSampleSize": 15, "withItems": true, "what": "hover-caused content changes", "url": "https://www.steptoe.com/en/", "result": { "totals": { "triggers": 74, "headTriggers": 40, "tailTriggers": 34, "impactTriggers": 2, "additions": 0, "removals": 0, "opacityChanges": 2, "opacityImpact": 4, "unhoverables": 16 }, "items": { "head": { "impactTriggers": [ { "tagName": "A", "text": "SupplyChain:AMultifacetedApproachtoStrengthenandSa", "additions": 0, "removals": 0, "opacityChanges": 1, "opacityImpact": 2 } ], "unhoverables": [ { "tagName": "A", "id": "", "text": "AccessibilityStatement" }, { "tagName": "A", "id": "", "text": "LearnMore" }, { "tagName": "A", "id": "", "text": "LearnMore" }, { "tagName": "A", "id": "", "text": "LearnMore" }, { "tagName": "A", "id": "", "text": "LearnMore" } ] }, "tail": { "impactTriggers": [], "unhoverables": [ { "tagName": "A", "id": "", "text": "" }, { "tagName": "LI", "id": "", "text": "ADDTOBINDER" }, { "tagName": "LI", "id": "", "text": "<aclass=\"fafa-wechatfooter__right-social-icon\"href" }, { "tagName": "LI", "id": "", "text": "Accessibility" }, { "tagName": "A", "id": "", "text": "" }, { "tagName": "A", "id": "", "text": "" }, { "tagName": "A", "id": "", "text": "" }, { "tagName": "A", "id": "", "text": "PrivacyPolicy" }, { "tagName": "A", "id": "", "text": "RemoteAccess" }, { "tagName": "LI", "id": "", "text": "<aclass=\"fafa-linkedinfooter__right-social-icon\"hr" }, { "tagName": "LI", "id": "", "text": "<aclass=\"fafa-youtube-playfooter__right-social-ico" } ] } } } }, { "type": "launch", "which": "chromium", "what": "chromium browser" }, { "type": "url", "which": "https://www.steptoe.com/en/", "what": "URL", "result": "https://www.steptoe.com/en/" }, { "type": "test", "which": "labClash", "withItems": true, "what": "labeling inconsistencies", "url": "https://www.steptoe.com/en/", "result": { "totals": { "mislabeled": 0, "unlabeled": 0, "wellLabeled": 11 }, "items": { "mislabeled": [], "unlabeled": [], "wellLabeled": [ { "index": 0, "tagName": "BUTTON", "type": "button", "texts": { "content": "1" } }, { "index": 1, "tagName": "BUTTON", "type": "button", "texts": { "content": "2" } }, { "index": 2, "tagName": "BUTTON", "type": "button", "texts": { "content": "3" } }, { "index": 3, "tagName": "BUTTON", "type": "button", "texts": { "content": "4" } }, { "index": 4, "tagName": "BUTTON", "type": "submit", "texts": { "content": "ADD TO BINDER" } }, { "index": 5, "tagName": "BUTTON", "type": "submit", "labelType": "aria-label", "texts": { "attribute": "Close" } }, { "index": 6, "tagName": "BUTTON", "type": "submit", "labelType": "aria-label", "texts": { "attribute": "Search" } }, { "index": 7, "tagName": "BUTTON", "type": "submit", "labelType": "aria-label", "texts": { "attribute": "Toggle Menu", "content": "Menu" } }, { "index": 8, "tagName": "BUTTON", "type": "submit", "labelType": "aria-label", "texts": { "attribute": "Close Overlay" } }, { "index": 9, "tagName": "INPUT", "type": "search", "labelType": "aria-label", "texts": { "attribute": "Search Steptoe.com" } }, { "index": 10, "tagName": "BUTTON", "type": "submit", "labelType": "aria-label", "texts": { "attribute": "Search" } } ] } } }, { "type": "test", "which": "linkUl", "withItems": true, "what": "adjacent-link underlining", "url": "https://www.steptoe.com/en/", "result": { "totals": { "links": 112, "adjacent": { "total": 56, "underlined": 2, "underlinedPercent": 3 } }, "items": { "underlined": [ "Cookies Policy", "Privacy Policy" ], "notUnderlined": [ "Accessibility Statement", "Supply Chain: A Multifaceted Approach to Strengthen and Safeguard Global Supply Chains", "Learn More", "Sanctions Against Russia Impact on Business and International Trade", "Learn More", "FCPA/Anti-Corruption Developments 2021 Year in Review", "Learn More", "Executive Order on Competition Tracker Our One-Stop Resource for Developments and Analysis by Industry/Agency as the EO Is Implemented", "Learn More", "Supply Chain: A Multifaceted Approach to Strengthen and Safeguard Global Supply Chains", "Learn More", "Sanctions Against Russia Impact on Business and International Trade", "Learn More", "Press Releases Steptoe Adds Partner Brian Fleming to International Trade and... August 1, 2022", "Press Releases Steptoe Adds Partner Tyler Evans to Growing Government Contracts... August 1, 2022", "Press Releases Steptoe Lawyers Publish 2nd Edition of Global Legislation for Food... July 26, 2022", "Press Releases Steptoe Hosts Annual Pro Bono Reception July 28, 2022", "Press Releases Former Assistant US Attorney Dwight Draughon Returns to... July 11, 2022", "Press Releases The American Lawyer Ranks Steptoe Among Top Pro Bono Law Firms 07/18/2022", "Press Releases Disability Equality Index Names Steptoe a ’Best Place to Work for Disability Inclusion’ 07/20/2022", "Press Releases Law360 Names Elizabeth Cassady a Rising Star in Banking Law June 27, 2022", "Press Releases Law360 Names Johanna Dennehy a Rising Star in Insurance June 27, 2022", "Press Releases Law360 Names Katie Dubyak a Rising Star in White Collar Law June 23, 2022", "Press Releases Steptoe Receives 27 Practice Rankings, 26 Individual Awards in Legal 500 US 2022 June 16, 2022", "Press Releases Steptoe Welcomes K. Eli Akhavan to Expanding Tax and Private Client Practice June 8, 2022", "View More", "", "", "", "", "", "", "", "", "", "Contact Us", "Terms Of Use", "Privacy Policy", "Do Not Sell My Personal Information", "Accessibility", "RSS", "Remote Access", "", ".cls-1{fill:#9d162e;}steptoe_favicon_386", "Locations", "Pro Bono Service", "Diversity & Inclusion", "Diversity & Art: A Virtual Tour", "News/Publications", "Events", "Careers", "Alumni", "Publication Sign Up", "My Binder" ] } } }, { "type": "test", "which": "menuNav", "withItems": true, "what": "keyboard navigation between focusable menu items", "url": "https://www.steptoe.com/en/", "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.steptoe.com/en/", "what": "URL", "result": "https://www.steptoe.com/en/" }, { "type": "test", "which": "radioSet", "withItems": true, "what": "fieldset grouping of radio buttons", "url": "https://www.steptoe.com/en/", "result": { "totals": { "total": 0, "inSet": 0, "percent": "N.A." }, "items": { "inSet": [], "notInSet": [] } } }, { "type": "test", "which": "role", "what": "roles", "url": "https://www.steptoe.com/en/", "result": { "roleElements": 16, "badRoleElements": 6, "redundantRoleElements": 4, "tagNames": { "DIV": { "listbox": { "bad": 1, "redundant": 0 }, "option": { "bad": 4, "redundant": 0 } }, "BUTTON": { "button": { "bad": 0, "redundant": 4 } }, "INPUT": { "combobox": { "bad": 1, "redundant": 0 } } } } }, { "type": "test", "which": "styleDiff", "withItems": true, "what": "style inconsistencies", "url": "https://www.steptoe.com/en/", "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": 10, "subtotals": [ 4, 2, 2, 1, 1 ] }, "adjacentLink": { "total": 56, "subtotals": [ 47, 7, 2 ] }, "listLink": { "total": 56, "subtotals": [ 46, 6, 4 ] }, "h2": { "total": 6 }, "h3": { "total": 6, "subtotals": [ 5, 1 ] } }, "items": { "button": { "height": { "20px": [ "1", "2", "3", "4", "ADD TO BINDER" ], "37px": [ "" ], "47px": [ "", "Menu" ], "auto": [ "", "" ] }, "lineHeight": { "0px": [ "1", "2", "3", "4" ], "20px": [ "ADD TO BINDER" ], "25px": [ "", "", "Menu", "", "" ] }, "minHeight": { "0px": [ "1", "2", "3", "4", "ADD TO BINDER", "", "", "" ], "auto": [ "", "Menu" ] }, "minWidth": { "0px": [ "1", "2", "3", "4", "ADD TO BINDER", "", "", "" ], "auto": [ "", "Menu" ] } }, "adjacentLink": { "fontWeight": { "300": [ "Accessibility Statement", "Supply Chain: A Multifaceted Approach to Strengthen and Safeguard Global Supply Chains", "Sanctions Against Russia Impact on Business and International Trade", "FCPA/Anti-Corruption Developments 2021 Year in Review", "Executive Order on Competition Tracker Our One-Stop Resource for Developments and Analysis by Industry/Agency as the EO Is Implemented", "Supply Chain: A Multifaceted Approach to Strengthen and Safeguard Global Supply Chains", "Sanctions Against Russia Impact on Business and International Trade", "Press Releases Steptoe Adds Partner Brian Fleming to International Trade and... August 1, 2022", "Press Releases Steptoe Adds Partner Tyler Evans to Growing Government Contracts... August 1, 2022", "Press Releases Steptoe Lawyers Publish 2nd Edition of Global Legislation for Food... July 26, 2022", "Press Releases Steptoe Hosts Annual Pro Bono Reception July 28, 2022", "Press Releases Former Assistant US Attorney Dwight Draughon Returns to... July 11, 2022", "Press Releases The American Lawyer Ranks Steptoe Among Top Pro Bono Law Firms 07/18/2022", "Press Releases Disability Equality Index Names Steptoe a ’Best Place to Work for Disability Inclusion’ 07/20/2022", "Press Releases Law360 Names Elizabeth Cassady a Rising Star in Banking Law June 27, 2022", "Press Releases Law360 Names Johanna Dennehy a Rising Star in Insurance June 27, 2022", "Press Releases Law360 Names Katie Dubyak a Rising Star in White Collar Law June 23, 2022", "Press Releases Steptoe Receives 27 Practice Rankings, 26 Individual Awards in Legal 500 US 2022 June 16, 2022", "Press Releases Steptoe Welcomes K. Eli Akhavan to Expanding Tax and Private Client Practice June 8, 2022", "", "", "", "", "", "", "", "", "", "Contact Us", "Terms Of Use", "Privacy Policy", "Do Not Sell My Personal Information", "Accessibility", "RSS", "Remote Access", "", "Cookies Policy", "Privacy Policy", ".cls-1{fill:#9d162e;}steptoe_favicon_386", "Locations", "Pro Bono Service", "Diversity & Inclusion", "Diversity & Art: A Virtual Tour", "News/Publications", "Events", "Careers", "Alumni", "Publication Sign Up", "My Binder" ], "700": [ "Learn More", "Learn More", "Learn More", "Learn More", "Learn More", "Learn More", "View More" ] }, "textDecorationLine": { "none": [ "Accessibility Statement", "Supply Chain: A Multifaceted Approach to Strengthen and Safeguard Global Supply Chains", "Learn More", "Sanctions Against Russia Impact on Business and International Trade", "Learn More", "FCPA/Anti-Corruption Developments 2021 Year in Review", "Learn More", "Executive Order on Competition Tracker Our One-Stop Resource for Developments and Analysis by Industry/Agency as the EO Is Implemented", "Learn More", "Supply Chain: A Multifaceted Approach to Strengthen and Safeguard Global Supply Chains", "Learn More", "Sanctions Against Russia Impact on Business and International Trade", "Learn More", "Press Releases Steptoe Adds Partner Brian Fleming to International Trade and... August 1, 2022", "Press Releases Steptoe Adds Partner Tyler Evans to Growing Government Contracts... August 1, 2022", "Press Releases Steptoe Lawyers Publish 2nd Edition of Global Legislation for Food... July 26, 2022", "Press Releases Steptoe Hosts Annual Pro Bono Reception July 28, 2022", "Press Releases Former Assistant US Attorney Dwight Draughon Returns to... July 11, 2022", "Press Releases The American Lawyer Ranks Steptoe Among Top Pro Bono Law Firms 07/18/2022", "Press Releases Disability Equality Index Names Steptoe a ’Best Place to Work for Disability Inclusion’ 07/20/2022", "Press Releases Law360 Names Elizabeth Cassady a Rising Star in Banking Law June 27, 2022", "Press Releases Law360 Names Johanna Dennehy a Rising Star in Insurance June 27, 2022", "Press Releases Law360 Names Katie Dubyak a Rising Star in White Collar Law June 23, 2022", "Press Releases Steptoe Receives 27 Practice Rankings, 26 Individual Awards in Legal 500 US 2022 June 16, 2022", "Press Releases Steptoe Welcomes K. Eli Akhavan to Expanding Tax and Private Client Practice June 8, 2022", "View More", "", "", "", "", "", "", "", "", "", "Contact Us", "Terms Of Use", "Privacy Policy", "Do Not Sell My Personal Information", "Accessibility", "RSS", "Remote Access", "", ".cls-1{fill:#9d162e;}steptoe_favicon_386", "Locations", "Pro Bono Service", "Diversity & Inclusion", "Diversity & Art: A Virtual Tour", "News/Publications", "Events", "Careers", "Alumni", "Publication Sign Up", "My Binder" ], "underline": [ "Cookies Policy", "Privacy Policy" ] } }, "listLink": { "fontWeight": { "300": [ "Supplier Diversity Policy", "Diversity: Honors & Recognition", "Affinity Groups", "Alexander Calder", "André Masson", "Andy Warhol", "Anne Chu", "Arman (Armand Pierre Fernandez)", "Barbara Kruger", "Bruce Onobrakpeya", "Christiaan Karel Appel", "Cinnamon Willis", "Dancers 13th Century", "Daniel Arsham", "Delia Brown", "George Segal", "Gold Thread Embroidered Overcoat", "Hedy Klineman", "Ivan Navarro", "James Rosenquist", "Jehad Nga", "Jimmy Mijau Mijau", "Jonathan Borofsky", "Lalla A. Essaydi", "Lin Tianmiao", "M. Irfan", "Martha Boto", "Max Leon Moreau", "Miriam Schapiro", "Mr. Brainwash", "North German Chinoiserie Folding Screen", "Pablo Picasso", "Patrick Hughes", "Paul Giovanopoulos", "Peter Beard", "Philippe Hiquily", "Robert Cottingham", "Roman Minin", "Romare Howard Bearden", "Romare Howard Bearden 2", "Tashkent Suzani", "The Merger", "Vik Muniz", "Wang Guangyi", "Yorouba Mask", "Zakaria Ramhani" ], "400": [ "", "", "", "" ], "700": [ "Services", "Professionals", "About", "Services", "Professionals", "About" ] }, "fontSize": { "25px": [ "", "", "", "" ], "16px": [ "Services", "Professionals", "About", "Services", "Professionals", "About" ], "20px": [ "Supplier Diversity Policy", "Diversity: Honors & Recognition", "Affinity Groups", "Alexander Calder", "André Masson", "Andy Warhol", "Anne Chu", "Arman (Armand Pierre Fernandez)", "Barbara Kruger", "Bruce Onobrakpeya", "Christiaan Karel Appel", "Cinnamon Willis", "Dancers 13th Century", "Daniel Arsham", "Delia Brown", "George Segal", "Gold Thread Embroidered Overcoat", "Hedy Klineman", "Ivan Navarro", "James Rosenquist", "Jehad Nga", "Jimmy Mijau Mijau", "Jonathan Borofsky", "Lalla A. Essaydi", "Lin Tianmiao", "M. Irfan", "Martha Boto", "Max Leon Moreau", "Miriam Schapiro", "Mr. Brainwash", "North German Chinoiserie Folding Screen", "Pablo Picasso", "Patrick Hughes", "Paul Giovanopoulos", "Peter Beard", "Philippe Hiquily", "Robert Cottingham", "Roman Minin", "Romare Howard Bearden", "Romare Howard Bearden 2", "Tashkent Suzani", "The Merger", "Vik Muniz", "Wang Guangyi", "Yorouba Mask", "Zakaria Ramhani" ] }, "lineHeight": { "25px": [ "", "", "", "" ], "22px": [ "Services", "Professionals", "About", "Services", "Professionals", "About" ], "28px": [ "Supplier Diversity Policy", "Diversity: Honors & Recognition", "Affinity Groups", "Alexander Calder", "André Masson", "Andy Warhol", "Anne Chu", "Arman (Armand Pierre Fernandez)", "Barbara Kruger", "Bruce Onobrakpeya", "Christiaan Karel Appel", "Cinnamon Willis", "Dancers 13th Century", "Daniel Arsham", "Delia Brown", "George Segal", "Gold Thread Embroidered Overcoat", "Hedy Klineman", "Ivan Navarro", "James Rosenquist", "Jehad Nga", "Jimmy Mijau Mijau", "Jonathan Borofsky", "Lalla A. Essaydi", "Lin Tianmiao", "M. Irfan", "Martha Boto", "Max Leon Moreau", "Miriam Schapiro", "Mr. Brainwash", "North German Chinoiserie Folding Screen", "Pablo Picasso", "Patrick Hughes", "Paul Giovanopoulos", "Peter Beard", "Philippe Hiquily", "Robert Cottingham", "Roman Minin", "Romare Howard Bearden", "Romare Howard Bearden 2", "Tashkent Suzani", "The Merger", "Vik Muniz", "Wang Guangyi", "Yorouba Mask", "Zakaria Ramhani" ] } }, "h3": { "fontSize": { "40px": [ "A Multifaceted Approach to Strengthen and Safeguard Global Supply Chains", "Impact on Business and International Trade", "2021 Year in Review", "A Multifaceted Approach to Strengthen and Safeguard Global Supply Chains", "Impact on Business and International Trade" ], "30px": [ "Our One-Stop Resource for Developments and Analysis by Industry/Agency as the EO Is Implemented" ] } } } } }, { "type": "test", "which": "tabNav", "withItems": true, "what": "keyboard navigation between tab elements", "url": "https://www.steptoe.com/en/", "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.steptoe.com/en/", "result": { "totals": { "total": 17, "tagNames": { "DIV": 2, "UL": 1, "SPAN": 12, "SECTION": 1, "HEADER": 1 } }, "items": [ { "tagName": "DIV", "id": "", "text": "Accessibility Statement" }, { "tagName": "UL", "id": "", "text": "1234" }, { "tagName": "SPAN", "id": "", "text": "Press Releases" }, { "tagName": "SPAN", "id": "", "text": "Press Releases" }, { "tagName": "SPAN", "id": "", "text": "Press Releases" }, { "tagName": "SPAN", "id": "", "text": "Press Releases" }, { "tagName": "SPAN", "id": "", "text": "Press Releases" }, { "tagName": "SPAN", "id": "", "text": "Press Releases" }, { "tagName": "SPAN", "id": "", "text": "Press Releases" }, { "tagName": "SPAN", "id": "", "text": "Press Releases" }, { "tagName": "SPAN", "id": "", "text": "Press Releases" }, { "tagName": "SPAN", "id": "", "text": "Press Releases" }, { "tagName": "SPAN", "id": "", "text": "Press Releases" }, { "tagName": "SPAN", "id": "", "text": "Press Releases" }, { "tagName": "SECTION", "id": "", "text": "We use cookies on this website to improve the user experience. For more information about how we use" }, { "tagName": "HEADER", "id": "", "text": ".cls-1{fill:#9d162e;}steptoe_favicon_386 Services Professionals About Menu Services Professionals Ab" }, { "tagName": "DIV", "id": "", "text": "" } ] } }, { "type": "test", "which": "alfa", "what": "alfa", "url": "https://www.steptoe.com/en/", "result": { "totals": { "failures": 64, "warnings": 52 }, "items": [ { "index": 28, "verdict": "failed", "rule": { "ruleID": "r11", "ruleSummary": "Links have an accessible name", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r11", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#link-purpose-in-context", "chapter": "2.4.4", "title": "Link Purpose (In Context)" }, { "uri": "https://www.w3.org/TR/WCAG/#link-purpose-link-only", "chapter": "2.4.9", "title": "Link Purpose (Link Only)" }, { "uri": "https://www.w3.org/TR/WCAG/#name-role-value", "chapter": "4.1.2", "title": "Name, Role, Value" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G91", "name": "G91", "title": "Providing link text that describes the purpose of a link" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/footer[1]/div[1]/div[1]/div[2]/div[1]/a[1]", "codeLines": [ "<a href=\"https://www.steptoe.com/a/web/199750/Steptoe-2020-ISO-27001-2013-Final-Certificate-c2.pdf\"...", " <img width=\"200\" alt=\"\" src=\"https://www.steptoe.com/a/web/199784/3ZEQz9/schellman_small.jpg\" tit...", "</a>" ] } }, { "index": 138, "verdict": "failed", "rule": { "ruleID": "r17", "ruleSummary": "Elements with aria-hidden='true' are not focusable", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r17", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#info-and-relationships", "chapter": "1.3.1", "title": "Info and Relationships" }, { "uri": "https://www.w3.org/TR/WCAG/#name-role-value", "chapter": "4.1.2", "title": "Name, Role, Value" } ] }, "target": { "type": "element", "tagName": "li", "path": "/html[1]/body[1]/div[6]/div[2]/ul[1]/li[2]", "codeLines": [ "<li aria-hidden=\"true\" role=\"presentation\" aria-selected=\"false\" aria-controls=\"navigation01\" id=\"s...", " <button type=\"button\" data-role=\"none\" role=\"button\" tabindex=\"0\">", " 2", " </button>", "</li>" ] } }, { "index": 139, "verdict": "failed", "rule": { "ruleID": "r17", "ruleSummary": "Elements with aria-hidden='true' are not focusable", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r17", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#info-and-relationships", "chapter": "1.3.1", "title": "Info and Relationships" }, { "uri": "https://www.w3.org/TR/WCAG/#name-role-value", "chapter": "4.1.2", "title": "Name, Role, Value" } ] }, "target": { "type": "element", "tagName": "li", "path": "/html[1]/body[1]/div[6]/div[2]/ul[1]/li[3]", "codeLines": [ "<li aria-hidden=\"true\" role=\"presentation\" aria-selected=\"false\" aria-controls=\"navigation02\" id=\"s...", " <button type=\"button\" data-role=\"none\" role=\"button\" tabindex=\"0\">", " 3", " </button>", "</li>" ] } }, { "index": 140, "verdict": "failed", "rule": { "ruleID": "r17", "ruleSummary": "Elements with aria-hidden='true' are not focusable", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r17", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#info-and-relationships", "chapter": "1.3.1", "title": "Info and Relationships" }, { "uri": "https://www.w3.org/TR/WCAG/#name-role-value", "chapter": "4.1.2", "title": "Name, Role, Value" } ] }, "target": { "type": "element", "tagName": "li", "path": "/html[1]/body[1]/div[6]/div[2]/ul[1]/li[4]", "codeLines": [ "<li aria-hidden=\"true\" role=\"presentation\" aria-selected=\"false\" aria-controls=\"navigation03\" id=\"s...", " <button type=\"button\" data-role=\"none\" role=\"button\" tabindex=\"0\">", " 4", " </button>", "</li>" ] } }, { "index": 153, "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-selected", "path": "/html[1]/body[1]/div[6]/div[2]/ul[1]/li[1]/@aria-selected", "codeLines": [ "aria-selected=\"true\"" ] } }, { "index": 298, "verdict": "failed", "rule": { "ruleID": "r42", "ruleSummary": "Elements with a role have required parent", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r42", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#info-and-relationships", "chapter": "1.3.1", "title": "Info and Relationships" } ] }, "target": { "type": "element", "tagName": "li", "path": "/html[1]/body[1]/div[6]/div[2]/ul[1]/li[1]", "codeLines": [ "<li class=\"slick-active\" aria-hidden=\"false\" role=\"presentation\" aria-selected=\"true\" aria-controls...", " <button type=\"button\" data-role=\"none\" role=\"button\" tabindex=\"0\">", " 1", " </button>", "</li>" ] } }, { "index": 318, "verdict": "failed", "rule": { "ruleID": "r47", "ruleSummary": "<meta name='viewport'> elements do not prevent zoom", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r47", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#resize-text", "chapter": "1.4.4", "title": "Resize text" }, { "uri": "https://www.w3.org/TR/WCAG/#reflow", "chapter": "1.4.10", "title": "Reflow" } ] }, "target": { "type": "element", "tagName": "meta", "path": "/html[1]/head[1]/meta[2]", "codeLines": [ "<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, user-scalable=no, maximum-sca..." ] } }, { "index": 327, "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]/a[1]/text()[1]", "codeLines": [ "Accessibility Statement" ] } }, { "index": 328, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[6]/div[1]/div[1]/div[2]/div[1]/div[1]/a[1]/h2[1]/text()[1]", "codeLines": [ "Sanctions Against Russia" ] } }, { "index": 329, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[6]/div[1]/div[1]/div[2]/div[1]/div[1]/a[1]/h3[1]/p[1]/text()[1]", "codeLines": [ "Impact on Business and International Trade" ] } }, { "index": 330, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[6]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/a[1]/text()[1]", "codeLines": [ "Learn More" ] } }, { "index": 331, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[6]/div[2]/ul[1]/li[1]/button[1]/text()[1]", "codeLines": [ "1" ] } }, { "index": 332, "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[7]/div[1]/a[1]/span[1]/span[1]/text()[1]", "codeLines": [ "Press Releases" ] } }, { "index": 333, "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[7]/div[1]/a[1]/span[1]/span[2]/text()[1]", "codeLines": [ "Steptoe Adds Partner Brian Fleming to International Trade and..." ] } }, { "index": 334, "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[7]/div[1]/a[1]/span[1]/span[3]/text()[1]", "codeLines": [ "August 1, 2022" ] } }, { "index": 335, "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[7]/div[1]/a[2]/span[1]/span[1]/text()[1]", "codeLines": [ "Press Releases" ] } }, { "index": 336, "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[7]/div[1]/a[2]/span[1]/span[2]/text()[1]", "codeLines": [ "Steptoe Adds Partner Tyler Evans to Growing Government Contracts..." ] } }, { "index": 337, "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[7]/div[1]/a[2]/span[1]/span[3]/text()[1]", "codeLines": [ "August 1, 2022" ] } }, { "index": 338, "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[7]/div[1]/a[3]/span[1]/span[1]/text()[1]", "codeLines": [ "Press Releases" ] } }, { "index": 339, "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[7]/div[1]/a[3]/span[1]/span[2]/text()[1]", "codeLines": [ "Steptoe Lawyers Publish 2nd Edition of" ] } }, { "index": 340, "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[7]/div[1]/a[3]/span[1]/span[2]/em[1]/text()[1]", "codeLines": [ "Global Legislation for Food..." ] } }, { "index": 341, "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[7]/div[1]/a[3]/span[1]/span[3]/text()[1]", "codeLines": [ "July 26, 2022" ] } }, { "index": 342, "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[7]/div[1]/a[4]/span[1]/span[1]/text()[1]", "codeLines": [ "Press Releases" ] } }, { "index": 343, "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[7]/div[1]/a[4]/span[1]/span[2]/text()[1]", "codeLines": [ "Steptoe Hosts Annual Pro Bono Reception" ] } }, { "index": 344, "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[7]/div[1]/a[4]/span[1]/span[3]/text()[1]", "codeLines": [ "July 28, 2022" ] } }, { "index": 345, "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[7]/div[1]/a[5]/span[1]/span[1]/text()[1]", "codeLines": [ "Press Releases" ] } }, { "index": 346, "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[7]/div[1]/a[5]/span[1]/span[2]/text()[1]", "codeLines": [ "Former Assistant US Attorney Dwight Draughon Returns to..." ] } }, { "index": 347, "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[7]/div[1]/a[5]/span[1]/span[3]/text()[1]", "codeLines": [ "July 11, 2022" ] } }, { "index": 348, "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[7]/div[1]/a[6]/span[1]/span[1]/text()[1]", "codeLines": [ "Press Releases" ] } }, { "index": 349, "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[7]/div[1]/a[6]/span[1]/span[2]/p[1]/em[1]/text()[1]", "codeLines": [ "The American Lawyer" ] } }, { "index": 350, "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[7]/div[1]/a[6]/span[1]/span[2]/p[1]/text()[1]", "codeLines": [ "Ranks Steptoe Among Top Pro Bono Law Firms" ] } }, { "index": 351, "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[7]/div[1]/a[6]/span[1]/span[3]/text()[1]", "codeLines": [ "07/18/2022" ] } }, { "index": 352, "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[7]/div[2]/div[1]/div[2]/a[1]/text()[1]", "codeLines": [ "View More" ] } }, { "index": 374, "verdict": "failed", "rule": { "ruleID": "r61", "ruleSummary": "Documents start with a level 1 heading", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r61", "requirements": [] }, "target": { "type": "document", "tagName": "", "path": "/", "codeLines": [ "#document", " <!doctype html>", "...", " </html>" ] } }, { "index": 380, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "div", "path": "/html[1]/body[1]/div[1]", "codeLines": [ "<div class=\"accessibility-container\" tabindex=\"1\" style=\"top: -45px;\">", " <a class=\"accessibility-link\" href=\"https://www.steptoe.com/en/accessibility-statement.html\" targ...", " Accessibility Statement", " </a>", "</div>" ] } }, { "index": 381, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/a[1]", "codeLines": [ "<a class=\"accessibility-link\" href=\"https://www.steptoe.com/en/accessibility-statement.html\" target...", " Accessibility Statement", "</a>" ] } }, { "index": 382, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[6]/div[1]/div[1]/div[2]/div[1]/div[1]/a[1]", "codeLines": [ "<a class=\"homepage-hero-link\" href=\"https://www.steptoe.com/en/services/trending-topics/sanctions-a...", " <h2 class=\"white type-homepage-hero-title homepage-hero-title\">", " Sanctions Against Russia", " </h2>", " <h3 class=\"white large type-homepage-hero-subtitle homepage-hero-subtitle\">", " <p>", " Impact on Business and International Trade", " </p>", " </h3>", "</a>" ] } }, { "index": 383, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[6]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/a[1]", "codeLines": [ "<a class=\"button\" href=\"https://www.steptoe.com/en/services/trending-topics/sanctions-against-russi...", " Learn More", "</a>" ] } }, { "index": 384, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "button", "path": "/html[1]/body[1]/div[6]/div[2]/ul[1]/li[1]/button[1]", "codeLines": [ "<button type=\"button\" data-role=\"none\" role=\"button\" tabindex=\"0\">", " 1", "</button>" ] } }, { "index": 385, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "button", "path": "/html[1]/body[1]/div[6]/div[2]/ul[1]/li[2]/button[1]", "codeLines": [ "<button type=\"button\" data-role=\"none\" role=\"button\" tabindex=\"0\">", " 2", "</button>" ] } }, { "index": 386, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "button", "path": "/html[1]/body[1]/div[6]/div[2]/ul[1]/li[3]/button[1]", "codeLines": [ "<button type=\"button\" data-role=\"none\" role=\"button\" tabindex=\"0\">", " 3", "</button>" ] } }, { "index": 387, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "button", "path": "/html[1]/body[1]/div[6]/div[2]/ul[1]/li[4]/button[1]", "codeLines": [ "<button type=\"button\" data-role=\"none\" role=\"button\" tabindex=\"0\">", " 4", "</button>" ] } }, { "index": 388, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[7]/div[1]/a[1]", "codeLines": [ "<a href=\"/en/news-publications/steptoe-adds-partner-brian-fleming-to-international-trade-and-regula...", " <span class=\"news-card\">", " <span class=\"news-card__type type-small-caps white background-teal \">", " Press Releases", " </span>", " <span class=\"news-card__title js-dotdotdot type-callout\" style=\"overflow-wrap: break-word;\">", " Steptoe Adds Partner Brian Fleming to International Trade and...", " </span>", " <span class=\"news-card__date type-news-card-date\">", " August 1, 2022", " </span>", " </span>", "</a>" ] } }, { "index": 389, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[7]/div[1]/a[2]", "codeLines": [ "<a href=\"/en/news-publications/steptoe-adds-partner-tyler-evans-to-growing-government-contracts-gro...", " <span class=\"news-card\">", " <span class=\"news-card__type type-small-caps white background-teal \">", " Press Releases", " </span>", " <span class=\"news-card__title js-dotdotdot type-callout\" style=\"overflow-wrap: break-word;\">", " Steptoe Adds Partner Tyler Evans to Growing Government Contracts...", " </span>", " <span class=\"news-card__date type-news-card-date\">", " August 1, 2022", " </span>", " </span>", "</a>" ] } }, { "index": 390, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[7]/div[1]/a[3]", "codeLines": [ "<a href=\"/en/news-publications/steptoe-lawyers-publish-2nd-edition-of-global-legislation-for-food-c...", " <span class=\"news-card\">", " <span class=\"news-card__type type-small-caps white background-teal \">", " Press Releases", " </span>", " <span class=\"news-card__title js-dotdotdot type-callout\" style=\"overflow-wrap: break-word;\">", " Steptoe Lawyers Publish 2nd Edition of", " <em>", " Global Legislation for Food...", " </em>", " </span>", " <span class=\"news-card__date type-news-card-date\">", " July 26, 2022", " </span>", " </span>", "</a>" ] } }, { "index": 391, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[7]/div[1]/a[4]", "codeLines": [ "<a href=\"/en/news-publications/steptoe-hosts-annual-pro-bono-reception.html\" class=\"l-content-one-t...", " <span class=\"news-card\">", " <span class=\"news-card__type type-small-caps white background-teal \">", " Press Releases", " </span>", " <span class=\"news-card__title js-dotdotdot type-callout\" style=\"overflow-wrap: break-word;\">", " Steptoe Hosts Annual Pro Bono Reception", " </span>", " <span class=\"news-card__date type-news-card-date\">", " July 28, 2022", " </span>", " </span>", "</a>" ] } }, { "index": 392, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[7]/div[1]/a[5]", "codeLines": [ "<a href=\"/en/news-publications/former-assistant-us-attorney-dwight-draughon-returns-to-steptoe-as-p...", " <span class=\"news-card\">", " <span class=\"news-card__type type-small-caps white background-teal \">", " Press Releases", " </span>", " <span class=\"news-card__title js-dotdotdot type-callout\" style=\"overflow-wrap: break-word;\">", " Former Assistant US Attorney Dwight Draughon Returns to...", " </span>", " <span class=\"news-card__date type-news-card-date\">", " July 11, 2022", " </span>", " </span>", "</a>" ] } }, { "index": 393, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[7]/div[1]/a[6]", "codeLines": [ "<a href=\"/en/news-publications/the-american-lawyer-ranks-steptoe-among-top-pro-bono-law-firms.html\"...", " <span class=\"news-card\">", " <span class=\"news-card__type type-small-caps white background-teal \">", " Press Releases", " </span>", " <span class=\"news-card__title js-dotdotdot type-callout\" style=\"overflow-wrap: break-word;\">", " <p>", " <em>", " The American Lawyer", " </em>", " Ranks Steptoe Among Top Pro Bono Law Firms", " </p>", " </span>", " <span class=\"news-card__date type-news-card-date\">", " 07/18/2022", " </span>", " </span>", "</a>" ] } }, { "index": 394, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[7]/div[2]/div[1]/div[2]/a[1]", "codeLines": [ "<a href=\"https://www.steptoe.com/en/news-publications/index.html\" class=\"view-more__text red type...", " View More", "</a>" ] } }, { "index": 395, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[7]/div[3]/div[1]/div[1]/a[1]", "codeLines": [ "<a class=\"image-button-link\" href=\"https://www.6gsteptoetelecomblog.com/\">", " <picture data-alt=\"Click here to view our blog\" data-height=\"130\" data-title=\"Click here to view ...", " <source srcset=\"https://www.steptoe.com/a/web/212401/3ZEZkp/6g-telecom-blog-homepage-banner_v2....", " <source srcset=\"https://www.steptoe.com/a/web/212402/3ZEZkw/6g-telecom-blog-homepage-banner_v2....", " <source srcset=\"https://www.steptoe.com/a/web/212402/3ZEZkw/6g-telecom-blog-homepage-banner_v2....", " <img width=\"560\" alt=\"Click here to view our blog\" src=\"https://www.steptoe.com/a/web/212402/3Z...", " </picture>", "</a>" ] } }, { "index": 396, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[7]/div[3]/div[2]/div[1]/a[1]", "codeLines": [ "<a class=\"image-button-link\" href=\"https://www.steptoeantitrustblog.com/\">", " <picture data-alt=\"Click here to view our blog\" data-height=\"130\" data-title=\"Click here to view ...", " <source srcset=\"https://www.steptoe.com/a/web/140917/3ZEHvf/antitrustandcompetition.jpg\">", " <source srcset=\"https://www.steptoe.com/a/web/140918/3ZEHvg/antitrustandcompetition.jpg\" media=...", " <source srcset=\"https://www.steptoe.com/a/web/140918/3ZEHvg/antitrustandcompetition.jpg\" media=...", " <img width=\"560\" alt=\"Click here to view our blog\" src=\"https://www.steptoe.com/a/web/140918/3Z...", " </picture>", "</a>" ] } }, { "index": 397, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[7]/div[3]/div[3]/div[1]/a[1]", "codeLines": [ "<a class=\"image-button-link\" href=\"http://www.steptoeblockchainblog.com/\">", " <picture data-alt=\"Blockchain Blog\" data-height=\"130\" data-title=\"Blockchain Blog\" data-width=\"55...", " <source srcset=\"https://www.steptoe.com/a/web/142048/3ZEJhH/blockchain_blog.jpg\" media=\"(-webki...", " <source srcset=\"https://www.steptoe.com/a/web/142048/3ZEJhH/blockchain_blog.jpg\" media=\"(min-wi...", " <img width=\"551\" alt=\"Blockchain Blog\" src=\"https://www.steptoe.com/a/web/142048/3ZEJhH/blockch...", " </picture>", "</a>" ] } }, { "index": 398, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[7]/div[3]/div[4]/div[1]/a[1]", "codeLines": [ "<a class=\"image-button-link\" href=\"http://www.steptoecyberblog.com/\">", " <picture data-alt=\"Click here to view our blog\" data-height=\"130\" data-title=\"Click here to view ...", " <source srcset=\"https://www.steptoe.com/a/web/140963/3ZEHvN/blog-images.jpg\">", " <source srcset=\"https://www.steptoe.com/a/web/140964/3ZEHvN/blog-images.jpg\" media=\"(-webkit-mi...", " <source srcset=\"https://www.steptoe.com/a/web/140964/3ZEHvN/blog-images.jpg\" media=\"(min-width:...", " <img width=\"560\" alt=\"Click here to view our blog\" src=\"https://www.steptoe.com/a/web/140964/3Z...", " </picture>", "</a>" ] } }, { "index": 399, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[7]/div[3]/div[5]/div[1]/a[1]", "codeLines": [ "<a class=\"image-button-link\" href=\"https://www.steptoeglobaltradeblog.com/\">", " <picture data-alt=\"Click here to view our blog\" data-height=\"130\" data-title=\"Click here to view ...", " <source srcset=\"https://www.steptoe.com/a/web/208897/3ZEZ6t/global-trade-policy-blog_homepage.j...", " <source srcset=\"https://www.steptoe.com/a/web/208898/3ZEZ6t/global-trade-policy-blog_homepage.j...", " <source srcset=\"https://www.steptoe.com/a/web/208898/3ZEZ6t/global-trade-policy-blog_homepage.j...", " <img width=\"560\" alt=\"Click here to view our blog\" src=\"https://www.steptoe.com/a/web/208898/3Z...", " </picture>", "</a>" ] } }, { "index": 400, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[7]/div[3]/div[6]/div[1]/a[1]", "codeLines": [ "<a class=\"image-button-link\" href=\"http://www.steptoeinternationalcomplianceblog.com/\">", " <picture data-alt=\"Click here to view our blog\" data-height=\"130\" data-title=\"Click here to view ...", " <source srcset=\"https://www.steptoe.com/a/web/140929/3ZEHvk/international-compliance-blog.jpg\">", " <source srcset=\"https://www.steptoe.com/a/web/140930/3ZEHvs/international-compliance-blog.jpg\" ...", " <source srcset=\"https://www.steptoe.com/a/web/140930/3ZEHvs/international-compliance-blog.jpg\" ...", " <img width=\"560\" alt=\"Click here to view our blog\" src=\"https://www.steptoe.com/a/web/140930/3Z...", " </picture>", "</a>" ] } }, { "index": 401, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[7]/div[3]/div[7]/div[1]/a[1]", "codeLines": [ "<a class=\"image-button-link\" href=\"https://www.steptoeinvestigationsblog.com/\">", " <picture data-alt=\"Click here to view our blog\" data-height=\"130\" data-title=\"Click here to view ...", " <source srcset=\"https://www.steptoe.com/a/web/204492/3ZEQNo/investigations-and-enforcement-blog...", " <source srcset=\"https://www.steptoe.com/a/web/204493/3ZEQNp/investigations-and-enforcement-blog...", " <source srcset=\"https://www.steptoe.com/a/web/204493/3ZEQNp/investigations-and-enforcement-blog...", " <img width=\"560\" alt=\"Click here to view our blog\" src=\"https://www.steptoe.com/a/web/204493/3Z...", " </picture>", "</a>" ] } }, { "index": 402, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[7]/div[3]/div[8]/div[1]/a[1]", "codeLines": [ "<a class=\"image-button-link\" href=\"https://www.steptoepurpablog.com/\">", " <picture data-alt=\"Click here to view our blog\" data-height=\"130\" data-title=\"Click here to view ...", " <source srcset=\"https://www.steptoe.com/a/web/174533/3ZEL2Y/purpa-blog.jpg\">", " <source srcset=\"https://www.steptoe.com/a/web/174534/3ZEL2Z/purpa-blog.jpg\" media=\"(-webkit-min...", " <source srcset=\"https://www.steptoe.com/a/web/174534/3ZEL2Z/purpa-blog.jpg\" media=\"(min-width: ...", " <img width=\"560\" alt=\"Click here to view our blog\" src=\"https://www.steptoe.com/a/web/174534/3Z...", " </picture>", "</a>" ] } }, { "index": 403, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[7]/div[3]/div[9]/div[1]/a[1]", "codeLines": [ "<a class=\"image-button-link\" href=\"http://www.sdnyblog.com/\">", " <picture data-alt=\"Click here to view our blog\" data-height=\"130\" data-title=\"Click here to view ...", " <source srcset=\"https://www.steptoe.com/a/web/140893/3ZEHuZ/sdny-image.jpg\">", " <source srcset=\"https://www.steptoe.com/a/web/140894/3ZEHuZ/sdny-image.jpg\" media=\"(-webkit-min...", " <source srcset=\"https://www.steptoe.com/a/web/140894/3ZEHuZ/sdny-image.jpg\" media=\"(min-width: ...", " <img width=\"560\" alt=\"Click here to view our blog\" src=\"https://www.steptoe.com/a/web/140894/3Z...", " </picture>", "</a>" ] } }, { "index": 404, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/footer[1]/div[1]/div[1]/div[1]/ul[1]/li[1]/a[1]", "codeLines": [ "<a class=\"footer__left-link-text\" href=\"https://www.steptoe.com/about-offices.html\">", " Contact Us", "</a>" ] } }, { "index": 405, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/footer[1]/div[1]/div[1]/div[1]/ul[1]/li[2]/a[1]", "codeLines": [ "<a class=\"footer__left-link-text\" href=\"https://www.steptoe.com/terms-of-use.html\">", " Terms Of Use", "</a>" ] } }, { "index": 406, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/footer[1]/div[1]/div[1]/div[1]/ul[1]/li[3]/a[1]", "codeLines": [ "<a class=\"footer__left-link-text\" href=\"https://www.steptoe.com/en/privacy.html\">", " Privacy Policy", "</a>" ] } }, { "index": 407, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/footer[1]/div[1]/div[1]/div[1]/ul[1]/li[4]/a[1]", "codeLines": [ "<a class=\"footer__left-link-text\" href=\"https://email.steptoecommunications.com/5/4355/landing-page...", " Do Not Sell My Personal Information", "</a>" ] } }, { "index": 408, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/footer[1]/div[1]/div[1]/div[1]/ul[1]/li[5]/a[1]", "codeLines": [ "<a class=\"footer__left-link-text\" href=\"https://www.steptoe.com/en/accessibility-statement.html\">", " Accessibility", "</a>" ] } }, { "index": 409, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/footer[1]/div[1]/div[1]/div[1]/ul[1]/li[6]/a[1]", "codeLines": [ "<a class=\"footer__left-link-text\" href=\"https://www.steptoe.com/en/rss.html\">", " RSS", "</a>" ] } }, { "index": 410, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/footer[1]/div[1]/div[1]/div[1]/ul[1]/li[7]/a[1]", "codeLines": [ "<a class=\"footer__left-link-text\" href=\"https://remote.steptoe.com\">", " Remote Access", "</a>" ] } }, { "index": 411, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "button", "path": "/html[1]/body[1]/footer[1]/div[1]/div[1]/div[1]/ul[1]/li[8]/button[1]", "codeLines": [ "<button class=\"footer__left-link-text js-utility-nav-item__binder js-binder-page u-uppercase\" data-...", " <span>", " ADD TO BINDER", " </span>", "</button>" ] } }, { "index": 412, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/footer[1]/div[1]/div[1]/div[2]/div[1]/a[1]", "codeLines": [ "<a href=\"https://www.steptoe.com/a/web/199750/Steptoe-2020-ISO-27001-2013-Final-Certificate-c2.pdf\"...", " <img width=\"200\" alt=\"\" src=\"https://www.steptoe.com/a/web/199784/3ZEQz9/schellman_small.jpg\" tit...", "</a>" ] } }, { "index": 413, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/footer[1]/div[1]/div[1]/div[2]/ul[1]/li[1]/a[1]", "codeLines": [ "<a class=\"fa fa-linkedin footer__right-social-icon\" href=\"https://www.linkedin.com/company/steptoe-..." ] } }, { "index": 414, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/footer[1]/div[1]/div[1]/div[2]/ul[1]/li[2]/a[1]", "codeLines": [ "<a class=\"fa fa-twitter footer__right-social-icon\" href=\"https://twitter.com/SteptoeLLP\" aria-label..." ] } }, { "index": 415, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/footer[1]/div[1]/div[1]/div[2]/ul[1]/li[3]/a[1]", "codeLines": [ "<a class=\"fa fa-wechat footer__right-social-icon\" href=\"https://www.steptoe.com/en/wechat.html\" ari..." ] } }, { "index": 416, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/footer[1]/div[1]/div[1]/div[2]/ul[1]/li[4]/a[1]", "codeLines": [ "<a class=\"fa fa-youtube-play footer__right-social-icon\" href=\"https://www.youtube.com/user/SteptoeL..." ] } }, { "index": 417, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "button", "path": "/html[1]/body[1]/section[1]/div[1]/div[1]/button[1]", "codeLines": [ "<button class=\"cookie-banner__close js-cookie-banner-close type-body\" aria-label=\"Close\">", " <i class=\"fa fa-2x fa-times\" aria-hidden=\"true\"></i>", "</button>" ] } }, { "index": 418, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/section[1]/div[1]/div[2]/p[1]/a[1]", "codeLines": [ "<a href=\"https://www.steptoe.com/en/privacy/index.html\">", " Cookies Policy", "</a>" ] } }, { "index": 419, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/section[1]/div[1]/div[2]/p[1]/a[2]", "codeLines": [ "<a href=\"https://www.steptoe.com/privacy\">", " Privacy Policy", "</a>" ] } }, { "index": 420, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/header[1]/div[1]/div[1]/a[1]", "codeLines": [ "<a href=\"https://www.steptoe.com/\">", " <svg id=\"Layer_1\" data-name=\"Layer 1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 346.97 102....", " <defs>", " <style>", " .cls-1{fill:#9d162e;}", " </style>", " </defs>", " <title>", " steptoe_favicon_386", " </title>", " <path class=\"cls-1\" d=\"M68.12,163.61v-17.3c-4.42-2.7-12.51-4.91-20.36-4.91-14.48,0-26.5,7.24-26...", " </svg>", "</a>" ] } }, { "index": 421, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/header[1]/div[1]/nav[1]/ul[1]/li[1]/a[1]", "codeLines": [ "<a class=\"js-nav-link\" href=\"/en/services/index.html\">", " Services", "</a>" ] } }, { "index": 422, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/header[1]/div[1]/nav[1]/ul[1]/li[2]/a[1]", "codeLines": [ "<a class=\"js-nav-link\" href=\"/en/lawyers/index.html\">", " Professionals", "</a>" ] } }, { "index": 423, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/header[1]/div[1]/nav[1]/ul[1]/li[3]/a[1]", "codeLines": [ "<a class=\"js-nav-link\" href=\"/en/about/about/index.html\">", " About", "</a>" ] } }, { "index": 424, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "button", "path": "/html[1]/body[1]/header[1]/div[1]/div[2]/button[1]", "codeLines": [ "<button class=\"header__icon-container header__search js-search-overlay-open\" aria-label=\"Search\">", " <i class=\"fa fa-search header__icon header__icon--search\" aria-hidden=\"true\"></i>", "</button>" ] } }, { "index": 425, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "button", "path": "/html[1]/body[1]/header[1]/div[1]/div[2]/button[2]", "codeLines": [ "<button class=\"header__icon-container header__menu js-toggle\" aria-label=\"Toggle Menu\">", " <i class=\"fa fa-bars header__icon header__icon--hamburger js-toggle-icon\" aria-hidden=\"true\">...", " <span class=\"type-header-icon-text\">", " Menu", " </span>", "</button>" ] } }, { "index": 427, "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]/section[1]/div[1]/div[2]/p[1]/text()[1]", "codeLines": [ "We use cookies on this website to improve the user experience. For more information about how we us..." ] } }, { "index": 428, "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]/section[1]/div[1]/div[2]/p[1]/text()[2]", "codeLines": [ ". For information about the categories of personal information we collect from visitors to this web..." ] } }, { "index": 429, "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]/section[1]/div[1]/div[2]/p[1]/text()[3]", "codeLines": [ "." ] } }, { "index": 432, "verdict": "failed", "rule": { "ruleID": "r68", "ruleSummary": "Elements with a role have required children", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r68", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#info-and-relationships", "chapter": "1.3.1", "title": "Info and Relationships" } ] }, "target": { "type": "element", "tagName": "ul", "path": "/html[1]/body[1]/div[6]/div[2]/ul[1]", "codeLines": [ "<ul class=\"slick-dots hero-carousel__slick-dots\" style=\"\" role=\"tablist\">", " <li class=\"slick-active\" aria-hidden=\"false\" role=\"presentation\" aria-selected=\"true\" aria-contro...", " <button type=\"button\" data-role=\"none\" role=\"button\" tabindex=\"0\">", " 1", " </button>", " </li>", " <li aria-hidden=\"true\" role=\"presentation\" aria-selected=\"false\" aria-controls=\"navigation01\" id=...", " <button type=\"button\" data-role=\"none\" role=\"button\" tabindex=\"0\">", " 2", " </button>", " </li>", " <li aria-hidden=\"true\" role=\"presentation\" aria-selected=\"false\" aria-controls=\"navigation02\" id=...", " <button type=\"button\" data-role=\"none\" role=\"button\" tabindex=\"0\">", " 3", " </button>", " </li>", " <li aria-hidden=\"true\" role=\"presentation\" aria-selected=\"false\" aria-controls=\"navigation03\" id=...", " <button type=\"button\" data-role=\"none\" role=\"button\" tabindex=\"0\">", " 4", " </button>", " </li>", "</ul>" ] } }, { "index": 437, "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]/section[1]/div[1]/div[2]/p[1]/text()[1]", "codeLines": [ "We use cookies on this website to improve the user experience. For more information about how we us..." ] } }, { "index": 438, "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]/section[1]/div[1]/div[2]/p[1]/text()[2]", "codeLines": [ ". For information about the categories of personal information we collect from visitors to this web..." ] } }, { "index": 439, "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]/section[1]/div[1]/div[2]/p[1]/text()[3]", "codeLines": [ "." ] } }, { "index": 448, "verdict": "failed", "rule": { "ruleID": "r72", "ruleSummary": "Paragraphs of text are not all uppercase", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r72", "requirements": [] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/footer[1]/div[1]/div[1]/div[1]/p[1]", "codeLines": [ "<p class=\"footer__left-copyright\">", " © 2022 Steptoe & Johnson LLP. All Rights Reserved. Attorney Advertising.", "</p>" ] } }, { "index": 450, "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[6]/div[1]/div[1]/div[2]/div[1]/div[1]/a[1]/h3[1]/p[1]", "codeLines": [ "<p>", " Impact on Business and International Trade", "</p>" ] } }, { "index": 451, "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[7]/div[1]/a[6]/span[1]/span[2]/p[1]", "codeLines": [ "<p>", " <em>", " The American Lawyer", " </em>", " Ranks Steptoe Among Top Pro Bono Law Firms", "</p>" ] } }, { "index": 452, "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]/footer[1]/div[1]/div[1]/div[1]/p[1]", "codeLines": [ "<p class=\"footer__left-copyright\">", " © 2022 Steptoe & Johnson LLP. All Rights Reserved. Attorney Advertising.", "</p>" ] } }, { "index": 453, "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]/section[1]/div[1]/div[2]/p[1]", "codeLines": [ "<p>", " We use cookies on this website to improve the user experience. For more information about how we ...", " <a href=\"https://www.steptoe.com/en/privacy/index.html\">", " Cookies Policy", " </a>", " . For information about the categories of personal information we collect from visitors to this w...", " <a href=\"https://www.steptoe.com/privacy\">", " Privacy Policy", " </a>", " .", "</p>" ] } }, { "index": 504, "verdict": "failed", "rule": { "ruleID": "r8", "ruleSummary": "Form fields have an accessible name", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r8", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#name-role-value", "chapter": "4.1.2", "title": "Name, Role, Value" } ] }, "target": { "type": "element", "tagName": "div", "path": "/html[1]/body[1]/div[6]/div[1]/div[1]", "codeLines": [ "<div class=\"slick-track\" style=\"opacity: 1; width: 7680px; transform: translate3d(-1280px, 0px, 0px...", " <div class=\"js-homepage-hero-item-wrapper homepage-hero-item-wrapper slick-slide slick-cloned\" da...", " <div class=\"homepage-hero-item js-homepage-hero-item js-adjust-for-ios js-picturefill-select...", " <style>", " .homepage-hero-item.js-picturefill-selector--208017 { background-image: url(https://www.ste...", " .homepage-hero-item.js-picturefill-selector--208017 { background-image: url(https://www.s...", " @media only screen and (-webkit-min-device-pixel-ratio: 2.0), print {", " .homepage-hero-item.js-picturefill-selector--208017 { background-image: url(https://www.s...", " }", " @media only screen and (min-width: 768px), print {", " .homepage-hero-item.js-picturefill-selector--208017 { background-image: url(https://www.s...", " }", " @media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2.0), print ...", " .homepage-hero-item.js-picturefill-selector--208017 { background-image: url(https://www.s...", " }", " @media only screen and (min-width: 1024px), print {", " .homepage-hero-item.js-picturefill-selector--208017 { background-image: url(https://www.s...", " }", " @media only screen and (min-width: 1024px) and (-webkit-min-device-pixel-ratio: 2.0), print...", " .homepage-hero-item.js-picturefill-selector--208017 { background-image: url(https://www.s...", " }", " </style>", " <div class=\"homepage-hero-item-content-wrapper\">", " <a class=\"homepage-hero-link\" href=\"https://www.steptoe.com/en/services/trending-topics/sup...", " <h2 class=\"white type-homepage-hero-title homepage-hero-title\">", " Supply Chain:", " </h2>", " <h3 class=\"white large type-homepage-hero-subtitle homepage-hero-subtitle\">", " A Multifaceted Approach to Strengthen and Safeguard Global Supply Chains", " </h3>", " </a>", " <div>", " <a class=\"button\" href=\"https://www.steptoe.com/en/services/trending-topics/supply-chain/...", " Learn More", " </a>", " </div>", " </div>", " </div>", " </div>", " <div class=\"js-homepage-hero-item-wrapper homepage-hero-item-wrapper slick-slide slick-current sl...", " <div class=\"homepage-hero-item js-homepage-hero-item js-adjust-for-ios js-picturefill-select...", " <style>", " .homepage-hero-item.js-picturefill-selector--220348 { background-image: url(https://www.ste...", " .homepage-hero-item.js-picturefill-selector--220348 { background-image: url(https://www.s...", " @media only screen and (-webkit-min-device-pixel-ratio: 2.0), print {", " .homepage-hero-item.js-picturefill-selector--220348 { background-image: url(https://www.s...", " }", " @media only screen and (min-width: 768px), print {", " .homepage-hero-item.js-picturefill-selector--220348 { background-image: url(https://www.s...", " }", " @media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2.0), print ...", " .homepage-hero-item.js-picturefill-selector--220348 { background-image: url(https://www.s...", " }", " @media only screen and (min-width: 1024px), print {", " .homepage-hero-item.js-picturefill-selector--220348 { background-image: url(https://www.s...", " }", " @media only screen and (min-width: 1024px) and (-webkit-min-device-pixel-ratio: 2.0), print...", " .homepage-hero-item.js-picturefill-selector--220348 { background-image: url(https://www.s...", " }", " </style>", " <div class=\"homepage-hero-item-content-wrapper\">", " <a class=\"homepage-hero-link\" href=\"https://www.steptoe.com/en/services/trending-topics/san...", " <h2 class=\"white type-homepage-hero-title homepage-hero-title\">", " Sanctions Against Russia", " </h2>", " <h3 class=\"white large type-homepage-hero-subtitle homepage-hero-subtitle\">", " <p>", " Impact on Business and International Trade", " </p>", " </h3>", " </a>", " <div>", " <a class=\"button\" href=\"https://www.steptoe.com/en/services/trending-topics/sanctions-aga...", " Learn More", " </a>", " </div>", " </div>", " </div>", " </div>", " <div class=\"js-homepage-hero-item-wrapper homepage-hero-item-wrapper slick-slide\" data-section-na...", " <div class=\"homepage-hero-item js-homepage-hero-item js-adjust-for-ios js-picturefill-select...", " <style>", " .homepage-hero-item.js-picturefill-selector--220213 { background-image: url(https://www.ste...", " .homepage-hero-item.js-picturefill-selector--220213 { background-image: url(https://www.s...", " @media only screen and (-webkit-min-device-pixel-ratio: 2.0), print {", " .homepage-hero-item.js-picturefill-selector--220213 { background-image: url(https://www.s...", " }", " @media only screen and (min-width: 768px), print {", " .homepage-hero-item.js-picturefill-selector--220213 { background-image: url(https://www.s...", " }", " @media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2.0), print ...", " .homepage-hero-item.js-picturefill-selector--220213 { background-image: url(https://www.s...", " }", " @media only screen and (min-width: 1024px), print {", " .homepage-hero-item.js-picturefill-selector--220213 { background-image: url(https://www.s...", " }", " @media only screen and (min-width: 1024px) and (-webkit-min-device-pixel-ratio: 2.0), print...", " .homepage-hero-item.js-picturefill-selector--220213 { background-image: url(https://www.s...", " }", " </style>", " <div class=\"homepage-hero-item-content-wrapper\">", " <a class=\"homepage-hero-link\" href=\"https://www.steptoe.com/en/news-publications/fcpaanti-c...", " <h2 class=\"white type-homepage-hero-title homepage-hero-title\">", " <span>", " FCPA/Anti-Corruption Developments", " </span>", " </h2>", " <h3 class=\"white large type-homepage-hero-subtitle homepage-hero-subtitle\">", " <span>", " 2021 Year in Review", " </span>", " </h3>", " </a>", " <div>", " <a class=\"button\" href=\"https://www.steptoe.com/en/news-publications/fcpaanti-corruption-...", " Learn More", " </a>", " </div>", " </div>", " </div>", " </div>", " <div class=\"js-homepage-hero-item-wrapper homepage-hero-item-wrapper slick-slide\" data-section-na...", " <div class=\"homepage-hero-item js-homepage-hero-item js-adjust-for-ios js-picturefill-select...", " <style>", " .homepage-hero-item.js-picturefill-selector--214685 { background-image: url(https://www.ste...", " .homepage-hero-item.js-picturefill-selector--214685 { background-image: url(https://www.s...", " @media only screen and (-webkit-min-device-pixel-ratio: 2.0), print {", " .homepage-hero-item.js-picturefill-selector--214685 { background-image: url(https://www.s...", " }", " @media only screen and (min-width: 768px), print {", " .homepage-hero-item.js-picturefill-selector--214685 { background-image: url(https://www.s...", " }", " @media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2.0), print ...", " .homepage-hero-item.js-picturefill-selector--214685 { background-image: url(https://www.s...", " }", " @media only screen and (min-width: 1024px), print {", " .homepage-hero-item.js-picturefill-selector--214685 { background-image: url(https://www.s...", " }", " @media only screen and (min-width: 1024px) and (-webkit-min-device-pixel-ratio: 2.0), print...", " .homepage-hero-item.js-picturefill-selector--214685 { background-image: url(https://www.s...", " }", " </style>", " <div class=\"homepage-hero-item-content-wrapper\">", " <a class=\"homepage-hero-link\" href=\"https://www.steptoe.com/en/executive-order-on-competiti...", " <h2 class=\"white type-homepage-hero-title homepage-hero-title\">", " Executive Order on Competition Tracker", " </h2>", " <h3 class=\"white medium type-homepage-hero-subtitle homepage-hero-subtitle\">", " Our One-Stop Resource for Developments and Analysis by Industry/Agency as the EO Is Imp...", " </h3>", " </a>", " <div>", " <a class=\"button\" href=\"https://www.steptoe.com/en/executive-order-on-competition-tracker...", " Learn More", " </a>", " </div>", " </div>", " </div>", " </div>", " <div class=\"js-homepage-hero-item-wrapper homepage-hero-item-wrapper slick-slide\" data-section-na...", " <div class=\"homepage-hero-item js-homepage-hero-item js-adjust-for-ios js-picturefill-select...", " <style>", " .homepage-hero-item.js-picturefill-selector--208017 { background-image: url(https://www.ste...", " .homepage-hero-item.js-picturefill-selector--208017 { background-image: url(https://www.s...", " @media only screen and (-webkit-min-device-pixel-ratio: 2.0), print {", " .homepage-hero-item.js-picturefill-selector--208017 { background-image: url(https://www.s...", " }", " @media only screen and (min-width: 768px), print {", " .homepage-hero-item.js-picturefill-selector--208017 { background-image: url(https://www.s...", " }", " @media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2.0), print ...", " .homepage-hero-item.js-picturefill-selector--208017 { background-image: url(https://www.s...", " }", " @media only screen and (min-width: 1024px), print {", " .homepage-hero-item.js-picturefill-selector--208017 { background-image: url(https://www.s...", " }", " @media only screen and (min-width: 1024px) and (-webkit-min-device-pixel-ratio: 2.0), print...", " .homepage-hero-item.js-picturefill-selector--208017 { background-image: url(https://www.s...", " }", " </style>", " <div class=\"homepage-hero-item-content-wrapper\">", " <a class=\"homepage-hero-link\" href=\"https://www.steptoe.com/en/services/trending-topics/sup...", " <h2 class=\"white type-homepage-hero-title homepage-hero-title\">", " Supply Chain:", " </h2>", " <h3 class=\"white large type-homepage-hero-subtitle homepage-hero-subtitle\">", " A Multifaceted Approach to Strengthen and Safeguard Global Supply Chains", " </h3>", " </a>", " <div>", " <a class=\"button\" href=\"https://www.steptoe.com/en/services/trending-topics/supply-chain/...", " Learn More", " </a>", " </div>", " </div>", " </div>", " </div>", " <div class=\"js-homepage-hero-item-wrapper homepage-hero-item-wrapper slick-slide slick-cloned\" da...", " <div class=\"homepage-hero-item js-homepage-hero-item js-adjust-for-ios js-picturefill-select...", " <style>", " .homepage-hero-item.js-picturefill-selector--220348 { background-image: url(https://www.ste...", " .homepage-hero-item.js-picturefill-selector--220348 { background-image: url(https://www.s...", " @media only screen and (-webkit-min-device-pixel-ratio: 2.0), print {", " .homepage-hero-item.js-picturefill-selector--220348 { background-image: url(https://www.s...", " }", " @media only screen and (min-width: 768px), print {", " .homepage-hero-item.js-picturefill-selector--220348 { background-image: url(https://www.s...", " }", " @media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2.0), print ...", " .homepage-hero-item.js-picturefill-selector--220348 { background-image: url(https://www.s...", " }", " @media only screen and (min-width: 1024px), print {", " .homepage-hero-item.js-picturefill-selector--220348 { background-image: url(https://www.s...", " }", " @media only screen and (min-width: 1024px) and (-webkit-min-device-pixel-ratio: 2.0), print...", " .homepage-hero-item.js-picturefill-selector--220348 { background-image: url(https://www.s...", " }", " </style>", " <div class=\"homepage-hero-item-content-wrapper\">", " <a class=\"homepage-hero-link\" href=\"https://www.steptoe.com/en/services/trending-topics/san...", " <h2 class=\"white type-homepage-hero-title homepage-hero-title\">", " Sanctions Against Russia", " </h2>", " <h3 class=\"white large type-homepage-hero-subtitle homepage-hero-subtitle\">", " <p>", " Impact on Business and International Trade", " </p>", " </h3>", " </a>", " <div>", " <a class=\"button\" href=\"https://www.steptoe.com/en/services/trending-topics/sanctions-aga...", " Learn More", " </a>", " </div>", " </div>", " </div>", " </div>", "</div>" ] } }, { "index": 510, "verdict": "failed", "rule": { "ruleID": "r83", "ruleSummary": "Text nodes are not clipped when text is resized", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r83", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#resize-text", "chapter": "1.4.4", "title": "Resize text" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[7]/div[1]/a[1]/span[1]/span[1]/text()[1]", "codeLines": [ "Press Releases" ] } }, { "index": 511, "verdict": "failed", "rule": { "ruleID": "r83", "ruleSummary": "Text nodes are not clipped when text is resized", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r83", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#resize-text", "chapter": "1.4.4", "title": "Resize text" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[7]/div[1]/a[1]/span[1]/span[2]/text()[1]", "codeLines": [ "Steptoe Adds Partner Brian Fleming to International Trade and..." ] } }, { "index": 512, "verdict": "failed", "rule": { "ruleID": "r83", "ruleSummary": "Text nodes are not clipped when text is resized", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r83", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#resize-text", "chapter": "1.4.4", "title": "Resize text" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[7]/div[1]/a[1]/span[1]/span[3]/text()[1]", "codeLines": [ "August 1, 2022" ] } }, { "index": 513, "verdict": "failed", "rule": { "ruleID": "r83", "ruleSummary": "Text nodes are not clipped when text is resized", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r83", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#resize-text", "chapter": "1.4.4", "title": "Resize text" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[7]/div[1]/a[2]/span[1]/span[1]/text()[1]", "codeLines": [ "Press Releases" ] } }, { "index": 514, "verdict": "failed", "rule": { "ruleID": "r83", "ruleSummary": "Text nodes are not clipped when text is resized", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r83", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#resize-text", "chapter": "1.4.4", "title": "Resize text" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[7]/div[1]/a[2]/span[1]/span[2]/text()[1]", "codeLines": [ "Steptoe Adds Partner Tyler Evans to Growing Government Contracts..." ] } }, { "index": 515, "verdict": "failed", "rule": { "ruleID": "r83", "ruleSummary": "Text nodes are not clipped when text is resized", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r83", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#resize-text", "chapter": "1.4.4", "title": "Resize text" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[7]/div[1]/a[2]/span[1]/span[3]/text()[1]", "codeLines": [ "August 1, 2022" ] } }, { "index": 516, "verdict": "failed", "rule": { "ruleID": "r83", "ruleSummary": "Text nodes are not clipped when text is resized", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r83", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#resize-text", "chapter": "1.4.4", "title": "Resize text" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[7]/div[1]/a[3]/span[1]/span[1]/text()[1]", "codeLines": [ "Press Releases" ] } }, { "index": 517, "verdict": "failed", "rule": { "ruleID": "r83", "ruleSummary": "Text nodes are not clipped when text is resized", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r83", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#resize-text", "chapter": "1.4.4", "title": "Resize text" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[7]/div[1]/a[3]/span[1]/span[2]/text()[1]", "codeLines": [ "Steptoe Lawyers Publish 2nd Edition of" ] } }, { "index": 518, "verdict": "failed", "rule": { "ruleID": "r83", "ruleSummary": "Text nodes are not clipped when text is resized", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r83", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#resize-text", "chapter": "1.4.4", "title": "Resize text" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[7]/div[1]/a[3]/span[1]/span[2]/em[1]/text()[1]", "codeLines": [ "Global Legislation for Food..." ] } }, { "index": 519, "verdict": "failed", "rule": { "ruleID": "r83", "ruleSummary": "Text nodes are not clipped when text is resized", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r83", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#resize-text", "chapter": "1.4.4", "title": "Resize text" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[7]/div[1]/a[3]/span[1]/span[3]/text()[1]", "codeLines": [ "July 26, 2022" ] } }, { "index": 520, "verdict": "failed", "rule": { "ruleID": "r83", "ruleSummary": "Text nodes are not clipped when text is resized", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r83", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#resize-text", "chapter": "1.4.4", "title": "Resize text" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[7]/div[1]/a[4]/span[1]/span[1]/text()[1]", "codeLines": [ "Press Releases" ] } }, { "index": 521, "verdict": "failed", "rule": { "ruleID": "r83", "ruleSummary": "Text nodes are not clipped when text is resized", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r83", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#resize-text", "chapter": "1.4.4", "title": "Resize text" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[7]/div[1]/a[4]/span[1]/span[2]/text()[1]", "codeLines": [ "Steptoe Hosts Annual Pro Bono Reception" ] } }, { "index": 522, "verdict": "failed", "rule": { "ruleID": "r83", "ruleSummary": "Text nodes are not clipped when text is resized", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r83", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#resize-text", "chapter": "1.4.4", "title": "Resize text" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[7]/div[1]/a[4]/span[1]/span[3]/text()[1]", "codeLines": [ "July 28, 2022" ] } }, { "index": 523, "verdict": "failed", "rule": { "ruleID": "r83", "ruleSummary": "Text nodes are not clipped when text is resized", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r83", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#resize-text", "chapter": "1.4.4", "title": "Resize text" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[7]/div[1]/a[5]/span[1]/span[1]/text()[1]", "codeLines": [ "Press Releases" ] } }, { "index": 524, "verdict": "failed", "rule": { "ruleID": "r83", "ruleSummary": "Text nodes are not clipped when text is resized", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r83", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#resize-text", "chapter": "1.4.4", "title": "Resize text" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[7]/div[1]/a[5]/span[1]/span[2]/text()[1]", "codeLines": [ "Former Assistant US Attorney Dwight Draughon Returns to..." ] } }, { "index": 525, "verdict": "failed", "rule": { "ruleID": "r83", "ruleSummary": "Text nodes are not clipped when text is resized", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r83", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#resize-text", "chapter": "1.4.4", "title": "Resize text" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[7]/div[1]/a[5]/span[1]/span[3]/text()[1]", "codeLines": [ "July 11, 2022" ] } }, { "index": 526, "verdict": "failed", "rule": { "ruleID": "r83", "ruleSummary": "Text nodes are not clipped when text is resized", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r83", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#resize-text", "chapter": "1.4.4", "title": "Resize text" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[7]/div[1]/a[6]/span[1]/span[1]/text()[1]", "codeLines": [ "Press Releases" ] } }, { "index": 527, "verdict": "failed", "rule": { "ruleID": "r83", "ruleSummary": "Text nodes are not clipped when text is resized", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r83", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#resize-text", "chapter": "1.4.4", "title": "Resize text" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[7]/div[1]/a[6]/span[1]/span[2]/p[1]/em[1]/text()[1]", "codeLines": [ "The American Lawyer" ] } }, { "index": 528, "verdict": "failed", "rule": { "ruleID": "r83", "ruleSummary": "Text nodes are not clipped when text is resized", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r83", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#resize-text", "chapter": "1.4.4", "title": "Resize text" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[7]/div[1]/a[6]/span[1]/span[2]/p[1]/text()[1]", "codeLines": [ "Ranks Steptoe Among Top Pro Bono Law Firms" ] } }, { "index": 529, "verdict": "failed", "rule": { "ruleID": "r83", "ruleSummary": "Text nodes are not clipped when text is resized", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r83", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#resize-text", "chapter": "1.4.4", "title": "Resize text" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[7]/div[1]/a[6]/span[1]/span[3]/text()[1]", "codeLines": [ "07/18/2022" ] } }, { "index": 535, "verdict": "failed", "rule": { "ruleID": "r86", "ruleSummary": "Elements that are marked as decorative are not exposed to assistive technologies", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r86", "requirements": [] }, "target": { "type": "element", "tagName": "li", "path": "/html[1]/body[1]/div[6]/div[2]/ul[1]/li[1]", "codeLines": [ "<li class=\"slick-active\" aria-hidden=\"false\" role=\"presentation\" aria-selected=\"true\" aria-controls...", " <button type=\"button\" data-role=\"none\" role=\"button\" tabindex=\"0\">", " 1", " </button>", "</li>" ] } }, { "index": 540, "verdict": "failed", "rule": { "ruleID": "r87", "ruleSummary": "First focusable element is link to main content", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r87", "requirements": [ { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G1", "name": "G1", "title": "Adding a link at the top of each page that goes directly to the main content area" } ] }, "target": { "type": "document", "tagName": "", "path": "/", "codeLines": [ "#document", " <!doctype html>", "...", " </html>" ] } }, { "index": 542, "verdict": "failed", "rule": { "ruleID": "r90", "ruleSummary": "Element with presentational children has no focusable content", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r90", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#info-and-relationships", "chapter": "1.3.1", "title": "Info and Relationships" }, { "uri": "https://www.w3.org/TR/WCAG/#name-role-value", "chapter": "4.1.2", "title": "Name, Role, Value" } ] }, "target": { "type": "element", "tagName": "div", "path": "/html[1]/body[1]/div[6]/div[1]/div[1]/div[2]", "codeLines": [ "<div class=\"js-homepage-hero-item-wrapper homepage-hero-item-wrapper slick-slide slick-current slic...", " <div class=\"homepage-hero-item js-homepage-hero-item js-adjust-for-ios js-picturefill-selector...", " <style>", " .homepage-hero-item.js-picturefill-selector--220348 { background-image: url(https://www.stept...", " .homepage-hero-item.js-picturefill-selector--220348 { background-image: url(https://www.ste...", " @media only screen and (-webkit-min-device-pixel-ratio: 2.0), print {", " .homepage-hero-item.js-picturefill-selector--220348 { background-image: url(https://www.ste...", " }", " @media only screen and (min-width: 768px), print {", " .homepage-hero-item.js-picturefill-selector--220348 { background-image: url(https://www.ste...", " }", " @media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2.0), print {", " .homepage-hero-item.js-picturefill-selector--220348 { background-image: url(https://www.ste...", " }", " @media only screen and (min-width: 1024px), print {", " .homepage-hero-item.js-picturefill-selector--220348 { background-image: url(https://www.ste...", " }", " @media only screen and (min-width: 1024px) and (-webkit-min-device-pixel-ratio: 2.0), print {", " .homepage-hero-item.js-picturefill-selector--220348 { background-image: url(https://www.ste...", " }", " </style>", " <div class=\"homepage-hero-item-content-wrapper\">", " <a class=\"homepage-hero-link\" href=\"https://www.steptoe.com/en/services/trending-topics/sanct...", " <h2 class=\"white type-homepage-hero-title homepage-hero-title\">", " Sanctions Against Russia", " </h2>", " <h3 class=\"white large type-homepage-hero-subtitle homepage-hero-subtitle\">", " <p>", " Impact on Business and International Trade", " </p>", " </h3>", " </a>", " <div>", " <a class=\"button\" href=\"https://www.steptoe.com/en/services/trending-topics/sanctions-again...", " Learn More", " </a>", " </div>", " </div>", " </div>", "</div>" ] } } ] } }, { "type": "test", "which": "axe", "detailLevel": 2, "rules": [], "what": "Axe", "url": "https://www.steptoe.com/en/", "result": { "totals": { "rulesNA": 48, "rulesPassed": 41, "rulesWarned": 5, "rulesViolated": 15, "warnings": { "minor": 13, "moderate": 0, "serious": 29, "critical": 0 }, "violations": { "minor": 2, "moderate": 7, "serious": 20, "critical": 3 } }, "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-08-14T00:06:52.336Z", "url": "https://www.steptoe.com/en/", "toolOptions": { "resultTypes": [ "violations", "incomplete" ], "runOnly": { "type": "tag", "values": [ "experimental", "best-practice", "wcag2a", "wcag2aa", "wcag2aaa", "wcag21a", "wcag21aa", "wcag21aaa" ] }, "reporter": "v1" }, "incomplete": [ { "id": "color-contrast-enhanced", "impact": "serious", "tags": [ "cat.color", "wcag2aaa", "wcag146" ], "description": "Ensures the contrast between foreground and background colors meets WCAG 2 AAA contrast ratio thresholds", "help": "Elements must have sufficient color contrast", "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/color-contrast-enhanced?application=axeAPI", "nodes": [ { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "contrastRatio": 0, "fontSize": "45.0pt (60px)", "fontWeight": "bold", "messageKey": "bgImage", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<div class=\"homepage-hero-item js-homepage-hero-item js-adjust-for-ios js-picturefill-selector--214685\">", "target": [ ".js-picturefill-selector--214685" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<h2 class=\"white type-homepage-hero-title homepage-hero-title\">\n Executive Order on Competition Tracker\n </h2>", "target": [ ".js-picturefill-selector--214685 > .homepage-hero-item-content-wrapper > .homepage-hero-link > h2" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "contrastRatio": 0, "fontSize": "22.5pt (30px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<div class=\"homepage-hero-item js-homepage-hero-item js-adjust-for-ios js-picturefill-selector--214685\">", "target": [ ".js-picturefill-selector--214685" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<h3 class=\"white medium type-homepage-hero-subtitle homepage-hero-subtitle\">\n Our One-Stop Resource for Developments and Analysis by Industry/Agency as the EO Is Implemented\n </h3>", "target": [ ".medium" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "bold", "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": "<a class=\"button\" href=\"https://www.steptoe.com/en/executive-order-on-competition-tracker.html\" tabindex=\"-1\">\n Learn More\n </a>", "target": [ ".js-picturefill-selector--214685 > .homepage-hero-item-content-wrapper > div > .button" ], "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": "45.0pt (60px)", "fontWeight": "bold", "messageKey": "bgImage", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<div class=\"homepage-hero-item js-homepage-hero-item js-adjust-for-ios js-picturefill-selector--208017\">", "target": [ "div[data-slick-index=\"3\"] > .js-picturefill-selector--208017.homepage-hero-item.js-homepage-hero-item" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<h2 class=\"white type-homepage-hero-title homepage-hero-title\">\n Supply Chain:\n </h2>", "target": [ "div[data-slick-index=\"3\"] > .js-picturefill-selector--208017.homepage-hero-item.js-homepage-hero-item > .homepage-hero-item-content-wrapper > .homepage-hero-link > h2" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "contrastRatio": 0, "fontSize": "30.0pt (40px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<div class=\"homepage-hero-item js-homepage-hero-item js-adjust-for-ios js-picturefill-selector--208017\">", "target": [ "div[data-slick-index=\"3\"] > .js-picturefill-selector--208017.homepage-hero-item.js-homepage-hero-item" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<h3 class=\"white large type-homepage-hero-subtitle homepage-hero-subtitle\">\n A Multifaceted Approach to Strengthen and Safeguard Global Supply Chains\n </h3>", "target": [ "div[data-slick-index=\"3\"] > .js-picturefill-selector--208017.homepage-hero-item.js-homepage-hero-item > .homepage-hero-item-content-wrapper > .homepage-hero-link > .large" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "contrastRatio": 0, "fontSize": "45.0pt (60px)", "fontWeight": "bold", "messageKey": "bgImage", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<div class=\"homepage-hero-item js-homepage-hero-item js-adjust-for-ios js-picturefill-selector--220348\">", "target": [ "div[data-slick-index=\"4\"] > .js-picturefill-selector--220348.homepage-hero-item.js-homepage-hero-item" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<h2 class=\"white type-homepage-hero-title homepage-hero-title\">\n Sanctions Against Russia\n </h2>", "target": [ "div[data-slick-index=\"4\"] > .js-picturefill-selector--220348.homepage-hero-item.js-homepage-hero-item > .homepage-hero-item-content-wrapper > .homepage-hero-link > h2" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "contrastRatio": 0, "fontSize": "30.0pt (40px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<div class=\"homepage-hero-item js-homepage-hero-item js-adjust-for-ios js-picturefill-selector--220348\">", "target": [ "div[data-slick-index=\"4\"] > .js-picturefill-selector--220348.homepage-hero-item.js-homepage-hero-item" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<p>Impact on Business and International Trade</p>", "target": [ "div[data-slick-index=\"4\"] > .js-picturefill-selector--220348.homepage-hero-item.js-homepage-hero-item > .homepage-hero-item-content-wrapper > .homepage-hero-link > .large > p" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "bgColor": "#ffffff", "contrastRatio": 1, "fontSize": "0.0pt (0px)", "fontWeight": "normal", "messageKey": "equalRatio", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<button type=\"button\" data-role=\"none\" role=\"button\" tabindex=\"0\">1</button>", "target": [ "#slick-slide00 > button[type=\"button\"][data-role=\"none\"][role=\"button\"]" ] } ], "impact": "serious", "message": "Element has a 1:1 contrast ratio with the background" } ], "all": [], "none": [], "impact": "serious", "html": "<button type=\"button\" data-role=\"none\" role=\"button\" tabindex=\"0\">1</button>", "target": [ "#slick-slide00 > button[type=\"button\"][data-role=\"none\"][role=\"button\"]" ], "failureSummary": "Fix any of the following:\n Element has a 1:1 contrast ratio with the background" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "bgColor": "#ffffff", "contrastRatio": 1, "fontSize": "0.0pt (0px)", "fontWeight": "normal", "messageKey": "equalRatio", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<button type=\"button\" data-role=\"none\" role=\"button\" tabindex=\"0\">2</button>", "target": [ "#slick-slide01 > button[type=\"button\"][data-role=\"none\"][role=\"button\"]" ] } ], "impact": "serious", "message": "Element has a 1:1 contrast ratio with the background" } ], "all": [], "none": [], "impact": "serious", "html": "<button type=\"button\" data-role=\"none\" role=\"button\" tabindex=\"0\">2</button>", "target": [ "#slick-slide01 > button[type=\"button\"][data-role=\"none\"][role=\"button\"]" ], "failureSummary": "Fix any of the following:\n Element has a 1:1 contrast ratio with the background" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "bgColor": "#ffffff", "contrastRatio": 1, "fontSize": "0.0pt (0px)", "fontWeight": "normal", "messageKey": "equalRatio", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<button type=\"button\" data-role=\"none\" role=\"button\" tabindex=\"0\">3</button>", "target": [ "#slick-slide02 > button[type=\"button\"][data-role=\"none\"][role=\"button\"]" ] } ], "impact": "serious", "message": "Element has a 1:1 contrast ratio with the background" } ], "all": [], "none": [], "impact": "serious", "html": "<button type=\"button\" data-role=\"none\" role=\"button\" tabindex=\"0\">3</button>", "target": [ "#slick-slide02 > button[type=\"button\"][data-role=\"none\"][role=\"button\"]" ], "failureSummary": "Fix any of the following:\n Element has a 1:1 contrast ratio with the background" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "bgColor": "#ffffff", "contrastRatio": 1, "fontSize": "0.0pt (0px)", "fontWeight": "normal", "messageKey": "equalRatio", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<button type=\"button\" data-role=\"none\" role=\"button\" tabindex=\"0\">4</button>", "target": [ "#slick-slide03 > button[type=\"button\"][data-role=\"none\"][role=\"button\"]" ] } ], "impact": "serious", "message": "Element has a 1:1 contrast ratio with the background" } ], "all": [], "none": [], "impact": "serious", "html": "<button type=\"button\" data-role=\"none\" role=\"button\" tabindex=\"0\">4</button>", "target": [ "#slick-slide03 > button[type=\"button\"][data-role=\"none\"][role=\"button\"]" ], "failureSummary": "Fix any of the following:\n Element has a 1:1 contrast ratio with the background" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#000000", "contrastRatio": 0, "fontSize": "18.0pt (24px)", "fontWeight": "normal", "messageKey": "elmPartiallyObscuring", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [], "impact": "serious", "message": "Element's background color could not be determined because it partially overlaps other elements" } ], "all": [], "none": [], "impact": "serious", "html": "<em>Global Legislation for Food... </em>", "target": [ ".js-news-card-container > .l-content-one-third-news-card:nth-child(3) > .news-card > .news-card__title.js-dotdotdot.type-callout > em" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it partially overlaps other elements" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "contrastRatio": 0, "fontSize": "13.5pt (18px)", "fontWeight": "normal", "messageKey": "elmPartiallyObscured", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<section class=\"cookie-banner js-cookie-banner white type-body u-hide-for-print\" style=\"display: block; opacity: 1;\">", "target": [ "section" ] }, { "html": "<span class=\"news-card__type type-small-caps white background-teal \">\n \n Press Releases\n\n\n </span>", "target": [ ".js-news-card-container > .l-content-one-third-news-card:nth-child(2) > .news-card > .news-card__type.background-teal.type-small-caps" ] } ], "impact": "serious", "message": "Element's background color could not be determined because it's partially obscured by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<p>", "target": [ ".rte > p" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it's partially obscured by another element" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "contrastRatio": 0, "fontSize": "13.5pt (18px)", "fontWeight": "normal", "messageKey": "elmPartiallyObscuring", "expectedContrastRatio": "7:1" }, "relatedNodes": [], "impact": "serious", "message": "Element's background color could not be determined because it partially overlaps other elements" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"https://www.steptoe.com/en/privacy/index.html\">Cookies Policy</a>", "target": [ "p > a:nth-child(1)" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it partially overlaps other elements" } ] }, { "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": "45.0pt (60px)", "fontWeight": "bold", "messageKey": "bgImage", "expectedContrastRatio": "3:1" }, "relatedNodes": [ { "html": "<div class=\"homepage-hero-item js-homepage-hero-item js-adjust-for-ios js-picturefill-selector--214685\">", "target": [ ".js-picturefill-selector--214685" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<h2 class=\"white type-homepage-hero-title homepage-hero-title\">\n Executive Order on Competition Tracker\n </h2>", "target": [ ".js-picturefill-selector--214685 > .homepage-hero-item-content-wrapper > .homepage-hero-link > h2" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#ffffff", "contrastRatio": 0, "fontSize": "22.5pt (30px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "3:1" }, "relatedNodes": [ { "html": "<div class=\"homepage-hero-item js-homepage-hero-item js-adjust-for-ios js-picturefill-selector--214685\">", "target": [ ".js-picturefill-selector--214685" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<h3 class=\"white medium type-homepage-hero-subtitle homepage-hero-subtitle\">\n Our One-Stop Resource for Developments and Analysis by Industry/Agency as the EO Is Implemented\n </h3>", "target": [ ".medium" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#ffffff", "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "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": "<a class=\"button\" href=\"https://www.steptoe.com/en/executive-order-on-competition-tracker.html\" tabindex=\"-1\">\n Learn More\n </a>", "target": [ ".js-picturefill-selector--214685 > .homepage-hero-item-content-wrapper > div > .button" ], "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": "45.0pt (60px)", "fontWeight": "bold", "messageKey": "bgImage", "expectedContrastRatio": "3:1" }, "relatedNodes": [ { "html": "<div class=\"homepage-hero-item js-homepage-hero-item js-adjust-for-ios js-picturefill-selector--208017\">", "target": [ "div[data-slick-index=\"3\"] > .js-picturefill-selector--208017.homepage-hero-item.js-homepage-hero-item" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<h2 class=\"white type-homepage-hero-title homepage-hero-title\">\n Supply Chain:\n </h2>", "target": [ "div[data-slick-index=\"3\"] > .js-picturefill-selector--208017.homepage-hero-item.js-homepage-hero-item > .homepage-hero-item-content-wrapper > .homepage-hero-link > h2" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#ffffff", "contrastRatio": 0, "fontSize": "30.0pt (40px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "3:1" }, "relatedNodes": [ { "html": "<div class=\"homepage-hero-item js-homepage-hero-item js-adjust-for-ios js-picturefill-selector--208017\">", "target": [ "div[data-slick-index=\"3\"] > .js-picturefill-selector--208017.homepage-hero-item.js-homepage-hero-item" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<h3 class=\"white large type-homepage-hero-subtitle homepage-hero-subtitle\">\n A Multifaceted Approach to Strengthen and Safeguard Global Supply Chains\n </h3>", "target": [ "div[data-slick-index=\"3\"] > .js-picturefill-selector--208017.homepage-hero-item.js-homepage-hero-item > .homepage-hero-item-content-wrapper > .homepage-hero-link > .large" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#ffffff", "contrastRatio": 0, "fontSize": "45.0pt (60px)", "fontWeight": "bold", "messageKey": "bgImage", "expectedContrastRatio": "3:1" }, "relatedNodes": [ { "html": "<div class=\"homepage-hero-item js-homepage-hero-item js-adjust-for-ios js-picturefill-selector--220348\">", "target": [ "div[data-slick-index=\"4\"] > .js-picturefill-selector--220348.homepage-hero-item.js-homepage-hero-item" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<h2 class=\"white type-homepage-hero-title homepage-hero-title\">\n Sanctions Against Russia\n </h2>", "target": [ "div[data-slick-index=\"4\"] > .js-picturefill-selector--220348.homepage-hero-item.js-homepage-hero-item > .homepage-hero-item-content-wrapper > .homepage-hero-link > h2" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#ffffff", "contrastRatio": 0, "fontSize": "30.0pt (40px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "3:1" }, "relatedNodes": [ { "html": "<div class=\"homepage-hero-item js-homepage-hero-item js-adjust-for-ios js-picturefill-selector--220348\">", "target": [ "div[data-slick-index=\"4\"] > .js-picturefill-selector--220348.homepage-hero-item.js-homepage-hero-item" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<p>Impact on Business and International Trade</p>", "target": [ "div[data-slick-index=\"4\"] > .js-picturefill-selector--220348.homepage-hero-item.js-homepage-hero-item > .homepage-hero-item-content-wrapper > .homepage-hero-link > .large > p" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#ffffff", "bgColor": "#ffffff", "contrastRatio": 1, "fontSize": "0.0pt (0px)", "fontWeight": "normal", "messageKey": "equalRatio", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<button type=\"button\" data-role=\"none\" role=\"button\" tabindex=\"0\">1</button>", "target": [ "#slick-slide00 > button[type=\"button\"][data-role=\"none\"][role=\"button\"]" ] } ], "impact": "serious", "message": "Element has a 1:1 contrast ratio with the background" } ], "all": [], "none": [], "impact": "serious", "html": "<button type=\"button\" data-role=\"none\" role=\"button\" tabindex=\"0\">1</button>", "target": [ "#slick-slide00 > button[type=\"button\"][data-role=\"none\"][role=\"button\"]" ], "failureSummary": "Fix any of the following:\n Element has a 1:1 contrast ratio with the background" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#ffffff", "bgColor": "#ffffff", "contrastRatio": 1, "fontSize": "0.0pt (0px)", "fontWeight": "normal", "messageKey": "equalRatio", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<button type=\"button\" data-role=\"none\" role=\"button\" tabindex=\"0\">2</button>", "target": [ "#slick-slide01 > button[type=\"button\"][data-role=\"none\"][role=\"button\"]" ] } ], "impact": "serious", "message": "Element has a 1:1 contrast ratio with the background" } ], "all": [], "none": [], "impact": "serious", "html": "<button type=\"button\" data-role=\"none\" role=\"button\" tabindex=\"0\">2</button>", "target": [ "#slick-slide01 > button[type=\"button\"][data-role=\"none\"][role=\"button\"]" ], "failureSummary": "Fix any of the following:\n Element has a 1:1 contrast ratio with the background" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#ffffff", "bgColor": "#ffffff", "contrastRatio": 1, "fontSize": "0.0pt (0px)", "fontWeight": "normal", "messageKey": "equalRatio", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<button type=\"button\" data-role=\"none\" role=\"button\" tabindex=\"0\">3</button>", "target": [ "#slick-slide02 > button[type=\"button\"][data-role=\"none\"][role=\"button\"]" ] } ], "impact": "serious", "message": "Element has a 1:1 contrast ratio with the background" } ], "all": [], "none": [], "impact": "serious", "html": "<button type=\"button\" data-role=\"none\" role=\"button\" tabindex=\"0\">3</button>", "target": [ "#slick-slide02 > button[type=\"button\"][data-role=\"none\"][role=\"button\"]" ], "failureSummary": "Fix any of the following:\n Element has a 1:1 contrast ratio with the background" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#ffffff", "bgColor": "#ffffff", "contrastRatio": 1, "fontSize": "0.0pt (0px)", "fontWeight": "normal", "messageKey": "equalRatio", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<button type=\"button\" data-role=\"none\" role=\"button\" tabindex=\"0\">4</button>", "target": [ "#slick-slide03 > button[type=\"button\"][data-role=\"none\"][role=\"button\"]" ] } ], "impact": "serious", "message": "Element has a 1:1 contrast ratio with the background" } ], "all": [], "none": [], "impact": "serious", "html": "<button type=\"button\" data-role=\"none\" role=\"button\" tabindex=\"0\">4</button>", "target": [ "#slick-slide03 > button[type=\"button\"][data-role=\"none\"][role=\"button\"]" ], "failureSummary": "Fix any of the following:\n Element has a 1:1 contrast ratio with the background" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#000000", "contrastRatio": 0, "fontSize": "18.0pt (24px)", "fontWeight": "normal", "messageKey": "elmPartiallyObscuring", "expectedContrastRatio": "3:1" }, "relatedNodes": [], "impact": "serious", "message": "Element's background color could not be determined because it partially overlaps other elements" } ], "all": [], "none": [], "impact": "serious", "html": "<em>Global Legislation for Food... </em>", "target": [ ".js-news-card-container > .l-content-one-third-news-card:nth-child(3) > .news-card > .news-card__title.js-dotdotdot.type-callout > em" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it partially overlaps other elements" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#ffffff", "contrastRatio": 0, "fontSize": "13.5pt (18px)", "fontWeight": "normal", "messageKey": "elmPartiallyObscured", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<section class=\"cookie-banner js-cookie-banner white type-body u-hide-for-print\" style=\"display: block; opacity: 1;\">", "target": [ "section" ] }, { "html": "<span class=\"news-card__type type-small-caps white background-teal \">\n \n Press Releases\n\n\n </span>", "target": [ ".js-news-card-container > .l-content-one-third-news-card:nth-child(2) > .news-card > .news-card__type.background-teal.type-small-caps" ] } ], "impact": "serious", "message": "Element's background color could not be determined because it's partially obscured by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<p>", "target": [ ".rte > p" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it's partially obscured by another element" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#ffffff", "contrastRatio": 0, "fontSize": "13.5pt (18px)", "fontWeight": "normal", "messageKey": "elmPartiallyObscuring", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [], "impact": "serious", "message": "Element's background color could not be determined because it partially overlaps other elements" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"https://www.steptoe.com/en/privacy/index.html\">Cookies Policy</a>", "target": [ "p > a:nth-child(1)" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it partially overlaps other elements" } ] }, { "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": "<a href=\"/en/news-publications/disability-equality-index-names-steptoe-a-best-place-to-work-for-disability-inclusion.html\" class=\"l-content-one-third-news-card view-more-accordion__item js-view-more-accordion-item u-force-display-none\">", "target": [ ".view-more-accordion__item.js-view-more-accordion-item.u-force-display-none:nth-child(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": "<a href=\"/en/news-publications/law360-names-elizabeth-cassady-a-rising-star-in-banking-law.html\" class=\"l-content-one-third-news-card view-more-accordion__item js-view-more-accordion-item u-force-display-none\">", "target": [ ".view-more-accordion__item.js-view-more-accordion-item.u-force-display-none:nth-child(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": "<a href=\"/en/news-publications/law360-names-johanna-dennehy-a-rising-star-in-insurance.html\" class=\"l-content-one-third-news-card view-more-accordion__item js-view-more-accordion-item u-force-display-none\">", "target": [ ".view-more-accordion__item.js-view-more-accordion-item.u-force-display-none:nth-child(3)" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<a href=\"/en/news-publications/law360-names-katie-dubyak-a-rising-star-in-white-collar-law.html\" class=\"l-content-one-third-news-card view-more-accordion__item js-view-more-accordion-item u-force-display-none\">", "target": [ ".view-more-accordion__item.js-view-more-accordion-item.u-force-display-none:nth-child(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": "<a href=\"/en/news-publications/steptoe-receives-27-practice-rankings-26-individual-awards-in-legal-500-us-2022.html\" class=\"l-content-one-third-news-card view-more-accordion__item js-view-more-accordion-item u-force-display-none\">", "target": [ ".view-more-accordion__item.js-view-more-accordion-item.u-force-display-none:nth-child(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": "<a href=\"/en/news-publications/steptoe-welcomes-k-eli-akhavan-to-expanding-tax-and-private-client-practice.html\" class=\"l-content-one-third-news-card view-more-accordion__item js-view-more-accordion-item u-force-display-none\">", "target": [ ".view-more-accordion__item.js-view-more-accordion-item.u-force-display-none:nth-child(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": "<nav class=\"header__nav-2 js-subnav u-striped-background type-megamenu-level-1\">", "target": [ ".header__nav-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": "<nav class=\"header__nav-1 type-small-caps u-force-display-none-desktop\">", "target": [ ".u-force-display-none-desktop" ], "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=\"header__sub-items js-header-child-links type-megamenu-level-2\">", "target": [ ".header__item:nth-child(3) > .header__sub-items.js-header-child-links.type-megamenu-level-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": "<ul class=\"header__sub-items js-header-child-links type-megamenu-level-2\">", "target": [ ".header__item:nth-child(4) > .header__sub-items.js-header-child-links.type-megamenu-level-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": "<div class=\"search-overlay js-search-overlay u-display-none\" data-search-url=\"/en/site-search.html\">", "target": [ ".search-overlay" ], "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": "click here to view our blog", "urlProps": { "protocol": "http:", "hostname": "www.6gsteptoetelecomblog.com", "port": "", "pathname": "/", "search": {}, "hash": "", "filename": "" } }, "relatedNodes": [ { "html": "<a class=\"image-button-link\" href=\"https://www.steptoeantitrustblog.com/\">", "target": [ ".l-content-one-half:nth-child(2) > .image-button-wrapper > .image-button-link" ] }, { "html": "<a class=\"image-button-link\" href=\"http://www.steptoecyberblog.com/\">", "target": [ ".l-content-one-half:nth-child(4) > .image-button-wrapper > .image-button-link" ] }, { "html": "<a class=\"image-button-link\" href=\"https://www.steptoeglobaltradeblog.com/\">", "target": [ ".l-content-one-half:nth-child(5) > .image-button-wrapper > .image-button-link" ] }, { "html": "<a class=\"image-button-link\" href=\"http://www.steptoeinternationalcomplianceblog.com/\">", "target": [ ".l-content-one-half:nth-child(6) > .image-button-wrapper > .image-button-link" ] }, { "html": "<a class=\"image-button-link\" href=\"https://www.steptoeinvestigationsblog.com/\">", "target": [ ".l-content-one-half:nth-child(7) > .image-button-wrapper > .image-button-link" ] }, { "html": "<a class=\"image-button-link\" href=\"https://www.steptoepurpablog.com/\">", "target": [ ".l-content-one-half:nth-child(8) > .image-button-wrapper > .image-button-link" ] }, { "html": "<a class=\"image-button-link\" href=\"http://www.sdnyblog.com/\">", "target": [ "a[href$=\"sdnyblog.com/\"]" ] } ], "impact": "minor", "message": "Check that links have the same purpose, or are intentionally ambiguous." } ], "none": [], "impact": "minor", "html": "<a class=\"image-button-link\" href=\"https://www.6gsteptoetelecomblog.com/\">", "target": [ ".l-content-one-half:nth-child(1) > .image-button-wrapper > .image-button-link" ], "failureSummary": "Fix all of the following:\n Check that links have the same purpose, or are intentionally ambiguous." }, { "any": [], "all": [ { "id": "identical-links-same-purpose", "data": { "name": "privacy policy", "urlProps": { "protocol": "http:", "hostname": "www.steptoe.com", "port": "", "pathname": "/en/", "search": {}, "hash": "", "filename": "privacy.html" } }, "relatedNodes": [ { "html": "<a href=\"https://www.steptoe.com/privacy\">Privacy Policy</a>", "target": [ "p > a:nth-child(2)" ] } ], "impact": "minor", "message": "Check that links have the same purpose, or are intentionally ambiguous." } ], "none": [], "impact": "minor", "html": "<a class=\"footer__left-link-text\" href=\"https://www.steptoe.com/en/privacy.html\">Privacy Policy</a>", "target": [ ".footer__left-link:nth-child(3) > .footer__left-link-text" ], "failureSummary": "Fix all of the following:\n Check that links have the same purpose, or are intentionally ambiguous." } ] }, { "id": "css-orientation-lock", "impact": "serious", "tags": [ "cat.structure", "wcag134", "wcag21aa", "experimental" ], "description": "Ensures content is not locked to any specific display orientation, and the content is operable in all display orientations", "help": "CSS Media queries must not lock display orientation", "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/css-orientation-lock?application=axeAPI", "nodes": [ { "any": [], "all": [ { "id": "css-orientation-lock", "data": null, "relatedNodes": [], "impact": "serious", "message": "CSS Orientation lock cannot be determined" } ], "none": [], "impact": "serious", "html": "<html lang=\"en\" data-template-keyword=\"homepage\" class=\"no-touchevents desktop mac landscape mac os macos10 macos10_15 32bit chrome chrome102 chrome102_0 webkit en-us\">", "target": [ "html" ], "failureSummary": "Fix all of the following:\n CSS Orientation lock cannot be determined" } ] } ], "violations": [ { "id": "aria-allowed-attr", "impact": "critical", "tags": [ "cat.aria", "wcag2a", "wcag412" ], "description": "Ensures ARIA attributes are allowed for an element's role", "help": "Elements must only use allowed ARIA attributes", "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/aria-allowed-attr?application=axeAPI", "nodes": [ { "any": [ { "id": "aria-allowed-attr", "data": [ "aria-selected=\"false\"" ], "relatedNodes": [], "impact": "critical", "message": "ARIA attribute is not allowed: aria-selected=\"false\"" } ], "all": [], "none": [], "impact": "critical", "html": "<li aria-hidden=\"false\" role=\"presentation\" aria-selected=\"false\" aria-controls=\"navigation02\" id=\"slick-slide02\" class=\"slick-active\"><button type=\"button\" data-role=\"none\" role=\"button\" tabindex=\"0\">3</button></li>", "target": [ "#slick-slide02" ], "failureSummary": "Fix any of the following:\n ARIA attribute is not allowed: aria-selected=\"false\"" } ] }, { "id": "aria-hidden-focus", "impact": "serious", "tags": [ "cat.name-role-value", "wcag2a", "wcag412", "wcag131" ], "description": "Ensures aria-hidden elements are not focusable nor contain focusable elements", "help": "ARIA hidden element must not be focusable or contain focusable elements", "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/aria-hidden-focus?application=axeAPI", "nodes": [ { "any": [], "all": [ { "id": "focusable-not-tabbable", "data": null, "relatedNodes": [ { "html": "<a class=\"homepage-hero-link\" href=\"https://www.steptoe.com/en/news-publications/fcpaanti-corruption-developments-2021-year-in-review.html\" tabindex=\"0\">", "target": [ ".js-picturefill-selector--220213 > .homepage-hero-item-content-wrapper > .homepage-hero-link" ] }, { "html": "<a class=\"button\" href=\"https://www.steptoe.com/en/news-publications/fcpaanti-corruption-developments-2021-year-in-review.html\" tabindex=\"0\">\n Learn More\n </a>", "target": [ ".js-picturefill-selector--220213 > .homepage-hero-item-content-wrapper > div > .button" ] } ], "impact": "serious", "message": "Focusable content should have tabindex='-1' or be removed from the DOM" } ], "none": [], "impact": "serious", "html": "<div class=\"js-homepage-hero-item-wrapper homepage-hero-item-wrapper slick-slide\" data-section-name=\"<span>", "target": [ "div[data-slick-index=\"1\"]" ], "failureSummary": "Fix all of the following:\n Focusable content should have tabindex='-1' or be removed from the DOM" }, { "any": [], "all": [ { "id": "focusable-disabled", "data": null, "relatedNodes": [ { "html": "<button type=\"button\" data-role=\"none\" role=\"button\" tabindex=\"0\">1</button>", "target": [ "#slick-slide00 > button[type=\"button\"][data-role=\"none\"][role=\"button\"]" ] } ], "impact": "serious", "message": "Focusable content should be disabled or be removed from the DOM" } ], "none": [], "impact": "serious", "html": "<li class=\"\" aria-hidden=\"true\" role=\"presentation\" aria-selected=\"true\" aria-controls=\"navigation00\" id=\"slick-slide00\"><button type=\"button\" data-role=\"none\" role=\"button\" tabindex=\"0\">1</button></li>", "target": [ "#slick-slide00" ], "failureSummary": "Fix all of the following:\n Focusable content should be disabled or be removed from the DOM" }, { "any": [], "all": [ { "id": "focusable-disabled", "data": null, "relatedNodes": [ { "html": "<button type=\"button\" data-role=\"none\" role=\"button\" tabindex=\"0\">2</button>", "target": [ "#slick-slide01 > button[type=\"button\"][data-role=\"none\"][role=\"button\"]" ] } ], "impact": "serious", "message": "Focusable content should be disabled or be removed from the DOM" } ], "none": [], "impact": "serious", "html": "<li aria-hidden=\"true\" role=\"presentation\" aria-selected=\"false\" aria-controls=\"navigation01\" id=\"slick-slide01\" class=\"\"><button type=\"button\" data-role=\"none\" role=\"button\" tabindex=\"0\">2</button></li>", "target": [ "#slick-slide01" ], "failureSummary": "Fix all of the following:\n Focusable content should be disabled or be removed from the DOM" }, { "any": [], "all": [ { "id": "focusable-disabled", "data": null, "relatedNodes": [ { "html": "<button type=\"button\" data-role=\"none\" role=\"button\" tabindex=\"0\">4</button>", "target": [ "#slick-slide03 > button[type=\"button\"][data-role=\"none\"][role=\"button\"]" ] } ], "impact": "serious", "message": "Focusable content should be disabled or be removed from the DOM" } ], "none": [], "impact": "serious", "html": "<li aria-hidden=\"true\" role=\"presentation\" aria-selected=\"false\" aria-controls=\"navigation03\" id=\"slick-slide03\"><button type=\"button\" data-role=\"none\" role=\"button\" tabindex=\"0\">4</button></li>", "target": [ "#slick-slide03" ], "failureSummary": "Fix all of the following:\n Focusable content should be disabled or be removed from the DOM" } ] }, { "id": "aria-input-field-name", "impact": "serious", "tags": [ "cat.aria", "wcag2a", "wcag412", "ACT" ], "description": "Ensures every ARIA input field has an accessible name", "help": "ARIA input fields must have an accessible name", "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/aria-input-field-name?application=axeAPI", "nodes": [ { "any": [ { "id": "aria-label", "data": null, "relatedNodes": [], "impact": "serious", "message": "aria-label attribute does not exist or is empty" }, { "id": "aria-labelledby", "data": null, "relatedNodes": [], "impact": "serious", "message": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty" }, { "id": "non-empty-title", "data": { "messageKey": "noAttr" }, "relatedNodes": [], "impact": "serious", "message": "Element has no title attribute" } ], "all": [], "none": [], "impact": "serious", "html": "<div class=\"slick-track\" style=\"opacity: 1; width: 7680px; transform: translate3d(-3840px, 0px, 0px); transition: transform 750ms ease 0s;\" role=\"listbox\">", "target": [ ".slick-track" ], "failureSummary": "Fix any of the following:\n aria-label attribute does not exist or is empty\n aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n Element has no title attribute" } ] }, { "id": "aria-required-children", "impact": "critical", "tags": [ "cat.aria", "wcag2a", "wcag131" ], "description": "Ensures elements with an ARIA role that require child roles contain them", "help": "Certain ARIA roles must contain particular children", "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/aria-required-children?application=axeAPI", "nodes": [ { "any": [ { "id": "aria-required-children", "data": [ "tab" ], "relatedNodes": [], "impact": "critical", "message": "Required ARIA child role not present: tab" } ], "all": [], "none": [], "impact": "critical", "html": "<ul class=\"slick-dots hero-carousel__slick-dots\" style=\"\" role=\"tablist\">", "target": [ ".slick-dots" ], "failureSummary": "Fix any of the following:\n Required ARIA child role not present: tab" } ] }, { "id": "color-contrast-enhanced", "impact": "serious", "tags": [ "cat.color", "wcag2aaa", "wcag146" ], "description": "Ensures the contrast between foreground and background colors meets WCAG 2 AAA contrast ratio thresholds", "help": "Elements must have sufficient color contrast", "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/color-contrast-enhanced?application=axeAPI", "nodes": [ { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "bgColor": "#0097a9", "contrastRatio": 3.5, "fontSize": "12.0pt (16px)", "fontWeight": "bold", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<span class=\"news-card__type type-small-caps white background-teal \">\n \n Press Releases\n\n\n </span>", "target": [ ".js-news-card-container > .l-content-one-third-news-card:nth-child(1) > .news-card > .news-card__type.background-teal.type-small-caps" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 3.5 (foreground color: #ffffff, background color: #0097a9, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"news-card__type type-small-caps white background-teal \">\n \n Press Releases\n\n\n </span>", "target": [ ".js-news-card-container > .l-content-one-third-news-card:nth-child(1) > .news-card > .news-card__type.background-teal.type-small-caps" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 3.5 (foreground color: #ffffff, background color: #0097a9, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "bgColor": "#0097a9", "contrastRatio": 3.5, "fontSize": "12.0pt (16px)", "fontWeight": "bold", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<span class=\"news-card__type type-small-caps white background-teal \">\n \n Press Releases\n\n\n </span>", "target": [ ".js-news-card-container > .l-content-one-third-news-card:nth-child(2) > .news-card > .news-card__type.background-teal.type-small-caps" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 3.5 (foreground color: #ffffff, background color: #0097a9, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"news-card__type type-small-caps white background-teal \">\n \n Press Releases\n\n\n </span>", "target": [ ".js-news-card-container > .l-content-one-third-news-card:nth-child(2) > .news-card > .news-card__type.background-teal.type-small-caps" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 3.5 (foreground color: #ffffff, background color: #0097a9, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "bgColor": "#0097a9", "contrastRatio": 3.5, "fontSize": "12.0pt (16px)", "fontWeight": "bold", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<span class=\"news-card__type type-small-caps white background-teal \">\n \n Press Releases\n\n\n </span>", "target": [ ".js-news-card-container > .l-content-one-third-news-card:nth-child(3) > .news-card > .news-card__type.background-teal.type-small-caps" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 3.5 (foreground color: #ffffff, background color: #0097a9, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"news-card__type type-small-caps white background-teal \">\n \n Press Releases\n\n\n </span>", "target": [ ".js-news-card-container > .l-content-one-third-news-card:nth-child(3) > .news-card > .news-card__type.background-teal.type-small-caps" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 3.5 (foreground color: #ffffff, background color: #0097a9, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "bgColor": "#0097a9", "contrastRatio": 3.5, "fontSize": "12.0pt (16px)", "fontWeight": "bold", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<span class=\"news-card__type type-small-caps white background-teal \">\n \n Press Releases\n\n\n </span>", "target": [ ".js-news-card-container > .l-content-one-third-news-card:nth-child(4) > .news-card > .news-card__type.background-teal.type-small-caps" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 3.5 (foreground color: #ffffff, background color: #0097a9, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"news-card__type type-small-caps white background-teal \">\n \n Press Releases\n\n\n </span>", "target": [ ".js-news-card-container > .l-content-one-third-news-card:nth-child(4) > .news-card > .news-card__type.background-teal.type-small-caps" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 3.5 (foreground color: #ffffff, background color: #0097a9, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "bgColor": "#0097a9", "contrastRatio": 3.5, "fontSize": "12.0pt (16px)", "fontWeight": "bold", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<span class=\"news-card__type type-small-caps white background-teal \">\n \n Press Releases\n\n\n </span>", "target": [ ".js-news-card-container > .l-content-one-third-news-card:nth-child(5) > .news-card > .news-card__type.background-teal.type-small-caps" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 3.5 (foreground color: #ffffff, background color: #0097a9, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"news-card__type type-small-caps white background-teal \">\n \n Press Releases\n\n\n </span>", "target": [ ".js-news-card-container > .l-content-one-third-news-card:nth-child(5) > .news-card > .news-card__type.background-teal.type-small-caps" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 3.5 (foreground color: #ffffff, background color: #0097a9, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "bgColor": "#0097a9", "contrastRatio": 3.5, "fontSize": "12.0pt (16px)", "fontWeight": "bold", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<span class=\"news-card__type type-small-caps white background-teal \">\n \n Press Releases\n\n\n </span>", "target": [ ".js-news-card-container > .l-content-one-third-news-card:nth-child(6) > .news-card > .news-card__type.background-teal.type-small-caps" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 3.5 (foreground color: #ffffff, background color: #0097a9, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"news-card__type type-small-caps white background-teal \">\n \n Press Releases\n\n\n </span>", "target": [ ".js-news-card-container > .l-content-one-third-news-card:nth-child(6) > .news-card > .news-card__type.background-teal.type-small-caps" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 3.5 (foreground color: #ffffff, background color: #0097a9, font size: 12.0pt (16px), font weight: bold). 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": "#ffffff", "bgColor": "#0097a9", "contrastRatio": 3.5, "fontSize": "12.0pt (16px)", "fontWeight": "bold", "messageKey": null, "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<span class=\"news-card__type type-small-caps white background-teal \">\n \n Press Releases\n\n\n </span>", "target": [ ".js-news-card-container > .l-content-one-third-news-card:nth-child(1) > .news-card > .news-card__type.background-teal.type-small-caps" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 3.5 (foreground color: #ffffff, background color: #0097a9, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 4.5:1" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"news-card__type type-small-caps white background-teal \">\n \n Press Releases\n\n\n </span>", "target": [ ".js-news-card-container > .l-content-one-third-news-card:nth-child(1) > .news-card > .news-card__type.background-teal.type-small-caps" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 3.5 (foreground color: #ffffff, background color: #0097a9, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 4.5:1" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#ffffff", "bgColor": "#0097a9", "contrastRatio": 3.5, "fontSize": "12.0pt (16px)", "fontWeight": "bold", "messageKey": null, "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<span class=\"news-card__type type-small-caps white background-teal \">\n \n Press Releases\n\n\n </span>", "target": [ ".js-news-card-container > .l-content-one-third-news-card:nth-child(2) > .news-card > .news-card__type.background-teal.type-small-caps" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 3.5 (foreground color: #ffffff, background color: #0097a9, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 4.5:1" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"news-card__type type-small-caps white background-teal \">\n \n Press Releases\n\n\n </span>", "target": [ ".js-news-card-container > .l-content-one-third-news-card:nth-child(2) > .news-card > .news-card__type.background-teal.type-small-caps" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 3.5 (foreground color: #ffffff, background color: #0097a9, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 4.5:1" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#ffffff", "bgColor": "#0097a9", "contrastRatio": 3.5, "fontSize": "12.0pt (16px)", "fontWeight": "bold", "messageKey": null, "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<span class=\"news-card__type type-small-caps white background-teal \">\n \n Press Releases\n\n\n </span>", "target": [ ".js-news-card-container > .l-content-one-third-news-card:nth-child(3) > .news-card > .news-card__type.background-teal.type-small-caps" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 3.5 (foreground color: #ffffff, background color: #0097a9, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 4.5:1" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"news-card__type type-small-caps white background-teal \">\n \n Press Releases\n\n\n </span>", "target": [ ".js-news-card-container > .l-content-one-third-news-card:nth-child(3) > .news-card > .news-card__type.background-teal.type-small-caps" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 3.5 (foreground color: #ffffff, background color: #0097a9, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 4.5:1" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#ffffff", "bgColor": "#0097a9", "contrastRatio": 3.5, "fontSize": "12.0pt (16px)", "fontWeight": "bold", "messageKey": null, "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<span class=\"news-card__type type-small-caps white background-teal \">\n \n Press Releases\n\n\n </span>", "target": [ ".js-news-card-container > .l-content-one-third-news-card:nth-child(4) > .news-card > .news-card__type.background-teal.type-small-caps" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 3.5 (foreground color: #ffffff, background color: #0097a9, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 4.5:1" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"news-card__type type-small-caps white background-teal \">\n \n Press Releases\n\n\n </span>", "target": [ ".js-news-card-container > .l-content-one-third-news-card:nth-child(4) > .news-card > .news-card__type.background-teal.type-small-caps" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 3.5 (foreground color: #ffffff, background color: #0097a9, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 4.5:1" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#ffffff", "bgColor": "#0097a9", "contrastRatio": 3.5, "fontSize": "12.0pt (16px)", "fontWeight": "bold", "messageKey": null, "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<span class=\"news-card__type type-small-caps white background-teal \">\n \n Press Releases\n\n\n </span>", "target": [ ".js-news-card-container > .l-content-one-third-news-card:nth-child(5) > .news-card > .news-card__type.background-teal.type-small-caps" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 3.5 (foreground color: #ffffff, background color: #0097a9, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 4.5:1" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"news-card__type type-small-caps white background-teal \">\n \n Press Releases\n\n\n </span>", "target": [ ".js-news-card-container > .l-content-one-third-news-card:nth-child(5) > .news-card > .news-card__type.background-teal.type-small-caps" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 3.5 (foreground color: #ffffff, background color: #0097a9, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 4.5:1" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#ffffff", "bgColor": "#0097a9", "contrastRatio": 3.5, "fontSize": "12.0pt (16px)", "fontWeight": "bold", "messageKey": null, "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<span class=\"news-card__type type-small-caps white background-teal \">\n \n Press Releases\n\n\n </span>", "target": [ ".js-news-card-container > .l-content-one-third-news-card:nth-child(6) > .news-card > .news-card__type.background-teal.type-small-caps" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 3.5 (foreground color: #ffffff, background color: #0097a9, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 4.5:1" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"news-card__type type-small-caps white background-teal \">\n \n Press Releases\n\n\n </span>", "target": [ ".js-news-card-container > .l-content-one-third-news-card:nth-child(6) > .news-card > .news-card__type.background-teal.type-small-caps" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 3.5 (foreground color: #ffffff, background color: #0097a9, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 4.5:1" } ] }, { "id": "focus-order-semantics", "impact": "minor", "tags": [ "cat.keyboard", "best-practice", "experimental" ], "description": "Ensures elements in the focus order have a role appropriate for interactive content", "help": "Elements in the focus order should have an appropriate role", "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/focus-order-semantics?application=axeAPI", "nodes": [ { "any": [ { "id": "has-widget-role", "data": null, "relatedNodes": [], "impact": "minor", "message": "Element does not have a widget role." }, { "id": "valid-scrollable-semantics", "data": null, "relatedNodes": [], "impact": "minor", "message": "Element has invalid semantics for an element in the focus order." } ], "all": [], "none": [], "impact": "minor", "html": "<div class=\"accessibility-container\" tabindex=\"1\" style=\"top: -45px;\">\n <a class=\"accessibility-link\" href=\"https://www.steptoe.com/en/accessibility-statement.html\" target=\"_blank\">Accessibility Statement</a>\n </div>", "target": [ ".accessibility-container" ], "failureSummary": "Fix any of the following:\n Element does not have a widget role.\n Element has invalid semantics for an element in the focus order." } ] }, { "id": "landmark-one-main", "impact": "moderate", "tags": [ "cat.semantics", "best-practice" ], "description": "Ensures the document has a main landmark", "help": "Document should have one main landmark", "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/landmark-one-main?application=axeAPI", "nodes": [ { "any": [], "all": [ { "id": "page-has-main", "data": null, "relatedNodes": [], "impact": "moderate", "message": "Document does not have a main landmark" } ], "none": [], "impact": "moderate", "html": "<html lang=\"en\" data-template-keyword=\"homepage\" class=\"no-touchevents desktop mac landscape mac os macos10 macos10_15 32bit chrome chrome102 chrome102_0 webkit en-us\">", "target": [ "html" ], "failureSummary": "Fix all of the following:\n Document does not have a main landmark" } ] }, { "id": "link-name", "impact": "serious", "tags": [ "cat.name-role-value", "wcag2a", "wcag412", "wcag244", "section508", "section508.22.a", "ACT" ], "description": "Ensures links have discernible text", "help": "Links must have discernible text", "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/link-name?application=axeAPI", "nodes": [ { "any": [ { "id": "has-visible-text", "data": null, "relatedNodes": [], "impact": "minor", "message": "Element does not have text that is visible to screen readers" }, { "id": "aria-label", "data": null, "relatedNodes": [], "impact": "serious", "message": "aria-label attribute does not exist or is empty" }, { "id": "aria-labelledby", "data": null, "relatedNodes": [], "impact": "serious", "message": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty" }, { "id": "non-empty-title", "data": { "messageKey": "noAttr" }, "relatedNodes": [], "impact": "serious", "message": "Element has no title attribute" } ], "all": [], "none": [ { "id": "focusable-no-name", "data": null, "relatedNodes": [], "impact": "serious", "message": "Element is in tab order and does not have accessible text" } ], "impact": "serious", "html": "<a href=\"https://www.steptoe.com/a/web/199750/Steptoe-2020-ISO-27001-2013-Final-Certificate-c2.pdf\">\n <img width=\"200\" alt=\"\" src=\"https://www.steptoe.com/a/web/199784/3ZEQz9/schellman_small.jpg\" title=\"\" class=\"footer__right-badge\" height=\"68\">\n </a>", "target": [ ".footer__right-badge-container > a" ], "failureSummary": "Fix all of the following:\n Element is in tab order and does not have accessible text\n\nFix any of the following:\n Element does not have text that is visible to screen readers\n aria-label attribute does not exist or is empty\n aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n Element has no title attribute" } ] }, { "id": "meta-viewport", "impact": "critical", "tags": [ "cat.sensory-and-visual-cues", "best-practice", "ACT" ], "description": "Ensures <meta name=\"viewport\"> does not disable text scaling and zooming", "help": "Zooming and scaling should not be disabled", "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/meta-viewport?application=axeAPI", "nodes": [ { "any": [ { "id": "meta-viewport", "data": "user-scalable=no", "relatedNodes": [], "impact": "critical", "message": "user-scalable=no on <meta> tag disables zooming on mobile devices" } ], "all": [], "none": [], "impact": "critical", "html": "<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, user-scalable=no, maximum-scale=1.0\">", "target": [ "meta[name=\"viewport\"]" ], "failureSummary": "Fix any of the following:\n user-scalable=no on <meta> tag disables zooming on mobile devices" } ] }, { "id": "nested-interactive", "impact": "serious", "tags": [ "cat.keyboard", "wcag2a", "wcag412" ], "description": "Ensures interactive controls are not nested as they are not always announced by screen readers or can cause focus problems for assistive technologies", "help": "Interactive controls must not be nested", "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/nested-interactive?application=axeAPI", "nodes": [ { "any": [ { "id": "no-focusable-content", "data": { "messageKey": "notHidden" }, "relatedNodes": [ { "html": "<a class=\"homepage-hero-link\" href=\"https://www.steptoe.com/en/executive-order-on-competition-tracker.html\" tabindex=\"-1\">", "target": [ ".js-picturefill-selector--214685 > .homepage-hero-item-content-wrapper > .homepage-hero-link" ] }, { "html": "<a class=\"button\" href=\"https://www.steptoe.com/en/executive-order-on-competition-tracker.html\" tabindex=\"-1\">\n Learn More\n </a>", "target": [ ".js-picturefill-selector--214685 > .homepage-hero-item-content-wrapper > div > .button" ] } ], "impact": "serious", "message": "Using a negative tabindex on an element inside an interactive control does not prevent assistive technologies from focusing the element (even with 'aria-hidden=true')" } ], "all": [], "none": [], "impact": "serious", "html": "<div class=\"js-homepage-hero-item-wrapper homepage-hero-item-wrapper slick-slide slick-current slick-active\" data-section-name=\"Executive-Order-on-Competition-Tracker\" data-slick-index=\"2\" aria-hidden=\"false\" style=\"width: 1280px;\" tabindex=\"-1\" role=\"option\" aria-describedby=\"slick-slide02\">", "target": [ ".slick-current" ], "failureSummary": "Fix any of the following:\n Using a negative tabindex on an element inside an interactive control does not prevent assistive technologies from focusing the element (even with 'aria-hidden=true')" } ] }, { "id": "page-has-heading-one", "impact": "moderate", "tags": [ "cat.semantics", "best-practice" ], "description": "Ensure that the page, or at least one of its frames contains a level-one heading", "help": "Page should contain a level-one heading", "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/page-has-heading-one?application=axeAPI", "nodes": [ { "any": [], "all": [ { "id": "page-has-heading-one", "data": null, "relatedNodes": [], "impact": "moderate", "message": "Page must have a level-one heading" } ], "none": [], "impact": "moderate", "html": "<html lang=\"en\" data-template-keyword=\"homepage\" class=\"no-touchevents desktop mac landscape mac os macos10 macos10_15 32bit chrome chrome102 chrome102_0 webkit en-us\">", "target": [ "html" ], "failureSummary": "Fix all of the following:\n Page must have a level-one heading" } ] }, { "id": "presentation-role-conflict", "impact": "minor", "tags": [ "cat.aria", "best-practice" ], "description": "Flags elements whose role is none or presentation and which cause the role conflict resolution to trigger.", "help": "Elements of role none or presentation should be flagged", "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/presentation-role-conflict?application=axeAPI", "nodes": [ { "any": [], "all": [], "none": [ { "id": "has-global-aria-attribute", "data": [ "aria-controls", "aria-hidden" ], "relatedNodes": [], "impact": "minor", "message": "Element does not have global ARIA attribute" } ], "impact": "minor", "html": "<li aria-hidden=\"false\" role=\"presentation\" aria-selected=\"false\" aria-controls=\"navigation02\" id=\"slick-slide02\" class=\"slick-active\"><button type=\"button\" data-role=\"none\" role=\"button\" tabindex=\"0\">3</button></li>", "target": [ "#slick-slide02" ], "failureSummary": "Fix all of the following:\n Element does not have global ARIA attribute" } ] }, { "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=\"accessibility-container\" tabindex=\"1\" style=\"top: -45px;\">\n <a class=\"accessibility-link\" href=\"https://www.steptoe.com/en/accessibility-statement.html\" target=\"_blank\">Accessibility Statement</a>\n </div>", "target": [ ".accessibility-container" ], "failureSummary": "Fix any of the following:\n Some page content is not contained by landmarks" }, { "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=\"l-content-container l-standard-padding-top clearfix js-news-card-container\">", "target": [ ".js-news-card-container" ], "failureSummary": "Fix any of the following:\n Some page content is not contained by landmarks" }, { "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=\"view-more__text-container js-view-more__text-container\">", "target": [ ".view-more__text-container" ], "failureSummary": "Fix any of the following:\n Some page content is not contained by landmarks" }, { "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=\"l-content-container l-standard-padding-top clearfix\">", "target": [ ".l-standard-padding-top.clearfix.l-content-container:nth-child(3)" ], "failureSummary": "Fix any of the following:\n Some page content is not contained by landmarks" }, { "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=\"rte cookie-banner__content\">", "target": [ ".rte" ], "failureSummary": "Fix any of the following:\n Some page content is not contained by landmarks" } ] }, { "id": "tabindex", "impact": "serious", "tags": [ "cat.keyboard", "best-practice" ], "description": "Ensures tabindex attribute values are not greater than 0", "help": "Elements should not have tabindex greater than zero", "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/tabindex?application=axeAPI", "nodes": [ { "any": [ { "id": "tabindex", "data": null, "relatedNodes": [], "impact": "serious", "message": "Element has a tabindex greater than 0" } ], "all": [], "none": [], "impact": "serious", "html": "<div class=\"accessibility-container\" tabindex=\"1\" style=\"top: -45px;\">\n <a class=\"accessibility-link\" href=\"https://www.steptoe.com/en/accessibility-statement.html\" target=\"_blank\">Accessibility Statement</a>\n </div>", "target": [ ".accessibility-container" ], "failureSummary": "Fix any of the following:\n Element has a tabindex greater than 0" } ] } ] } } }, { "type": "launch", "which": "chromium", "what": "chromium browser" }, { "type": "url", "which": "https://www.steptoe.com/en/", "what": "URL", "result": "https://www.steptoe.com/en/" }, { "type": "test", "which": "continuum", "what": "Level Access Continuum, community edition", "url": "https://www.steptoe.com/en/", "result": [ { "engineTestId": 59, "bestPracticeId": 410, "attribute": "This element has a content attribute set to a value that includes an instruction that sets the viewport's maximum-scale to less than 2", "attributeDetail": "This META has a content attribute set to a value that includes an instruction that sets the viewport's maximum-scale to less than 2", "element": "<meta content=\"width=device-width, initial-scale=1.0, user-scalable=no, maximum-scale=1.0\" name=\"viewport\">", "testResult": 0, "path": "head>meta:nth-of-type(2)", "fixType": { "fixType": 1, "domSpec": false, "helperText": "Select \"Save\" to change the viewport content attribute to \"width=device-width, initial-scale=1.0\", or \"Cancel\" if the fix should not be applied.", "fix": { "content": "width=device-width, initial-scale=1.0" } }, "fingerprint": { "version": 2, "css": "meta[name=\"viewport\"][content=\"width=device-width, initial-scale=1.0, user-scalable=no, maximum-scale=1.0\"]", "attNo": 2 } }, { "engineTestId": 237, "bestPracticeId": 1301, "attribute": "This A element does not have a mechanism that allows an accessible name value to be calculated", "attributeDetail": "This A element does not have a mechanism that allows an accessible name value to be calculated", "element": "<a href=\"https://www.steptoe.com/a/web/199750/Steptoe-2020-ISO-27001-2013-Final-Certificate-c2.pdf\"> ... tle=\"\" src=\"https://www.steptoe.com/a/web/199784/3ZEQz9/schellman_small.jpg\" alt=\"\" width=\"200\"></a>", "testResult": 0, "path": "body>footer:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)", "fixType": { "fixType": 1, "domSpec": false, "helperText": "Provide a descriptive accessible name for the anchor element.", "fix": { "aria-label": null } }, "fingerprint": { "version": 2, "css": "a[href=\"https://www.steptoe.com/a/web/199750/Steptoe-2020-ISO-27001-2013-Final-Certificate-c2.pdf\"]", "attNo": 1 } }, { "engineTestId": 1042, "bestPracticeId": 1626, "attribute": "This element (role=option) does not have an aria-selected attribute", "attributeDetail": "This DIV (role=option) does not have an aria-selected attribute", "element": "<div aria-describedby=\"slick-slide00\" role=\"option\" tabindex=\"-1\" style=\"width: 1280px;\" aria-hidden ... ons-for-business-and-international-trade.html\" class=\"button\">Learn More</a></div></div></div></div>", "testResult": 0, "path": "body>div:nth-of-type(6)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)", "fixType": "", "fingerprint": { "version": 2, "css": "div[class=\"js-homepage-hero-item-wrapper homepage-hero-item-wrapper slick-slide slick-current slick-active\"][data-section-name=\"Sanctions-Against-Russia\"][data-slick-index=\"0\"][aria-hidden=\"false\"][tabindex=\"-1\"][role=\"option\"][aria-describedby=\"slick-slide00\"]", "attNo": 8 } } ] }, { "type": "launch", "which": "chromium", "what": "chromium browser" }, { "type": "url", "which": "https://www.steptoe.com/en/", "what": "URL", "result": "https://www.steptoe.com/en/" }, { "type": "test", "which": "htmlcs", "what": "HTML CodeSniffer WCAG 2.1 AA ruleset", "url": "https://www.steptoe.com/en/", "result": { "Error": { "AA.1_1_1.H30.2": { "Img element is the only content of the link, but is missing alt text. The alt text should describe the purpose of the link.": [ { "tagName": "a", "id": "", "code": "<a href=\"https://www.steptoe.com/a/web/199750/Steptoe-2020-ISO-27001-2013-Final-Certificate-c2.pdf\">...</a>" } ] }, "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.5:1. Recommendation: change background to #008392.": [ { "tagName": "span", "id": "", "code": "<span class=\"news-card__type type-small-caps white background-teal \">...</span>" } ] } }, "Warning": { "AA.1_3_1.H48": { "If this element contains a navigation section, it is recommended that it be marked up as a list.": [ { "tagName": "div", "id": "", "code": "<div class=\"clearfix view-more-accordion__content js-view-more-accordion-content\">...</div>" }, { "tagName": "div", "id": "", "code": "<div class=\"l-content-container l-standard-padding-top clearfix js-news-card-container\">...</div>" }, { "tagName": "p", "id": "", "code": "<p>...</p>" } ] }, "AA.1_3_1_A.G141": { "The heading structure is not logically nested. This h2 element appears to be the primary document heading, so should be an h1 element.": [ { "tagName": "h2", "id": "", "code": "<h2 class=\"white type-homepage-hero-title homepage-hero-title\">...</h2>" } ], "The heading structure is not logically nested. This h2 element should be an h1 to be properly nested.": [ { "tagName": "h2", "id": "", "code": "<h2 class=\"white type-homepage-hero-title homepage-hero-title\">...</h2>" } ] }, "AA.1_4_10.C32,C31,C33,C38,SCR34,G206": { "This element has \"position: fixed\". This may require scrolling in two dimensions, which is considered a failure of this Success Criterion.": [ { "tagName": "div", "id": "", "code": "<div class=\"accessibility-container\" tabindex=\"1\" style=\"top: -45px;\">...</div>" }, { "tagName": "div", "id": "", "code": "<div class=\"search-overlay js-search-overlay u-display-none\" data-search-url=\"/en/site-search.html\">...</div>" }, { "tagName": "header", "id": "", "code": "<header class=\"header js-header background-white\">...</header>" }, { "tagName": "section", "id": "", "code": "<section class=\"cookie-banner js-cookie-banner white type-body u-hide-for-print\" style=\"display: block; opacity: 1;\">...</section>" } ], "Interfering with a user agent's ability to zoom may be a failure of this Success Criterion.": [ { "tagName": "meta", "id": "", "code": "<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, user-scalable=no, maximum-scale=1.0\">" } ] }, "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=\"white type-homepage-hero-title homepage-hero-title\">...</h2>" }, { "tagName": "h3", "id": "", "code": "<h3 class=\"white large type-homepage-hero-subtitle homepage-hero-subtitle\">...</h3>" }, { "tagName": "h3", "id": "", "code": "<h3 class=\"white medium type-homepage-hero-subtitle homepage-hero-subtitle\">...</h3>" }, { "tagName": "p", "id": "", "code": "<p>...</p>" }, { "tagName": "span", "id": "", "code": "<span>...</span>" } ] }, "AA.1_4_3.G18.Abs": { "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 4.5:1.": [ { "tagName": "span", "id": "", "code": "<span class=\"news-card__date type-news-card-date\">...</span>" } ] }, "AA.1_4_3.G18.Alpha": { "This element's text or background contains transparency. Ensure the contrast ratio between the text and background are at least 4.5:1.": [ { "tagName": "a", "id": "", "code": "<a href=\"https://www.steptoe.com/en/privacy/index.html\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"https://www.steptoe.com/privacy\">...</a>" }, { "tagName": "p", "id": "", "code": "<p>...</p>" } ] }, "AA.1_4_3_F24.F24.FGColour": { "Check that this element has an inherited background colour or image to complement the corresponding inline foreground colour.": [ { "tagName": "link", "id": "", "code": "<link rel=\"mask-icon\" href=\"/images/favicons/safari-pinned-tab.svg\" color=\"#df134c\">" } ] } } } }, { "type": "launch", "which": "chromium", "what": "chromium browser" }, { "type": "url", "which": "https://www.steptoe.com/en/", "what": "URL", "result": "https://www.steptoe.com/en/" }, { "type": "test", "which": "ibm", "withItems": true, "what": "IBM Accessibility Checker", "url": "https://www.steptoe.com/en/", "result": { "content": { "totals": { "violation": 41, "recommendation": 7, "ignored": 0 }, "items": [ { "ruleId": "WCAG20_Input_ExplicitLabel", "path": { "dom": "/html[1]/body[1]/div[6]/div[1]/div[1]", "aria": "/document[1]/listbox[1]" }, "message": "Form control with \"listbox\" role has no associated label", "bounds": { "left": -1272, "top": 47, "height": 737, "width": 7680 }, "snippet": "<div role=\"listbox\" style=\"opacity: 1; width: 7680px; transform: translate3d(-1280px, 0px, 0px);\" class=\"slick-track\">", "level": "violation" }, { "ruleId": "WCAG20_A_HasText", "path": { "dom": "/html[1]/body[1]/footer[1]/div[1]/div[1]/div[2]/div[1]/a[1]", "aria": "/document[1]/contentinfo[1]/link[1]" }, "message": "Hyperlink has no link text, label or image with a text alternative", "bounds": { "left": 8, "top": 2651, "height": 18, "width": 200 }, "snippet": "<a href=\"https://www.steptoe.com/a/web/199750/Steptoe-2020-ISO-27001-2013-Final-Certificate-c2.pdf\">", "level": "violation" }, { "ruleId": "Rpt_Aria_ValidIdRef", "path": { "dom": "/html[1]/body[1]/div[6]/div[2]/ul[1]/li[4]", "aria": "/document[1]/toolbar[1]/tablist[1]" }, "message": "The 'id' \"navigation03\" specified for the ARIA property 'aria-controls' value is not valid", "bounds": { "left": 48, "top": 864, "height": 22, "width": 744 }, "snippet": "<li id=\"slick-slide03\" aria-controls=\"navigation03\" aria-selected=\"false\" role=\"presentation\" aria-hidden=\"true\">", "level": "violation" }, { "ruleId": "Rpt_Aria_ValidIdRef", "path": { "dom": "/html[1]/body[1]/div[6]/div[2]/ul[1]/li[3]", "aria": "/document[1]/toolbar[1]/tablist[1]" }, "message": "The 'id' \"navigation02\" specified for the ARIA property 'aria-controls' value is not valid", "bounds": { "left": 48, "top": 842, "height": 22, "width": 744 }, "snippet": "<li id=\"slick-slide02\" aria-controls=\"navigation02\" aria-selected=\"false\" role=\"presentation\" aria-hidden=\"true\">", "level": "violation" }, { "ruleId": "Rpt_Aria_ValidIdRef", "path": { "dom": "/html[1]/body[1]/div[6]/div[2]/ul[1]/li[2]", "aria": "/document[1]/toolbar[1]/tablist[1]" }, "message": "The 'id' \"navigation01\" specified for the ARIA property 'aria-controls' value is not valid", "bounds": { "left": 48, "top": 821, "height": 22, "width": 744 }, "snippet": "<li id=\"slick-slide01\" aria-controls=\"navigation01\" aria-selected=\"false\" role=\"presentation\" aria-hidden=\"true\">", "level": "violation" }, { "ruleId": "Rpt_Aria_ValidIdRef", "path": { "dom": "/html[1]/body[1]/div[6]/div[2]/ul[1]/li[1]", "aria": "/document[1]/toolbar[1]/tablist[1]" }, "message": "The 'id' \"navigation00\" specified for the ARIA property 'aria-controls' value is not valid", "bounds": { "left": 48, "top": 799, "height": 22, "width": 744 }, "snippet": "<li id=\"slick-slide00\" aria-controls=\"navigation00\" aria-selected=\"true\" role=\"presentation\" aria-hidden=\"false\" class=\"slick-active\">", "level": "violation" }, { "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics", "path": { "dom": "/html[1]/body[1]/section[1]/div[1]/div[2]/p[1]", "aria": "/document[1]" }, "message": "Content is not within a landmark element", "bounds": { "left": 8, "top": 2810, "height": 74, "width": 784 }, "snippet": "<p>", "level": "violation" }, { "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics", "path": { "dom": "/html[1]/body[1]/section[1]/div[1]/div[1]/button[1]", "aria": "/document[1]/button[1]" }, "message": "Content is not within a landmark element", "bounds": { "left": 8, "top": 2787, "height": 6, "width": 16 }, "snippet": "<button aria-label=\"Close\" class=\"cookie-banner__close js-cookie-banner-close type-body\">", "level": "violation" }, { "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics", "path": { "dom": "/html[1]/body[1]/div[8]/div[1]/form[1]/div[1]/div[1]/input[1]", "aria": "/document[1]/combobox[1]" }, "message": "Content is not within a landmark element", "bounds": { "left": 8, "top": 4403, "height": 22, "width": 147 }, "snippet": "<input value=\"\" autocomplete=\"off\" aria-expanded=\"false\" aria-autocomplete=\"list\" role=\"combobox\" aria-label=\"Search Steptoe.com\" class=\"search-overlay__input type-overlay-search-input js-overlay-search-input white\" name=\"q\" title=\"\" placeholder=\"\" type=\"search\">", "level": "violation" }, { "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics", "path": { "dom": "/html[1]/body[1]/div[8]/div[1]/form[1]/div[1]/button[1]", "aria": "/document[1]/button[3]" }, "message": "Content is not within a landmark element", "bounds": { "left": 155, "top": 4415, "height": 6, "width": 16 }, "snippet": "<button aria-label=\"Search\" type=\"submit\" class=\"search-overlay__submit\">", "level": "violation" }, { "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics", "path": { "dom": "/html[1]/body[1]/div[8]/div[1]/div[1]/button[1]", "aria": "/document[1]/button[2]" }, "message": "Content is not within a landmark element", "bounds": { "left": 8, "top": 4396, "height": 6, "width": 16 }, "snippet": "<button aria-label=\"Close Overlay\" class=\"search-overlay__close js-search-overlay-close\">", "level": "violation" }, { "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics", "path": { "dom": "/html[1]/body[1]/div[7]/div[3]/div[9]/div[1]/a[1]", "aria": "/document[1]/link[23]" }, "message": "Content is not within a landmark element", "bounds": { "left": 8, "top": 2361, "height": 18, "width": 560 }, "snippet": "<a href=\"http://www.sdnyblog.com/\" class=\"image-button-link\">", "level": "violation" }, { "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics", "path": { "dom": "/html[1]/body[1]/div[7]/div[3]/div[8]/div[1]/a[1]", "aria": "/document[1]/link[22]" }, "message": "Content is not within a landmark element", "bounds": { "left": 8, "top": 2227, "height": 18, "width": 560 }, "snippet": "<a href=\"https://www.steptoepurpablog.com/\" class=\"image-button-link\">", "level": "violation" }, { "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics", "path": { "dom": "/html[1]/body[1]/div[7]/div[3]/div[7]/div[1]/a[1]", "aria": "/document[1]/link[21]" }, "message": "Content is not within a landmark element", "bounds": { "left": 8, "top": 2093, "height": 18, "width": 560 }, "snippet": "<a href=\"https://www.steptoeinvestigationsblog.com/\" class=\"image-button-link\">", "level": "violation" }, { "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics", "path": { "dom": "/html[1]/body[1]/div[7]/div[3]/div[6]/div[1]/a[1]", "aria": "/document[1]/link[20]" }, "message": "Content is not within a landmark element", "bounds": { "left": 8, "top": 1959, "height": 18, "width": 560 }, "snippet": "<a href=\"http://www.steptoeinternationalcomplianceblog.com/\" class=\"image-button-link\">", "level": "violation" }, { "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics", "path": { "dom": "/html[1]/body[1]/div[7]/div[3]/div[5]/div[1]/a[1]", "aria": "/document[1]/link[19]" }, "message": "Content is not within a landmark element", "bounds": { "left": 8, "top": 1825, "height": 18, "width": 560 }, "snippet": "<a href=\"https://www.steptoeglobaltradeblog.com/\" class=\"image-button-link\">", "level": "violation" }, { "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics", "path": { "dom": "/html[1]/body[1]/div[7]/div[3]/div[4]/div[1]/a[1]", "aria": "/document[1]/link[18]" }, "message": "Content is not within a landmark element", "bounds": { "left": 8, "top": 1691, "height": 18, "width": 560 }, "snippet": "<a href=\"http://www.steptoecyberblog.com/\" class=\"image-button-link\">", "level": "violation" }, { "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics", "path": { "dom": "/html[1]/body[1]/div[7]/div[3]/div[3]/div[1]/a[1]", "aria": "/document[1]/link[17]" }, "message": "Content is not within a landmark element", "bounds": { "left": 8, "top": 1557, "height": 18, "width": 551 }, "snippet": "<a href=\"http://www.steptoeblockchainblog.com/\" class=\"image-button-link\">", "level": "violation" }, { "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics", "path": { "dom": "/html[1]/body[1]/div[7]/div[3]/div[2]/div[1]/a[1]", "aria": "/document[1]/link[16]" }, "message": "Content is not within a landmark element", "bounds": { "left": 8, "top": 1423, "height": 18, "width": 560 }, "snippet": "<a href=\"https://www.steptoeantitrustblog.com/\" class=\"image-button-link\">", "level": "violation" }, { "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics", "path": { "dom": "/html[1]/body[1]/div[7]/div[3]/div[1]/div[1]/a[1]", "aria": "/document[1]/link[15]" }, "message": "Content is not within a landmark element", "bounds": { "left": 8, "top": 1289, "height": 18, "width": 560 }, "snippet": "<a href=\"https://www.6gsteptoetelecomblog.com/\" class=\"image-button-link\">", "level": "violation" }, { "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics", "path": { "dom": "/html[1]/body[1]/div[7]/div[2]/div[1]/div[2]/a[1]", "aria": "/document[1]/link[14]" }, "message": "Content is not within a landmark element", "bounds": { "left": 8, "top": 1155, "height": 18, "width": 73 }, "snippet": "<a class=\"view-more__text red type-small-caps view-more-accordion__label js-view-more-accordion-label\" href=\"https://www.steptoe.com/en/news-publications/index.html\">", "level": "violation" }, { "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics", "path": { "dom": "/html[1]/body[1]/div[7]/div[2]/div[1]/div[1]/a[1]", "aria": "/document[1]/link[8]" }, "message": "Content is not within a landmark element", "bounds": { "left": 8, "top": 1044, "height": 18, "width": 742 }, "snippet": "<a class=\"l-content-one-third-news-card view-more-accordion__item js-view-more-accordion-item u-force-display-none\" href=\"/en/news-publications/disability-equality-index-names-steptoe-a-best-place-to-work-for-disability-inclusion.html\">", "level": "violation" }, { "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics", "path": { "dom": "/html[1]/body[1]/div[7]/div[1]/a[6]/span[1]/span[2]/p[1]", "aria": "/document[1]/link[7]" }, "message": "Content is not within a landmark element", "bounds": { "left": 8, "top": 991, "height": 19, "width": 784 }, "snippet": "<p>", "level": "violation" }, { "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics", "path": { "dom": "/html[1]/body[1]/div[7]/div[1]/a[1]", "aria": "/document[1]/link[2]" }, "message": "Content is not within a landmark element", "bounds": { "left": 8, "top": 901, "height": 18, "width": 617 }, "snippet": "<a class=\"l-content-one-third-news-card\" href=\"/en/news-publications/steptoe-adds-partner-brian-fleming-to-international-trade-and-regulatory-compliance-group.html\">", "level": "violation" }, { "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics", "path": { "dom": "/html[1]/body[1]/div[6]/div[2]", "aria": "/document[1]/toolbar[1]" }, "message": "Content is not within a landmark element", "bounds": { "left": 8, "top": 799, "height": 86, "width": 784 }, "snippet": "<div role=\"toolbar\" class=\"js-hero-carousel__slick-dots\">", "level": "violation" }, { "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics", "path": { "dom": "/html[1]/body[1]/div[6]/div[1]/div[1]", "aria": "/document[1]/listbox[1]" }, "message": "Content is not within a landmark element", "bounds": { "left": -1272, "top": 47, "height": 737, "width": 7680 }, "snippet": "<div role=\"listbox\" style=\"opacity: 1; width: 7680px; transform: translate3d(-1280px, 0px, 0px);\" class=\"slick-track\">", "level": "violation" }, { "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics", "path": { "dom": "/html[1]/body[1]/div[1]/a[1]", "aria": "/document[1]/link[1]" }, "message": "Content is not within a landmark element", "bounds": { "left": 8, "top": 8, "height": 18, "width": 152 }, "snippet": "<a target=\"_blank\" href=\"https://www.steptoe.com/en/accessibility-statement.html\" class=\"accessibility-link\">", "level": "violation" }, { "ruleId": "Rpt_Aria_MultipleNavigationLandmarks_Implicit", "path": { "dom": "/html[1]/body[1]/header[1]/nav[1]/nav[1]", "aria": "/document[1]/banner[1]/navigation[2]/navigation[1]" }, "message": "Multiple elements with \"navigation\" role do not have unique labels", "bounds": { "left": 8, "top": 3261, "height": 56, "width": 784 }, "snippet": "<nav class=\"header__nav-1 type-small-caps u-force-display-none-desktop\">", "level": "violation" }, { "ruleId": "Rpt_Aria_MultipleNavigationLandmarks_Implicit", "path": { "dom": "/html[1]/body[1]/header[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": 3261, "height": 1108, "width": 784 }, "snippet": "<nav class=\"header__nav-2 js-subnav u-striped-background type-megamenu-level-1\">", "level": "violation" }, { "ruleId": "Rpt_Aria_MultipleNavigationLandmarks_Implicit", "path": { "dom": "/html[1]/body[1]/header[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": 3152, "height": 56, "width": 784 }, "snippet": "<nav class=\"header__nav-1 type-small-caps u-force-display-none-mobile-tablet\">", "level": "violation" }, { "ruleId": "landmark_name_unique", "path": { "dom": "/html[1]/body[1]/header[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": 3261, "height": 1108, "width": 784 }, "snippet": "<nav class=\"header__nav-2 js-subnav u-striped-background type-megamenu-level-1\">", "level": "violation" }, { "ruleId": "landmark_name_unique", "path": { "dom": "/html[1]/body[1]/header[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": 3152, "height": 56, "width": 784 }, "snippet": "<nav class=\"header__nav-1 type-small-caps u-force-display-none-mobile-tablet\">", "level": "violation" }, { "ruleId": "element_tabbable_role_valid", "path": { "dom": "/html[1]/body[1]/div[1]", "aria": "/document[1]" }, "message": "The tabbable element's role 'none' is not a widget role", "bounds": { "left": 8, "top": 8, "height": 19, "width": 784 }, "snippet": "<div style=\"top: -45px;\" tabindex=\"1\" class=\"accessibility-container\">", "level": "violation" }, { "ruleId": "aria_semantics_role", "path": { "dom": "/html[1]/body[1]/div[8]/div[1]/form[1]/div[1]/div[1]/input[1]", "aria": "/document[1]/combobox[1]" }, "message": "The ARIA role 'combobox' is not valid for the element <input>", "bounds": { "left": 8, "top": 4403, "height": 22, "width": 147 }, "snippet": "<input value=\"\" autocomplete=\"off\" aria-expanded=\"false\" aria-autocomplete=\"list\" role=\"combobox\" aria-label=\"Search Steptoe.com\" class=\"search-overlay__input type-overlay-search-input js-overlay-search-input white\" name=\"q\" title=\"\" placeholder=\"\" type=\"search\">", "level": "violation" }, { "ruleId": "aria_semantics_attribute", "path": { "dom": "/html[1]/body[1]/div[6]/div[2]/ul[1]/li[4]", "aria": "/document[1]/toolbar[1]/tablist[1]" }, "message": "The ARIA attribute 'aria-selected' is not valid for the element <li> with ARIA role 'none'", "bounds": { "left": 48, "top": 864, "height": 22, "width": 744 }, "snippet": "<li id=\"slick-slide03\" aria-controls=\"navigation03\" aria-selected=\"false\" role=\"presentation\" aria-hidden=\"true\">", "level": "violation" }, { "ruleId": "aria_semantics_attribute", "path": { "dom": "/html[1]/body[1]/div[6]/div[2]/ul[1]/li[3]", "aria": "/document[1]/toolbar[1]/tablist[1]" }, "message": "The ARIA attribute 'aria-selected' is not valid for the element <li> with ARIA role 'none'", "bounds": { "left": 48, "top": 842, "height": 22, "width": 744 }, "snippet": "<li id=\"slick-slide02\" aria-controls=\"navigation02\" aria-selected=\"false\" role=\"presentation\" aria-hidden=\"true\">", "level": "violation" }, { "ruleId": "aria_semantics_attribute", "path": { "dom": "/html[1]/body[1]/div[6]/div[2]/ul[1]/li[2]", "aria": "/document[1]/toolbar[1]/tablist[1]" }, "message": "The ARIA attribute 'aria-selected' is not valid for the element <li> with ARIA role 'none'", "bounds": { "left": 48, "top": 821, "height": 22, "width": 744 }, "snippet": "<li id=\"slick-slide01\" aria-controls=\"navigation01\" aria-selected=\"false\" role=\"presentation\" aria-hidden=\"true\">", "level": "violation" }, { "ruleId": "aria_semantics_attribute", "path": { "dom": "/html[1]/body[1]/div[6]/div[2]/ul[1]/li[1]", "aria": "/document[1]/toolbar[1]/tablist[1]" }, "message": "The ARIA attribute 'aria-selected' is not valid for the element <li> with ARIA role 'none'", "bounds": { "left": 48, "top": 799, "height": 22, "width": 744 }, "snippet": "<li id=\"slick-slide00\" aria-controls=\"navigation00\" aria-selected=\"true\" role=\"presentation\" aria-hidden=\"false\" class=\"slick-active\">", "level": "violation" }, { "ruleId": "aria_hidden_focus_misuse", "path": { "dom": "/html[1]/body[1]/div[6]/div[2]/ul[1]/li[4]/button[1]", "aria": "/document[1]/toolbar[1]/tablist[1]/button[4]" }, "message": "Element \"button\" should not be focusable within the subtree of an element with an 'aria-hidden' attribute with value 'true'", "bounds": { "left": 48, "top": 864, "height": 22, "width": 24 }, "snippet": "<button tabindex=\"0\" role=\"button\" data-role=\"none\" type=\"button\">", "level": "violation" }, { "ruleId": "aria_hidden_focus_misuse", "path": { "dom": "/html[1]/body[1]/div[6]/div[2]/ul[1]/li[3]/button[1]", "aria": "/document[1]/toolbar[1]/tablist[1]/button[3]" }, "message": "Element \"button\" should not be focusable within the subtree of an element with an 'aria-hidden' attribute with value 'true'", "bounds": { "left": 48, "top": 842, "height": 22, "width": 24 }, "snippet": "<button tabindex=\"0\" role=\"button\" data-role=\"none\" type=\"button\">", "level": "violation" }, { "ruleId": "aria_hidden_focus_misuse", "path": { "dom": "/html[1]/body[1]/div[6]/div[2]/ul[1]/li[2]/button[1]", "aria": "/document[1]/toolbar[1]/tablist[1]/button[2]" }, "message": "Element \"button\" should not be focusable within the subtree of an element with an 'aria-hidden' attribute with value 'true'", "bounds": { "left": 48, "top": 821, "height": 22, "width": 24 }, "snippet": "<button tabindex=\"0\" role=\"button\" data-role=\"none\" type=\"button\">", "level": "violation" }, { "ruleId": "Rpt_Aria_ContentinfoWithNoMain_Implicit", "path": { "dom": "/html[1]/body[1]/footer[1]", "aria": "/document[1]/contentinfo[1]" }, "message": "The element with \"contentinfo\" role is present without an element with \"main\" role", "bounds": { "left": 8, "top": 2396, "height": 364, "width": 784 }, "snippet": "<footer class=\"l-content-container clearfix js-footer\">", "level": "recommendation" }, { "ruleId": "element_attribute_deprecated", "path": { "dom": "/html[1]/head[1]/meta[3]", "aria": "/document[1]" }, "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5", "bounds": { "left": 0, "top": 0, "height": 0, "width": 0 }, "snippet": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">", "level": "recommendation" }, { "ruleId": "element_attribute_deprecated", "path": { "dom": "/html[1]/head[1]/link[5]", "aria": "/document[1]" }, "message": "The HTML attribute(s) \"color\" is deprecated in HTML 5", "bounds": { "left": 0, "top": 0, "height": 0, "width": 0 }, "snippet": "<link color=\"#df134c\" href=\"/images/favicons/safari-pinned-tab.svg\" rel=\"mask-icon\">", "level": "recommendation" }, { "ruleId": "aria_role_redundant", "path": { "dom": "/html[1]/body[1]/div[6]/div[2]/ul[1]/li[4]/button[1]", "aria": "/document[1]/toolbar[1]/tablist[1]/button[4]" }, "message": "The explicitly-assigned ARIA role \"button\" is redundant with the implicit role of the element <button>", "bounds": { "left": 48, "top": 864, "height": 22, "width": 24 }, "snippet": "<button tabindex=\"0\" role=\"button\" data-role=\"none\" type=\"button\">", "level": "recommendation" }, { "ruleId": "aria_role_redundant", "path": { "dom": "/html[1]/body[1]/div[6]/div[2]/ul[1]/li[3]/button[1]", "aria": "/document[1]/toolbar[1]/tablist[1]/button[3]" }, "message": "The explicitly-assigned ARIA role \"button\" is redundant with the implicit role of the element <button>", "bounds": { "left": 48, "top": 842, "height": 22, "width": 24 }, "snippet": "<button tabindex=\"0\" role=\"button\" data-role=\"none\" type=\"button\">", "level": "recommendation" }, { "ruleId": "aria_role_redundant", "path": { "dom": "/html[1]/body[1]/div[6]/div[2]/ul[1]/li[2]/button[1]", "aria": "/document[1]/toolbar[1]/tablist[1]/button[2]" }, "message": "The explicitly-assigned ARIA role \"button\" is redundant with the implicit role of the element <button>", "bounds": { "left": 48, "top": 821, "height": 22, "width": 24 }, "snippet": "<button tabindex=\"0\" role=\"button\" data-role=\"none\" type=\"button\">", "level": "recommendation" }, { "ruleId": "aria_role_redundant", "path": { "dom": "/html[1]/body[1]/div[6]/div[2]/ul[1]/li[1]/button[1]", "aria": "/document[1]/toolbar[1]/tablist[1]/button[1]" }, "message": "The explicitly-assigned ARIA role \"button\" is redundant with the implicit role of the element <button>", "bounds": { "left": 48, "top": 799, "height": 22, "width": 24 }, "snippet": "<button tabindex=\"0\" role=\"button\" data-role=\"none\" type=\"button\">", "level": "recommendation" } ] }, "url": { "totals": { "violation": 31, "recommendation": 7, "ignored": 0 }, "items": [ { "ruleId": "WCAG20_Input_ExplicitLabel", "path": { "dom": "/html[1]/body[1]/div[6]/div[1]/div[1]", "aria": "/document[1]/listbox[1]" }, "message": "Form control with \"listbox\" role has no associated label", "bounds": { "left": -800, "top": 92, "height": 508, "width": 4800 }, "snippet": "<div role=\"listbox\" style=\"opacity: 1; width: 4800px; transform: translate3d(-800px, 0px, 0px);\" class=\"slick-track\">", "level": "violation" }, { "ruleId": "WCAG20_A_HasText", "path": { "dom": "/html[1]/body[1]/footer[1]/div[1]/div[1]/div[2]/div[1]/a[1]", "aria": "/document[1]/contentinfo[1]/link[1]" }, "message": "Hyperlink has no link text, label or image with a text alternative", "bounds": { "left": 30, "top": 1827, "height": 17, "width": 100 }, "snippet": "<a href=\"https://www.steptoe.com/a/web/199750/Steptoe-2020-ISO-27001-2013-Final-Certificate-c2.pdf\">", "level": "violation" }, { "ruleId": "Rpt_Aria_ValidIdRef", "path": { "dom": "/html[1]/body[1]/div[6]/div[2]/ul[1]/li[4]", "aria": "/document[1]/toolbar[1]/tablist[1]" }, "message": "The 'id' \"navigation03\" specified for the ARIA property 'aria-controls' value is not valid", "bounds": { "left": 459, "top": 550, "height": 20, "width": 20 }, "snippet": "<li id=\"slick-slide03\" aria-controls=\"navigation03\" aria-selected=\"false\" role=\"presentation\" aria-hidden=\"true\">", "level": "violation" }, { "ruleId": "Rpt_Aria_ValidIdRef", "path": { "dom": "/html[1]/body[1]/div[6]/div[2]/ul[1]/li[3]", "aria": "/document[1]/toolbar[1]/tablist[1]" }, "message": "The 'id' \"navigation02\" specified for the ARIA property 'aria-controls' value is not valid", "bounds": { "left": 413, "top": 550, "height": 20, "width": 20 }, "snippet": "<li id=\"slick-slide02\" aria-controls=\"navigation02\" aria-selected=\"false\" role=\"presentation\" aria-hidden=\"true\">", "level": "violation" }, { "ruleId": "Rpt_Aria_ValidIdRef", "path": { "dom": "/html[1]/body[1]/div[6]/div[2]/ul[1]/li[2]", "aria": "/document[1]/toolbar[1]/tablist[1]" }, "message": "The 'id' \"navigation01\" specified for the ARIA property 'aria-controls' value is not valid", "bounds": { "left": 367, "top": 550, "height": 20, "width": 20 }, "snippet": "<li id=\"slick-slide01\" aria-controls=\"navigation01\" aria-selected=\"false\" role=\"presentation\" aria-hidden=\"true\">", "level": "violation" }, { "ruleId": "Rpt_Aria_ValidIdRef", "path": { "dom": "/html[1]/body[1]/div[6]/div[2]/ul[1]/li[1]", "aria": "/document[1]/toolbar[1]/tablist[1]" }, "message": "The 'id' \"navigation00\" specified for the ARIA property 'aria-controls' value is not valid", "bounds": { "left": 321, "top": 550, "height": 20, "width": 20 }, "snippet": "<li id=\"slick-slide00\" aria-controls=\"navigation00\" aria-selected=\"true\" role=\"presentation\" aria-hidden=\"false\" class=\"slick-active\">", "level": "violation" }, { "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics", "path": { "dom": "/html[1]/body[1]/section[1]/div[1]/div[2]/p[1]", "aria": "/document[1]" }, "message": "Content is not within a landmark element", "bounds": { "left": 100, "top": 425, "height": 150, "width": 600 }, "snippet": "<p>", "level": "violation" }, { "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics", "path": { "dom": "/html[1]/body[1]/section[1]/div[1]/div[1]/button[1]", "aria": "/document[1]/button[1]" }, "message": "Content is not within a landmark element", "bounds": { "left": 752, "top": 410, "height": 37, "width": 29 }, "snippet": "<button aria-label=\"Close\" class=\"cookie-banner__close js-cookie-banner-close type-body\">", "level": "violation" }, { "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics", "path": { "dom": "/html[1]/body[1]/div[7]/div[3]/div[9]/div[1]/a[1]", "aria": "/document[1]/link[23]" }, "message": "Content is not within a landmark element", "bounds": { "left": 30, "top": 1573, "height": 85, "width": 363 }, "snippet": "<a href=\"http://www.sdnyblog.com/\" class=\"image-button-link\">", "level": "violation" }, { "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics", "path": { "dom": "/html[1]/body[1]/div[7]/div[3]/div[8]/div[1]/a[1]", "aria": "/document[1]/link[22]" }, "message": "Content is not within a landmark element", "bounds": { "left": 408, "top": 1474, "height": 85, "width": 363 }, "snippet": "<a href=\"https://www.steptoepurpablog.com/\" class=\"image-button-link\">", "level": "violation" }, { "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics", "path": { "dom": "/html[1]/body[1]/div[7]/div[3]/div[7]/div[1]/a[1]", "aria": "/document[1]/link[21]" }, "message": "Content is not within a landmark element", "bounds": { "left": 30, "top": 1474, "height": 85, "width": 363 }, "snippet": "<a href=\"https://www.steptoeinvestigationsblog.com/\" class=\"image-button-link\">", "level": "violation" }, { "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics", "path": { "dom": "/html[1]/body[1]/div[7]/div[3]/div[6]/div[1]/a[1]", "aria": "/document[1]/link[20]" }, "message": "Content is not within a landmark element", "bounds": { "left": 408, "top": 1374, "height": 85, "width": 363 }, "snippet": "<a href=\"http://www.steptoeinternationalcomplianceblog.com/\" class=\"image-button-link\">", "level": "violation" }, { "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics", "path": { "dom": "/html[1]/body[1]/div[7]/div[3]/div[5]/div[1]/a[1]", "aria": "/document[1]/link[19]" }, "message": "Content is not within a landmark element", "bounds": { "left": 30, "top": 1374, "height": 85, "width": 363 }, "snippet": "<a href=\"https://www.steptoeglobaltradeblog.com/\" class=\"image-button-link\">", "level": "violation" }, { "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics", "path": { "dom": "/html[1]/body[1]/div[7]/div[3]/div[4]/div[1]/a[1]", "aria": "/document[1]/link[18]" }, "message": "Content is not within a landmark element", "bounds": { "left": 408, "top": 1273, "height": 85, "width": 363 }, "snippet": "<a href=\"http://www.steptoecyberblog.com/\" class=\"image-button-link\">", "level": "violation" }, { "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics", "path": { "dom": "/html[1]/body[1]/div[7]/div[3]/div[3]/div[1]/a[1]", "aria": "/document[1]/link[17]" }, "message": "Content is not within a landmark element", "bounds": { "left": 30, "top": 1273, "height": 86, "width": 363 }, "snippet": "<a href=\"http://www.steptoeblockchainblog.com/\" class=\"image-button-link\">", "level": "violation" }, { "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics", "path": { "dom": "/html[1]/body[1]/div[7]/div[3]/div[2]/div[1]/a[1]", "aria": "/document[1]/link[16]" }, "message": "Content is not within a landmark element", "bounds": { "left": 408, "top": 1173, "height": 85, "width": 363 }, "snippet": "<a href=\"https://www.steptoeantitrustblog.com/\" class=\"image-button-link\">", "level": "violation" }, { "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics", "path": { "dom": "/html[1]/body[1]/div[7]/div[3]/div[1]/div[1]/a[1]", "aria": "/document[1]/link[15]" }, "message": "Content is not within a landmark element", "bounds": { "left": 30, "top": 1173, "height": 85, "width": 363 }, "snippet": "<a href=\"https://www.6gsteptoetelecomblog.com/\" class=\"image-button-link\">", "level": "violation" }, { "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics", "path": { "dom": "/html[1]/body[1]/div[7]/div[2]/div[1]/div[2]/a[1]", "aria": "/document[1]/link[14]" }, "message": "Content is not within a landmark element", "bounds": { "left": 348, "top": 1106, "height": 20, "width": 106 }, "snippet": "<a class=\"view-more__text red type-small-caps view-more-accordion__label js-view-more-accordion-label\" href=\"https://www.steptoe.com/en/news-publications/index.html\">", "level": "violation" }, { "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics", "path": { "dom": "/html[1]/body[1]/div[7]/div[1]/a[6]/span[1]/span[2]/p[1]", "aria": "/document[1]/link[7]" }, "message": "Content is not within a landmark element", "bounds": { "left": 555, "top": 939, "height": 54, "width": 205 }, "snippet": "<p>", "level": "violation" }, { "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics", "path": { "dom": "/html[1]/body[1]/div[7]/div[1]/a[1]", "aria": "/document[1]/link[2]" }, "message": "Content is not within a landmark element", "bounds": { "left": 30, "top": 660, "height": 206, "width": 237 }, "snippet": "<a class=\"l-content-one-third-news-card\" href=\"/en/news-publications/steptoe-adds-partner-brian-fleming-to-international-trade-and-regulatory-compliance-group.html\">", "level": "violation" }, { "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics", "path": { "dom": "/html[1]/body[1]/div[6]/div[2]", "aria": "/document[1]/toolbar[1]" }, "message": "Content is not within a landmark element", "bounds": { "left": 0, "top": 600, "height": 0, "width": 800 }, "snippet": "<div role=\"toolbar\" class=\"js-hero-carousel__slick-dots\">", "level": "violation" }, { "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics", "path": { "dom": "/html[1]/body[1]/div[6]/div[1]/div[1]", "aria": "/document[1]/listbox[1]" }, "message": "Content is not within a landmark element", "bounds": { "left": -800, "top": 92, "height": 508, "width": 4800 }, "snippet": "<div role=\"listbox\" style=\"opacity: 1; width: 4800px; transform: translate3d(-800px, 0px, 0px);\" class=\"slick-track\">", "level": "violation" }, { "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics", "path": { "dom": "/html[1]/body[1]/div[1]/a[1]", "aria": "/document[1]/link[1]" }, "message": "Content is not within a landmark element", "bounds": { "left": 0, "top": -45, "height": 45, "width": 241 }, "snippet": "<a target=\"_blank\" href=\"https://www.steptoe.com/en/accessibility-statement.html\" class=\"accessibility-link\">", "level": "violation" }, { "ruleId": "element_tabbable_role_valid", "path": { "dom": "/html[1]/body[1]/div[1]", "aria": "/document[1]" }, "message": "The tabbable element's role 'none' is not a widget role", "bounds": { "left": 0, "top": -45, "height": 45, "width": 241 }, "snippet": "<div style=\"top: -45px;\" tabindex=\"1\" class=\"accessibility-container\">", "level": "violation" }, { "ruleId": "aria_semantics_attribute", "path": { "dom": "/html[1]/body[1]/div[6]/div[2]/ul[1]/li[4]", "aria": "/document[1]/toolbar[1]/tablist[1]" }, "message": "The ARIA attribute 'aria-selected' is not valid for the element <li> with ARIA role 'none'", "bounds": { "left": 459, "top": 550, "height": 20, "width": 20 }, "snippet": "<li id=\"slick-slide03\" aria-controls=\"navigation03\" aria-selected=\"false\" role=\"presentation\" aria-hidden=\"true\">", "level": "violation" }, { "ruleId": "aria_semantics_attribute", "path": { "dom": "/html[1]/body[1]/div[6]/div[2]/ul[1]/li[3]", "aria": "/document[1]/toolbar[1]/tablist[1]" }, "message": "The ARIA attribute 'aria-selected' is not valid for the element <li> with ARIA role 'none'", "bounds": { "left": 413, "top": 550, "height": 20, "width": 20 }, "snippet": "<li id=\"slick-slide02\" aria-controls=\"navigation02\" aria-selected=\"false\" role=\"presentation\" aria-hidden=\"true\">", "level": "violation" }, { "ruleId": "aria_semantics_attribute", "path": { "dom": "/html[1]/body[1]/div[6]/div[2]/ul[1]/li[2]", "aria": "/document[1]/toolbar[1]/tablist[1]" }, "message": "The ARIA attribute 'aria-selected' is not valid for the element <li> with ARIA role 'none'", "bounds": { "left": 367, "top": 550, "height": 20, "width": 20 }, "snippet": "<li id=\"slick-slide01\" aria-controls=\"navigation01\" aria-selected=\"false\" role=\"presentation\" aria-hidden=\"true\">", "level": "violation" }, { "ruleId": "aria_semantics_attribute", "path": { "dom": "/html[1]/body[1]/div[6]/div[2]/ul[1]/li[1]", "aria": "/document[1]/toolbar[1]/tablist[1]" }, "message": "The ARIA attribute 'aria-selected' is not valid for the element <li> with ARIA role 'none'", "bounds": { "left": 321, "top": 550, "height": 20, "width": 20 }, "snippet": "<li id=\"slick-slide00\" aria-controls=\"navigation00\" aria-selected=\"true\" role=\"presentation\" aria-hidden=\"false\" class=\"slick-active\">", "level": "violation" }, { "ruleId": "aria_hidden_focus_misuse", "path": { "dom": "/html[1]/body[1]/div[6]/div[2]/ul[1]/li[4]/button[1]", "aria": "/document[1]/toolbar[1]/tablist[1]/button[4]" }, "message": "Element \"button\" should not be focusable within the subtree of an element with an 'aria-hidden' attribute with value 'true'", "bounds": { "left": 459, "top": 553, "height": 20, "width": 20 }, "snippet": "<button tabindex=\"0\" role=\"button\" data-role=\"none\" type=\"button\">", "level": "violation" }, { "ruleId": "aria_hidden_focus_misuse", "path": { "dom": "/html[1]/body[1]/div[6]/div[2]/ul[1]/li[3]/button[1]", "aria": "/document[1]/toolbar[1]/tablist[1]/button[3]" }, "message": "Element \"button\" should not be focusable within the subtree of an element with an 'aria-hidden' attribute with value 'true'", "bounds": { "left": 413, "top": 553, "height": 20, "width": 20 }, "snippet": "<button tabindex=\"0\" role=\"button\" data-role=\"none\" type=\"button\">", "level": "violation" }, { "ruleId": "aria_hidden_focus_misuse", "path": { "dom": "/html[1]/body[1]/div[6]/div[2]/ul[1]/li[2]/button[1]", "aria": "/document[1]/toolbar[1]/tablist[1]/button[2]" }, "message": "Element \"button\" should not be focusable within the subtree of an element with an 'aria-hidden' attribute with value 'true'", "bounds": { "left": 367, "top": 553, "height": 20, "width": 20 }, "snippet": "<button tabindex=\"0\" role=\"button\" data-role=\"none\" type=\"button\">", "level": "violation" }, { "ruleId": "Rpt_Aria_ContentinfoWithNoMain_Implicit", "path": { "dom": "/html[1]/body[1]/footer[1]", "aria": "/document[1]/contentinfo[1]" }, "message": "The element with \"contentinfo\" role is present without an element with \"main\" role", "bounds": { "left": 0, "top": 1688, "height": 197, "width": 800 }, "snippet": "<footer class=\"l-content-container clearfix js-footer\">", "level": "recommendation" }, { "ruleId": "element_attribute_deprecated", "path": { "dom": "/html[1]/head[1]/meta[3]", "aria": "/document[1]" }, "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5", "bounds": { "left": 0, "top": 0, "height": 0, "width": 0 }, "snippet": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">", "level": "recommendation" }, { "ruleId": "element_attribute_deprecated", "path": { "dom": "/html[1]/head[1]/link[5]", "aria": "/document[1]" }, "message": "The HTML attribute(s) \"color\" is deprecated in HTML 5", "bounds": { "left": 0, "top": 0, "height": 0, "width": 0 }, "snippet": "<link color=\"#df134c\" href=\"/images/favicons/safari-pinned-tab.svg\" rel=\"mask-icon\">", "level": "recommendation" }, { "ruleId": "aria_role_redundant", "path": { "dom": "/html[1]/body[1]/div[6]/div[2]/ul[1]/li[4]/button[1]", "aria": "/document[1]/toolbar[1]/tablist[1]/button[4]" }, "message": "The explicitly-assigned ARIA role \"button\" is redundant with the implicit role of the element <button>", "bounds": { "left": 459, "top": 553, "height": 20, "width": 20 }, "snippet": "<button tabindex=\"0\" role=\"button\" data-role=\"none\" type=\"button\">", "level": "recommendation" }, { "ruleId": "aria_role_redundant", "path": { "dom": "/html[1]/body[1]/div[6]/div[2]/ul[1]/li[3]/button[1]", "aria": "/document[1]/toolbar[1]/tablist[1]/button[3]" }, "message": "The explicitly-assigned ARIA role \"button\" is redundant with the implicit role of the element <button>", "bounds": { "left": 413, "top": 553, "height": 20, "width": 20 }, "snippet": "<button tabindex=\"0\" role=\"button\" data-role=\"none\" type=\"button\">", "level": "recommendation" }, { "ruleId": "aria_role_redundant", "path": { "dom": "/html[1]/body[1]/div[6]/div[2]/ul[1]/li[2]/button[1]", "aria": "/document[1]/toolbar[1]/tablist[1]/button[2]" }, "message": "The explicitly-assigned ARIA role \"button\" is redundant with the implicit role of the element <button>", "bounds": { "left": 367, "top": 553, "height": 20, "width": 20 }, "snippet": "<button tabindex=\"0\" role=\"button\" data-role=\"none\" type=\"button\">", "level": "recommendation" }, { "ruleId": "aria_role_redundant", "path": { "dom": "/html[1]/body[1]/div[6]/div[2]/ul[1]/li[1]/button[1]", "aria": "/document[1]/toolbar[1]/tablist[1]/button[1]" }, "message": "The explicitly-assigned ARIA role \"button\" is redundant with the implicit role of the element <button>", "bounds": { "left": 321, "top": 553, "height": 20, "width": 20 }, "snippet": "<button tabindex=\"0\" role=\"button\" data-role=\"none\" type=\"button\">", "level": "recommendation" } ] } } }, { "type": "launch", "which": "chromium", "what": "chromium browser" }, { "type": "url", "which": "https://www.steptoe.com/en/", "what": "URL", "result": "https://www.steptoe.com/en/" }, { "type": "test", "which": "nuVal", "what": "failures to pass the Nu Html Checker", "url": "https://www.steptoe.com/en/", "result": { "messages": [ { "type": "info", "lastLine": 3, "lastColumn": 115, "firstColumn": 9, "subType": "warning", "message": "Consider avoiding viewport values that prevent users from resizing documents.", "extract": ">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, user-scalable=no, maximum-scale=1.0\">\n ", "hiliteStart": 10, "hiliteLength": 107 }, { "type": "error", "lastLine": 150, "lastColumn": 19, "firstColumn": 13, "message": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)", "extract": " <style>\n .ho", "hiliteStart": 10, "hiliteLength": 7 }, { "type": "error", "lastLine": 178, "lastColumn": 27, "firstColumn": 25, "message": "Element p not allowed as child of element h3 in this context. (Suppressing further errors from this subtree.)", "extract": " <p>Impact", "hiliteStart": 10, "hiliteLength": 3 }, { "type": "error", "lastLine": 191, "lastColumn": 19, "firstColumn": 13, "message": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)", "extract": " <style>\n .ho", "hiliteStart": 10, "hiliteLength": 7 }, { "type": "error", "lastLine": 232, "lastColumn": 19, "firstColumn": 13, "message": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)", "extract": " <style>\n .ho", "hiliteStart": 10, "hiliteLength": 7 }, { "type": "error", "lastLine": 273, "lastColumn": 19, "firstColumn": 13, "message": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)", "extract": " <style>\n .ho", "hiliteStart": 10, "hiliteLength": 7 }, { "type": "error", "lastLine": 396, "lastColumn": 70, "firstColumn": 68, "message": "Element p not allowed as child of element span in this context. (Suppressing further errors from this subtree.)", "extract": "-callout\"><p><em>Th", "hiliteStart": 10, "hiliteLength": 3 }, { "type": "error", "lastLine": 505, "lastColumn": 100, "firstColumn": 1, "message": "A source element that has a following sibling source element or img element with a srcset attribute must have a media attribute and/or type attribute.", "extract": "th=\"560\">\n<source srcset=\"https://www.steptoe.com/a/web/212401/3ZEZkp/6g-telecom-blog-homepage-banner_v2.jpg\">\n<sour", "hiliteStart": 10, "hiliteLength": 100 }, { "type": "error", "lastLine": 522, "lastColumn": 89, "firstColumn": 1, "message": "A source element that has a following sibling source element or img element with a srcset attribute must have a media attribute and/or type attribute.", "extract": "th=\"560\">\n<source srcset=\"https://www.steptoe.com/a/web/140917/3ZEHvf/antitrustandcompetition.jpg\">\n<sour", "hiliteStart": 10, "hiliteLength": 89 }, { "type": "error", "lastLine": 555, "lastColumn": 77, "firstColumn": 1, "message": "A source element that has a following sibling source element or img element with a srcset attribute must have a media attribute and/or type attribute.", "extract": "th=\"560\">\n<source srcset=\"https://www.steptoe.com/a/web/140963/3ZEHvN/blog-images.jpg\">\n<sour", "hiliteStart": 10, "hiliteLength": 77 }, { "type": "error", "lastLine": 572, "lastColumn": 99, "firstColumn": 1, "message": "A source element that has a following sibling source element or img element with a srcset attribute must have a media attribute and/or type attribute.", "extract": "th=\"560\">\n<source srcset=\"https://www.steptoe.com/a/web/208897/3ZEZ6t/global-trade-policy-blog_homepage.jpg\">\n<sour", "hiliteStart": 10, "hiliteLength": 99 }, { "type": "error", "lastLine": 589, "lastColumn": 95, "firstColumn": 1, "message": "A source element that has a following sibling source element or img element with a srcset attribute must have a media attribute and/or type attribute.", "extract": "th=\"560\">\n<source srcset=\"https://www.steptoe.com/a/web/140929/3ZEHvk/international-compliance-blog.jpg\">\n<sour", "hiliteStart": 10, "hiliteLength": 95 }, { "type": "error", "lastLine": 606, "lastColumn": 110, "firstColumn": 1, "message": "A source element that has a following sibling source element or img element with a srcset attribute must have a media attribute and/or type attribute.", "extract": "th=\"560\">\n<source srcset=\"https://www.steptoe.com/a/web/204492/3ZEQNo/investigations-and-enforcement-blog_homepage.jpg\">\n<sour", "hiliteStart": 10, "hiliteLength": 110 }, { "type": "error", "lastLine": 623, "lastColumn": 76, "firstColumn": 1, "message": "A source element that has a following sibling source element or img element with a srcset attribute must have a media attribute and/or type attribute.", "extract": "th=\"560\">\n<source srcset=\"https://www.steptoe.com/a/web/174533/3ZEL2Y/purpa-blog.jpg\">\n<sour", "hiliteStart": 10, "hiliteLength": 76 }, { "type": "error", "lastLine": 640, "lastColumn": 76, "firstColumn": 1, "message": "A source element that has a following sibling source element or img element with a srcset attribute must have a media attribute and/or type attribute.", "extract": "th=\"560\">\n<source srcset=\"https://www.steptoe.com/a/web/140893/3ZEHuZ/sdny-image.jpg\">\n<sour", "hiliteStart": 10, "hiliteLength": 76 }, { "type": "info", "lastLine": 733, "lastColumn": 84, "firstColumn": 1, "subType": "warning", "message": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "extract": "ooter>\n\n\n\n<section class=\"cookie-banner js-cookie-banner white type-body u-hide-for-print\">\n <", "hiliteStart": 10, "hiliteLength": 84 }, { "type": "info", "lastLine": 1121, "lastColumn": 69, "firstColumn": 5, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "v>\n\n\n\n <script src=\"/javascript/build/bundle.js\" type=\"text/javascript\"></scri", "hiliteStart": 10, "hiliteLength": 65 }, { "type": "info", "lastLine": 1122, "lastColumn": 73, "firstColumn": 5, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "ript>\n <script src=\"/javascript/vendor/modernizr.js\" type=\"text/javascript\"></scri", "hiliteStart": 10, "hiliteLength": 69 }, { "type": "info", "lastLine": 1123, "lastColumn": 77, "firstColumn": 5, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "ript>\n <script src=\"/javascript/vendor/detectizr.min.js\" type=\"text/javascript\"></scri", "hiliteStart": 10, "hiliteLength": 73 }, { "type": "info", "lastLine": 1126, "lastColumn": 31, "firstColumn": 1, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "pt>\n\n \n<script type=\"text/javascript\">\n v", "hiliteStart": 10, "hiliteLength": 31 }, { "type": "info", "lastLine": 1128, "lastColumn": 92, "firstColumn": 10, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "\n</script><script src=\"https://analytics.rubensteintech.com/piwik.js\" type=\"text/javascript\"></scri", "hiliteStart": 10, "hiliteLength": 83 } ] } }, { "type": "test", "which": "wave", "reportType": 4, "what": "WAVE", "url": "https://www.steptoe.com/en/", "result": { "status": { "success": true, "httpstatuscode": 200 }, "statistics": { "pagetitle": "Homepage | Steptoe & Johnson LLP", "pageurl": "https://www.steptoe.com/en/", "time": 8.33, "creditsremaining": 791, "allitemcount": 145, "totalelements": 489, "waveurl": "http://wave.webaim.org/report?url=https://www.steptoe.com/en/" }, "categories": { "error": { "description": "Errors", "count": 1, "items": { "alt_link_missing": { "id": "alt_link_missing", "description": "Linked image missing alternative text", "count": 1, "selectors": [ "HTML > BODY#body > DIV:first-child + SCRIPT + SCRIPT + DIV + DIV + DIV + DIV + DIV + DIV + FOOTER > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > A:first-child > IMG:first-child" ], "wcag": [ { "name": "1.1.1 Non-text Content (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc1.1.1" }, { "name": "2.4.4 Link Purpose (In Context) (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc2.4.4" } ] } } }, "contrast": { "description": "Contrast Errors", "count": 18, "items": { "contrast": { "id": "contrast", "description": "Very low contrast", "count": 18, "selectors": [ "HTML > BODY#body > DIV:first-child + SCRIPT + SCRIPT + DIV + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > STYLE:first-child + DIV > A:first-child > H2:first-child", "HTML > BODY#body > DIV:first-child + SCRIPT + SCRIPT + DIV + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > STYLE:first-child + DIV > A:first-child > H2:first-child + H3", "HTML > BODY#body > DIV:first-child + SCRIPT + SCRIPT + DIV + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > STYLE:first-child + DIV > A:first-child > H2:first-child", "HTML > BODY#body > DIV:first-child + SCRIPT + SCRIPT + DIV + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > STYLE:first-child + DIV > A:first-child > H2:first-child + H3 > P:first-child", "HTML > BODY#body > DIV:first-child + SCRIPT + SCRIPT + DIV + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > STYLE:first-child + DIV > A:first-child > H2:first-child > SPAN:first-child", "HTML > BODY#body > DIV:first-child + SCRIPT + SCRIPT + DIV + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > STYLE:first-child + DIV > A:first-child > H2:first-child + H3 > SPAN:first-child", "HTML > BODY#body > DIV:first-child + SCRIPT + SCRIPT + DIV + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV + DIV > DIV:first-child > STYLE:first-child + DIV > A:first-child > H2:first-child", "HTML > BODY#body > DIV:first-child + SCRIPT + SCRIPT + DIV + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV + DIV > DIV:first-child > STYLE:first-child + DIV > A:first-child > H2:first-child + H3", "HTML > BODY#body > DIV:first-child + SCRIPT + SCRIPT + DIV + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV > DIV:first-child > STYLE:first-child + DIV > A:first-child > H2:first-child", "HTML > BODY#body > DIV:first-child + SCRIPT + SCRIPT + DIV + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV > DIV:first-child > STYLE:first-child + DIV > A:first-child > H2:first-child + H3", "HTML > BODY#body > DIV:first-child + SCRIPT + SCRIPT + DIV + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV + DIV > DIV:first-child > STYLE:first-child + DIV > A:first-child > H2:first-child", "HTML > BODY#body > DIV:first-child + SCRIPT + SCRIPT + DIV + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV + DIV > DIV:first-child > STYLE:first-child + DIV > A:first-child > H2:first-child + H3 > P:first-child", "HTML > BODY#body > DIV:first-child + SCRIPT + SCRIPT + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child > A:first-child > SPAN:first-child > SPAN:first-child", "HTML > BODY#body > DIV:first-child + SCRIPT + SCRIPT + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child > A:first-child + A > SPAN:first-child > SPAN:first-child", "HTML > BODY#body > DIV:first-child + SCRIPT + SCRIPT + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child > A:first-child + A + A > SPAN:first-child > SPAN:first-child", "HTML > BODY#body > DIV:first-child + SCRIPT + SCRIPT + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child > A:first-child + A + A + A > SPAN:first-child > SPAN:first-child", "HTML > BODY#body > DIV:first-child + SCRIPT + SCRIPT + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child > A:first-child + A + A + A + A > SPAN:first-child > SPAN:first-child", "HTML > BODY#body > DIV:first-child + SCRIPT + SCRIPT + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child > A:first-child + A + A + A + A + A > SPAN:first-child > SPAN:first-child" ], "contrastdata": [ [ 1, "#ffffff", "#ffffff", true ], [ 1, "#ffffff", "#ffffff", true ], [ 1, "#ffffff", "#ffffff", true ], [ 1, "#ffffff", "#ffffff", true ], [ 1, "#ffffff", "#ffffff", true ], [ 1, "#ffffff", "#ffffff", true ], [ 1, "#ffffff", "#ffffff", true ], [ 1, "#ffffff", "#ffffff", true ], [ 1, "#ffffff", "#ffffff", true ], [ 1, "#ffffff", "#ffffff", true ], [ 1, "#ffffff", "#ffffff", true ], [ 1, "#ffffff", "#ffffff", true ], [ 3.5, "#ffffff", "#0097a9", false ], [ 3.5, "#ffffff", "#0097a9", false ], [ 3.5, "#ffffff", "#0097a9", false ], [ 3.5, "#ffffff", "#0097a9", false ], [ 3.5, "#ffffff", "#0097a9", false ], [ 3.5, "#ffffff", "#0097a9", false ] ], "wcag": [ { "name": "1.4.3 Contrast (Minimum) (Level AA)", "link": "https://webaim.org/standards/wcag/checklist#sc1.4.3" } ] } } }, "alert": { "description": "Alerts", "count": 29, "items": { "alt_duplicate": { "id": "alt_duplicate", "description": "A nearby image has the same alternative text", "count": 7, "selectors": [ "HTML > BODY#body > DIV:first-child + SCRIPT + SCRIPT + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child + DIV + DIV > DIV:first-child + DIV > DIV:first-child > A:first-child > PICTURE:first-child > SOURCE:first-child + SOURCE + SOURCE + IMG", "HTML > BODY#body > DIV:first-child + SCRIPT + SCRIPT + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child + DIV + DIV > DIV:first-child + DIV + DIV + DIV > DIV:first-child > A:first-child > PICTURE:first-child > SOURCE:first-child + SOURCE + SOURCE + IMG", "HTML > BODY#body > DIV:first-child + SCRIPT + SCRIPT + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child + DIV + DIV > DIV:first-child + DIV + DIV + DIV + DIV > DIV:first-child > A:first-child > PICTURE:first-child > SOURCE:first-child + SOURCE + SOURCE + IMG", "HTML > BODY#body > DIV:first-child + SCRIPT + SCRIPT + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child + DIV + DIV > DIV:first-child + DIV + DIV + DIV + DIV + DIV > DIV:first-child > A:first-child > PICTURE:first-child > SOURCE:first-child + SOURCE + SOURCE + IMG", "HTML > BODY#body > DIV:first-child + SCRIPT + SCRIPT + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child + DIV + DIV > DIV:first-child + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child > A:first-child > PICTURE:first-child > SOURCE:first-child + SOURCE + SOURCE + IMG", "HTML > BODY#body > DIV:first-child + SCRIPT + SCRIPT + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child + DIV + DIV > DIV:first-child + DIV + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child > A:first-child > PICTURE:first-child > SOURCE:first-child + SOURCE + SOURCE + IMG", "HTML > BODY#body > DIV:first-child + SCRIPT + SCRIPT + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child + DIV + DIV > DIV:first-child + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child > A:first-child > PICTURE:first-child > SOURCE:first-child + SOURCE + SOURCE + IMG" ], "wcag": [ { "name": "1.1.1 Non-text Content (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc1.1.1" } ] }, "label_title": { "id": "label_title", "description": "Unlabeled form control with title", "count": 1, "selectors": [ "HTML > BODY#body > DIV:first-child + SCRIPT + SCRIPT + DIV + DIV + DIV + DIV + DIV + DIV + FOOTER + SECTION + HEADER + DIV > DIV:first-child > DIV:first-child + FORM > DIV:first-child > SPAN:first-child + DIV > INPUT:first-child" ], "wcag": [ { "name": "1.1.1 Non-text Content (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc1.1.1" }, { "name": "1.3.1 Info and Relationships (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc1.3.1" }, { "name": "2.4.6 Headings and Labels (Level AA)", "link": "https://webaim.org/standards/wcag/checklist#sc2.4.6" }, { "name": "3.3.2 Labels or Instructions (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc3.3.2" } ] }, "h1_missing": { "id": "h1_missing", "description": "Missing first level heading", "count": 1, "selectors": [ false ], "wcag": [ { "name": "1.3.1 Info and Relationships (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc1.3.1" }, { "name": "2.4.6 Headings and Labels (Level AA)", "link": "https://webaim.org/standards/wcag/checklist#sc2.4.6" } ] }, "heading_possible": { "id": "heading_possible", "description": "Possible heading", "count": 2, "selectors": [ "HTML > BODY#body > DIV:first-child + SCRIPT + SCRIPT + DIV + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > STYLE:first-child + DIV > A:first-child > H2:first-child + H3 > P:first-child", "HTML > BODY#body > DIV:first-child + SCRIPT + SCRIPT + DIV + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV + DIV > DIV:first-child > STYLE:first-child + DIV > A:first-child > H2:first-child + H3 > P:first-child" ], "wcag": [ { "name": "1.3.1 Info and Relationships (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc1.3.1" }, { "name": "2.4.1 Bypass Blocks (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc2.4.1" }, { "name": "2.4.6 Headings and Labels (Level AA)", "link": "https://webaim.org/standards/wcag/checklist#sc2.4.6" } ] }, "link_redundant": { "id": "link_redundant", "description": "Redundant link", "count": 6, "selectors": [ "HTML > BODY#body > DIV:first-child + SCRIPT + SCRIPT + DIV + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > STYLE:first-child + DIV > A:first-child + DIV > A:first-child", "HTML > BODY#body > DIV:first-child + SCRIPT + SCRIPT + DIV + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > STYLE:first-child + DIV > A:first-child + DIV > A:first-child", "HTML > BODY#body > DIV:first-child + SCRIPT + SCRIPT + DIV + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > STYLE:first-child + DIV > A:first-child + DIV > A:first-child", "HTML > BODY#body > DIV:first-child + SCRIPT + SCRIPT + DIV + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV + DIV > DIV:first-child > STYLE:first-child + DIV > A:first-child + DIV > A:first-child", "HTML > BODY#body > DIV:first-child + SCRIPT + SCRIPT + DIV + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV > DIV:first-child > STYLE:first-child + DIV > A:first-child + DIV > A:first-child", "HTML > BODY#body > DIV:first-child + SCRIPT + SCRIPT + DIV + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV + DIV > DIV:first-child > STYLE:first-child + DIV > A:first-child + DIV > 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 > BODY#body > DIV:first-child + SCRIPT + SCRIPT + DIV + DIV + DIV + DIV + DIV + DIV + FOOTER > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > A:first-child" ], "wcag": [] }, "noscript": { "id": "noscript", "description": "Noscript element", "count": 1, "selectors": [ "HTML > BODY#body > DIV:first-child + SCRIPT + SCRIPT + DIV + DIV + DIV + DIV + DIV + DIV + FOOTER + SECTION + HEADER + DIV + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + NOSCRIPT" ], "wcag": [] }, "tabindex": { "id": "tabindex", "description": "Tabindex", "count": 1, "selectors": [ "HTML > BODY#body > DIV:first-child" ], "wcag": [ { "name": "2.4.3 Focus Order (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc2.4.3" } ] }, "title_redundant": { "id": "title_redundant", "description": "Redundant title text", "count": 9, "selectors": [ "HTML > BODY#body > DIV:first-child + SCRIPT + SCRIPT + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child > A:first-child > PICTURE:first-child > SOURCE:first-child + SOURCE + SOURCE + IMG", "HTML > BODY#body > DIV:first-child + SCRIPT + SCRIPT + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child + DIV + DIV > DIV:first-child + DIV > DIV:first-child > A:first-child > PICTURE:first-child > SOURCE:first-child + SOURCE + SOURCE + IMG", "HTML > BODY#body > DIV:first-child + SCRIPT + SCRIPT + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child + DIV + DIV > DIV:first-child + DIV + DIV > DIV:first-child > A:first-child > PICTURE:first-child > SOURCE:first-child + SOURCE + IMG", "HTML > BODY#body > DIV:first-child + SCRIPT + SCRIPT + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child + DIV + DIV > DIV:first-child + DIV + DIV + DIV > DIV:first-child > A:first-child > PICTURE:first-child > SOURCE:first-child + SOURCE + SOURCE + IMG", "HTML > BODY#body > DIV:first-child + SCRIPT + SCRIPT + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child + DIV + DIV > DIV:first-child + DIV + DIV + DIV + DIV > DIV:first-child > A:first-child > PICTURE:first-child > SOURCE:first-child + SOURCE + SOURCE + IMG", "HTML > BODY#body > DIV:first-child + SCRIPT + SCRIPT + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child + DIV + DIV > DIV:first-child + DIV + DIV + DIV + DIV + DIV > DIV:first-child > A:first-child > PICTURE:first-child > SOURCE:first-child + SOURCE + SOURCE + IMG", "HTML > BODY#body > DIV:first-child + SCRIPT + SCRIPT + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child + DIV + DIV > DIV:first-child + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child > A:first-child > PICTURE:first-child > SOURCE:first-child + SOURCE + SOURCE + IMG", "HTML > BODY#body > DIV:first-child + SCRIPT + SCRIPT + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child + DIV + DIV > DIV:first-child + DIV + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child > A:first-child > PICTURE:first-child > SOURCE:first-child + SOURCE + SOURCE + IMG", "HTML > BODY#body > DIV:first-child + SCRIPT + SCRIPT + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child + DIV + DIV > DIV:first-child + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child > A:first-child > PICTURE:first-child > SOURCE:first-child + SOURCE + SOURCE + IMG" ], "wcag": [] } } } } } }, { "type": "launch", "which": "chromium", "what": "chromium browser" }, { "type": "url", "which": "https://www.steptoe.com/en/", "what": "URL", "result": "https://www.steptoe.com/en/" }, { "type": "test", "which": "tenon", "id": "a", "what": "Tenon", "url": "https://www.steptoe.com/en/", "result": { "status": 200, "message": "OK", "code": "success", "info": "Success", "moreInfo": "https://tenon.io/documentation/apiv2/response-codes#success", "responseExecTime": "0.088", "responseTime": "2022-08-14T00:07:25.807Z", "data": { "apiErrors": [], "documentSize": 1024520, "metadata": null, "resultSummary": { "tests": { "total": 180, "passing": 169, "failing": 11 }, "issues": { "totalErrors": 46, "totalWarnings": 13, "totalIssues": 59 }, "issuesByLevel": { "A": { "count": 53, "pct": 89.83 }, "AA": { "count": 30, "pct": 50.85 }, "AAA": { "count": 59, "pct": 100 } }, "density": { "errorDensity": 5, "warningDensity": 1, "allDensity": 6 } }, "projectID": "E4B12DC9-2F67-8DB7-26C9-E50C8490", "responseID": "52e1ad30-b66a-4f87-8924-3286d314b7e5", "docID": "35b7f54e-0cc1-45ec-d3fe-691fe121886b", "sourceHash": "758185233bc4dd8a995950b3d5336ff1", "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=52e1ad30-b66a-4f87-8924-3286d314b7e5", "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": 1824.81 }, "height": 1824.81, "width": 1024 }, "position": { "line": 2128, "column": 60 }, "errorSnippet": "<body class=\"no-js page__homepage type-body homepage\" data-theme=\"\" id=\"body\" data-template-keyword=\"homepage\"> <!--<![endif]--> <div class=\"accessibility-container\" tabindex=\"1\" style=\"top: -45px;\"> <a class=\"accessibility-link\" ", "xpath": "/html/body", "issueID": "81b85ba7c5d2d0e671d9529262c14b2c", "signature": "23042f80acb6479120f3ef142437d65c", "ref": "https://tenon.io/bestpractice.php?bpID=3&tID=28&issueID=81b85ba7c5d2d0e671d9529262c14b2c" }, { "tID": 57, "bpID": 106, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "This link has no text inside it.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Make sure 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 inside of a link informs the user of the purpose or destination of the link. Because this link has no text, users will not know what the link does or where it takes them when they activate the link. This poses problems for users of screenreaders and voice dictation. Add text within this link to make it usable and understandable for all users", "viewPortLocation": { "top-left": { "x": 834, "y": 1789.8125 }, "bottom-right": { "x": 984, "y": 1845.8125 }, "height": 56, "width": 150 }, "position": { "line": 4553, "column": 34 }, "errorSnippet": "<a href=\"https://www.steptoe.com/a/web/199750/Steptoe-2020-ISO-27001-2013-Final-Certificate-c2.pdf\"> <img width=\"200\" alt=\"\" src=\"https://www.steptoe.com/a/web/199784/3ZEQz9/schellman_small.jpg\" title=\"\" class=\"footer__right-badge\" height=\"68\"&g", "xpath": "/html/body/footer[1]/div[1]/div[1]/div[2]/div[1]/a[1]", "issueID": "d39adbee4771a0fb4f99baf873d82fc3", "signature": "8f9e863b8825289bd20e538ccc984bf9", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=57&issueID=d39adbee4771a0fb4f99baf873d82fc3" }, { "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": 436, "y": 232 }, "bottom-right": { "x": 552, "y": 254 }, "height": 22, "width": 116 }, "position": { "line": 92, "column": 0 }, "errorSnippet": "<a class=\"button\" href=\"https://www.steptoe.com/en/services/trending-topics/supply-chain/supply-chain.html\" tabindex=\"-1\"> Learn More </a>", "xpath": "/html/body/div[6]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]", "issueID": "62ff07079ec76bd4be9682f8c10edf88", "signature": "aeb72fc6a2b2d80ca8bf3c3e704d4503", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=73&issueID=62ff07079ec76bd4be9682f8c10edf88" }, { "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": 436, "y": 176 }, "bottom-right": { "x": 552, "y": 198 }, "height": 22, "width": 116 }, "position": { "line": 93, "column": 0 }, "errorSnippet": "<a class=\"button\" href=\"https://www.steptoe.com/en/services/trending-topics/sanctions-against-russia/implications-for-business-and-international-trade.html\" tabindex=\"0\"> Learn More </a>", "xpath": "/html/body/div[6]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/a[1]", "issueID": "6d661a92885d2b561dbd48cf978820f7", "signature": "bf4604346d3ae46e5ae80698b4b69e9a", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=73&issueID=6d661a92885d2b561dbd48cf978820f7" }, { "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": 436, "y": 246 }, "bottom-right": { "x": 552, "y": 268 }, "height": 22, "width": 116 }, "position": { "line": 93, "column": 0 }, "errorSnippet": "<a class=\"button\" href=\"https://www.steptoe.com/en/news-publications/fcpaanti-corruption-developments-2021-year-in-review.html\" tabindex=\"-1\"> Learn More </a>", "xpath": "/html/body/div[6]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/a[1]", "issueID": "f4512740bc6e75d0c9544951e7aa19f3", "signature": "68d351d706de86e3dc7a097fff8120c6", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=73&issueID=f4512740bc6e75d0c9544951e7aa19f3" }, { "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": 436, "y": 270 }, "bottom-right": { "x": 552, "y": 292 }, "height": 22, "width": 116 }, "position": { "line": 93, "column": 0 }, "errorSnippet": "<a class=\"button\" href=\"https://www.steptoe.com/en/executive-order-on-competition-tracker.html\" tabindex=\"-1\"> Learn More </a>", "xpath": "/html/body/div[6]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/a[1]", "issueID": "321f9a25ae3a092543820efe45719f23", "signature": "5df8746a90497d7d288548c9cb46a2c0", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=73&issueID=321f9a25ae3a092543820efe45719f23" }, { "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": 436, "y": 232 }, "bottom-right": { "x": 552, "y": 254 }, "height": 22, "width": 116 }, "position": { "line": 93, "column": 0 }, "errorSnippet": "<a class=\"button\" href=\"https://www.steptoe.com/en/services/trending-topics/supply-chain/supply-chain.html\" tabindex=\"-1\"> Learn More </a>", "xpath": "/html/body/div[6]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/a[1]", "issueID": "5cb0d8899b60f395112b635ab72d0bf1", "signature": "b78129d5ede77f4c04c19675df105f9f", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=73&issueID=5cb0d8899b60f395112b635ab72d0bf1" }, { "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": 436, "y": 176 }, "bottom-right": { "x": 552, "y": 198 }, "height": 22, "width": 116 }, "position": { "line": 93, "column": 0 }, "errorSnippet": "<a class=\"button\" href=\"https://www.steptoe.com/en/services/trending-topics/sanctions-against-russia/implications-for-business-and-international-trade.html\" tabindex=\"-1\"> Learn More </a>", "xpath": "/html/body/div[6]/div[1]/div[1]/div[6]/div[1]/div[1]/div[1]/a[1]", "issueID": "9f3876cb8046da62308a0651c77a7779", "signature": "4224d65ac3b73f14c7ed98bb8602077e", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=73&issueID=9f3876cb8046da62308a0651c77a7779" }, { "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": 419, "y": 4 }, "bottom-right": { "x": 525, "y": 23 }, "height": 19, "width": 106 }, "position": { "line": 3726, "column": 0 }, "errorSnippet": "<a href=\"https://www.steptoe.com/en/news-publications/index.html\" class=\"view-more__text red type-small-caps view-more-accordion__label js-view-more-accordion-label\"> View More </a>", "xpath": "/html/body/div[7]/div[2]/div[1]/div[2]/a[1]", "issueID": "154e1ad99b70f881bfc2ea6d3130b566", "signature": "cd157ca7bf15d6aaffb0275446759df6", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=73&issueID=154e1ad99b70f881bfc2ea6d3130b566" }, { "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": 436, "y": 176 }, "bottom-right": { "x": 552, "y": 198 }, "height": 22, "width": 116 }, "position": { "line": 93, "column": 0 }, "errorSnippet": "<a class=\"button\" href=\"https://www.steptoe.com/en/services/trending-topics/sanctions-against-russia/implications-for-business-and-international-trade.html\" tabindex=\"0\"> Learn More </a>", "xpath": "/html/body/div[6]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/a[1]", "issueID": "368f2868902b9a36b78a8a67f7af0c81", "signature": "37782fc3a2da57c5386c5a2b1f1263ca", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=368f2868902b9a36b78a8a67f7af0c81" }, { "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": 436, "y": 246 }, "bottom-right": { "x": 552, "y": 268 }, "height": 22, "width": 116 }, "position": { "line": 93, "column": 0 }, "errorSnippet": "<a class=\"button\" href=\"https://www.steptoe.com/en/news-publications/fcpaanti-corruption-developments-2021-year-in-review.html\" tabindex=\"-1\"> Learn More </a>", "xpath": "/html/body/div[6]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/a[1]", "issueID": "280391ed597180b3289a9e7836b3e83f", "signature": "78565c49a7ed2d2f34e84e1ac612ab81", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=280391ed597180b3289a9e7836b3e83f" }, { "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": 436, "y": 270 }, "bottom-right": { "x": 552, "y": 292 }, "height": 22, "width": 116 }, "position": { "line": 93, "column": 0 }, "errorSnippet": "<a class=\"button\" href=\"https://www.steptoe.com/en/executive-order-on-competition-tracker.html\" tabindex=\"-1\"> Learn More </a>", "xpath": "/html/body/div[6]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/a[1]", "issueID": "8ccb03039bb4c90fe29fe98917369a6f", "signature": "8aff430f7a53e5d77a728dbb494e266f", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=8ccb03039bb4c90fe29fe98917369a6f" }, { "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": 436, "y": 176 }, "bottom-right": { "x": 552, "y": 198 }, "height": 22, "width": 116 }, "position": { "line": 93, "column": 0 }, "errorSnippet": "<a class=\"button\" href=\"https://www.steptoe.com/en/services/trending-topics/sanctions-against-russia/implications-for-business-and-international-trade.html\" tabindex=\"-1\"> Learn More </a>", "xpath": "/html/body/div[6]/div[1]/div[1]/div[6]/div[1]/div[1]/div[1]/a[1]", "issueID": "249128738f05c154fd21000d0d6412bb", "signature": "c97517061caf8b1d13b70507c47ed136", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=249128738f05c154fd21000d0d6412bb" }, { "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": 464.5, "y": 108.609 }, "height": 108.609, "width": 464.5 }, "position": { "line": 4085, "column": 0 }, "errorSnippet": "<a class=\"image-button-link\" href=\"https://www.steptoeantitrustblog.com/\"> <picture data-alt=\"Click here to view our blog\" data-height=\"130\" data-title=\"Click here to view our blog\" data-width=\"560\">\n<source srcset=\"https://www.steptoe.com", "xpath": "/html/body/div[7]/div[3]/div[2]/div[1]/a[1]", "issueID": "9b13240abd822282a6e5898c411953e0", "signature": "ca4824e62e72a72742d357d281021cb7", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=9b13240abd822282a6e5898c411953e0" }, { "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": 464.5, "y": 108.609 }, "height": 108.609, "width": 464.5 }, "position": { "line": 4086, "column": 0 }, "errorSnippet": "<a class=\"image-button-link\" href=\"http://www.steptoecyberblog.com/\"> <picture data-alt=\"Click here to view our blog\" data-height=\"130\" data-title=\"Click here to view our blog\" data-width=\"560\">\n<source srcset=\"https://www.steptoe.com/a/we", "xpath": "/html/body/div[7]/div[3]/div[4]/div[1]/a[1]", "issueID": "41a3233706287b3e678ed63f6c545f8e", "signature": "2f88fc0c76afe02bb4c13a74d3b9837d", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=41a3233706287b3e678ed63f6c545f8e" }, { "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": 464.5, "y": 108.609 }, "height": 108.609, "width": 464.5 }, "position": { "line": 4086, "column": 0 }, "errorSnippet": "<a class=\"image-button-link\" href=\"https://www.steptoeglobaltradeblog.com/\"> <picture data-alt=\"Click here to view our blog\" data-height=\"130\" data-title=\"Click here to view our blog\" data-width=\"560\">\n<source srcset=\"https://www.steptoe.c", "xpath": "/html/body/div[7]/div[3]/div[5]/div[1]/a[1]", "issueID": "794e1cbc20282bc656e815275d7d0565", "signature": "1615a5fb46a3de8c20ff57ee777c3fb4", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=794e1cbc20282bc656e815275d7d0565" }, { "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": 464.5, "y": 108.609 }, "height": 108.609, "width": 464.5 }, "position": { "line": 4086, "column": 0 }, "errorSnippet": "<a class=\"image-button-link\" href=\"http://www.steptoeinternationalcomplianceblog.com/\"> <picture data-alt=\"Click here to view our blog\" data-height=\"130\" data-title=\"Click here to view our blog\" data-width=\"560\">\n<source srcset=\"https://ww", "xpath": "/html/body/div[7]/div[3]/div[6]/div[1]/a[1]", "issueID": "3e7d68adb6800827af4a39e8861a1b67", "signature": "a21408b468294b44adc4ad89649e708e", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=3e7d68adb6800827af4a39e8861a1b67" }, { "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": 464.5, "y": 108.609 }, "height": 108.609, "width": 464.5 }, "position": { "line": 4086, "column": 0 }, "errorSnippet": "<a class=\"image-button-link\" href=\"https://www.steptoeinvestigationsblog.com/\"> <picture data-alt=\"Click here to view our blog\" data-height=\"130\" data-title=\"Click here to view our blog\" data-width=\"560\">\n<source srcset=\"https://www.stepto", "xpath": "/html/body/div[7]/div[3]/div[7]/div[1]/a[1]", "issueID": "b576265ee4e4883a1176eae045f049a4", "signature": "7241fc12b4cb8cc8817cc9ee7463dece", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=b576265ee4e4883a1176eae045f049a4" }, { "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": 464.5, "y": 108.609 }, "height": 108.609, "width": 464.5 }, "position": { "line": 4253, "column": 34 }, "errorSnippet": "<a class=\"image-button-link\" href=\"https://www.steptoepurpablog.com/\"> <picture data-alt=\"Click here to view our blog\" data-height=\"130\" data-title=\"Click here to view our blog\" data-width=\"560\">\n<source srcset=\"https://www.steptoe.com/a/w", "xpath": "/html/body/div[7]/div[3]/div[8]/div[1]/a[1]", "issueID": "127f0c8ee96d533603ab9c3413d6d328", "signature": "5de223f730b1aa39075fdd82fbfd3d76", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=127f0c8ee96d533603ab9c3413d6d328" }, { "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": 464.5, "y": 108.609 }, "height": 108.609, "width": 464.5 }, "position": { "line": 4254, "column": 0 }, "errorSnippet": "<a class=\"image-button-link\" href=\"http://www.sdnyblog.com/\"> <picture data-alt=\"Click here to view our blog\" data-height=\"130\" data-title=\"Click here to view our blog\" data-width=\"560\">\n<source srcset=\"https://www.steptoe.com/a/web/140893", "xpath": "/html/body/div[7]/div[3]/div[9]/div[1]/a[1]", "issueID": "5daaa4cc1323d5ee2da4294b6fb84563", "signature": "7ce0493f1fb2932583801657bd29572c", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=5daaa4cc1323d5ee2da4294b6fb84563" }, { "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": 77, "y": 127 }, "bottom-right": { "x": 208, "y": 148 }, "height": 21, "width": 131 }, "position": { "line": 4733, "column": 52 }, "errorSnippet": "<a href=\"https://www.steptoe.com/privacy\">Privacy Policy</a>", "xpath": "/html/body/section[1]/div[1]/div[2]/p[1]/a[2]", "issueID": "a0e6f8afc2a29da94c217fde51253bc7", "signature": "fad39d33c88e511c9c11da8450383714", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=a0e6f8afc2a29da94c217fde51253bc7" }, { "tID": 134, "bpID": 211, "priority": 66, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "Very small text found.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This text's CSS `font-size` is set very small. This text is going to be difficult to read, especially for those who are partially sighted or have low-vision. Update the CSS `font-size` value to use a larger value.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 10, "y": 10 }, "height": 10, "width": 10 }, "position": { "line": 8078, "column": 0 }, "errorSnippet": "<button type=\"button\" data-role=\"none\" role=\"button\" tabindex=\"0\">1</button>", "xpath": "/html/body/div[6]/div[2]/ul[1]/li[1]/button[1]", "issueID": "7450e2bf44153aec5852115628294e73", "signature": "58ee6403b338901cdb7634467d958ec0", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=134&issueID=7450e2bf44153aec5852115628294e73" }, { "tID": 134, "bpID": 211, "priority": 66, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "Very small text found.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This text's CSS `font-size` is set very small. This text is going to be difficult to read, especially for those who are partially sighted or have low-vision. Update the CSS `font-size` value to use a larger value.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 10, "y": 10 }, "height": 10, "width": 10 }, "position": { "line": 8078, "column": 0 }, "errorSnippet": "<button type=\"button\" data-role=\"none\" role=\"button\" tabindex=\"0\">2</button>", "xpath": "/html/body/div[6]/div[2]/ul[1]/li[2]/button[1]", "issueID": "e052c4b078d78c8449d9b68f66b9911a", "signature": "3d4a8a467d5d539ab4afa869e183a3d0", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=134&issueID=e052c4b078d78c8449d9b68f66b9911a" }, { "tID": 134, "bpID": 211, "priority": 66, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "Very small text found.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This text's CSS `font-size` is set very small. This text is going to be difficult to read, especially for those who are partially sighted or have low-vision. Update the CSS `font-size` value to use a larger value.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 10, "y": 10 }, "height": 10, "width": 10 }, "position": { "line": 8078, "column": 0 }, "errorSnippet": "<button type=\"button\" data-role=\"none\" role=\"button\" tabindex=\"0\">3</button>", "xpath": "/html/body/div[6]/div[2]/ul[1]/li[3]/button[1]", "issueID": "91863259b8342a41ad7f60b90e464b4e", "signature": "869d31dc44341991ecd112bf2d744f3f", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=134&issueID=91863259b8342a41ad7f60b90e464b4e" }, { "tID": 134, "bpID": 211, "priority": 66, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "Very small text found.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This text's CSS `font-size` is set very small. This text is going to be difficult to read, especially for those who are partially sighted or have low-vision. Update the CSS `font-size` value to use a larger value.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 10, "y": 10 }, "height": 10, "width": 10 }, "position": { "line": 8078, "column": 0 }, "errorSnippet": "<button type=\"button\" data-role=\"none\" role=\"button\" tabindex=\"0\">4</button>", "xpath": "/html/body/div[6]/div[2]/ul[1]/li[4]/button[1]", "issueID": "3e2e38ec173e616545502b0f8bae7ce1", "signature": "166a3dbe0edd8bf6123a3123ca7a695a", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=134&issueID=3e2e38ec173e616545502b0f8bae7ce1" }, { "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": 1824.81 }, "height": 1824.81, "width": 1024 }, "position": { "line": 2128, "column": 60 }, "errorSnippet": "<body class=\"no-js page__homepage type-body homepage\" data-theme=\"\" id=\"body\" data-template-keyword=\"homepage\"> <!--<![endif]--> <div class=\"accessibility-container\" tabindex=\"1\" style=\"top: -45px;\"> <a class=\"accessibility-link\" ", "xpath": "/html/body", "issueID": "dcd18d5b088baa9942237ea1650b480b", "signature": "05cf9c47a32004ad5aa2fa37975233e7", "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=dcd18d5b088baa9942237ea1650b480b" }, { "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": 40, "y": 1754.8125 }, "bottom-right": { "x": 984, "y": 1841.8125 }, "height": 87, "width": 944 }, "position": { "line": 8366, "column": 9 }, "errorSnippet": "<div class=\"footer\"> <div class=\"footer__left\"> <ul class=\"footer__left-links\"> <li class=\"footer__left-link\"> <a class=\"footer__left-link-text\" href=\"https://www.steptoe.com/about-offices.html\">Contact Us</a> </li&", "xpath": "/html/body/footer[1]/div[1]/div[1]", "issueID": "696ab89c0646e8b550ab4e0417c40deb", "signature": "0c2f5a3f1b1f6ae857f36b748401ab59", "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=696ab89c0646e8b550ab4e0417c40deb" }, { "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": 430, "y": 552 }, "height": 552, "width": 430 }, "position": { "line": 8547, "column": 5 }, "errorSnippet": "<nav class=\"header__nav-2 js-subnav u-striped-background type-megamenu-level-1\" style=\"\"> <nav class=\"header__nav-1 type-small-caps u-force-display-none-desktop\" style=\"\"> <ul class=\"header__primary-items\"> <li class=\"header__primary", "xpath": "/html/body/header[1]/nav[1]", "issueID": "7ab99980ce214bd83c4e9b556be3d422", "signature": "8d023b0e9a40100a8bdca561bfac7d9b", "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=7ab99980ce214bd83c4e9b556be3d422" }, { "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": 7439, "column": 110 }, "errorSnippet": "<ul class=\"header__sub-items js-header-child-links type-megamenu-level-2\" style=\"\"> <li class=\"header__sub-item\"> <a class=\"header__link\" href=\"/en/diversity-and-art-a-virtual-tour/alexander-calder.html\">Alexander Calder</a> </", "xpath": "/html/body/header[1]/nav[1]/div[1]/ul[1]/li[4]/ul[1]", "issueID": "2eb70b29176afb403287e481dd505353", "signature": "e66abfe25744053256183d164632aaa4", "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=2eb70b29176afb403287e481dd505353" }, { "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": 10, "y": 10 }, "height": 10, "width": 10 }, "position": { "line": 8078, "column": 0 }, "errorSnippet": "<button type=\"button\" data-role=\"none\" role=\"button\" tabindex=\"0\">1</button>", "xpath": "/html/body/div[6]/div[2]/ul[1]/li[1]/button[1]", "issueID": "09004698c24570363b952630bb20dd9d", "signature": "048ac5870581c5924cf2c7251afbbe57", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=09004698c24570363b952630bb20dd9d" }, { "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": 10, "y": 10 }, "height": 10, "width": 10 }, "position": { "line": 8078, "column": 0 }, "errorSnippet": "<button type=\"button\" data-role=\"none\" role=\"button\" tabindex=\"0\">2</button>", "xpath": "/html/body/div[6]/div[2]/ul[1]/li[2]/button[1]", "issueID": "18d39a7afb098e4aa051d82f60d2520d", "signature": "3dbec8abe88a63f140832087877cda51", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=18d39a7afb098e4aa051d82f60d2520d" }, { "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": 10, "y": 10 }, "height": 10, "width": 10 }, "position": { "line": 8078, "column": 0 }, "errorSnippet": "<button type=\"button\" data-role=\"none\" role=\"button\" tabindex=\"0\">3</button>", "xpath": "/html/body/div[6]/div[2]/ul[1]/li[3]/button[1]", "issueID": "11de4e49a03c413624b2e48c9addeeb6", "signature": "03d9b69a06ff5aaf176ef21d1de24e76", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=11de4e49a03c413624b2e48c9addeeb6" }, { "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": 10, "y": 10 }, "height": 10, "width": 10 }, "position": { "line": 8078, "column": 0 }, "errorSnippet": "<button type=\"button\" data-role=\"none\" role=\"button\" tabindex=\"0\">4</button>", "xpath": "/html/body/div[6]/div[2]/ul[1]/li[4]/button[1]", "issueID": "cc285e72adab2aec993f51f8af5d09f4", "signature": "290bee9129516c10e2891f53b81e2353", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=cc285e72adab2aec993f51f8af5d09f4" }, { "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": 541, "y": 1811.8125 }, "bottom-right": { "x": 575, "y": 1827.8125 }, "height": 16, "width": 34 }, "position": { "line": 4326, "column": 0 }, "errorSnippet": "<a class=\"footer__left-link-text\" href=\"https://www.steptoe.com/en/rss.html\">RSS </a>", "xpath": "/html/body/footer[1]/div[1]/div[1]/div[1]/ul[1]/li[6]/a[1]", "issueID": "646e01f74a7a527352224b70e07206a2", "signature": "d36805a186e86d32af8e49d557b69764", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=646e01f74a7a527352224b70e07206a2" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 834, "y": 1789.8125 }, "bottom-right": { "x": 984, "y": 1845.8125 }, "height": 56, "width": 150 }, "position": { "line": 4553, "column": 34 }, "errorSnippet": "<a href=\"https://www.steptoe.com/a/web/199750/Steptoe-2020-ISO-27001-2013-Final-Certificate-c2.pdf\"> <img width=\"200\" alt=\"\" src=\"https://www.steptoe.com/a/web/199784/3ZEQz9/schellman_small.jpg\" title=\"\" class=\"footer__right-badge\" height=\"68\"&g", "xpath": "/html/body/footer[1]/div[1]/div[1]/div[2]/div[1]/a[1]", "issueID": "3f3afd04ac3cdf102bc6da6ee06d26e1", "signature": "629804133542ba5d6a4aa049f5e789a2", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=3f3afd04ac3cdf102bc6da6ee06d26e1" }, { "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": 841, "y": 1850.8125 }, "bottom-right": { "x": 862, "y": 1875.8125 }, "height": 25, "width": 21 }, "position": { "line": 4554, "column": 0 }, "errorSnippet": "<a class=\"fa fa-linkedin footer__right-social-icon\" href=\"https://www.linkedin.com/company/steptoe-&amp;-johnson-llp/\" aria-label=\"LinkedIn\"></a>", "xpath": "/html/body/footer[1]/div[1]/div[1]/div[2]/ul[1]/li[1]/a[1]", "issueID": "1f6ac7878609adb6fa021ee47adc2099", "signature": "bc354ae00263267adaccbceb6b04871c", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=1f6ac7878609adb6fa021ee47adc2099" }, { "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": 877, "y": 1850.8125 }, "bottom-right": { "x": 900, "y": 1875.8125 }, "height": 25, "width": 23 }, "position": { "line": 4554, "column": 0 }, "errorSnippet": "<a class=\"fa fa-twitter footer__right-social-icon\" href=\"https://twitter.com/SteptoeLLP\" aria-label=\"Twitter\"></a>", "xpath": "/html/body/footer[1]/div[1]/div[1]/div[2]/ul[1]/li[2]/a[1]", "issueID": "385f38b743570805c45aa362c50dd7b7", "signature": "54332ced881b2157fec98839ff1f23df", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=385f38b743570805c45aa362c50dd7b7" }, { "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": 915, "y": 1850.8125 }, "bottom-right": { "x": 944, "y": 1875.8125 }, "height": 25, "width": 29 }, "position": { "line": 4554, "column": 0 }, "errorSnippet": "<a class=\"fa fa-wechat footer__right-social-icon\" href=\"https://www.steptoe.com/en/wechat.html\" aria-label=\"WeChat\"></a>", "xpath": "/html/body/footer[1]/div[1]/div[1]/div[2]/ul[1]/li[3]/a[1]", "issueID": "a73f5ed4990703258d5b6609b38e4901", "signature": "c5c44a365f3ff98aa5afcf5186a15998", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=a73f5ed4990703258d5b6609b38e4901" }, { "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": 959, "y": 1850.8125 }, "bottom-right": { "x": 984, "y": 1875.8125 }, "height": 25, "width": 25 }, "position": { "line": 4721, "column": 33 }, "errorSnippet": "<a class=\"fa fa-youtube-play footer__right-social-icon\" href=\"https://www.youtube.com/user/SteptoeLLP/featured\" aria-label=\"YouTube\"></a>", "xpath": "/html/body/footer[1]/div[1]/div[1]/div[2]/ul[1]/li[4]/a[1]", "issueID": "1aa22b942c56730928328546fd342aea", "signature": "7f77a5eb7e4eb0c36598122c022e20c7", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=1aa22b942c56730928328546fd342aea" }, { "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": 958, "y": 10 }, "bottom-right": { "x": 986, "y": 47 }, "height": 37, "width": 28 }, "position": { "line": 8500, "column": 13 }, "errorSnippet": "<button class=\"cookie-banner__close js-cookie-banner-close type-body\" aria-label=\"Close\"><i class=\"fa fa-2x fa-times\" aria-hidden=\"true\"></i></button>", "xpath": "/html/body/section[1]/div[1]/div[1]/button[1]", "issueID": "a48ed14df10ea6d7b44665b0c65a5b2a", "signature": "f95693ca4f1f26761b186ae7168935f8", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=a48ed14df10ea6d7b44665b0c65a5b2a" }, { "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": 8880, "column": 0 }, "errorSnippet": "<button class=\"search-overlay__close js-search-overlay-close\" aria-label=\"Close Overlay\"><i class=\"fa fa-times search-overlay__icon\" aria-hidden=\"true\"></i></button>", "xpath": "/html/body/div[8]/div[1]/div[1]/button[1]", "issueID": "1fdebeacf2f2b3f9fd02c3e6ad29df70", "signature": "6668b6324959be734d125e6021dc4dce", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=1fdebeacf2f2b3f9fd02c3e6ad29df70" }, { "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": -70, "y": -1 }, "height": -1, "width": -70 }, "position": { "line": 93, "column": 215 }, "errorSnippet": "<input type=\"search\" placeholder=\"\" title=\"\" name=\"q\" class=\"search-overlay__input type-overlay-search-input js-overlay-search-input white\" aria-label=\"Search Steptoe.com\" role=\"combobox\" aria-autocomplete=\"list\" aria-expanded=\"false\" autocomplete=\"of", "xpath": "/html/body/div[8]/div[1]/form[1]/div[1]/div[1]/input[1]", "issueID": "e8b398af46e97f9e574e7f37ed8fbf97", "signature": "60848d727d7610f99abc53a4f2528fb6", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=e8b398af46e97f9e574e7f37ed8fbf97" }, { "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": 8880, "column": 0 }, "errorSnippet": "<button class=\"search-overlay__submit\" type=\"submit\" aria-label=\"Search\"><i class=\"fa fa-caret-right search-overlay__icon\" aria-hidden=\"true\"></i></button>", "xpath": "/html/body/div[8]/div[1]/form[1]/div[1]/button[1]", "issueID": "91465c5c174f24e7aa5b9e571b79b258", "signature": "da15fd63ae41974ea85e62c32a3e0f90", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=91465c5c174f24e7aa5b9e571b79b258" }, { "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": 40, "y": 1754.8125 }, "bottom-right": { "x": 984, "y": 1841.8125 }, "height": 87, "width": 944 }, "position": { "line": 8366, "column": 9 }, "errorSnippet": "<div class=\"footer\"> <div class=\"footer__left\"> <ul class=\"footer__left-links\"> <li class=\"footer__left-link\"> <a class=\"footer__left-link-text\" href=\"https://www.steptoe.com/about-offices.html\">Contact Us</a> </li&", "xpath": "/html/body/footer[1]/div[1]/div[1]", "issueID": "d4f679e6114493851f67434b6ce48b45", "signature": "68e569b13aeb0cb62df010350dff0eeb", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=d4f679e6114493851f67434b6ce48b45" }, { "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": 40, "y": 1789.8125 }, "bottom-right": { "x": 748, "y": 1876.8125 }, "height": 87, "width": 708 }, "position": { "line": 8367, "column": 5 }, "errorSnippet": "<div class=\"footer__left\"> <ul class=\"footer__left-links\"> <li class=\"footer__left-link\"> <a class=\"footer__left-link-text\" href=\"https://www.steptoe.com/about-offices.html\">Contact Us</a> </li> <li class=\"footer__l", "xpath": "/html/body/footer[1]/div[1]/div[1]/div[1]", "issueID": "122e079d80a4520fbf8b0bf20c7e9e11", "signature": "1eb21ec592c82b48cd42f32b28df1a62", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=122e079d80a4520fbf8b0bf20c7e9e11" }, { "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": 40, "y": 1789.8125 }, "bottom-right": { "x": 748, "y": 1849.8125 }, "height": 60, "width": 708 }, "position": { "line": 3786, "column": 0 }, "errorSnippet": "<ul class=\"footer__left-links\"> <li class=\"footer__left-link\"> <a class=\"footer__left-link-text\" href=\"https://www.steptoe.com/about-offices.html\">Contact Us</a> </li> <li class=\"footer__left-link\"> <a class=\"footer", "xpath": "/html/body/footer[1]/div[1]/div[1]/div[1]/ul[1]", "issueID": "43c344f4644ec13afb1f8d2afdd6a4f3", "signature": "7644418cfa09aa0a357cc32ae3c46b42", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=43c344f4644ec13afb1f8d2afdd6a4f3" }, { "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": 40, "y": 1809.8125 }, "bottom-right": { "x": 405, "y": 1829.8125 }, "height": 20, "width": 365 }, "position": { "line": 35, "column": 3 }, "errorSnippet": "<li class=\"footer__left-link\"> <a class=\"footer__left-link-text\" href=\"https://email.steptoecommunications.com/5/4355/landing-pages/ccpa-information-disclosure.asp\">Do Not Sell My Personal Information</a> </li>", "xpath": "/html/body/footer[1]/div[1]/div[1]/div[1]/ul[1]/li[4]", "issueID": "887e51652abdb11a23bf73db6f6beb39", "signature": "c22c3d27bfb6d12b6a1c3d6aef37b791", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=887e51652abdb11a23bf73db6f6beb39" }, { "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": 40, "y": 1811.8125 }, "bottom-right": { "x": 382, "y": 1827.8125 }, "height": 16, "width": 342 }, "position": { "line": 4326, "column": 0 }, "errorSnippet": "<a class=\"footer__left-link-text\" href=\"https://email.steptoecommunications.com/5/4355/landing-pages/ccpa-information-disclosure.asp\">Do Not Sell My Personal Information</a>", "xpath": "/html/body/footer[1]/div[1]/div[1]/div[1]/ul[1]/li[4]/a[1]", "issueID": "1bd588f7c1947d65cfc1732e2e153fab", "signature": "89030ce69efb06462663579d02850c41", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=1bd588f7c1947d65cfc1732e2e153fab" }, { "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": 40, "y": 1849.8125 }, "bottom-right": { "x": 748, "y": 1869.8125 }, "height": 20, "width": 708 }, "position": { "line": 7499, "column": 423 }, "errorSnippet": "<p class=\"footer__left-copyright\"> © 2022 Steptoe &amp; Johnson LLP. All Rights Reserved. Attorney Advertising. </p>", "xpath": "/html/body/footer[1]/div[1]/div[1]/div[1]/p[1]", "issueID": "d2e023b81a3dcaaffdb1d26bb2121fc7", "signature": "0aff4f9265cd865505951c70a33c19a3", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=d2e023b81a3dcaaffdb1d26bb2121fc7" }, { "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": 748, "y": 1789.8125 }, "bottom-right": { "x": 984, "y": 1876.8125 }, "height": 87, "width": 236 }, "position": { "line": 8383, "column": 9 }, "errorSnippet": "<div class=\"footer__right\"> <div class=\"footer__right-badge-container\"> <a href=\"https://www.steptoe.com/a/web/199750/Steptoe-2020-ISO-27001-2013-Final-Certificate-c2.pdf\"> <img width=\"200\" alt=\"\" src=\"https://www.steptoe.com/a/web/1", "xpath": "/html/body/footer[1]/div[1]/div[1]/div[2]", "issueID": "902fdea5b729f16813f635aa5c0e52c7", "signature": "75925875ff90e3b4882d7ef5ff05f9d1", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=902fdea5b729f16813f635aa5c0e52c7" }, { "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": 748, "y": 1850.8125 }, "bottom-right": { "x": 984, "y": 1876.8125 }, "height": 26, "width": 236 }, "position": { "line": 3786, "column": 0 }, "errorSnippet": "<ul class=\"footer__right-social-links clearfix\"> <li class=\"footer__right-social-link\"> <a class=\"fa fa-linkedin footer__right-social-icon\" href=\"https://www.linkedin.com/company/steptoe-&amp;-johnson-llp/\" aria-label=\"LinkedIn\"><", "xpath": "/html/body/footer[1]/div[1]/div[1]/div[2]/ul[1]", "issueID": "ae0965058746184b6b4b757e2f4385d3", "signature": "8437d3c43b6c415daef09a7d05d7074f", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=ae0965058746184b6b4b757e2f4385d3" }, { "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": 295, "y": 35 }, "bottom-right": { "x": 775, "y": 57 }, "height": 22, "width": 480 }, "position": { "line": 8518, "column": 9 }, "errorSnippet": "<nav class=\"header__nav-1 type-small-caps u-force-display-none-mobile-tablet\"> <ul class=\"header__primary-items\"> <li class=\"header__primary-item\"> <a class=\"js-nav-link\" href=\"/en/services/index.html\">Services</a> </li&g", "xpath": "/html/body/header[1]/div[1]/nav[1]", "issueID": "0cd6bd159ca72f7b6a4853989927a6dd", "signature": "4b526303fd8cc96a58469feda2c38b01", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=0cd6bd159ca72f7b6a4853989927a6dd" }, { "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": 295, "y": 35 }, "bottom-right": { "x": 775, "y": 57 }, "height": 22, "width": 480 }, "position": { "line": 5274, "column": 110 }, "errorSnippet": "<ul class=\"header__primary-items\"> <li class=\"header__primary-item\"> <a class=\"js-nav-link\" href=\"/en/services/index.html\">Services</a> </li> <li class=\"header__primary-item\"> <a class=\"js-nav-link\" href=\"/en/lawyer", "xpath": "/html/body/header[1]/div[1]/nav[1]/ul[1]", "issueID": "9e1813dcda73faa523243356509c3cc2", "signature": "2c70d4f3f9f6046e4f3be9b35ecd43bd", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=9e1813dcda73faa523243356509c3cc2" }, { "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": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 8548, "column": 5 }, "errorSnippet": "<nav class=\"header__nav-1 type-small-caps u-force-display-none-desktop\" style=\"\"> <ul class=\"header__primary-items\"> <li class=\"header__primary-item\"> <a href=\"/en/services/index.html\">Services</a> </li> <li class=\"", "xpath": "/html/body/header[1]/nav[1]/nav[1]", "issueID": "1f194c7121ea07583c117014fadeaca5", "signature": "6220c6dfdd743e3b9f48b4d05b0be133", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=1f194c7121ea07583c117014fadeaca5" }, { "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": 0, "y": 0 }, "bottom-right": { "x": 480, "y": 0 }, "height": 0, "width": 480 }, "position": { "line": 5951, "column": 0 }, "errorSnippet": "<ul class=\"header__primary-items\"> <li class=\"header__primary-item\"> <a href=\"/en/services/index.html\">Services</a> </li> <li class=\"header__primary-item\"> <a href=\"/en/lawyers/index.html\">Professionals</a>", "xpath": "/html/body/header[1]/nav[1]/nav[1]/ul[1]", "issueID": "8dfe31a042fac63425fbd17fac7ee8d9", "signature": "0997c8b9edbc9bc76ea99f2cf2e512e0", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=8dfe31a042fac63425fbd17fac7ee8d9" }, { "tID": 155, "bpID": 143, "priority": 100, "level": [ "A", "AAA" ], "certainty": 60, "errorTitle": "These headings are not structured in a hierarchical manner.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.10 Section Headings" ], "resultTitle": "Make sure that headings are in the right order for the content.", "errorDescription": "The heading structure of this page does not effectively communicate the structure of the content on it. Heading elements provide important benefits: they act as wayfinding cues for in-page navigation, they contribute to page content summaries, and they provide context to the content below them. To do so effectively, headings should follow the `<h1>` to `<h6>` hierarchy and they should not skip levels. Restructure the document's heading order so it uses a clear, ordered, and intuitive hierarchy. Ensure there are no gaps between each numbered heading level and the next.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 1024, "y": 1824.81 }, "height": 1824.81, "width": 1024 }, "position": { "line": 2128, "column": 60 }, "errorSnippet": "<body class=\"no-js page__homepage type-body homepage\" data-theme=\"\" id=\"body\" data-template-keyword=\"homepage\"> <!--<![endif]--> <div class=\"accessibility-container\" tabindex=\"1\" style=\"top: -45px;\"> <a class=\"accessibility-link\" ", "xpath": "/html/body", "issueID": "4177f259fc9fb83c9c7839d209b47099", "signature": "f8a4c390d2c26a8d60277fe17d44e90b", "ref": "https://tenon.io/bestpractice.php?bpID=143&tID=155&issueID=4177f259fc9fb83c9c7839d209b47099" }, { "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": 460.796875 }, "bottom-right": { "x": 1024, "y": 460.796875 }, "height": 0, "width": 1024 }, "position": { "line": 7993, "column": 9 }, "errorSnippet": "<div class=\"js-hero-carousel__slick-dots\" role=\"toolbar\"><ul class=\"slick-dots hero-carousel__slick-dots\" style=\"\" role=\"tablist\"><li class=\"slick-active\" aria-hidden=\"false\" role=\"presentation\" aria-selected=\"true\" aria-controls=\"navigati", "xpath": "/html/body/div[6]/div[2]", "issueID": "7f4f06bda6397e569822d6606cce66b4", "signature": "4dc2578a03b38140c1b36523fc582046", "ref": "https://tenon.io/bestpractice.php?bpID=73&tID=190&issueID=7f4f06bda6397e569822d6606cce66b4" }, { "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": 380.796875 }, "bottom-right": { "x": 964, "y": 400.796875 }, "height": 20, "width": 964 }, "position": { "line": 3786, "column": 0 }, "errorSnippet": "<ul class=\"slick-dots hero-carousel__slick-dots\" style=\"\" role=\"tablist\"><li class=\"slick-active\" aria-hidden=\"false\" role=\"presentation\" aria-selected=\"true\" aria-controls=\"navigation00\" id=\"slick-slide00\"><button type=\"button\" data-role=", "xpath": "/html/body/div[6]/div[2]/ul[1]", "issueID": "357ca2faebada946859ca4714b57a99f", "signature": "5bbec80ef18e035bc09cf5a3cfadca7a", "ref": "https://tenon.io/bestpractice.php?bpID=73&tID=190&issueID=357ca2faebada946859ca4714b57a99f" }, { "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": 225, "y": 25 }, "height": 25, "width": 225 }, "position": { "line": 92, "column": 0 }, "errorSnippet": "<a class=\"accessibility-link\" href=\"https://www.steptoe.com/en/accessibility-statement.html\" target=\"_blank\">Accessibility Statement</a>", "xpath": "/html/body/div[1]/a[1]", "issueID": "5618b96a21a1a706996be727ed4f5cd4", "signature": "8a56c7ca5fbe20b1906c71a01669725c", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=5618b96a21a1a706996be727ed4f5cd4" } ], "log": [] } } } ], "timeStamp": "4ziu7", "startTime": "2022-08-14T00:04:59", "presses": 0, "amountRead": 0, "testTimes": [ [ "hover", 43 ], [ "motion", 15 ], [ "focInd", 14 ], [ "alfa", 10 ], [ "wave", 10 ], [ "ibm", 8 ], [ "focAll", 1 ], [ "axe", 1 ], [ "continuum", 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 ], [ "nuVal", 0 ] ], "logCount": 40, "logSize": 10374, "errorLogCount": 4, "errorLogSize": 247, "prohibitedCount": 0, "visitTimeoutCount": 0, "visitRejectionCount": 0, "visitLatency": 25, "endTime": "2022-08-14T00:07:25", "elapsedSeconds": 145, "score": { "scoreProcID": "sp15c", "logWeights": { "logCount": 0.5, "logSize": 0.01, "errorLogCount": 1, "errorLogSize": 0.02, "prohibitedCount": 15, "visitTimeoutCount": 10, "visitRejectionCount": 10, "visitLatency": 1 }, "soloWeight": 2, "groupWeights": { "absolute": 2, "largest": 1, "smaller": 0.4 }, "preventionWeights": { "testaro": 50, "other": 100 }, "packageDetails": { "testaro": { "motion": 37, "focAll": 2, "focInd": 135, "focOp": 18, "hover": 21, "linkUl": 108, "role": 16, "styleDiff": 18, "zIndex": 17 }, "alfa": { "r11": 4, "r17": 12, "r18": 4, "r42": 4, "r47": 4, "r57": 104, "r61": 4, "r65": 46, "r66": 3, "r68": 4, "r69": 3, "r72": 4, "r73": 16, "r8": 4, "r83": 80, "r86": 4, "r87": 4, "r90": 4 }, "axe": { "color-contrast-enhanced": 32, "color-contrast": 32, "hidden-content": 0, "identical-links-same-purpose": 0, "css-orientation-lock": 1, "aria-allowed-attr": 4, "aria-hidden-focus": 12, "aria-input-field-name": 3, "aria-required-children": 4, "focus-order-semantics": 1, "landmark-one-main": 2, "link-name": 3, "meta-viewport": 4, "nested-interactive": 3, "page-has-heading-one": 2, "presentation-role-conflict": 1, "region": 10, "tabindex": 3 }, "continuum": { "59": 4, "237": 4, "1042": 4 }, "htmlcs": { "e:AA.1_1_1.H30.2": 4, "e:AA.1_4_3.G18.Fail": 4, "w:AA.1_3_1.H48": 3, "w:AA.1_3_1_A.G141": 2, "w:AA.1_4_10.C32,C31,C33,C38,SCR34,G206": 5, "w:AA.1_4_3.G145.BgImage": 5, "w:AA.1_4_3.G18.Abs": 1, "w:AA.1_4_3.G18.Alpha": 3, "w:AA.1_4_3_F24.F24.FGColour": 1 }, "ibm": { "WCAG20_Input_ExplicitLabel": 4, "WCAG20_A_HasText": 4, "Rpt_Aria_ValidIdRef": 16, "Rpt_Aria_OrphanedContent_Native_Host_Sematics": 84, "Rpt_Aria_MultipleNavigationLandmarks_Implicit": 12, "landmark_name_unique": 8, "element_tabbable_role_valid": 4, "aria_semantics_role": 4, "aria_semantics_attribute": 16, "aria_hidden_focus_misuse": 12, "Rpt_Aria_ContentinfoWithNoMain_Implicit": 1, "element_attribute_deprecated": 2, "aria_role_redundant": 4 }, "nuVal": { "Consider avoiding viewport values that prevent users from resizing documents.": 1, "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)": 16, "Element p not allowed as child of element h3 in this context. (Suppressing further errors from this subtree.)": 4, "Element p not allowed as child of element span in this context. (Suppressing further errors from this subtree.)": 4, "A source element that has a following sibling source element or img element with a srcset attribute must have a media attribute and/or type attribute.": 32, "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.": 1, "The type attribute is unnecessary for JavaScript resources.": 5 }, "wave": { "e:alt_link_missing": 4, "c:contrast": 54, "a:alt_duplicate": 7, "a:label_title": 1, "a:h1_missing": 1, "a:heading_possible": 2, "a:link_redundant": 6, "a:link_pdf": 1, "a:noscript": 1, "a:tabindex": 1, "a:title_redundant": 9 }, "tenon": { "28": 4, "57": 4, "73": 28, "98": 48, "134": 12, "144": 16, "152": 56, "153": 24, "155": 2, "190": 8, "218": 4 } }, "groupDetails": { "groups": { "spontaneousMotion": { "testaro": { "motion": { "score": 19, "what": "Change of visible content not requested by user" } } }, "tabFocusability": { "testaro": { "focAll": { "score": 1, "what": "Discrepancy between elements that should be and that are Tab-focusable" } } }, "focusIndication": { "testaro": { "focInd": { "score": 135, "what": "Focused element displaying no or nostandard focus indicator" } }, "alfa": { "r65": { "score": 46, "what": "Element in sequential focus order has no visible focus" } } }, "focusableOperable": { "testaro": { "focOp": { "score": 14, "what": "Operable elements that cannot be Tab-focused and vice versa" } } }, "hoverSurprise": { "testaro": { "hover": { "score": 5, "what": "Content changes caused by hovering" } } }, "linkIndication": { "testaro": { "linkUl": { "score": 54, "what": "Non-underlined adjacent links" } } }, "roleBad": { "testaro": { "role": { "score": 12, "what": "Nonexistent or implicit-overriding role" } }, "ibm": { "element_tabbable_role_valid": { "score": 3, "what": "Tabbable element has a non-widget role" }, "aria_semantics_role": { "score": 3, "what": "ARIA role is not valid for the element to which it is assigned" }, "Rpt_Aria_ContentinfoWithNoMain_Implicit": { "score": 1, "what": "Element has a contentinfo role when no element has a main role" } } }, "inconsistentStyles": { "testaro": { "styleDiff": { "score": 5, "what": "Heading, link, and button style inconsistencies" } } }, "zIndexNotZero": { "testaro": { "zIndex": { "score": 4, "what": "Layering with nondefault z-index values" } } }, "linkNoText": { "alfa": { "r11": { "score": 4, "what": "Link has no accessible name" } }, "axe": { "link-name": { "score": 3, "what": "Link has no discernible text" } }, "continuum": { "237": { "score": 4, "what": "a element has no mechanism that allows an accessible name value to be calculated" } }, "htmlcs": { "e:AA.1_1_1.H30.2": { "score": 4, "what": "img element is the only link content but has no text alternative" } }, "ibm": { "WCAG20_A_HasText": { "score": 4, "what": "Hyperlink has no text description" } }, "wave": { "e:alt_link_missing": { "score": 4, "what": "Linked image has no text alternative" } }, "tenon": { "57": { "score": 4, "what": "Link has no text inside it" } } }, "focusableHidden": { "alfa": { "r17": { "score": 12, "what": "Tab-focusable element is or has an ancestor that is aria-hidden" } }, "axe": { "aria-hidden-focus": { "score": 12, "what": "ARIA hidden element is focusable or contains a focusable element" }, "presentation-role-conflict": { "score": 1, "what": "Element has a none/presentation role but is focusable or has a global ARIA state or property" } }, "ibm": { "aria_hidden_focus_misuse": { "score": 12, "what": "Focusable element is within the subtree of an element with aria-hidden set to true" } } }, "ariaBadAttribute": { "alfa": { "r18": { "score": 4, "what": "ARIA state or property is not allowed for the element on which it is specified" } }, "axe": { "aria-allowed-attr": { "score": 4, "what": "ARIA attribute is invalid for the role of its element" } }, "ibm": { "aria_semantics_attribute": { "score": 16, "what": "ARIA attributes is invalid for the element or ARIA role to which it is assigned" } } }, "parentMissing": { "alfa": { "r42": { "score": 4, "what": "Element is not owned by an element of its required context role" } } }, "metaBansZoom": { "alfa": { "r47": { "score": 4, "what": "Meta element restricts zooming" } }, "axe": { "meta-viewport": { "score": 4, "what": "Zooming and scaling are disabled" } }, "continuum": { "59": { "score": 4, "what": "meta element in the head sets the viewport maximum-scale to less than 2" } }, "nuVal": { "Consider avoiding viewport values that prevent users from resizing documents.": { "score": 1, "what": "viewport value prevents users from resizing the document" } } }, "contentBeyondLandmarks": { "alfa": { "r57": { "score": 52, "what": "Perceivable text content is not included in any landmark" } }, "axe": { "region": { "score": 5, "what": "Some page content is not contained by landmarks" } }, "ibm": { "Rpt_Aria_OrphanedContent_Native_Host_Sematics": { "score": 42, "what": "Content does not reside within an element with a landmark role" } } }, "h1Missing": { "alfa": { "r61": { "score": 2, "what": "First heading is not h1" } }, "axe": { "page-has-heading-one": { "score": 1, "what": "Page contains no level-one heading" } }, "wave": { "a:h1_missing": { "score": 1, "what": "Missing first level heading" } } }, "contrastAAA": { "alfa": { "r66": { "score": 1, "what": "Text contrast less than AAA requires" } }, "axe": { "color-contrast-enhanced": { "score": 8, "what": "Element has insufficient color contrast (Level AAA)" } } }, "childMissing": { "alfa": { "r68": { "score": 4, "what": "Element does not own an element required by its semantic role" } }, "axe": { "aria-required-children": { "score": 4, "what": "ARIA role does not contain a required child" } } }, "contrastAA": { "alfa": { "r69": { "score": 3, "what": "Text outside widget has subminimum contrast" } }, "axe": { "color-contrast": { "score": 32, "what": "Element has insufficient color contrast" } }, "htmlcs": { "e:AA.1_4_3.G18.Fail": { "score": 4, "what": "Contrast between the text and its background is less than 4.5:1" } }, "wave": { "c:contrast": { "score": 54, "what": "Very low contrast" } } }, "allCaps": { "alfa": { "r72": { "score": 1, "what": "Paragraph text is uppercased" } }, "tenon": { "153": { "score": 6, "what": "Long string of text is in all caps" } } }, "noLeading": { "alfa": { "r73": { "score": 12, "what": "Paragraph of text has insufficient line height" } } }, "formFieldNoText": { "alfa": { "r8": { "score": 4, "what": "Form field has no accessible name" } } }, "overflowHidden": { "alfa": { "r83": { "score": 80, "what": "Overflow is hidden or clipped if the text is enlarged" } } }, "decorativeElementExposed": { "alfa": { "r86": { "score": 2, "what": "Element marked as decorative is in the accessibility tree or has no none/presentation role" } } }, "skipRepeatedContent": { "alfa": { "r87": { "score": 2, "what": "First focusable element is not a link to the main content" } } }, "focusableDescendants": { "alfa": { "r90": { "score": 4, "what": "Element has a role making its children presentational but contains a focusable element" } } }, "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" } } }, "cssBansRotate": { "axe": { "css-orientation-lock": { "score": 1, "what": "CSS media query locks display orientation" } } }, "inputNoText": { "axe": { "aria-input-field-name": { "score": 3, "what": "ARIA input field has no accessible name" } } }, "focusableRole": { "axe": { "focus-order-semantics": { "score": 1, "what": "Focusable element has no active role" } } }, "mainNot1": { "axe": { "landmark-one-main": { "score": 1, "what": "page has no main landmark" } } }, "activeEmbedding": { "axe": { "nested-interactive": { "score": 2, "what": "Interactive controls are nested" } } }, "tabIndexPositive": { "axe": { "tabindex": { "score": 1, "what": "Positive tabIndex risks creating a confusing focus order" } }, "wave": { "a:tabindex": { "score": 1, "what": "tabIndex value positive" } } }, "ariaMissing": { "continuum": { "1042": { "score": 4, "what": "element with an option role has no aria-selected attribute" } } }, "pseudoNavListRisk": { "htmlcs": { "w:AA.1_3_1.H48": { "score": 1, "what": "Navigation links are not coded as a list" } } }, "headingStructure": { "htmlcs": { "w:AA.1_3_1_A.G141": { "score": 1, "what": "Heading level is incorrect" } }, "tenon": { "155": { "score": 1, "what": "Headings are not structured in a hierarchical manner" } } }, "scrollRisk": { "htmlcs": { "w:AA.1_4_10.C32,C31,C33,C38,SCR34,G206": { "score": 1, "what": "Fixed-position element may force bidirectional scrolling" } } }, "contrastRisk": { "htmlcs": { "w:AA.1_4_3.G145.BgImage": { "score": 1, "what": "Contrast between the text and its background image may be less than 3:1" }, "w:AA.1_4_3.G18.Abs": { "score": 1, "what": "Contrast between the absolutely positioned text and its background may be inadequate" }, "w:AA.1_4_3.G18.Alpha": { "score": 1, "what": "Contrast between the text and its background may be less than 4.5:1, given the transparency" }, "w:AA.1_4_3_F24.F24.FGColour": { "score": 1, "what": "Inline foreground color may lack a complementary background color" } } }, "controlNoText": { "ibm": { "WCAG20_Input_ExplicitLabel": { "score": 4, "what": "Form control has no associated label" } } }, "ariaReferenceBad": { "ibm": { "Rpt_Aria_ValidIdRef": { "score": 16, "what": "ARIA property does not reference the non-empty unique id of a visible element" } } }, "navConfusion": { "ibm": { "Rpt_Aria_MultipleNavigationLandmarks_Implicit": { "score": 9, "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" } } }, "obsolete": { "ibm": { "element_attribute_deprecated": { "score": 2, "what": "Element or attribute is obsolete" } } }, "roleRedundant": { "ibm": { "aria_role_redundant": { "score": 1, "what": "Explicitly assigned ARIA role is redundant with the implicit role of the element" } } }, "styleParentBad": { "nuVal": { "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)": { "score": 16, "what": "style element not allowed as a child of this div element" } } }, "parseError": { "nuVal": { "^Element .+ not allowed as child of element .+ in this context.*$": { "score": 3, "what": "Element not allowed as a child of its parent here" } } }, "attributeMissing": { "nuVal": { "A source element that has a following sibling source element or img element with a srcset attribute must have a media attribute and/or type attribute.": { "score": 32, "what": "source or img element is missing a media or type attribute" } } }, "sectionHeadingless": { "nuVal": { "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.": { "score": 1, "what": "section has no heading" } } }, "typeRedundant": { "nuVal": { "The type attribute is unnecessary for JavaScript resources.": { "score": 1, "what": "type attribute is unnecessary for a JavaScript resource" } } }, "imagesSameAlt": { "wave": { "a:alt_duplicate": { "score": 2, "what": "Two images near each other have the same text alternative" } } }, "titleAsLabel": { "wave": { "a:label_title": { "score": 1, "what": "Form control has a title but no label" } } }, "pseudoHeadingRisk": { "wave": { "a:heading_possible": { "score": 1, "what": "Possible heading" } } }, "linkPair": { "wave": { "a:link_redundant": { "score": 3, "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": 2, "what": "Title attribute text is the same as text or alternative text" } } }, "horizontalScrolling": { "tenon": { "28": { "score": 3, "what": "Layout or sizing of the page causes horizontal scrolling" } } }, "linkVague": { "tenon": { "73": { "score": 21, "what": "Link text is too generic to communicate the purpose or destination" } } }, "linkTextsSame": { "tenon": { "98": { "score": 24, "what": "Links have the same text but different destinations" } } }, "fontSmall": { "tenon": { "134": { "score": 9, "what": "Text is very small" } } }, "leadingClipsText": { "tenon": { "144": { "score": 16, "what": "Line height is insufficent to properly display the computed font size" } } }, "targetSize": { "tenon": { "152": { "score": 42, "what": "Actionable element is smaller than the minimum required size" } } }, "tabIndexMissing": { "tenon": { "190": { "score": 8, "what": "Interactive item is not natively actionable, but has no tabindex=0 attribute" } } }, "linkForcesNewWindow": { "tenon": { "218": { "score": 3, "what": "Link opens in a new window without user control" } } } }, "solos": {} }, "preventionScores": {}, "summary": { "total": 1130, "log": 145, "preventions": 0, "solos": 0, "groups": [ { "groupName": "focusIndication", "score": 155 }, { "groupName": "overflowHidden", "score": 82 }, { "groupName": "contentBeyondLandmarks", "score": 73 }, { "groupName": "contrastAA", "score": 72 }, { "groupName": "linkIndication", "score": 56 }, { "groupName": "targetSize", "score": 44 }, { "groupName": "attributeMissing", "score": 34 }, { "groupName": "linkTextsSame", "score": 26 }, { "groupName": "focusableHidden", "score": 25 }, { "groupName": "linkVague", "score": 23 }, { "groupName": "spontaneousMotion", "score": 21 }, { "groupName": "ariaBadAttribute", "score": 21 }, { "groupName": "ariaReferenceBad", "score": 18 }, { "groupName": "styleParentBad", "score": 18 }, { "groupName": "leadingClipsText", "score": 18 }, { "groupName": "roleBad", "score": 17 }, { "groupName": "focusableOperable", "score": 16 }, { "groupName": "linkNoText", "score": 15 }, { "groupName": "noLeading", "score": 14 }, { "groupName": "navConfusion", "score": 11 }, { "groupName": "fontSmall", "score": 11 }, { "groupName": "metaBansZoom", "score": 10 }, { "groupName": "contrastAAA", "score": 10 }, { "groupName": "tabIndexMissing", "score": 10 }, { "groupName": "childMissing", "score": 8 }, { "groupName": "allCaps", "score": 8 }, { "groupName": "landmarkConfusion", "score": 8 }, { "groupName": "hoverSurprise", "score": 7 }, { "groupName": "inconsistentStyles", "score": 7 }, { "groupName": "zIndexNotZero", "score": 6 }, { "groupName": "parentMissing", "score": 6 }, { "groupName": "formFieldNoText", "score": 6 }, { "groupName": "focusableDescendants", "score": 6 }, { "groupName": "ariaMissing", "score": 6 }, { "groupName": "contrastRisk", "score": 6 }, { "groupName": "controlNoText", "score": 6 }, { "groupName": "h1Missing", "score": 5 }, { "groupName": "inputNoText", "score": 5 }, { "groupName": "parseError", "score": 5 }, { "groupName": "linkPair", "score": 5 }, { "groupName": "horizontalScrolling", "score": 5 }, { "groupName": "linkForcesNewWindow", "score": 5 }, { "groupName": "decorativeElementExposed", "score": 4 }, { "groupName": "skipRepeatedContent", "score": 4 }, { "groupName": "activeEmbedding", "score": 4 }, { "groupName": "obsolete", "score": 4 }, { "groupName": "imagesSameAlt", "score": 4 }, { "groupName": "titleRedundant", "score": 4 }, { "groupName": "tabFocusability", "score": 3 }, { "groupName": "hiddenContentRisk", "score": 3 }, { "groupName": "linkConfusionRisk", "score": 3 }, { "groupName": "cssBansRotate", "score": 3 }, { "groupName": "focusableRole", "score": 3 }, { "groupName": "mainNot1", "score": 3 }, { "groupName": "tabIndexPositive", "score": 3 }, { "groupName": "pseudoNavListRisk", "score": 3 }, { "groupName": "headingStructure", "score": 3 }, { "groupName": "scrollRisk", "score": 3 }, { "groupName": "roleRedundant", "score": 3 }, { "groupName": "sectionHeadingless", "score": 3 }, { "groupName": "typeRedundant", "score": 3 }, { "groupName": "titleAsLabel", "score": 3 }, { "groupName": "pseudoHeadingRisk", "score": 3 }, { "groupName": "pdfLink", "score": 3 }, { "groupName": "noScriptRisk", "score": 3 } ] } }, "scoreProcID": "sp15c" }