Accessibility test digest
Synopsis
Page: Charles Schwab (100%)
URL: https://www.schwab.com/
Score: 2140
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 Charles Schwab (100%) web page at https://www.schwab.com/ on 2022/08/13. 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 2140 (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 | 2140 |
---|---|
log | 337 |
preventions | 100 |
roleBad | 226 |
linkIndication | 172 |
linkTextsSame | 124 |
allCaps | 107 |
overflowHidden | 94 |
contrastAAA | 68 |
metaBad | 65 |
targetSize | 59 |
noLeading | 56 |
fatalError | 52 |
contrastAA | 50 |
linkForcesNewWindow | 44 |
duplicateID | 42 |
focusableOperable | 40 |
fontSmall | 38 |
menuItemless | 30 |
tabIndexMissing | 30 |
iframeTitleBad | 28 |
leadingClipsText | 26 |
hoverSurprise | 23 |
visibleLabelNotName | 22 |
linkElementBad | 18 |
inconsistentStyles | 17 |
imageNoText | 16 |
headingEmpty | 16 |
menuNavigation | 12 |
contentBeyondLandmarks | 12 |
linkPair | 11 |
styleParentBad | 10 |
obsolete | 9 |
headingOfNothing | 8 |
contrastRisk | 8 |
searchConfusion | 8 |
landmarkConfusion | 8 |
parseError | 8 |
pseudoParagraphRisk | 8 |
zIndexNotZero | 7 |
typeRedundant | 7 |
titleRedundant | 7 |
tabFocusability | 6 |
parentMissing | 6 |
listChild | 6 |
pageLanguage | 6 |
attributeBad | 6 |
linkNoText | 6 |
titleBad | 6 |
focusIndication | 5 |
roleRedundant | 5 |
pageTitle | 5 |
horizontalScrolling | 5 |
h1Missing | 4 |
leadingAbsolute | 4 |
pseudoNavListRisk | 4 |
titleAsLabel | 4 |
visibleBulk | 3 |
skipRepeatedContent | 3 |
frameContentRisk | 3 |
hiddenContentRisk | 3 |
linkConfusionRisk | 3 |
cssBansRotate | 3 |
decorativeImageRisk | 3 |
pseudoOrderedListRisk | 3 |
headingStructure | 3 |
scrollRisk | 3 |
complementaryNoText | 3 |
pseudoListRisk | 3 |
linkComprehensionRisk | 3 |
Issue summary
Special issues
log: Score 337. This is based on the amount of browser error logging and miscellaneous logging during the tests.
preventions: Score 100. This is based on tests that the page did not allow to be run. That impedes accessibility progress and risks interfering with tools that users with disabilities need.
Classified issues
roleBad: Score 226. Issues reported by tests in this category:
- Package
testaro
, testrole
, score 216 (Nonexistent or implicit-overriding role) - Package
axe
, testaria-allowed-role
, score 1 (ARIA role is not appropriate for the element) - Package
ibm
, testaria_semantics_role
, score 18 (ARIA role is not valid for the element to which it is assigned)
linkIndication: Score 172. Issues reported by tests in this category:
- Package
testaro
, testlinkUl
, score 162 (Non-underlined adjacent links) - Package
alfa
, testr62
, score 20 (Inline link is not distinct from the surrounding text except by color)
linkTextsSame: Score 124. Issues reported by tests in this category:
- Package
tenon
, test98
, score 122 (Links have the same text but different destinations)
allCaps: Score 107. Issues reported by tests in this category:
- Package
tenon
, test153
, score 105 (Long string of text is in all caps)
overflowHidden: Score 94. Issues reported by tests in this category:
- Package
alfa
, testr83
, score 92 (Overflow is hidden or clipped if the text is enlarged)
contrastAAA: Score 68. Issues reported by tests in this category:
- Package
alfa
, testr66
, score 7 (Text contrast less than AAA requires) - Package
axe
, testcolor-contrast-enhanced
, score 63 (Element has insufficient color contrast (Level AAA))
metaBad: Score 65. Issues reported by tests in this category:
- Package
nuVal
, testA charset attribute on a meta element found after the first 1024 bytes.
, score 3 (charset attribute on a meta element appears after 1024 bytes) - Package
nuVal
, test^Attribute .+ not allowed on element meta at this point.*$
, score 9 (Attribute is not allowed on a meta element here) - Package
nuVal
, test^Element meta is missing one or more of the following attributes: .+$
, score 51 (meta element is missing a required attribute)
targetSize: Score 59. Issues reported by tests in this category:
- Package
tenon
, test152
, score 57 (Actionable element is smaller than the minimum required size)
noLeading: Score 56. Issues reported by tests in this category:
- Package
alfa
, testr73
, score 54 (Paragraph of text has insufficient line height)
fatalError: Score 52. Issues reported by tests in this category:
- Package
nuVal
, testCannot recover after last error. Any further errors will be ignored.
, score 50 (Testing was interrupted by a fatal error)
contrastAA: Score 50. Issues reported by tests in this category:
- Package
alfa
, testr69
, score 20 (Text outside widget has subminimum contrast) - Package
axe
, testcolor-contrast
, score 34 (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 12 (Very low contrast)
linkForcesNewWindow: Score 44. Issues reported by tests in this category:
- Package
tenon
, test218
, score 42 (Link opens in a new window without user control)
duplicateID: Score 42. Issues reported by tests in this category:
- Package
alfa
, testr3
, score 24 (Element id attribute value is not unique) - Package
axe
, testduplicate-id-aria
, score 3 (id attribute used in ARIA or in a label has a value that is not unique) - Package
axe
, testduplicate-id
, score 2 (id attribute value is not unique) - Package
continuum
, test94
, score 24 (Elements contains an id attribute set to a value that is not unique in the DOM) - Package
htmlcs
, teste:AA.4_1_1.F77
, score 12 (Duplicate id attribute value)
focusableOperable: Score 40. Issues reported by tests in this category:
- Package
testaro
, testfocOp
, score 38 (Operable elements that cannot be Tab-focused and vice versa)
fontSmall: Score 38. Issues reported by tests in this category:
- Package
wave
, testa:text_small
, score 1 (Text is very small) - Package
tenon
, test134
, score 36 (Text is very small)
menuItemless: Score 30. Issues reported by tests in this category:
- Package
wave
, teste:aria_menu_broken
, score 28 (ARIA menu does not contain required menu items)
tabIndexMissing: Score 30. Issues reported by tests in this category:
- Package
tenon
, test190
, score 28 (Interactive item is not natively actionable, but has no tabindex=0 attribute)
iframeTitleBad: Score 28. Issues reported by tests in this category:
- Package
htmlcs
, teste:AA.2_4_1.H64.1
, score 24 (iframe element has no non-empty title attribute) - Package
ibm
, testWCAG20_Frame_HasTitle
, score 4 (Inline frame has an empty or nonunique title attribute)
leadingClipsText: Score 26. Issues reported by tests in this category:
- Package
tenon
, test144
, score 24 (Line height is insufficent to properly display the computed font size)
hoverSurprise: Score 23. Issues reported by tests in this category:
- Package
testaro
, testhover
, score 21 (Content changes caused by hovering)
visibleLabelNotName: Score 22. Issues reported by tests in this category:
- Package
alfa
, testr14
, score 9 (Visible label is not in the accessible name) - Package
axe
, testlabel-content-name-mismatch
, score 5 (Element visible text is not part of its accessible name) - Package
htmlcs
, testw:AA.2_5_3.F96
, score 5 (Visible label is not in the accessible name) - Package
ibm
, testWCAG21_Label_Accessible
, score 12 (Accessible name does not match or contain the visible label text)
linkElementBad: Score 18. Issues reported by tests in this category:
- Package
nuVal
, testA link element must not appear as a descendant of a body element unless the link element has an itemprop attribute or has a rel attribute whose value contains dns-prefetch, modulepreload, pingback, preconnect, prefetch, preload, prerender, or stylesheet.
, score 16 (link element with a body ancestor has no itemprop or valid rel attribute)
inconsistentStyles: Score 17. Issues reported by tests in this category:
- Package
testaro
, teststyleDiff
, score 15 (Heading, link, and button style inconsistencies)
imageNoText: Score 16. Issues reported by tests in this category:
- Package
alfa
, testr2
, score 8 (Image has no accessible name) - Package
htmlcs
, teste:AA.1_1_1.H37
, score 8 (img element has no alt attribute) - Package
wave
, teste:alt_spacer_missing
, score 8 (Spacer image has no text alternative)
headingEmpty: Score 16. Issues reported by tests in this category:
- Package
alfa
, testr64
, score 6 (Heading has no non-empty accessible name) - Package
axe
, testempty-heading
, score 2 (Heading empty) - Package
htmlcs
, teste:AA.1_3_1.H42.2
, score 6 (Heading empty) - Package
ibm
, testRPT_Header_HasContent
, score 6 (Heading element provides no descriptive text) - Package
wave
, teste:heading_empty
, score 6 (Empty heading)
menuNavigation: Score 12. Issues reported by tests in this category:
- Package
testaro
, testmenuNav
, score 10 (Nonstandard keyboard navigation among focusable menu items)
contentBeyondLandmarks: Score 12. Issues reported by tests in this category:
- Package
alfa
, testr57
, score 8 (Perceivable text content is not included in any landmark) - Package
ibm
, testRpt_Aria_OrphanedContent_Native_Host_Sematics
, score 4 (Content does not reside within an element with a landmark role)
linkPair: Score 11. Issues reported by tests in this category:
- Package
wave
, testa:link_redundant
, score 9 (Adjacent links go to the same URL)
styleParentBad: Score 10. Issues reported by tests in this category:
- Package
nuVal
, testElement style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)
, score 8 (style element not allowed as a child of the body element)
obsolete: Score 9. Issues reported by tests in this category:
- Package
ibm
, testelement_attribute_deprecated
, score 1 (Element or attribute is obsolete) - Package
nuVal
, test^The .+ attribute on the .+ element is obsolete.+$
, score 7 (Attribute is obsolete on its element)
headingOfNothing: Score 8. Issues reported by tests in this category:
- Package
alfa
, testr78
, score 6 (No content between two headings of the same level)
contrastRisk: Score 8. Issues reported by tests in this category:
- Package
htmlcs
, testw:AA.1_4_3.G145.Abs
, score 1 (Contrast between the absolutely positioned large text and its background may be less than 3:1) - Package
htmlcs
, testw:AA.1_4_3.G145.BgImage
, score 1 (Contrast between the text and its background image may be less than 3:1) - Package
htmlcs
, testw:AA.1_4_3.G18.Abs
, score 1 (Contrast between the absolutely positioned text and its background may be inadequate) - Package
htmlcs
, testw:AA.1_4_3.G18.BgImage
, score 3 (Contrast between the text and its background image may be less than 4.5:1)
searchConfusion: Score 8. Issues reported by tests in this category:
- Package
ibm
, testRpt_Aria_MultipleSearchLandmarks
, score 6 (Element with a search role has no unique purpose label among the search-role elements)
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)
parseError: Score 8. Issues reported by tests in this category:
- Package
nuVal
, test^Stray end tag .+$
, score 3 (Invalid closing tag) - Package
nuVal
, test^Start tag .+ seen but an element of the same type was already open.*$
, score 3 (Element is invalidly a descendant of another such element)
pseudoParagraphRisk: Score 8. Issues reported by tests in this category:
- Package
tenon
, test242
, score 6 (Multiple consecutive br elements may simulate paragraphs)
zIndexNotZero: Score 7. Issues reported by tests in this category:
- Package
testaro
, testzIndex
, score 5 (Layering with nondefault z-index values)
typeRedundant: Score 7. Issues reported by tests in this category:
- Package
nuVal
, testThe type attribute is unnecessary for JavaScript resources.
, score 5 (type attribute is unnecessary for a JavaScript resource)
titleRedundant: Score 7. Issues reported by tests in this category:
- Package
wave
, testa:title_redundant
, score 1 (Title attribute text is the same as text or alternative text) - Package
tenon
, test79
, score 5 (Link has a title attribute that is the same as the text inside the link)
tabFocusability: Score 6. Issues reported by tests in this category:
- Package
testaro
, testfocAll
, score 4 (Discrepancy between elements that should be and that are Tab-focusable)
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)
listChild: Score 6. Issues reported by tests in this category:
- Package
continuum
, test244
, score 4 (dl element does not contain only dt, dd, script, template, or listitem-role elements as direct child elements)
pageLanguage: Score 6. Issues reported by tests in this category:
- Package
ibm
, testWCAG20_Html_HasLang
, score 4 (Page detected as HTML, but has no lang attribute)
attributeBad: Score 6. Issues reported by tests in this category:
- Package
nuVal
, test^Bad value .* for attribute .+ on element .+$
, score 4 (attribute on this element has an invalid value)
linkNoText: Score 6. Issues reported by tests in this category:
- Package
nuVal
, testBad value for attribute href on element link: Must be non-empty.
, score 4 (link element has an empty href attribute)
titleBad: Score 6. Issues reported by tests in this category:
- Package
nuVal
, testElement title not allowed as child of element body in this context. (Suppressing further errors from this subtree.)
, score 4 (title element is a child of the body element)
focusIndication: Score 5. Issues reported by tests in this category:
- Package
testaro
, testfocInd
, score 3 (Focused element displaying no or nostandard focus indicator)
roleRedundant: Score 5. Issues reported by tests in this category:
- Package
ibm
, testaria_role_redundant
, score 3 (Explicitly assigned ARIA role is redundant with the implicit role of the element)
pageTitle: Score 5. Issues reported by tests in this category:
- Package
nuVal
, testElement head is missing a required instance of child element title.
, score 3 (head element has no child title element)
horizontalScrolling: Score 5. Issues reported by tests in this category:
- Package
tenon
, test28
, score 3 (Layout or sizing of the page causes horizontal scrolling)
h1Missing: Score 4. Issues reported by tests in this category:
- Package
alfa
, testr61
, score 2 (First heading is not h1)
leadingAbsolute: Score 4. Issues reported by tests in this category:
- Package
alfa
, testr80
, score 2 (Paragraph text has an absolute line height)
pseudoNavListRisk: Score 4. Issues reported by tests in this category:
- Package
htmlcs
, testw:AA.1_3_1.H48
, score 2 (Navigation links are not coded as a list)
titleAsLabel: Score 4. Issues reported by tests in this category:
- Package
wave
, testa:label_title
, score 2 (Form control has a title but no label)
visibleBulk: Score 3. Issues reported by tests in this category:
- Package
testaro
, testbulk
, score 1 (Page contains many visible elements)
skipRepeatedContent: Score 3. Issues reported by tests in this category:
- Package
alfa
, testr87
, score 1 (First focusable element is not a link to the main content)
frameContentRisk: Score 3. Issues reported by tests in this category:
- Package
axe
, testframe-tested
, score 1 (Some content is in an iframe and therefore may not be testable for accessibility)
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)
decorativeImageRisk: Score 3. Issues reported by tests in this category:
- Package
htmlcs
, testw:AA.1_1_1.H67.2
, score 1 (Image marked as decorative may be informative)
pseudoOrderedListRisk: Score 3. Issues reported by tests in this category:
- Package
htmlcs
, testw:AA.1_3_1.H48.2
, score 1 (Ordered list may fail to be coded as such)
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)
complementaryNoText: Score 3. Issues reported by tests in this category:
- Package
ibm
, testRpt_Aria_ComplementaryRequiredLabel_Implicit
, score 1 (Element has a complementary role but has no label)
pseudoListRisk: Score 3. Issues reported by tests in this category:
- Package
wave
, testa:list_possible
, score 1 (List may fail to be coded as such)
linkComprehensionRisk: Score 3. Issues reported by tests in this category:
- Package
wave
, testa:link_suspicious
, score 1 (Suspicious link text)
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": "4yiew-charlesschwab", "host": { "id": "charlesschwab", "which": "https://www.schwab.com/", "what": "Charles Schwab (100%)" }, "log": [ { "event": "startTime", "value": "2022-08-13T01:55:08" }, { "event": "endTime", "value": "2022-08-13T01:58:03" } ], "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.schwab.com/", "what": "Charles Schwab (100%)" }, { "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.schwab.com/", "what": "Charles Schwab (100%)" }, { "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.schwab.com/", "what": "Charles Schwab (100%)", "result": "https://www.schwab.com/" }, { "type": "tenonRequest", "id": "a", "withNewContent": true, "what": "Tenon API version 2 test request", "url": "https://www.schwab.com/" }, { "type": "test", "which": "motion", "what": "motion", "delay": 2500, "interval": 2500, "count": 5, "url": "https://www.schwab.com/", "result": { "bytes": [ 584859, 584859, 584859, 584859, 584859 ], "localRatios": [ 1, 1, 1, 1 ], "meanLocalRatio": 1, "maxLocalRatio": 1, "globalRatio": 1, "pixelChanges": [ 0, 0, 0, 0 ], "meanPixelChange": 0, "maxPixelChange": 0, "changeFrequency": 0 } }, { "type": "launch", "which": "chromium", "what": "Chromium browser" }, { "type": "url", "which": "https://www.schwab.com/", "what": "Charles Schwab (100%)", "result": "https://www.schwab.com/" }, { "type": "test", "which": "bulk", "what": "count of visible elements", "url": "https://www.schwab.com/", "result": { "visibleElements": 547 } }, { "type": "test", "which": "embAc", "withItems": true, "what": "active elements embedded in links or buttons", "url": "https://www.schwab.com/", "result": { "totals": { "links": 0, "buttons": 0, "inputs": 0, "selects": 0 }, "items": [] } }, { "type": "test", "which": "focAll", "what": "focusable and Tab-focused elements", "url": "https://www.schwab.com/", "result": { "tabFocusables": 114, "tabFocused": 118, "discrepancy": 4 } }, { "type": "launch", "which": "chromium", "what": "chromium browser" }, { "type": "url", "which": "https://www.schwab.com/", "what": "URL", "result": "https://www.schwab.com/" }, { "type": "test", "which": "focInd", "revealAll": false, "allowedDelay": 250, "withItems": true, "what": "focus indicators", "url": "https://www.schwab.com/", "result": { "totals": { "total": 114, "types": { "indicatorMissing": { "total": 1, "tagNames": { "IFRAME": 1 } }, "nonOutlinePresent": { "total": 0, "tagNames": {} }, "outlinePresent": { "total": 113, "meanDelay": 23, "tagNames": { "A": 104, "INPUT": 2, "BUTTON": 7 } } } }, "items": { "indicatorMissing": [ { "tagName": "IFRAME", "text": "" } ], "nonOutlinePresent": [], "outlinePresent": [ { "tagName": "A", "text": "Skip to main navigation", "delay": 0 }, { "tagName": "A", "text": "Skip to content", "delay": 0 }, { "tagName": "A", "text": "", "delay": 0 }, { "tagName": "A", "text": "Find a Branch", "delay": 0 }, { "tagName": "A", "text": "Contact Us", "delay": 0 }, { "tagName": "A", "text": "Chat", "delay": 0 }, { "tagName": "INPUT", "text": "", "delay": 0 }, { "tagName": "BUTTON", "text": "", "delay": 0 }, { "tagName": "A", "text": "Log In", "delay": 0 }, { "tagName": "A", "text": "Open an Account", "delay": 0 }, { "tagName": "A", "text": "Accounts & Products", "delay": 0 }, { "tagName": "A", "text": "Advice", "delay": 0 }, { "tagName": "A", "text": "Pricing", "delay": 0 }, { "tagName": "A", "text": "Why Schwab", "delay": 0 }, { "tagName": "A", "text": "Learn", "delay": 0 }, { "tagName": "A", "text": "See our rates", "delay": 102 }, { "tagName": "A", "text": "See all our fees", "delay": 101 }, { "tagName": "A", "text": "Choose what's right for you", "delay": 102 }, { "tagName": "A", "text": "Satisfaction Guarantee", "delay": 102 }, { "tagName": "A", "text": "Security Guarantee", "delay": 100 }, { "tagName": "A", "text": "Learn more about personalized indexing", "delay": 101 }, { "tagName": "A", "text": "Learn more about trading", "delay": 102 }, { "tagName": "A", "text": "Open an Account", "delay": 101 }, { "tagName": "A", "text": "Get started", "delay": 101 }, { "tagName": "A", "text": "Check out our awards.", "delay": 0 }, { "tagName": "A", "text": "Learn more at schwab.com/transparency >", "delay": 0 }, { "tagName": "BUTTON", "text": "", "delay": 0 }, { "tagName": "BUTTON", "text": "", "delay": 0 }, { "tagName": "BUTTON", "text": "", "delay": 0 }, { "tagName": "BUTTON", "text": "", "delay": 0 }, { "tagName": "BUTTON", "text": "", "delay": 0 }, { "tagName": "BUTTON", "text": "", "delay": 0 }, { "tagName": "A", "text": "800-435-4000", "delay": 101 }, { "tagName": "A", "text": "Get live online assistance 24/7", "delay": 101 }, { "tagName": "A", "text": "Find a branch near you", "delay": 101 }, { "tagName": "A", "text": "Schwab Advisor Services™", "delay": 0 }, { "tagName": "A", "text": "Schwab Franchise.", "delay": 0 }, { "tagName": "A", "text": "Charles Schwab Investment Management, Inc.", "delay": 0 }, { "tagName": "A", "text": "Workplace Financial Services.", "delay": 0 }, { "tagName": "A", "text": "FINRA's BrokerCheck", "delay": 0 }, { "tagName": "A", "text": "Digital Services", "delay": 0 }, { "tagName": "A", "text": "Mobile Apps", "delay": 0 }, { "tagName": "A", "text": "Schwab Franchise", "delay": 0 }, { "tagName": "A", "text": "Corporate Information", "delay": 0 }, { "tagName": "A", "text": "Schwab Careers", "delay": 0 }, { "tagName": "A", "text": "Schwab Community Service", "delay": 0 }, { "tagName": "A", "text": "Hong Kong, China", "delay": 0 }, { "tagName": "A", "text": "London, UK", "delay": 0 }, { "tagName": "A", "text": "Other regions", "delay": 0 }, { "tagName": "A", "text": "中文", "delay": 0 }, { "tagName": "INPUT", "text": "", "delay": 0 }, { "tagName": "A", "text": "Quote", "delay": 0 }, { "tagName": "A", "text": "Show Indices", "delay": 0 }, { "tagName": "A", "text": "Symbol Lookup", "delay": 0 }, { "tagName": "A", "text": "DJIA", "delay": 0 }, { "tagName": "A", "text": "NASDAQ", "delay": 0 }, { "tagName": "A", "text": "S&P 500", "delay": 0 }, { "tagName": "A", "text": "Russell 2000", "delay": 0 }, { "tagName": "A", "text": "Refresh", "delay": 0 }, { "tagName": "A", "text": "Schwab Intelligent Portfolios Solutions™ disclosure brochures", "delay": 0 }, { "tagName": "A", "text": "Member SIPC", "delay": 0 }, { "tagName": "A", "text": "non-U.S. residents", "delay": 0 }, { "tagName": "A", "text": "Member SIPC", "delay": 0 }, { "tagName": "A", "text": "Brokerage", "delay": 0 }, { "tagName": "A", "text": "401(k) Rollover", "delay": 0 }, { "tagName": "A", "text": "Individual Retirement Accounts (IRAs)", "delay": 0 }, { "tagName": "A", "text": "Schwab Bank Checking", "delay": 0 }, { "tagName": "A", "text": "Small Business Retirement", "delay": 0 }, { "tagName": "A", "text": "See More Accounts", "delay": 0 }, { "tagName": "A", "text": "Stocks", "delay": 0 }, { "tagName": "A", "text": "Mutual Funds", "delay": 0 }, { "tagName": "A", "text": "Exchange Traded Funds (ETFs)", "delay": 0 }, { "tagName": "A", "text": "Annuities", "delay": 0 }, { "tagName": "A", "text": "Bonds", "delay": 0 }, { "tagName": "A", "text": "See More Investment Products", "delay": 0 }, { "tagName": "A", "text": "Trading Platforms", "delay": 0 }, { "tagName": "A", "text": "Execution Quality", "delay": 0 }, { "tagName": "A", "text": "Options", "delay": 0 }, { "tagName": "A", "text": "Futures", "delay": 0 }, { "tagName": "A", "text": "Retirement Calculator", "delay": 0 }, { "tagName": "A", "text": "Roth vs. Traditional IRA Calculator", "delay": 0 }, { "tagName": "A", "text": "Research Tools", "delay": 0 }, { "tagName": "A", "text": "Mobile Apps", "delay": 0 }, { "tagName": "A", "text": "Investing Insights", "delay": 0 }, { "tagName": "A", "text": "Market Commentary", "delay": 0 }, { "tagName": "A", "text": "Saving for Retirement", "delay": 0 }, { "tagName": "A", "text": "In Retirement", "delay": 0 }, { "tagName": "A", "text": "Trading", "delay": 0 }, { "tagName": "A", "text": "Podcasts", "delay": 0 }, { "tagName": "A", "text": "Why Schwab", "delay": 0 }, { "tagName": "A", "text": "Compare Us", "delay": 0 }, { "tagName": "A", "text": "Satisfaction Guarantee", "delay": 0 }, { "tagName": "A", "text": "Forms & Applications", "delay": 0 }, { "tagName": "A", "text": "Pricing", "delay": 0 }, { "tagName": "A", "text": "Notify us of a Death", "delay": 0 }, { "tagName": "A", "text": "Site Map", "delay": 0 }, { "tagName": "A", "text": "SchwabSafe", "delay": 0 }, { "tagName": "A", "text": "Privacy", "delay": 0 }, { "tagName": "A", "text": "Online Privacy", "delay": 0 }, { "tagName": "A", "text": "Additional Schwab Sites", "delay": 0 }, { "tagName": "A", "text": "Business Continuity", "delay": 0 }, { "tagName": "A", "text": "Financial Statement", "delay": 0 }, { "tagName": "A", "text": "Accessibility Help", "delay": 0 }, { "tagName": "A", "text": "Contact Us", "delay": 0 }, { "tagName": "A", "text": "About Schwab", "delay": 0 }, { "tagName": "A", "text": "Careers", "delay": 0 }, { "tagName": "A", "text": "Investment Professionals' Compensation", "delay": 0 }, { "tagName": "A", "text": "Important Notices", "delay": 0 }, { "tagName": "A", "text": "SIPC®", "delay": 0 }, { "tagName": "A", "text": "FDIC Insurance", "delay": 0 }, { "tagName": "A", "text": "FINRA's Broker Check", "delay": 0 }, { "tagName": "A", "text": "Bank Client Complaints", "delay": 0 }, { "tagName": "A", "text": "Client Relationship Summaries", "delay": 0 } ] } } }, { "type": "launch", "which": "chromium", "what": "chromium browser" }, { "type": "url", "which": "https://www.schwab.com/", "what": "URL", "result": "https://www.schwab.com/" }, { "type": "test", "which": "focOp", "withItems": true, "what": "focusability and operability", "url": "https://www.schwab.com/", "result": { "totals": { "total": 442, "types": { "onlyFocusable": { "total": 2, "tagNames": { "UL": 2 } }, "onlyOperable": { "total": 25, "tagNames": { "A": 18, "DT": 6, "IFRAME": 1 } }, "focusableAndOperable": { "total": 415, "tagNames": { "A": 388, "INPUT": 3, "BUTTON": 15, "IFRAME": 9 } } } }, "items": { "onlyFocusable": [ { "tagName": "UL", "id": "ui-id-1", "text": "<ul id=\"ui-id-1\" tabindex=\"0\" class=\"ui-menu ui-widget ui-widget-content ui-auto" }, { "tagName": "UL", "id": "ui-id-2", "text": "<ul id=\"ui-id-2\" tabindex=\"0\" class=\"ui-menu ui-widget ui-widget-content ui-auto" } ], "onlyOperable": [ { "tagName": "A", "id": "Accounts", "text": "Accounts", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "A", "id": "Trading&Research", "text": "Trading & Research", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "A", "id": "InvestmentProducts", "text": "Investment Products", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "A", "id": "Banking&Borrowing", "text": "Banking & Borrowing", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "A", "id": "FeaturedOfferings", "text": "Featured Offerings", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "A", "id": "AdviceSolutions", "text": "Advice Solutions", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "A", "id": "FinancialPlanning", "text": "Financial Planning", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "A", "id": "Pricing", "text": "Pricing", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "A", "id": "TransferringAccounts", "text": "Transferring Accounts", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "A", "id": "OTHERDETAILS", "text": "OTHER DETAILS", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "A", "id": "TheSchwabDifference", "text": "The Schwab Difference", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "A", "id": "WaystoInvestwithUs", "text": "Ways to Invest with Us", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "A", "id": "HowWeCompare", "text": "How We Compare", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "A", "id": "InvestingInsights", "text": "Investing Insights", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "A", "id": "Perspectives", "text": "Perspectives", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "A", "id": "Retirement", "text": "Retirement", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "A", "id": "TheBasics", "text": "The Basics", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "A", "id": "Media", "text": "Media", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "DT", "id": "bcn-accordion-98846-bcn-accordion-item-98816", "text": "What is the Schwab Security Guarantee?", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "DT", "id": "bcn-accordion-98846-bcn-accordion-item-98821", "text": "How much does it cost to work with Schwab?", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "DT", "id": "bcn-accordion-98846-bcn-accordion-item-98826", "text": "How do I open an account?", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "DT", "id": "bcn-accordion-98846-bcn-accordion-item-98831", "text": "What kind of investment products does Schwab offer?", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "DT", "id": "bcn-accordion-98846-bcn-accordion-item-98836", "text": "How easy is it to switch brokerage providers?", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "DT", "id": "bcn-accordion-98846-bcn-accordion-item-98841", "text": "Why should I bank with Schwab Bank?", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "IFRAME", "id": "", "text": "<iframe src=\"https://a14738960062.cdn.optimizely.com/client_storage/a14738960062", "byTag": true, "byOnClick": false, "byPointer": false } ], "focusableAndOperable": [ { "tagName": "A", "id": "", "text": "Skip to main navigation", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Skip to content", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a href=\"https://www.schwab.com\" class=\"meganv-logo-link\" aria-label=\"Charles Sc", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "meganv-util--wide--FindaBranch", "text": "Find a Branch", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Contact Us", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "...More ways to contact Schwab", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "chatGlobalHeader", "text": "Chat", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "INPUT", "id": "", "text": "<input type=\"text\" class=\"mega-search-input ui-autocomplete-input\" maxlength=\"12", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "BUTTON", "id": "", "text": "<button class=\"sch-search search-icon mega-search-button\" aria-label=\"Submit sea", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Log In", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Schwab.com", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "中文登入", "byTag": true, "byOnClick": true, "byPointer": true }, { "tagName": "A", "id": "", "text": "Schwab International", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Schwab Advisor Services™", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Schwab Intelligent Portfolios®", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Schwab Alliance", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Schwab Charitable™", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Retirement Plan Center", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Equity Awards Center®", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Schwab 529", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Learning Quest® 529", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Mortgage & HELOC", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Charles Schwab Investment Management (CSIM)", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Portfolio Management Services", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "meganv-util--wide--OpenanAccount", "text": "Open an Account", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "INPUT", "id": "", "text": "<input type=\"text\" class=\"mega-search-input ui-autocomplete-input\" maxlength=\"12", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "BUTTON", "id": "", "text": "<button class=\"sch-search search-icon mega-search-button\" aria-label=\"Submit sea", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "Accounts&Products", "text": "Accounts & Products", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "A", "id": "", "text": "Overview", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "BrokerageandTrading", "text": "Brokerage and Trading", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Brokerage and Trading Account", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Types of Brokerage Accounts", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "What is a Brokerage Account", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "RetirementandIRAs", "text": "Retirement and IRAs", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Retirement Accounts (IRAs)", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "UnderstandingIRAs", "text": "Understanding IRAs", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "A", "id": "", "text": "Understanding IRAs", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Roth vs Traditional", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "Withdrawals&Distributions", "text": "Withdrawals & Distributions", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "A", "id": "", "text": "Withdrawals & Distributions", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Age 59 & Under", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Age 59 1/2 & Above", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Required Minimum Distributions", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "Calculators", "text": "Calculators", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "A", "id": "", "text": "IRA Calculators", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Roth vs Traditional", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Roth IRA Conversion", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "RMDs", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "TraditionalIRA", "text": "Traditional IRA", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "A", "id": "", "text": "Traditional IRA Account", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "What is a Traditional IRA", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Contribution Limits", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Withdrawal Rules", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "RothIRA", "text": "Roth IRA", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "A", "id": "", "text": "Roth IRA Account", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "What is a Roth IRA", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Contribution Limits", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Roth IRA Conversion", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Withdrawal Rules", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "IRARollover", "text": "IRA Rollover", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "A", "id": "", "text": "IRA Rollover Account", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "What is a Rollover IRA", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Rollover IRA/401K Rollover Options", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Combining 401Ks", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "How to Rollover a 401K", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "InheritedIRA", "text": "Inherited IRA", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "A", "id": "", "text": "Inherited IRA Account", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Withdrawal Rules", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Custodial IRA", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "EducationandCustodial", "text": "Education and Custodial", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Overview", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "College Savings Calculator", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "529SavingsPlan", "text": "529 Savings Plan", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "A", "id": "", "text": "Overview", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "529 State Tax Calculator", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Learning Quest 529 Plan", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Education Savings Account", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "CustodialAccount", "text": "Custodial Account", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "A", "id": "", "text": "Overview", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Custodial Transfer", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Personal Choice Retirement", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "SmallBusiness", "text": "Small Business", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Overview", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "SmallBusinessRetirement", "text": "Small Business Retirement", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "A", "id": "", "text": "Overview", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Individual 401(k)", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "SEP IRA", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "PersonalDefinedBenefitPlan", "text": "Personal Defined Benefit Plan", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "A", "id": "", "text": "Overview", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "FAQs", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "SIMPLE IRA", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Business 401(k) Plan", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Company Retirement Account", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "More Account Types", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "meganv-util--OpenanAccount", "text": "Open an Account", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Overview", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "A", "id": "", "text": "Trader Offering", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Trade Pricing", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "PlatformsandTools", "text": "Platforms and Tools", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Overview", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Trading Software", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Web Trading", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Mobile Trading", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "OrderExecution", "text": "Order Execution", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Schwab Order Execution Advantage™", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Order Routing Process", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Price Improvement", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Retail Execution Quality Statistics", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Research", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Overview", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "MutualFunds", "text": "Mutual Funds", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Mutual Funds Overview", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "FindMutualFunds", "text": "Find Mutual Funds", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "A", "id": "", "text": "Find Mutual Funds", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Investor Information", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Build a Portfolio", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Invest in a Portfolio Solution", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "UnderstandingMutualFunds", "text": "Understanding Mutual Funds", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "A", "id": "", "text": "Overview", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Benefits and Considerations of Mutual Funds", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Costs and Fees of Mutual Funds", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "ETFs vs. Mutual Funds", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "TypesofMutualFunds", "text": "Types of Mutual Funds", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Types of Mutual Funds", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Equity Mutual Funds", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Index Mutual Funds", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Asset Allocation Mutual Funds", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Target Date Mutual Funds", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Commodity Mutual Funds", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Environmental, Social and Governance (ESG) Mutual Funds", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "ETFs", "text": "ETFs", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Overview", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "ETFsatSchwab", "text": "ETFs at Schwab", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "A", "id": "", "text": "Overview", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Investor Information", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Selecting ETFs", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Understanding ETFs", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Mutual funds vs. ETFs", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Benefits of ETFs", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "ETF Costs & Fees", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "TypesofETFs", "text": "Types of ETFs", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "A", "id": "", "text": "Overview", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Sector ETFs", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Dividend ETFs", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Smart Beta ETFs", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Environmental, Social and Governance (ESG) ETFs", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Bond ETFs", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Commodity ETFs", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Currency ETFs", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Index Funds", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "Stocks", "text": "Stocks", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Overview", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "UnderstandingStocks", "text": "Understanding Stocks", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "A", "id": "", "text": "Overview", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Over-the-counter (OTC) securities", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Master Limited Partnerships (MLPs)", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Real Estate Investment Trusts (REITs)", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Business Development Companies (BDCs)", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "InternationalStocks", "text": "International Stocks", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "A", "id": "", "text": "Overview", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "ADRs, Foreign Ordinaries & Canadian Stocks", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "Options", "text": "Options", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Overview", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "How to Trade Options", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Understanding Options", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "Bonds,CDs&FixedIncome", "text": "Bonds, CDs & Fixed Income", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Overview", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "FixedIncomeProducts", "text": "Fixed Income Products", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "A", "id": "", "text": "Individual Bonds", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Certificates of Deposit", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Bond Funds, Bond ETFs, and Preferred Securities", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Selecting Fixed Income", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Pricing", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Money Market Funds", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Cash Solutions", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Cryptocurrency", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "More Investment Products", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Overview", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "A", "id": "", "text": "Bank Offerings", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "Checking", "text": "Checking", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Overview", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Schwab Bank Debit Card", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "FAQs", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Savings", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Home Loans & Rates", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Strategic Borrowing", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Credit Cards", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Overview", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "A", "id": "", "text": "Thematic Investing", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Schwab Starter Kit™", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Schwab Stock Slices™", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Schwab Personalized Indexing™", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Retirement Income Solutions", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Environmental, Social and Governance (ESG) Investing", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "Advice", "text": "Advice", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "A", "id": "", "text": "Overview", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "A", "id": "", "text": "Automated Investing", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "AutomatedInvestingwithGuidance", "text": "Automated Investing with Guidance", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Overview", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "CompareSolutions", "text": "Compare Solutions", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "A", "id": "", "text": "Compare Our Solutions", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Compare Us To Others", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "Resources", "text": "Resources", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "A", "id": "", "text": "An Introduction to Robo-Advice", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Robo Advisor Myths", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Schwab Wealth Advisory™", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "More Advice Solutions", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "overview", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "A", "id": "", "text": "Financial Planning Offering", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "How Much You Need to Retire", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Planning Calculators", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Complimentary Plan", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Advice Headline Placeholder Get more advice >", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Advice Headline Placeholder Get more advice >", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "Pricing", "text": "Pricing", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "A", "id": "", "text": "Overview", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "A", "id": "", "text": "Commissions and Fees", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Understanding Investment Fees", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Overview", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "A", "id": "", "text": "Costs and Considerations", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Overview", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "A", "id": "", "text": "Client Relationship Summaries", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "See how we stack up to the competition. Compare Us >", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "$0 online listed equity trade commissions + Satisfaction Guarantee. See our pric", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "WhySchwab", "text": "Why Schwab", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "A", "id": "", "text": "Overview", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "A", "id": "", "text": "Why Choose Schwab", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Our Satisfaction Guarantee", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "OurSchwabSecurity", "text": "Our Schwab Security", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Overview", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Security Knowledge Center", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Schwab Security Guarantee", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "OurExperts", "text": "Our Experts", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Overview", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "A", "id": "", "text": "Meet the experts behind Schwab's investing insights.", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Overview", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "A", "id": "", "text": "Overview", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Manage and Trade your Own Investments", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Get Automated Investing with Professional Guidance", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Plan and Invest with a consultant", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Overview", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "A", "id": "", "text": "Compare Us to Our Competitors", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Evaluate Your Broker", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "See Our #1 Rankings", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "More choices. More ways to invest how you want. Automated investing, professiona", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "More choices. More ways to invest how you want. Automated investing, professiona", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "Learn", "text": "Learn", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "A", "id": "", "text": "Overview", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Overview", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Stocks", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Bonds", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "ETFs", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Mutual Funds", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Trading", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Options", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Futures", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Overview", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "A", "id": "", "text": "Market Commentary", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Government Policy", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Sectors", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "International", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Overview", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "A", "id": "", "text": "Saving for Retirement", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "In Retirement", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Overview", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "A", "id": "HowtoInvest", "text": "How to Invest", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Overview", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Investing Basics", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Investing Guide", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Investing Principles", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Overview", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "A", "id": "", "text": "Podcasts", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Magazine", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Schwab Live Daily", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "meganv-util--narrow--OpenanAccount", "text": "Open an Account", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "meganv-util--narrow--LogIn", "text": "Log In", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "meganv-util--narrow--FindaBranch", "text": "Find a Branch", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "meganv-util--narrow--ContactUs", "text": "Contact Us", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "BUTTON", "id": "", "text": "<button class=\"sch-menu-2x meganv-hamburger\" aria-label=\"Site Navigation Toggle\"", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a href=\"https://www.schwab.com\" class=\"meganv-logo-link\" aria-label=\"Charles Sc", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a href=\"#\" class=\"meganv-quick-quoter\" role=\"button\" aria-label=\"Toggle quick q", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Log In", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "IFRAME", "id": "meganv-qq-frame", "text": "<iframe id=\"meganv-qq-frame\" src=\"\"></iframe>", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "A", "id": "", "text": "Get the latest Market Insights", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "IFRAME", "id": "schwablmslogin", "text": "<iframe src=\"https://lms.schwab.com/Login?clientId=schwab-prospect&startInSe", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "A", "id": "", "text": "Explore the new crypto ETF", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "See our rates", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "See all our fees", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Choose what's right for you", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Satisfaction Guarantee", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Security Guarantee", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Learn more about personalized indexing", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Learn more about trading", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Open an Account", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Get started", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Check out our awards.", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Learn more at schwab.com/transparency >", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "BUTTON", "id": "", "text": "<button class=\"bcn-button-control sch-plus-2x\" type=\"button\" aria-label=\"What is", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Schwab Security Guarantee", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Schwab.com/guarantee", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "BUTTON", "id": "", "text": "<button class=\"bcn-button-control sch-plus-2x\" type=\"button\" aria-label=\"How muc", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "See all our pricing", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Charles Schwab Pricing Guide for Individual Investors", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "pricing guide", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "BUTTON", "id": "", "text": "<button class=\"bcn-button-control sch-plus-2x\" type=\"button\" aria-label=\"How do ", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Click here", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "find a branch", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "BUTTON", "id": "", "text": "<button class=\"bcn-button-control sch-plus-2x\" type=\"button\" aria-label=\"What ki", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "investment products", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "BUTTON", "id": "", "text": "<button class=\"bcn-button-control sch-plus-2x\" type=\"button\" aria-label=\"How eas", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Open a Schwab account", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "800-435-4000", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "A", "id": "", "text": "Click here", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "log in", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "BUTTON", "id": "", "text": "<button class=\"bcn-button-control sch-plus-2x\" type=\"button\" aria-label=\"Why sho", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Open", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "learn more", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "800-435-4000", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "A", "id": "", "text": "Get live online assistance 24/7", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Find a branch near you", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Schwab Advisor Services™", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Schwab Franchise.", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Charles Schwab Investment Management, Inc.", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Workplace Financial Services.", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "FINRA's BrokerCheck", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Digital Services", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Mobile Apps", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Schwab Franchise", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Corporate Information", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Schwab Careers", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Schwab Community Service", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Hong Kong, China", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "London, UK", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Other regions", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "中文", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "INPUT", "id": "qqIn", "text": "<input id=\"qqIn\" autocomplete=\"off\" onfocus=\"this.select();QQ._cPup()\" onkeypres", "byTag": true, "byOnClick": true, "byPointer": false }, { "tagName": "A", "id": "", "text": "Quote", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "qqIxl", "text": "Show Indices", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "A", "id": "", "text": "Symbol Lookup", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "DJIA", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "NASDAQ", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "S&P 500", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Russell 2000", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Refresh", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Schwab Intelligent Portfolios Solutions™ disclosure brochures", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Member SIPC", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "non-U.S. residents", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Member SIPC", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "YouTube", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Twitter", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Facebook", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "LinkedIn", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "BUTTON", "id": "", "text": "<button type=\"button\" class=\"sch-plus-large footmn-btn-expand\" aria-label=\"Click", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Brokerage", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "401(k) Rollover", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Individual Retirement Accounts (IRAs)", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Schwab Bank Checking", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Small Business Retirement", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "See More Accounts", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "BUTTON", "id": "", "text": "<button type=\"button\" class=\"sch-plus-large footmn-btn-expand\" aria-label=\"Click", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Stocks", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Mutual Funds", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Exchange Traded Funds (ETFs)", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Annuities", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Bonds", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "See More Investment Products", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "BUTTON", "id": "", "text": "<button type=\"button\" class=\"sch-plus-large footmn-btn-expand\" aria-label=\"Click", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Trading Platforms", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Execution Quality", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Options", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Futures", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "BUTTON", "id": "", "text": "<button type=\"button\" class=\"sch-plus-large footmn-btn-expand\" aria-label=\"Click", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Retirement Calculator", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Roth vs. Traditional IRA Calculator", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Research Tools", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Mobile Apps", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "BUTTON", "id": "", "text": "<button type=\"button\" class=\"sch-plus-large footmn-btn-expand\" aria-label=\"Click", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Investing Insights", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Market Commentary", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Saving for Retirement", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "In Retirement", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Trading", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Podcasts", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "BUTTON", "id": "", "text": "<button type=\"button\" class=\"sch-plus-large footmn-btn-expand\" aria-label=\"Click", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Why Schwab", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Compare Us", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Satisfaction Guarantee", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Forms & Applications", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Pricing", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Notify us of a Death", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Site Map", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "SchwabSafe", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Privacy", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Online Privacy", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Additional Schwab Sites", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Business Continuity", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Financial Statement", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Accessibility Help", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Contact Us", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "About Schwab", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Careers", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Investment Professionals' Compensation", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Important Notices", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "SIPC®", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "FDIC Insurance", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "FINRA's Broker Check", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Bank Client Complaints", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Client Relationship Summaries", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "IFRAME", "id": "utag_71", "text": "<iframe id=\"utag_71\" height=\"1\" width=\"1\" style=\"display:none\" src=\"//di.rlcdn.c", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "IFRAME", "id": "282", "text": "<iframe id=\"282\" height=\"1\" width=\"1\" style=\"display:none\" src=\"//insight.adsrvr", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "IFRAME", "id": "destination_publishing_iframe_schwab_0", "text": "<iframe sandbox=\"allow-scripts allow-same-origin\" title=\"Adobe ID Syncing iFrame", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "IFRAME", "id": "", "text": "<iframe height=\"0\" width=\"0\" style=\"display: none; visibility: hidden;\" src=\"htt", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "IFRAME", "id": "", "text": "<iframe height=\"0\" width=\"0\" style=\"display: none; visibility: hidden;\" src=\"htt", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "IFRAME", "id": "", "text": "<iframe src=\"https://bid.g.doubleclick.net/xbbe/pixel?d=KAE\" style=\"display: non", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "IFRAME", "id": "", "text": "<iframe src=\"https://bid.g.doubleclick.net/xbbe/pixel?d=KAE\" style=\"display: non", "byTag": true, "byOnClick": false, "byPointer": false } ] } } }, { "type": "launch", "which": "chromium", "what": "chromium browser" }, { "type": "url", "which": "https://www.schwab.com/", "what": "URL", "result": "https://www.schwab.com/" }, { "type": "test", "which": "hover", "headSize": 40, "headSampleSize": 20, "tailSampleSize": 15, "withItems": true, "what": "hover-caused content changes", "url": "https://www.schwab.com/", "result": { "totals": { "triggers": 191, "headTriggers": 40, "tailTriggers": 151, "impactTriggers": 6, "additions": 224, "removals": 0, "opacityChanges": 0, "opacityImpact": 0, "unhoverables": 6 }, "items": { "head": { "impactTriggers": [ { "tagName": "LI", "text": "AdviceAdviceSolutionsOverviewAutomatedInvestingAut", "additions": 31, "removals": 0, "opacityChanges": 0, "opacityImpact": 0 }, { "tagName": "LI", "text": "WhySchwabTheSchwabDifferenceOverviewWhyChooseSchwa", "additions": 46, "removals": 0, "opacityChanges": 0, "opacityImpact": 0 }, { "tagName": "LI", "text": "PricingPricingOverviewCommissionsandFeesUnderstand", "additions": 35, "removals": 0, "opacityChanges": 0, "opacityImpact": 0 } ], "unhoverables": [ { "tagName": "A", "id": "Learn", "text": "Learn" }, { "tagName": "A", "id": "Pricing", "text": "Pricing" }, { "tagName": "A", "id": "Accounts&Products", "text": "Accounts&Products" }, { "tagName": "A", "id": "", "text": "Skiptomainnavigation" }, { "tagName": "A", "id": "", "text": "Skiptocontent" }, { "tagName": "A", "id": "WhySchwab", "text": "WhySchwab" } ] }, "tail": { "impactTriggers": [], "unhoverables": [] } } } }, { "type": "launch", "which": "chromium", "what": "chromium browser" }, { "type": "url", "which": "https://www.schwab.com/", "what": "URL", "result": "https://www.schwab.com/" }, { "type": "test", "which": "labClash", "withItems": true, "what": "labeling inconsistencies", "url": "https://www.schwab.com/", "result": { "totals": { "mislabeled": 0, "unlabeled": 0, "wellLabeled": 18 }, "items": { "mislabeled": [], "unlabeled": [], "wellLabeled": [ { "index": 0, "tagName": "INPUT", "type": "text", "labelType": "aria-label", "texts": { "attribute": "Search field" } }, { "index": 1, "tagName": "BUTTON", "type": "submit", "labelType": "aria-label", "texts": { "attribute": "Submit search" } }, { "index": 2, "tagName": "INPUT", "type": "text", "labelType": "aria-label", "texts": { "attribute": "Search field" } }, { "index": 3, "tagName": "BUTTON", "type": "submit", "labelType": "aria-label", "texts": { "attribute": "Submit search" } }, { "index": 4, "tagName": "BUTTON", "type": "submit", "labelType": "aria-label", "texts": { "attribute": "Site Navigation Toggle" } }, { "index": 5, "tagName": "BUTTON", "type": "button", "labelType": "aria-label", "texts": { "attribute": "What is the Schwab Security Guarantee?" } }, { "index": 6, "tagName": "BUTTON", "type": "button", "labelType": "aria-label", "texts": { "attribute": "How much does it cost to work with Schwab?" } }, { "index": 7, "tagName": "BUTTON", "type": "button", "labelType": "aria-label", "texts": { "attribute": "How do I open an account?" } }, { "index": 8, "tagName": "BUTTON", "type": "button", "labelType": "aria-label", "texts": { "attribute": "What kind of investment products does Schwab offer?" } }, { "index": 9, "tagName": "BUTTON", "type": "button", "labelType": "aria-label", "texts": { "attribute": "How easy is it to switch brokerage providers?" } }, { "index": 10, "tagName": "BUTTON", "type": "button", "labelType": "aria-label", "texts": { "attribute": "Why should I bank with Schwab Bank?" } }, { "index": 11, "tagName": "INPUT", "type": "text", "labelType": "aria-label", "texts": { "attribute": "Enter Stock Id" } }, { "index": 12, "tagName": "BUTTON", "type": "button", "labelType": "aria-label", "texts": { "attribute": "Click to view more links" } }, { "index": 13, "tagName": "BUTTON", "type": "button", "labelType": "aria-label", "texts": { "attribute": "Click to view more links" } }, { "index": 14, "tagName": "BUTTON", "type": "button", "labelType": "aria-label", "texts": { "attribute": "Click to view more links" } }, { "index": 15, "tagName": "BUTTON", "type": "button", "labelType": "aria-label", "texts": { "attribute": "Click to view more links" } }, { "index": 16, "tagName": "BUTTON", "type": "button", "labelType": "aria-label", "texts": { "attribute": "Click to view more links" } }, { "index": 17, "tagName": "BUTTON", "type": "button", "labelType": "aria-label", "texts": { "attribute": "Click to view more links" } } ] } } }, { "type": "test", "which": "linkUl", "withItems": true, "what": "adjacent-link underlining", "url": "https://www.schwab.com/", "result": { "totals": { "links": 406, "adjacent": { "total": 204, "underlined": 42, "underlinedPercent": 20 } }, "items": { "underlined": [ "Skip to main navigation", "Skip to content", "", "Log In", "Check out our awards.", "Learn more at schwab.com/transparency >", "Schwab Security Guarantee", "Schwab.com/guarantee", "See all our pricing", "Charles Schwab Pricing Guide for Individual Investors", "pricing guide", "Click here", "find a branch", "investment products", "Open a Schwab account", "Click here", "log in", "Open", "learn more", "Schwab Advisor Services™", "Schwab Franchise.", "Charles Schwab Investment Management, Inc.", "Workplace Financial Services.", "FINRA's BrokerCheck", "Digital Services", "Mobile Apps", "Schwab Franchise", "Corporate Information", "Schwab Careers", "Schwab Community Service", "Hong Kong, China", "London, UK", "Other regions", "中文", "Schwab Intelligent Portfolios Solutions™ disclosure brochures", "Member SIPC", "non-U.S. residents", "Member SIPC", "YouTube", "Twitter", "Facebook", "LinkedIn" ], "notUnderlined": [ "", "Find a Branch", "Contact Us", "...More ways to contact Schwab", "Chat", "Log In", "Open an Account", "Accounts & Products", "Accounts", "Overview", "Brokerage and Trading", "Retirement and IRAs", "Retirement Accounts (IRAs)", "Understanding IRAs", "Understanding IRAs", "Roth vs Traditional", "Withdrawals & Distributions", "Calculators", "Traditional IRA", "Roth IRA", "IRA Rollover", "Inherited IRA", "Custodial IRA", "Education and Custodial", "Overview", "College Savings Calculator", "529 Savings Plan", "Education Savings Account", "Custodial Account", "Personal Choice Retirement", "Small Business", "Overview", "Small Business Retirement", "Overview", "Individual 401(k)", "SEP IRA", "Personal Defined Benefit Plan", "SIMPLE IRA", "Business 401(k) Plan", "Company Retirement Account", "More Account Types", "Open an Account", "Trading & Research", "Overview", "Trader Offering", "Trade Pricing", "Platforms and Tools", "Order Execution", "Research", "Investment Products", "Overview", "Mutual Funds", "Mutual Funds Overview", "Find Mutual Funds", "Build a Portfolio", "Invest in a Portfolio Solution", "Understanding Mutual Funds", "Overview", "Benefits and Considerations of Mutual Funds", "Costs and Fees of Mutual Funds", "ETFs vs. Mutual Funds", "Types of Mutual Funds", "ETFs", "Overview", "ETFs at Schwab", "Selecting ETFs", "Understanding ETFs", "Mutual funds vs. ETFs", "Benefits of ETFs", "ETF Costs & Fees", "Types of ETFs", "Index Funds", "Stocks", "Overview", "Understanding Stocks", "International Stocks", "Options", "Bonds, CDs & Fixed Income", "Overview", "Fixed Income Products", "Selecting Fixed Income", "Pricing", "Money Market Funds", "Cash Solutions", "Cryptocurrency", "More Investment Products", "Banking & Borrowing", "Overview", "Bank Offerings", "Checking", "Savings", "Home Loans & Rates", "Strategic Borrowing", "Credit Cards", "Featured Offerings", "Advice", "Advice Solutions", "Overview", "Automated Investing", "Automated Investing with Guidance", "Overview", "Compare Solutions", "Resources", "Schwab Wealth Advisory™", "More Advice Solutions", "Financial Planning", "Advice Headline Placeholder Get more advice >", "Advice Headline Placeholder Get more advice >", "Pricing", "Pricing", "Transferring Accounts", "OTHER DETAILS", "See how we stack up to the competition. Compare Us >", "$0 online listed equity trade commissions + Satisfaction Guarantee. See our pricing >", "Why Schwab", "The Schwab Difference", "Overview", "Why Choose Schwab", "Our Satisfaction Guarantee", "Our Schwab Security", "Our Experts", "Ways to Invest with Us", "How We Compare", "More choices. More ways to invest how you want. Automated investing, professional advice, or trade on your own. Explore ways to invest >", "More choices. More ways to invest how you want. Automated investing, professional advice or trade on your own. Explore ways to invest >", "Learn", "Investing Insights", "Perspectives", "Retirement", "The Basics", "Overview", "How to Invest", "Investing Principles", "Media", "Open an Account", "Log In", "Find a Branch", "Contact Us", "", "Get the latest Market Insights", "Explore the new crypto ETF", "See our rates", "See all our fees", "Choose what's right for you", "Satisfaction Guarantee", "Security Guarantee", "Learn more about personalized indexing", "Learn more about trading", "Open an Account", "Get started", "800-435-4000", "800-435-4000", "Get live online assistance 24/7", "Find a branch near you", "Quote", "Show Indices", "Symbol Lookup", "DJIA", "NASDAQ", "S&P 500", "Russell 2000", "Refresh" ] } } }, { "type": "test", "which": "menuNav", "withItems": true, "what": "keyboard navigation between focusable menu items", "url": "https://www.schwab.com/", "result": { "totals": { "navigations": { "all": { "total": 25, "correct": 15, "incorrect": 10 }, "specific": { "tab": { "total": 5, "correct": 5, "incorrect": 0 }, "left": { "total": 5, "correct": 4, "incorrect": 1 }, "right": { "total": 5, "correct": 4, "incorrect": 1 }, "up": { "total": 0, "correct": 0, "incorrect": 0 }, "down": { "total": 0, "correct": 0, "incorrect": 0 }, "home": { "total": 5, "correct": 1, "incorrect": 4 }, "end": { "total": 5, "correct": 1, "incorrect": 4 } } }, "menuItems": { "total": 5, "correct": 0, "incorrect": 5 }, "menus": { "total": 1, "correct": 0, "incorrect": 1 } }, "menuItems": { "incorrect": [ { "tagName": "A", "text": "Find a Branch; #meganv-util--wide--FindaBranch", "navigationErrors": [ "ArrowLeft", "End" ] }, { "tagName": "A", "text": "Contact Us", "navigationErrors": [ "Home", "End" ] }, { "tagName": "A", "text": "Chat; #chatGlobalHeader", "navigationErrors": [ "Home", "End" ] }, { "tagName": "A", "text": "Log In", "navigationErrors": [ "Home", "End" ] }, { "tagName": "A", "text": "Open an Account; #meganv-util--wide--OpenanAccount", "navigationErrors": [ "ArrowRight", "Home" ] } ], "correct": [] } } }, { "type": "launch", "which": "chromium", "what": "chromium browser" }, { "type": "url", "which": "https://www.schwab.com/", "what": "URL", "result": "https://www.schwab.com/" }, { "type": "test", "which": "radioSet", "withItems": true, "what": "fieldset grouping of radio buttons", "url": "https://www.schwab.com/", "result": { "totals": { "total": 0, "inSet": 0, "percent": "N.A." }, "items": { "inSet": [], "notInSet": [] } } }, { "type": "test", "which": "role", "what": "roles", "url": "https://www.schwab.com/", "result": { "roleElements": 580, "badRoleElements": 5, "redundantRoleElements": 278, "tagNames": { "A": { "link": { "bad": 0, "redundant": 260 }, "button": { "bad": 1, "redundant": 0 } }, "INPUT": { "textbox": { "bad": 0, "redundant": 2 } }, "LI": { "listitem": { "bad": 0, "redundant": 14 } }, "NAV": { "navigation": { "bad": 0, "redundant": 1 } }, "DIV": { "main": { "bad": 1, "redundant": 0 }, "status": { "bad": 2, "redundant": 0 } }, "ARTICLE": { "article": { "bad": 0, "redundant": 1 } }, "FOOTER": { "contentinfo": { "bad": 1, "redundant": 0 } } } } }, { "type": "test", "which": "styleDiff", "withItems": true, "what": "style inconsistencies", "url": "https://www.schwab.com/", "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": 15, "subtotals": [ 6, 6, 1, 1, 1 ] }, "adjacentLink": { "total": 204, "subtotals": [ 133, 41, 29, 1 ] }, "listLink": { "total": 202, "subtotals": [ 138, 32, 18, 14 ] }, "h1": { "total": 2 }, "h2": { "total": 19, "subtotals": [ 6, 3, 3, 2, 1, 1, 1, 1, 1 ] }, "h3": { "total": 16, "subtotals": [ 11, 3, 1, 1 ] } }, "items": { "button": { "opacity": { "1": [ "", "", "", "", "", "", "", "", "", "", "", "", "" ], "0.7": [ "", "" ] }, "height": { "18px": [ "" ], "auto": [ "", "", "", "", "", "", "" ], "100%": [ "" ], "32px": [ "", "", "", "", "", "" ] }, "lineHeight": { "16px": [ "", "", "", "", "", "", "", "" ], "32px": [ "", "", "", "", "", "", "" ] }, "minHeight": { "0px": [ "", "", "", "", "", "", "", "", "" ], "auto": [ "", "", "", "", "", "" ] }, "minWidth": { "0px": [ "", "", "", "", "", "", "", "", "" ], "32px": [ "", "", "", "", "", "" ] } }, "adjacentLink": { "fontWeight": { "300": [ "FINRA's BrokerCheck" ], "400": [ "Skip to main navigation", "Skip to content", "", "Find a Branch", "Contact Us", "...More ways to contact Schwab", "Chat", "Log In", "Accounts & Products", "Overview", "Brokerage and Trading", "Retirement and IRAs", "Retirement Accounts (IRAs)", "Understanding IRAs", "Understanding IRAs", "Roth vs Traditional", "Withdrawals & Distributions", "Calculators", "Traditional IRA", "Roth IRA", "IRA Rollover", "Inherited IRA", "Custodial IRA", "Education and Custodial", "Overview", "College Savings Calculator", "529 Savings Plan", "Education Savings Account", "Custodial Account", "Personal Choice Retirement", "Small Business", "Overview", "Small Business Retirement", "Overview", "Individual 401(k)", "SEP IRA", "Personal Defined Benefit Plan", "SIMPLE IRA", "Business 401(k) Plan", "Company Retirement Account", "More Account Types", "Overview", "Trader Offering", "Trade Pricing", "Platforms and Tools", "Order Execution", "Research", "Overview", "Mutual Funds", "Mutual Funds Overview", "Find Mutual Funds", "Build a Portfolio", "Invest in a Portfolio Solution", "Understanding Mutual Funds", "Overview", "Benefits and Considerations of Mutual Funds", "Costs and Fees of Mutual Funds", "ETFs vs. Mutual Funds", "Types of Mutual Funds", "ETFs", "Overview", "ETFs at Schwab", "Selecting ETFs", "Understanding ETFs", "Mutual funds vs. ETFs", "Benefits of ETFs", "ETF Costs & Fees", "Types of ETFs", "Index Funds", "Stocks", "Overview", "Understanding Stocks", "International Stocks", "Options", "Bonds, CDs & Fixed Income", "Overview", "Fixed Income Products", "Selecting Fixed Income", "Pricing", "Money Market Funds", "Cash Solutions", "Cryptocurrency", "More Investment Products", "Overview", "Bank Offerings", "Checking", "Savings", "Home Loans & Rates", "Strategic Borrowing", "Credit Cards", "Advice", "Overview", "Automated Investing", "Automated Investing with Guidance", "Overview", "Compare Solutions", "Resources", "Schwab Wealth Advisory™", "More Advice Solutions", "Advice Headline Placeholder Get more advice >", "Advice Headline Placeholder Get more advice >", "Pricing", "See how we stack up to the competition. Compare Us >", "$0 online listed equity trade commissions + Satisfaction Guarantee. See our pricing >", "Why Schwab", "Overview", "Why Choose Schwab", "Our Satisfaction Guarantee", "Our Schwab Security", "Our Experts", "More choices. More ways to invest how you want. Automated investing, professional advice, or trade on your own. Explore ways to invest >", "More choices. More ways to invest how you want. Automated investing, professional advice or trade on your own. Explore ways to invest >", "Learn", "Overview", "How to Invest", "Investing Principles", "", "", "Log In", "Get the latest Market Insights", "Explore the new crypto ETF", "See our rates", "See all our fees", "Choose what's right for you", "Satisfaction Guarantee", "Security Guarantee", "Learn more about personalized indexing", "Learn more about trading", "Open an Account", "Get started", "Check out our awards.", "Learn more at schwab.com/transparency >", "Schwab Security Guarantee", "Schwab.com/guarantee", "See all our pricing", "Charles Schwab Pricing Guide for Individual Investors", "pricing guide", "Click here", "find a branch", "investment products", "Open a Schwab account", "800-435-4000", "Click here", "log in", "Open", "learn more", "800-435-4000", "Get live online assistance 24/7", "Find a branch near you", "Schwab Advisor Services™", "Schwab Franchise.", "Charles Schwab Investment Management, Inc.", "Workplace Financial Services.", "Digital Services", "Mobile Apps", "Schwab Franchise", "Corporate Information", "Schwab Careers", "Schwab Community Service", "Hong Kong, China", "London, UK", "Other regions", "中文", "Quote", "Show Indices", "Symbol Lookup", "Schwab Intelligent Portfolios Solutions™ disclosure brochures", "Member SIPC", "non-U.S. residents", "Member SIPC", "YouTube", "Twitter", "Facebook", "LinkedIn" ], "700": [ "Open an Account", "Accounts", "Open an Account", "Trading & Research", "Investment Products", "Banking & Borrowing", "Featured Offerings", "Advice Solutions", "Financial Planning", "Pricing", "Transferring Accounts", "OTHER DETAILS", "The Schwab Difference", "Ways to Invest with Us", "How We Compare", "Investing Insights", "Perspectives", "Retirement", "The Basics", "Media", "Open an Account", "Log In", "Find a Branch", "Contact Us", "DJIA", "NASDAQ", "S&P 500", "Russell 2000", "Refresh" ] }, "textDecorationLine": { "underline": [ "Skip to main navigation", "Skip to content", "", "Log In", "Check out our awards.", "Learn more at schwab.com/transparency >", "Schwab Security Guarantee", "Schwab.com/guarantee", "See all our pricing", "Charles Schwab Pricing Guide for Individual Investors", "pricing guide", "Click here", "find a branch", "investment products", "Open a Schwab account", "Click here", "log in", "Open", "learn more", "Schwab Advisor Services™", "Schwab Franchise.", "Charles Schwab Investment Management, Inc.", "Workplace Financial Services.", "FINRA's BrokerCheck", "Digital Services", "Mobile Apps", "Schwab Franchise", "Corporate Information", "Schwab Careers", "Schwab Community Service", "Hong Kong, China", "London, UK", "Other regions", "中文", "Schwab Intelligent Portfolios Solutions™ disclosure brochures", "Member SIPC", "non-U.S. residents", "Member SIPC", "YouTube", "Twitter", "Facebook", "LinkedIn" ], "none": [ "", "Find a Branch", "Contact Us", "...More ways to contact Schwab", "Chat", "Log In", "Open an Account", "Accounts & Products", "Accounts", "Overview", "Brokerage and Trading", "Retirement and IRAs", "Retirement Accounts (IRAs)", "Understanding IRAs", "Understanding IRAs", "Roth vs Traditional", "Withdrawals & Distributions", "Calculators", "Traditional IRA", "Roth IRA", "IRA Rollover", "Inherited IRA", "Custodial IRA", "Education and Custodial", "Overview", "College Savings Calculator", "529 Savings Plan", "Education Savings Account", "Custodial Account", "Personal Choice Retirement", "Small Business", "Overview", "Small Business Retirement", "Overview", "Individual 401(k)", "SEP IRA", "Personal Defined Benefit Plan", "SIMPLE IRA", "Business 401(k) Plan", "Company Retirement Account", "More Account Types", "Open an Account", "Trading & Research", "Overview", "Trader Offering", "Trade Pricing", "Platforms and Tools", "Order Execution", "Research", "Investment Products", "Overview", "Mutual Funds", "Mutual Funds Overview", "Find Mutual Funds", "Build a Portfolio", "Invest in a Portfolio Solution", "Understanding Mutual Funds", "Overview", "Benefits and Considerations of Mutual Funds", "Costs and Fees of Mutual Funds", "ETFs vs. Mutual Funds", "Types of Mutual Funds", "ETFs", "Overview", "ETFs at Schwab", "Selecting ETFs", "Understanding ETFs", "Mutual funds vs. ETFs", "Benefits of ETFs", "ETF Costs & Fees", "Types of ETFs", "Index Funds", "Stocks", "Overview", "Understanding Stocks", "International Stocks", "Options", "Bonds, CDs & Fixed Income", "Overview", "Fixed Income Products", "Selecting Fixed Income", "Pricing", "Money Market Funds", "Cash Solutions", "Cryptocurrency", "More Investment Products", "Banking & Borrowing", "Overview", "Bank Offerings", "Checking", "Savings", "Home Loans & Rates", "Strategic Borrowing", "Credit Cards", "Featured Offerings", "Advice", "Advice Solutions", "Overview", "Automated Investing", "Automated Investing with Guidance", "Overview", "Compare Solutions", "Resources", "Schwab Wealth Advisory™", "More Advice Solutions", "Financial Planning", "Advice Headline Placeholder Get more advice >", "Advice Headline Placeholder Get more advice >", "Pricing", "Pricing", "Transferring Accounts", "OTHER DETAILS", "See how we stack up to the competition. Compare Us >", "$0 online listed equity trade commissions + Satisfaction Guarantee. See our pricing >", "Why Schwab", "The Schwab Difference", "Overview", "Why Choose Schwab", "Our Satisfaction Guarantee", "Our Schwab Security", "Our Experts", "Ways to Invest with Us", "How We Compare", "More choices. More ways to invest how you want. Automated investing, professional advice, or trade on your own. Explore ways to invest >", "More choices. More ways to invest how you want. Automated investing, professional advice or trade on your own. Explore ways to invest >", "Learn", "Investing Insights", "Perspectives", "Retirement", "The Basics", "Overview", "How to Invest", "Investing Principles", "Media", "Open an Account", "Log In", "Find a Branch", "Contact Us", "", "Get the latest Market Insights", "Explore the new crypto ETF", "See our rates", "See all our fees", "Choose what's right for you", "Satisfaction Guarantee", "Security Guarantee", "Learn more about personalized indexing", "Learn more about trading", "Open an Account", "Get started", "800-435-4000", "800-435-4000", "Get live online assistance 24/7", "Find a branch near you", "Quote", "Show Indices", "Symbol Lookup", "DJIA", "NASDAQ", "S&P 500", "Russell 2000", "Refresh" ] } }, "listLink": { "textDecorationLine": { "none": [ "Schwab.com", "中文登入", "Schwab International", "Schwab Advisor Services™", "Schwab Intelligent Portfolios®", "Schwab Alliance", "Schwab Charitable™", "Retirement Plan Center", "Equity Awards Center®", "Schwab 529", "Learning Quest® 529", "Mortgage & HELOC", "Charles Schwab Investment Management (CSIM)", "Portfolio Management Services", "Brokerage and Trading Account", "Types of Brokerage Accounts", "What is a Brokerage Account", "Withdrawals & Distributions", "Age 59 & Under", "Age 59 1/2 & Above", "Required Minimum Distributions", "IRA Calculators", "Roth vs Traditional", "Roth IRA Conversion", "RMDs", "Traditional IRA Account", "What is a Traditional IRA", "Contribution Limits", "Withdrawal Rules", "Roth IRA Account", "What is a Roth IRA", "Contribution Limits", "Roth IRA Conversion", "Withdrawal Rules", "IRA Rollover Account", "What is a Rollover IRA", "Rollover IRA/401K Rollover Options", "Combining 401Ks", "How to Rollover a 401K", "Inherited IRA Account", "Withdrawal Rules", "Overview", "529 State Tax Calculator", "Learning Quest 529 Plan", "Overview", "Custodial Transfer", "Overview", "FAQs", "Overview", "Trading Software", "Web Trading", "Mobile Trading", "Schwab Order Execution Advantage™", "Order Routing Process", "Price Improvement", "Retail Execution Quality Statistics", "Find Mutual Funds", "Investor Information", "Types of Mutual Funds", "Equity Mutual Funds", "Index Mutual Funds", "Asset Allocation Mutual Funds", "Target Date Mutual Funds", "Commodity Mutual Funds", "Environmental, Social and Governance (ESG) Mutual Funds", "Overview", "Investor Information", "Overview", "Sector ETFs", "Dividend ETFs", "Smart Beta ETFs", "Environmental, Social and Governance (ESG) ETFs", "Bond ETFs", "Commodity ETFs", "Currency ETFs", "Overview", "Over-the-counter (OTC) securities", "Master Limited Partnerships (MLPs)", "Real Estate Investment Trusts (REITs)", "Business Development Companies (BDCs)", "Overview", "ADRs, Foreign Ordinaries & Canadian Stocks", "Overview", "How to Trade Options", "Understanding Options", "Individual Bonds", "Certificates of Deposit", "Bond Funds, Bond ETFs, and Preferred Securities", "Overview", "Schwab Bank Debit Card", "FAQs", "Overview", "Thematic Investing", "Schwab Starter Kit™", "Schwab Stock Slices™", "Schwab Personalized Indexing™", "Retirement Income Solutions", "Environmental, Social and Governance (ESG) Investing", "Compare Our Solutions", "Compare Us To Others", "An Introduction to Robo-Advice", "Robo Advisor Myths", "overview", "Financial Planning Offering", "How Much You Need to Retire", "Planning Calculators", "Complimentary Plan", "Overview", "Commissions and Fees", "Understanding Investment Fees", "Overview", "Costs and Considerations", "Overview", "Client Relationship Summaries", "Overview", "Security Knowledge Center", "Schwab Security Guarantee", "Overview", "Meet the experts behind Schwab's investing insights.", "Overview", "Overview", "Manage and Trade your Own Investments", "Get Automated Investing with Professional Guidance", "Plan and Invest with a consultant", "Overview", "Compare Us to Our Competitors", "Evaluate Your Broker", "See Our #1 Rankings", "Overview", "Overview", "Stocks", "Bonds", "ETFs", "Mutual Funds", "Trading", "Options", "Futures", "Overview", "Market Commentary", "Government Policy", "Sectors", "International", "Overview", "Saving for Retirement", "In Retirement", "Overview", "Investing Basics", "Investing Guide", "Overview", "Podcasts", "Magazine", "Schwab Live Daily", "Brokerage", "401(k) Rollover", "Individual Retirement Accounts (IRAs)", "Schwab Bank Checking", "Small Business Retirement", "See More Accounts", "Stocks", "Mutual Funds", "Exchange Traded Funds (ETFs)", "Annuities", "Bonds", "See More Investment Products", "Trading Platforms", "Execution Quality", "Options", "Futures", "Retirement Calculator", "Roth vs. Traditional IRA Calculator", "Research Tools", "Mobile Apps", "Investing Insights", "Market Commentary", "Saving for Retirement", "In Retirement", "Trading", "Podcasts", "Why Schwab", "Compare Us", "Satisfaction Guarantee", "Forms & Applications", "Pricing", "Notify us of a Death" ], "underline": [ "Site Map", "SchwabSafe", "Privacy", "Online Privacy", "Additional Schwab Sites", "Business Continuity", "Financial Statement", "Accessibility Help", "Contact Us", "About Schwab", "Careers", "Investment Professionals' Compensation", "Important Notices", "SIPC®", "FDIC Insurance", "FINRA's Broker Check", "Bank Client Complaints", "Client Relationship Summaries" ] }, "color": { "rgb(0, 95, 131)": [ "Schwab.com", "中文登入", "Schwab International", "Schwab Advisor Services™", "Schwab Intelligent Portfolios®", "Schwab Alliance", "Schwab Charitable™", "Retirement Plan Center", "Equity Awards Center®", "Schwab 529", "Learning Quest® 529", "Mortgage & HELOC", "Charles Schwab Investment Management (CSIM)", "Portfolio Management Services" ], "rgb(0, 0, 0)": [ "Brokerage and Trading Account", "Types of Brokerage Accounts", "What is a Brokerage Account", "Withdrawals & Distributions", "Age 59 & Under", "Age 59 1/2 & Above", "Required Minimum Distributions", "IRA Calculators", "Roth vs Traditional", "Roth IRA Conversion", "RMDs", "Traditional IRA Account", "What is a Traditional IRA", "Contribution Limits", "Withdrawal Rules", "Roth IRA Account", "What is a Roth IRA", "Contribution Limits", "Roth IRA Conversion", "Withdrawal Rules", "IRA Rollover Account", "What is a Rollover IRA", "Rollover IRA/401K Rollover Options", "Combining 401Ks", "How to Rollover a 401K", "Inherited IRA Account", "Withdrawal Rules", "Overview", "529 State Tax Calculator", "Learning Quest 529 Plan", "Overview", "Custodial Transfer", "Overview", "FAQs", "Overview", "Trading Software", "Web Trading", "Mobile Trading", "Schwab Order Execution Advantage™", "Order Routing Process", "Price Improvement", "Retail Execution Quality Statistics", "Find Mutual Funds", "Investor Information", "Types of Mutual Funds", "Equity Mutual Funds", "Index Mutual Funds", "Asset Allocation Mutual Funds", "Target Date Mutual Funds", "Commodity Mutual Funds", "Environmental, Social and Governance (ESG) Mutual Funds", "Overview", "Investor Information", "Overview", "Sector ETFs", "Dividend ETFs", "Smart Beta ETFs", "Environmental, Social and Governance (ESG) ETFs", "Bond ETFs", "Commodity ETFs", "Currency ETFs", "Overview", "Over-the-counter (OTC) securities", "Master Limited Partnerships (MLPs)", "Real Estate Investment Trusts (REITs)", "Business Development Companies (BDCs)", "Overview", "ADRs, Foreign Ordinaries & Canadian Stocks", "Overview", "How to Trade Options", "Understanding Options", "Individual Bonds", "Certificates of Deposit", "Bond Funds, Bond ETFs, and Preferred Securities", "Overview", "Schwab Bank Debit Card", "FAQs", "Overview", "Thematic Investing", "Schwab Starter Kit™", "Schwab Stock Slices™", "Schwab Personalized Indexing™", "Retirement Income Solutions", "Environmental, Social and Governance (ESG) Investing", "Compare Our Solutions", "Compare Us To Others", "An Introduction to Robo-Advice", "Robo Advisor Myths", "overview", "Financial Planning Offering", "How Much You Need to Retire", "Planning Calculators", "Complimentary Plan", "Overview", "Commissions and Fees", "Understanding Investment Fees", "Overview", "Costs and Considerations", "Overview", "Client Relationship Summaries", "Overview", "Security Knowledge Center", "Schwab Security Guarantee", "Overview", "Meet the experts behind Schwab's investing insights.", "Overview", "Overview", "Manage and Trade your Own Investments", "Get Automated Investing with Professional Guidance", "Plan and Invest with a consultant", "Overview", "Compare Us to Our Competitors", "Evaluate Your Broker", "See Our #1 Rankings", "Overview", "Overview", "Stocks", "Bonds", "ETFs", "Mutual Funds", "Trading", "Options", "Futures", "Overview", "Market Commentary", "Government Policy", "Sectors", "International", "Overview", "Saving for Retirement", "In Retirement", "Overview", "Investing Basics", "Investing Guide", "Overview", "Podcasts", "Magazine", "Schwab Live Daily" ], "rgb(2, 109, 151)": [ "Brokerage", "401(k) Rollover", "Individual Retirement Accounts (IRAs)", "Schwab Bank Checking", "Small Business Retirement", "See More Accounts", "Stocks", "Mutual Funds", "Exchange Traded Funds (ETFs)", "Annuities", "Bonds", "See More Investment Products", "Trading Platforms", "Execution Quality", "Options", "Futures", "Retirement Calculator", "Roth vs. Traditional IRA Calculator", "Research Tools", "Mobile Apps", "Investing Insights", "Market Commentary", "Saving for Retirement", "In Retirement", "Trading", "Podcasts", "Why Schwab", "Compare Us", "Satisfaction Guarantee", "Forms & Applications", "Pricing", "Notify us of a Death" ], "rgb(17, 17, 17)": [ "Site Map", "SchwabSafe", "Privacy", "Online Privacy", "Additional Schwab Sites", "Business Continuity", "Financial Statement", "Accessibility Help", "Contact Us", "About Schwab", "Careers", "Investment Professionals' Compensation", "Important Notices", "SIPC®", "FDIC Insurance", "FINRA's Broker Check", "Bank Client Complaints", "Client Relationship Summaries" ] }, "fontSize": { "14px": [ "Schwab.com", "中文登入", "Schwab International", "Schwab Advisor Services™", "Schwab Intelligent Portfolios®", "Schwab Alliance", "Schwab Charitable™", "Retirement Plan Center", "Equity Awards Center®", "Schwab 529", "Learning Quest® 529", "Mortgage & HELOC", "Charles Schwab Investment Management (CSIM)", "Portfolio Management Services", "Brokerage and Trading Account", "Types of Brokerage Accounts", "What is a Brokerage Account", "Withdrawals & Distributions", "Age 59 & Under", "Age 59 1/2 & Above", "Required Minimum Distributions", "IRA Calculators", "Roth vs Traditional", "Roth IRA Conversion", "RMDs", "Traditional IRA Account", "What is a Traditional IRA", "Contribution Limits", "Withdrawal Rules", "Roth IRA Account", "What is a Roth IRA", "Contribution Limits", "Roth IRA Conversion", "Withdrawal Rules", "IRA Rollover Account", "What is a Rollover IRA", "Rollover IRA/401K Rollover Options", "Combining 401Ks", "How to Rollover a 401K", "Inherited IRA Account", "Withdrawal Rules", "Overview", "529 State Tax Calculator", "Learning Quest 529 Plan", "Overview", "Custodial Transfer", "Overview", "FAQs", "Overview", "Trading Software", "Web Trading", "Mobile Trading", "Schwab Order Execution Advantage™", "Order Routing Process", "Price Improvement", "Retail Execution Quality Statistics", "Find Mutual Funds", "Investor Information", "Types of Mutual Funds", "Equity Mutual Funds", "Index Mutual Funds", "Asset Allocation Mutual Funds", "Target Date Mutual Funds", "Commodity Mutual Funds", "Environmental, Social and Governance (ESG) Mutual Funds", "Overview", "Investor Information", "Overview", "Sector ETFs", "Dividend ETFs", "Smart Beta ETFs", "Environmental, Social and Governance (ESG) ETFs", "Bond ETFs", "Commodity ETFs", "Currency ETFs", "Overview", "Over-the-counter (OTC) securities", "Master Limited Partnerships (MLPs)", "Real Estate Investment Trusts (REITs)", "Business Development Companies (BDCs)", "Overview", "ADRs, Foreign Ordinaries & Canadian Stocks", "Overview", "How to Trade Options", "Understanding Options", "Individual Bonds", "Certificates of Deposit", "Bond Funds, Bond ETFs, and Preferred Securities", "Overview", "Schwab Bank Debit Card", "FAQs", "Overview", "Thematic Investing", "Schwab Starter Kit™", "Schwab Stock Slices™", "Schwab Personalized Indexing™", "Retirement Income Solutions", "Environmental, Social and Governance (ESG) Investing", "Compare Our Solutions", "Compare Us To Others", "An Introduction to Robo-Advice", "Robo Advisor Myths", "overview", "Financial Planning Offering", "How Much You Need to Retire", "Planning Calculators", "Complimentary Plan", "Overview", "Commissions and Fees", "Understanding Investment Fees", "Overview", "Costs and Considerations", "Overview", "Client Relationship Summaries", "Overview", "Security Knowledge Center", "Schwab Security Guarantee", "Overview", "Meet the experts behind Schwab's investing insights.", "Overview", "Overview", "Manage and Trade your Own Investments", "Get Automated Investing with Professional Guidance", "Plan and Invest with a consultant", "Overview", "Compare Us to Our Competitors", "Evaluate Your Broker", "See Our #1 Rankings", "Overview", "Overview", "Stocks", "Bonds", "ETFs", "Mutual Funds", "Trading", "Options", "Futures", "Overview", "Market Commentary", "Government Policy", "Sectors", "International", "Overview", "Saving for Retirement", "In Retirement", "Overview", "Investing Basics", "Investing Guide", "Overview", "Podcasts", "Magazine", "Schwab Live Daily" ], "13px": [ "Brokerage", "401(k) Rollover", "Individual Retirement Accounts (IRAs)", "Schwab Bank Checking", "Small Business Retirement", "See More Accounts", "Stocks", "Mutual Funds", "Exchange Traded Funds (ETFs)", "Annuities", "Bonds", "See More Investment Products", "Trading Platforms", "Execution Quality", "Options", "Futures", "Retirement Calculator", "Roth vs. Traditional IRA Calculator", "Research Tools", "Mobile Apps", "Investing Insights", "Market Commentary", "Saving for Retirement", "In Retirement", "Trading", "Podcasts", "Why Schwab", "Compare Us", "Satisfaction Guarantee", "Forms & Applications", "Pricing", "Notify us of a Death" ], "12px": [ "Site Map", "SchwabSafe", "Privacy", "Online Privacy", "Additional Schwab Sites", "Business Continuity", "Financial Statement", "Accessibility Help", "Contact Us", "About Schwab", "Careers", "Investment Professionals' Compensation", "Important Notices", "SIPC®", "FDIC Insurance", "FINRA's Broker Check", "Bank Client Complaints", "Client Relationship Summaries" ] }, "lineHeight": { "19px": [ "Schwab.com", "中文登入", "Schwab International", "Schwab Advisor Services™", "Schwab Intelligent Portfolios®", "Schwab Alliance", "Schwab Charitable™", "Retirement Plan Center", "Equity Awards Center®", "Schwab 529", "Learning Quest® 529", "Mortgage & HELOC", "Charles Schwab Investment Management (CSIM)", "Portfolio Management Services" ], "18px": [ "Brokerage and Trading Account", "Types of Brokerage Accounts", "What is a Brokerage Account", "Withdrawals & Distributions", "Age 59 & Under", "Age 59 1/2 & Above", "Required Minimum Distributions", "IRA Calculators", "Roth vs Traditional", "Roth IRA Conversion", "RMDs", "Traditional IRA Account", "What is a Traditional IRA", "Contribution Limits", "Withdrawal Rules", "Roth IRA Account", "What is a Roth IRA", "Contribution Limits", "Roth IRA Conversion", "Withdrawal Rules", "IRA Rollover Account", "What is a Rollover IRA", "Rollover IRA/401K Rollover Options", "Combining 401Ks", "How to Rollover a 401K", "Inherited IRA Account", "Withdrawal Rules", "Overview", "529 State Tax Calculator", "Learning Quest 529 Plan", "Overview", "Custodial Transfer", "Overview", "FAQs", "Overview", "Trading Software", "Web Trading", "Mobile Trading", "Schwab Order Execution Advantage™", "Order Routing Process", "Price Improvement", "Retail Execution Quality Statistics", "Find Mutual Funds", "Investor Information", "Types of Mutual Funds", "Equity Mutual Funds", "Index Mutual Funds", "Asset Allocation Mutual Funds", "Target Date Mutual Funds", "Commodity Mutual Funds", "Environmental, Social and Governance (ESG) Mutual Funds", "Overview", "Investor Information", "Overview", "Sector ETFs", "Dividend ETFs", "Smart Beta ETFs", "Environmental, Social and Governance (ESG) ETFs", "Bond ETFs", "Commodity ETFs", "Currency ETFs", "Overview", "Over-the-counter (OTC) securities", "Master Limited Partnerships (MLPs)", "Real Estate Investment Trusts (REITs)", "Business Development Companies (BDCs)", "Overview", "ADRs, Foreign Ordinaries & Canadian Stocks", "Overview", "How to Trade Options", "Understanding Options", "Individual Bonds", "Certificates of Deposit", "Bond Funds, Bond ETFs, and Preferred Securities", "Overview", "Schwab Bank Debit Card", "FAQs", "Overview", "Thematic Investing", "Schwab Starter Kit™", "Schwab Stock Slices™", "Schwab Personalized Indexing™", "Retirement Income Solutions", "Environmental, Social and Governance (ESG) Investing", "Compare Our Solutions", "Compare Us To Others", "An Introduction to Robo-Advice", "Robo Advisor Myths", "overview", "Financial Planning Offering", "How Much You Need to Retire", "Planning Calculators", "Complimentary Plan", "Overview", "Commissions and Fees", "Understanding Investment Fees", "Overview", "Costs and Considerations", "Overview", "Client Relationship Summaries", "Overview", "Security Knowledge Center", "Schwab Security Guarantee", "Overview", "Meet the experts behind Schwab's investing insights.", "Overview", "Overview", "Manage and Trade your Own Investments", "Get Automated Investing with Professional Guidance", "Plan and Invest with a consultant", "Overview", "Compare Us to Our Competitors", "Evaluate Your Broker", "See Our #1 Rankings", "Overview", "Overview", "Stocks", "Bonds", "ETFs", "Mutual Funds", "Trading", "Options", "Futures", "Overview", "Market Commentary", "Government Policy", "Sectors", "International", "Overview", "Saving for Retirement", "In Retirement", "Overview", "Investing Basics", "Investing Guide", "Overview", "Podcasts", "Magazine", "Schwab Live Daily", "Brokerage", "401(k) Rollover", "Individual Retirement Accounts (IRAs)", "Schwab Bank Checking", "Small Business Retirement", "See More Accounts", "Stocks", "Mutual Funds", "Exchange Traded Funds (ETFs)", "Annuities", "Bonds", "See More Investment Products", "Trading Platforms", "Execution Quality", "Options", "Futures", "Retirement Calculator", "Roth vs. Traditional IRA Calculator", "Research Tools", "Mobile Apps", "Investing Insights", "Market Commentary", "Saving for Retirement", "In Retirement", "Trading", "Podcasts", "Why Schwab", "Compare Us", "Satisfaction Guarantee", "Forms & Applications", "Pricing", "Notify us of a Death" ], "16px": [ "Site Map", "SchwabSafe", "Privacy", "Online Privacy", "Additional Schwab Sites", "Business Continuity", "Financial Statement", "Accessibility Help", "Contact Us", "About Schwab", "Careers", "Investment Professionals' Compensation", "Important Notices", "SIPC®", "FDIC Insurance", "FINRA's Broker Check", "Bank Client Complaints", "Client Relationship Summaries" ] } }, "h2": { "fontWeight": { "300": [ "You deserve more. We can help.", "Take your trading to the next level.", "The only broker to rank in the top three for all 10 years!", "Other sites for advisors, investment professionals, and employers:" ], "400": [ "Advice Headline", "Advice Headline", "See how we stack up to the competition.", "$0 online listed equity trade commissions + Satisfaction Guarantee.", "More choices. More ways to invest how you want.", "More choices. More ways to invest how you want.", "", "Introducing Schwab Personalized Indexing™", "Take the next step.", "Jumpstart your investing with a robo-advisor.", "We encourage your questions.", "Have more questions? We’re here to help." ], "700": [ "Call", "Important information about our relationship with you: Client Relationship Summaries", "footer links" ] }, "color": { "rgb(17, 17, 17)": [ "Call", "footer links" ], "rgb(66, 85, 99)": [ "Advice Headline", "Advice Headline", "See how we stack up to the competition.", "$0 online listed equity trade commissions + Satisfaction Guarantee.", "More choices. More ways to invest how you want.", "More choices. More ways to invest how you want." ], "rgb(51, 51, 51)": [ "", "You deserve more. We can help.", "Introducing Schwab Personalized Indexing™", "Take your trading to the next level.", "Take the next step.", "Jumpstart your investing with a robo-advisor.", "The only broker to rank in the top three for all 10 years!", "Important information about our relationship with you: Client Relationship Summaries", "We encourage your questions.", "Have more questions? We’re here to help.", "Other sites for advisors, investment professionals, and employers:" ] }, "fontSize": { "14px": [ "Call" ], "19px": [ "Advice Headline", "Advice Headline", "See how we stack up to the competition.", "$0 online listed equity trade commissions + Satisfaction Guarantee.", "More choices. More ways to invest how you want.", "More choices. More ways to invest how you want." ], "30px": [ "", "The only broker to rank in the top three for all 10 years!", "Important information about our relationship with you: Client Relationship Summaries", "Have more questions? We’re here to help." ], "36px": [ "You deserve more. We can help.", "Introducing Schwab Personalized Indexing™", "Take your trading to the next level.", "Jumpstart your investing with a robo-advisor.", "We encourage your questions.", "Other sites for advisors, investment professionals, and employers:" ], "24px": [ "Take the next step." ], "25.5px": [ "footer links" ] } }, "h3": { "fontWeight": { "300": [ "Transparent pricing and low costs.", "How you work with us is your choice.", "Your satisfaction is guaranteed and your security is our priority.", "", "Call", "Chat", "Visit", "Check the background of Charles Schwab or one of its investment professionals using FINRA's BrokerCheck.", "For Clients", "Independent Branch", "About Schwab", "International", "Multilingual Services" ], "400": [ "Advisors", "Investment professionals", "Employers" ] }, "color": { "rgb(51, 51, 51)": [ "Transparent pricing and low costs.", "How you work with us is your choice.", "Your satisfaction is guaranteed and your security is our priority.", "Call", "Chat", "Visit", "Advisors", "Investment professionals", "Employers", "For Clients", "Independent Branch", "About Schwab", "International", "Multilingual Services" ], "rgb(17, 17, 17)": [ "", "Check the background of Charles Schwab or one of its investment professionals using FINRA's BrokerCheck." ] }, "fontSize": { "24px": [ "Transparent pricing and low costs.", "How you work with us is your choice.", "Your satisfaction is guaranteed and your security is our priority.", "Call", "Chat", "Visit", "Advisors", "Investment professionals", "Employers", "Check the background of Charles Schwab or one of its investment professionals using FINRA's BrokerCheck.", "For Clients", "Independent Branch", "About Schwab", "International", "Multilingual Services" ], "14px": [ "" ] } } } } }, { "type": "test", "which": "tabNav", "withItems": true, "what": "keyboard navigation between tab elements", "url": "https://www.schwab.com/", "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.schwab.com/", "result": { "totals": { "total": 20, "tagNames": { "DIV": 10, "UL": 8, "BUTTON": 2 } }, "items": [ { "tagName": "DIV", "id": "", "text": "Find a Branch Contact Us Call Schwab Brokerage 800-435-4000 Schwab Password Reset 800-780-2755 Schwa" }, { "tagName": "DIV", "id": "", "text": "Find a Branch Contact Us Call Schwab Brokerage 800-435-4000 Schwab Password Reset 800-780-2755 Schwa" }, { "tagName": "UL", "id": "", "text": "Find a Branch Contact Us Call Schwab Brokerage 800-435-4000 Schwab Password Reset 800-780-2755 Schwa" }, { "tagName": "DIV", "id": "", "text": "Call Schwab Brokerage 800-435-4000 Schwab Password Reset 800-780-2755 Schwab Bank 888-403-9000 Schwa" }, { "tagName": "BUTTON", "id": "", "text": "" }, { "tagName": "DIV", "id": "", "text": "Schwab.com 中文登入 Schwab International Schwab Advisor Services™ Schwab Intelligent Portfolios® Schwab " }, { "tagName": "BUTTON", "id": "", "text": "" }, { "tagName": "UL", "id": "", "text": "Accounts Overview Brokerage and Trading Brokerage and Trading Account Types of Brokerage Accounts Wh" }, { "tagName": "UL", "id": "", "text": "Advice Solutions Overview Automated Investing Automated Investing with Guidance Overview Compare Sol" }, { "tagName": "UL", "id": "", "text": "Pricing Overview Commissions and Fees Understanding Investment Fees Transferring Accounts Overview C" }, { "tagName": "UL", "id": "", "text": "The Schwab Difference Overview Why Choose Schwab Our Satisfaction Guarantee Our Schwab Security Over" }, { "tagName": "UL", "id": "", "text": "Investing Insights Overview Overview Stocks Bonds ETFs Mutual Funds Trading Options Futures Perspect" }, { "tagName": "DIV", "id": "", "text": "Log In" }, { "tagName": "DIV", "id": "", "text": "" }, { "tagName": "DIV", "id": "main", "text": "Introducing Schwab Crypto Thematic ETF. Invest in companies driving the crypto ecosystem. Explore th" }, { "tagName": "DIV", "id": "qq0", "text": "Quote Show IndicesSymbol Lookup DJIA33,761.05 +424.38 (+1.26%)NASDAQ13,047.19 +267.27 (+2.05%)S&P 50" }, { "tagName": "DIV", "id": "", "text": "" }, { "tagName": "UL", "id": "ui-id-1", "text": "" }, { "tagName": "UL", "id": "ui-id-2", "text": "" }, { "tagName": "DIV", "id": "divResults", "text": "" } ] } }, { "type": "test", "which": "alfa", "what": "alfa", "url": "https://www.schwab.com/", "result": { "totals": { "failures": 86, "warnings": 9 }, "items": [ { "index": 113, "verdict": "failed", "rule": { "ruleID": "r14", "ruleSummary": "Visible labels are included in accessible names", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r14", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#label-in-name", "chapter": "2.5.3", "title": "Label in Name" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G208", "name": "G208", "title": "Including the text of the visible label as part of the accessible name" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[2]/div[1]/div[3]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/article[1]/div[1]/div[1]/div[2]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/a[1]", "codeLines": [ "<a class=\"bcn-button bcn-button--outline bcn-link-button\" aria-label=\"see our money market rates\" ...", " See our rates", "</a>" ] } }, { "index": 115, "verdict": "failed", "rule": { "ruleID": "r14", "ruleSummary": "Visible labels are included in accessible names", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r14", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#label-in-name", "chapter": "2.5.3", "title": "Label in Name" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G208", "name": "G208", "title": "Including the text of the visible label as part of the accessible name" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[2]/div[1]/div[3]/div[1]/div[1]/section[2]/div[1]/a[1]", "codeLines": [ "<a class=\"bcn-button bcn-button--open-an-account bcn-link-button\" aria-label=\"Open a Schwab accoun...", " Open an Account", "</a>" ] } }, { "index": 117, "verdict": "failed", "rule": { "ruleID": "r14", "ruleSummary": "Visible labels are included in accessible names", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r14", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#label-in-name", "chapter": "2.5.3", "title": "Label in Name" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G208", "name": "G208", "title": "Including the text of the visible label as part of the accessible name" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[2]/div[1]/div[3]/div[1]/div[1]/section[5]/div[3]/div[1]/p[1]/a[1]", "codeLines": [ "<a data-track=\"catregistered-lc|doubleclick-gen-phom2lc\" aria-label=\"Learn more about our relations...", " Learn more at schwab.com/transparency >", "</a>" ] } }, { "index": 789, "verdict": "failed", "rule": { "ruleID": "r2", "ruleSummary": "Images have an accessible name", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r2", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#non-text-content", "chapter": "1.1.1", "title": "Non-text Content" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G94", "name": "G94", "title": "Providing short text alternative for non-text content that serves the same purpose" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G95", "name": "G95", "title": "Providing short text alternatives that provide a brief description of the non-text" } ] }, "target": { "type": "element", "tagName": "img", "path": "/html[1]/body[1]/img[1]", "codeLines": [ "<img style=\"display: block;-webkit-user-select: none;\" src=\"https://di.rlcdn.com/api/segment?pdata=..." ] } }, { "index": 790, "verdict": "failed", "rule": { "ruleID": "r2", "ruleSummary": "Images have an accessible name", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r2", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#non-text-content", "chapter": "1.1.1", "title": "Non-text Content" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G94", "name": "G94", "title": "Providing short text alternative for non-text content that serves the same purpose" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G95", "name": "G95", "title": "Providing short text alternatives that provide a brief description of the non-text" } ] }, "target": { "type": "element", "tagName": "img", "path": "/html[1]/body[1]/img[1]", "codeLines": [ "<img style=\"display: block;-webkit-user-select: none;\" src=\"https://insight.adsrvr.org/track/evnt/?..." ] } }, { "index": 1105, "verdict": "failed", "rule": { "ruleID": "r3", "ruleSummary": "id attributes have a unique value", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r3", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#parsing", "chapter": "4.1.1", "title": "Parsing" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/html/H93", "name": "H93", "title": "Ensuring that id attributes are unique on a Web page" } ] }, "target": { "type": "element", "tagName": "div", "path": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[2]/ul[1]/li[1]/ul[1]/li[3]/div[1]/a[1]/div[1]", "codeLines": [ "<div id=\"spot-1421\" class=\"spotl contextual-region\">", " <h2 class=\"spotl__headline\">", " Advice Headline", " </h2>", " <div class=\"spotl__body\">", " Placeholder", " </div>", " <span class=\"spotl__cta\">", " Get more advice >", " </span>", "</div>" ] } }, { "index": 1106, "verdict": "failed", "rule": { "ruleID": "r3", "ruleSummary": "id attributes have a unique value", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r3", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#parsing", "chapter": "4.1.1", "title": "Parsing" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/html/H93", "name": "H93", "title": "Ensuring that id attributes are unique on a Web page" } ] }, "target": { "type": "element", "tagName": "div", "path": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[2]/ul[1]/li[1]/ul[1]/li[3]/div[2]/a[1]/div[1]", "codeLines": [ "<div id=\"spot-1421\" class=\"spotl contextual-region\">", " <h2 class=\"spotl__headline\">", " Advice Headline", " </h2>", " <div class=\"spotl__body\">", " Placeholder", " </div>", " <span class=\"spotl__cta\">", " Get more advice >", " </span>", "</div>" ] } }, { "index": 1107, "verdict": "failed", "rule": { "ruleID": "r3", "ruleSummary": "id attributes have a unique value", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r3", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#parsing", "chapter": "4.1.1", "title": "Parsing" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/html/H93", "name": "H93", "title": "Ensuring that id attributes are unique on a Web page" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[3]/a[1]", "codeLines": [ "<a href=\"#\" id=\"Pricing\" role=\"link\" data-lvl=\"0\" aria-haspopup=\"true\" aria-expanded=\"false\">", " Pricing", " <span aria-hidden=\"true\" class=\"sch-angle-down meganv-btn-expand meganv-btn-lvl0\"></span>", "</a>" ] } }, { "index": 1108, "verdict": "failed", "rule": { "ruleID": "r3", "ruleSummary": "id attributes have a unique value", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r3", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#parsing", "chapter": "4.1.1", "title": "Parsing" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/html/H93", "name": "H93", "title": "Ensuring that id attributes are unique on a Web page" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[3]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/a[1]", "codeLines": [ "<a href=\"#\" id=\"Pricing\" role=\"link\" data-lvl=\"1\" aria-haspopup=\"true\" aria-expanded=\"false\" tabind...", " <span class=\"meganvpsr-main__menu__l1__heading\">", " Pricing", " </span>", " <span aria-hidden=\"true\" class=\"sch-angle-down meganv-btn-expand meganv-btn-lvl1\"></span>", "</a>" ] } }, { "index": 1112, "verdict": "failed", "rule": { "ruleID": "r3", "ruleSummary": "id attributes have a unique value", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r3", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#parsing", "chapter": "4.1.1", "title": "Parsing" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/html/H93", "name": "H93", "title": "Ensuring that id attributes are unique on a Web page" } ] }, "target": { "type": "element", "tagName": "div", "path": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[3]/ul[1]/li[1]/ul[1]/li[4]/div[1]/a[1]/div[1]", "codeLines": [ "<div id=\"spot-776\" class=\"spotl contextual-region\">", " <h2 class=\"spotl__headline\">", " See how we stack up to the competition.", " </h2>", " <span class=\"spotl__cta\">", " Compare Us >", " </span>", "</div>" ] } }, { "index": 1113, "verdict": "failed", "rule": { "ruleID": "r3", "ruleSummary": "id attributes have a unique value", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r3", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#parsing", "chapter": "4.1.1", "title": "Parsing" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/html/H93", "name": "H93", "title": "Ensuring that id attributes are unique on a Web page" } ] }, "target": { "type": "element", "tagName": "div", "path": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[3]/ul[1]/li[1]/ul[1]/li[4]/div[2]/a[1]/div[1]", "codeLines": [ "<div id=\"spot-776\" class=\"spotl contextual-region\">", " <h2 class=\"spotl__headline\">", " $0 online listed equity trade commissions + Satisfaction Guarantee.", " </h2>", " <span class=\"spotl__cta\">", " See our pricing >", " </span>", "</div>" ] } }, { "index": 1121, "verdict": "failed", "rule": { "ruleID": "r3", "ruleSummary": "id attributes have a unique value", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r3", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#parsing", "chapter": "4.1.1", "title": "Parsing" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/html/H93", "name": "H93", "title": "Ensuring that id attributes are unique on a Web page" } ] }, "target": { "type": "element", "tagName": "div", "path": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[4]/ul[1]/li[1]/ul[1]/li[4]/div[1]/a[1]/div[1]", "codeLines": [ "<div id=\"spot-781\" class=\"spotl contextual-region\">", " <h2 class=\"spotl__headline\">", " More choices. More ways to invest how you want.", " </h2>", " <div class=\"spotl__body\">", " Automated investing, professional advice, or trade on your own.", " </div>", " <span class=\"spotl__cta\">", " Explore ways to invest >", " </span>", "</div>" ] } }, { "index": 1122, "verdict": "failed", "rule": { "ruleID": "r3", "ruleSummary": "id attributes have a unique value", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r3", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#parsing", "chapter": "4.1.1", "title": "Parsing" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/html/H93", "name": "H93", "title": "Ensuring that id attributes are unique on a Web page" } ] }, "target": { "type": "element", "tagName": "div", "path": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[4]/ul[1]/li[1]/ul[1]/li[4]/div[2]/a[1]/div[1]", "codeLines": [ "<div id=\"spot-781\" class=\"spotl contextual-region\">", " <h2 class=\"spotl__headline\">", " More choices. More ways to invest how you want.", " </h2>", " <div class=\"spotl__body\">", " Automated investing, professional advice or trade on your own.", " </div>", " <span class=\"spotl__cta\">", " Explore ways to invest >", " </span>", "</div>" ] } }, { "index": 1252, "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": "a", "path": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[1]/ul[1]/li[3]/div[1]/div[1]/p[1]/a[1]", "codeLines": [ "<a class=\"icon-chat sch_chat\" data-lvl=\"0\" gateway=\"/public/contactus/chatgateway\" href=\"#\" id=\"cha...", " <i class=\"sch-chat meganv-main__icon\"></i>", " Chat", "</a>" ] } }, { "index": 1373, "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[2]/text()[1]", "codeLines": [ "Skip to content" ] } }, { "index": 1384, "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]/h1[1]/text()[1]", "codeLines": [ "Access Denied" ] } }, { "index": 1385, "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]/text()[2]", "codeLines": [ "You don't have permission to access \"http://lms.schwab.com/Login?\" on this server." ] } }, { "index": 1386, "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]/p[1]/text()[1]", "codeLines": [ "Reference #18.e59419b8.1660355812.16fa1fd4" ] } }, { "index": 1580, "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": 1581, "verdict": "failed", "rule": { "ruleID": "r62", "ruleSummary": "Links in blocks of text are distinguishable", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r62", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#use-of-color", "chapter": "1.4.1", "title": "Use of Color" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[2]/div[1]/div[3]/div[1]/div[1]/section[4]/div[1]/div[1]/div[1]/div[1]/p[1]/a[1]", "codeLines": [ "<a href=\"https://www.schwab.com/awards\">", " Check out our awards.", "</a>" ] } }, { "index": 1582, "verdict": "failed", "rule": { "ruleID": "r62", "ruleSummary": "Links in blocks of text are distinguishable", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r62", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#use-of-color", "chapter": "1.4.1", "title": "Use of Color" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[2]/div[1]/div[3]/div[1]/div[1]/section[5]/div[3]/div[1]/p[1]/a[1]", "codeLines": [ "<a data-track=\"catregistered-lc|doubleclick-gen-phom2lc\" aria-label=\"Learn more about our relations...", " Learn more at schwab.com/transparency >", "</a>" ] } }, { "index": 1583, "verdict": "failed", "rule": { "ruleID": "r62", "ruleSummary": "Links in blocks of text are distinguishable", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r62", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#use-of-color", "chapter": "1.4.1", "title": "Use of Color" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[2]/div[1]/div[3]/div[1]/div[1]/section[8]/div[1]/ul[1]/li[1]/div[1]/div[1]/div[1]/div[1]/p[1]/a[1]", "codeLines": [ "<a data-track=\"catregistered-lc|doubleclick-gen-phom2lc\" href=\"https://advisorservices.schwab.com/w...", " Schwab Advisor Services™", "</a>" ] } }, { "index": 1584, "verdict": "failed", "rule": { "ruleID": "r62", "ruleSummary": "Links in blocks of text are distinguishable", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r62", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#use-of-color", "chapter": "1.4.1", "title": "Use of Color" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[2]/div[1]/div[3]/div[1]/div[1]/section[8]/div[1]/ul[1]/li[1]/div[1]/div[1]/div[1]/div[1]/p[1]/a[2]", "codeLines": [ "<a data-track=\"catregistered-lc|doubleclick-gen-phom2lc\" href=\"https://franchise.schwab.com/why-sch...", " Schwab Franchise.", "</a>" ] } }, { "index": 1585, "verdict": "failed", "rule": { "ruleID": "r62", "ruleSummary": "Links in blocks of text are distinguishable", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r62", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#use-of-color", "chapter": "1.4.1", "title": "Use of Color" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[2]/div[1]/div[3]/div[1]/div[1]/section[8]/div[1]/ul[1]/li[2]/div[1]/div[1]/div[1]/div[1]/p[1]/a[1]", "codeLines": [ "<a data-track=\"catregistered-lc|doubleclick-gen-phom2lc\" href=\"https://www.schwabfunds.com/welcome9...", " Charles Schwab Investment Management, Inc.", "</a>" ] } }, { "index": 1586, "verdict": "failed", "rule": { "ruleID": "r62", "ruleSummary": "Links in blocks of text are distinguishable", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r62", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#use-of-color", "chapter": "1.4.1", "title": "Use of Color" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[2]/div[1]/div[3]/div[1]/div[1]/section[8]/div[1]/ul[1]/li[3]/div[1]/div[1]/div[1]/div[1]/p[1]/a[1]", "codeLines": [ "<a data-track=\"catregistered-lc|doubleclick-gen-phom2lc\" href=\"https://workplacefinancialservices.s...", " Workplace Financial Services.", "</a>" ] } }, { "index": 1587, "verdict": "failed", "rule": { "ruleID": "r62", "ruleSummary": "Links in blocks of text are distinguishable", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r62", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#use-of-color", "chapter": "1.4.1", "title": "Use of Color" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/footer[1]/div[1]/div[1]/div[1]/div[1]/p[5]/a[1]", "codeLines": [ "<a data-popup-height=\"682\" data-popup-width=\"520\" href=\"https://www.schwab.com/resource/schwab-inte...", " Schwab Intelligent Portfolios Solutions™ disclosure brochures", "</a>" ] } }, { "index": 1588, "verdict": "failed", "rule": { "ruleID": "r62", "ruleSummary": "Links in blocks of text are distinguishable", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r62", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#use-of-color", "chapter": "1.4.1", "title": "Use of Color" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/footer[1]/div[1]/div[1]/div[1]/div[3]/div[18]/div[2]/p[1]/a[1]", "codeLines": [ "<a href=\"http://www.sipc.org/\" target=\"_blank\" title=\"SIPC\">", " Member SIPC", "</a>" ] } }, { "index": 1589, "verdict": "failed", "rule": { "ruleID": "r62", "ruleSummary": "Links in blocks of text are distinguishable", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r62", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#use-of-color", "chapter": "1.4.1", "title": "Use of Color" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/footer[1]/div[1]/div[1]/div[1]/div[3]/div[18]/div[2]/p[2]/a[1]", "codeLines": [ "<a href=\"http://www.schwab-global.com/public/schwab-gcb-en\" target=\"_blank\">", " non-U.S. residents", "</a>" ] } }, { "index": 1590, "verdict": "failed", "rule": { "ruleID": "r62", "ruleSummary": "Links in blocks of text are distinguishable", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r62", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#use-of-color", "chapter": "1.4.1", "title": "Use of Color" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/footer[1]/div[1]/div[1]/div[1]/div[3]/div[18]/p[1]/a[1]", "codeLines": [ "<a href=\"http://www.sipc.org/\" target=\"_blank\" title=\"SIPC\">", " Member SIPC", "</a>" ] } }, { "index": 1593, "verdict": "failed", "rule": { "ruleID": "r64", "ruleSummary": "Heading has non-empty accessible name", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r64", "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/#headings-and-labels", "chapter": "2.4.6", "title": "Headings and Labels" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/html/H42", "name": "H42", "title": "Using h1-h6 to identify headings" } ] }, "target": { "type": "element", "tagName": "h2", "path": "/html[1]/body[1]/div[2]/div[1]/div[3]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/article[1]/div[1]/section[1]/div[1]/h2[1]", "codeLines": [ "<h2 class=\"bcn-heading--l\"></h2>" ] } }, { "index": 1604, "verdict": "failed", "rule": { "ruleID": "r64", "ruleSummary": "Heading has non-empty accessible name", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r64", "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/#headings-and-labels", "chapter": "2.4.6", "title": "Headings and Labels" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/html/H42", "name": "H42", "title": "Using h1-h6 to identify headings" } ] }, "target": { "type": "element", "tagName": "h3", "path": "/html[1]/body[1]/div[2]/div[1]/div[3]/div[1]/div[1]/section[5]/div[1]/h3[1]", "codeLines": [ "<h3></h3>" ] } }, { "index": 1743, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[2]/div[1]/div[3]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/article[1]/div[1]/div[1]/div[2]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[1]/text()[1]", "codeLines": [ "*Schwab Value Advantage Money Fund® (SWVXX) (with waivers) 7-day yield as of 08/11/2022." ] } }, { "index": 1750, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[2]/div[1]/div[3]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/article[1]/div[1]/section[4]/div[1]/div[1]/div[3]/div[1]/div[1]/h2[1]/text()[1]", "codeLines": [ "Take your trading to the next level." ] } }, { "index": 1751, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[2]/div[1]/div[3]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/article[1]/div[1]/section[4]/div[1]/div[1]/div[3]/div[1]/div[2]/p[1]/text()[1]", "codeLines": [ "Take your trading to the next level with our latest innovative tools and Schwab's most advanced des..." ] } }, { "index": 1752, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[2]/div[1]/div[3]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/article[1]/div[1]/section[4]/div[1]/div[1]/div[3]/div[1]/div[2]/p[1]/sup[1]/text()[1]", "codeLines": [ "®" ] } }, { "index": 1753, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[2]/div[1]/div[3]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/article[1]/div[1]/section[4]/div[1]/div[1]/div[3]/div[1]/div[2]/p[1]/text()[2]", "codeLines": [ "." ] } }, { "index": 1789, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/footer[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[4]/div[1]/b[2]/text()[1]", "codeLines": [ "+424.38 (+1.26%)" ] } }, { "index": 1791, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/footer[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[4]/div[2]/b[2]/text()[1]", "codeLines": [ "+267.27 (+2.05%)" ] } }, { "index": 1793, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/footer[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[4]/div[3]/b[2]/text()[1]", "codeLines": [ "+72.88 (+1.73%)" ] } }, { "index": 1795, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/footer[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[4]/div[4]/b[2]/text()[1]", "codeLines": [ "+41.36 (+2.05%)" ] } }, { "index": 1835, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/footer[1]/div[1]/div[1]/div[1]/div[3]/div[21]/div[1]/div[1]/div[1]/div[1]/p[1]/text()[1]", "codeLines": [ "(0620-0EMZ)" ] } }, { "index": 1865, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[2]/div[1]/div[3]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/article[1]/div[1]/section[4]/div[1]/div[1]/div[3]/div[1]/div[1]/h2[1]/text()[1]", "codeLines": [ "Take your trading to the next level." ] } }, { "index": 1866, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[2]/div[1]/div[3]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/article[1]/div[1]/section[4]/div[1]/div[1]/div[3]/div[1]/div[2]/p[1]/text()[1]", "codeLines": [ "Take your trading to the next level with our latest innovative tools and Schwab's most advanced des..." ] } }, { "index": 1867, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[2]/div[1]/div[3]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/article[1]/div[1]/section[4]/div[1]/div[1]/div[3]/div[1]/div[2]/p[1]/sup[1]/text()[1]", "codeLines": [ "®" ] } }, { "index": 1868, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[2]/div[1]/div[3]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/article[1]/div[1]/section[4]/div[1]/div[1]/div[3]/div[1]/div[2]/p[1]/text()[2]", "codeLines": [ "." ] } }, { "index": 1904, "verdict": "failed", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/footer[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[4]/div[1]/b[2]/text()[1]", "codeLines": [ "+424.38 (+1.26%)" ] } }, { "index": 1906, "verdict": "failed", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/footer[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[4]/div[2]/b[2]/text()[1]", "codeLines": [ "+267.27 (+2.05%)" ] } }, { "index": 1908, "verdict": "failed", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/footer[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[4]/div[3]/b[2]/text()[1]", "codeLines": [ "+72.88 (+1.73%)" ] } }, { "index": 1910, "verdict": "failed", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/footer[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[4]/div[4]/b[2]/text()[1]", "codeLines": [ "+41.36 (+2.05%)" ] } }, { "index": 2025, "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[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[1]/ul[1]/li[3]/div[1]/div[1]/p[1]", "codeLines": [ "<p style=\"margin:0;\">", " <a class=\"icon-chat sch_chat\" data-lvl=\"0\" gateway=\"/public/contactus/chatgateway\" href=\"#\" id=\"c...", " <i class=\"sch-chat meganv-main__icon\"></i>", " Chat", " </a>", "</p>" ] } }, { "index": 2026, "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]/p[1]", "codeLines": [ "<p>", " Reference #18.e59419b8.1660355812.16fa1fd4", "</p>" ] } }, { "index": 2031, "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[2]/div[1]/div[3]/div[1]/div[1]/section[4]/div[1]/div[1]/div[1]/div[1]/p[1]", "codeLines": [ "<p>", " Investor Business Daily – 2022 IBD Best Online Brokers.", " <a href=\"https://www.schwab.com/awards\">", " Check out our awards.", " </a>", "</p>" ] } }, { "index": 2033, "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[2]/div[1]/div[3]/div[1]/div[1]/section[6]/p[1]", "codeLines": [ "<p>", " Here are answers to some top questions from investors like you:", "</p>" ] } }, { "index": 2047, "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]/div[1]/p[3]", "codeLines": [ "<p>", " Schwab Stock Slices is not intended to be investment advice or a recommendation of any stock. Inv...", "</p>" ] } }, { "index": 2048, "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]/div[1]/p[4]", "codeLines": [ "<p>", " The \"S&P 500", " <sup>", " ®", " </sup>", " Index\" is a product of S&P Dow Jones Indices LLC or its affiliates (\"SPDJI\"), and has been licens...", " <sup>", " ®", " </sup>", " and S&P", " <sup>", " ®", " </sup>", " are registered trademarks of Standard & Poor's Financial Services LLC (\"S&P\"\"; Dow Jones", " <sup>", " ®", " </sup>", " is a registered trademark of Dow Jones Trademark Holdings LLC (\"Dow Jones\"). Schwab Stock Slices ...", "</p>" ] } }, { "index": 2049, "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]/div[1]/p[5]", "codeLines": [ "<p>", " Please read the", " <a data-popup-height=\"682\" data-popup-width=\"520\" href=\"https://www.schwab.com/resource/schwab-in...", " Schwab Intelligent Portfolios Solutions™ disclosure brochures", " </a>", " for important information, pricing, and disclosures related to the Schwab Intelligent Portfolios ...", " <sup>", " ®", " </sup>", " and Schwab Intelligent Portfolios Premium™ are made available through Charles Schwab & Co. Inc. (...", "</p>" ] } }, { "index": 2050, "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]/div[1]/p[6]", "codeLines": [ "<p>", " Portfolio management services are provided by Charles Schwab Investment Advisory, Inc. (\"CSIA\"). ...", "</p>" ] } }, { "index": 2051, "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]/div[1]/p[7]", "codeLines": [ "<p>", " There is no advisory fee or commissions charged for Schwab Intelligent Portfolios. For Schwab Int...", "</p>" ] } }, { "index": 2052, "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]/div[1]/p[8]", "codeLines": [ "<p>", " Credit Notice: From Investor's Business Daily, January 24, 2022, ©2022 Investor's Business Daily,...", "</p>" ] } }, { "index": 2053, "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]/div[1]/p[9]", "codeLines": [ "<p>", " This advertising, and the franchise sales information within it, is not intended as an offer to s...", "</p>" ] } }, { "index": 2054, "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]/div[1]/p[10]", "codeLines": [ "<p>", " 211 Main Street, San Francisco CA 94105", "</p>" ] } }, { "index": 2055, "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]/div[1]/p[11]", "codeLines": [ "<p>", " MN Franchise Registration Number: F-6699", "</p>" ] } }, { "index": 2056, "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]/div[1]/p[12]", "codeLines": [ "<p>", " Charles Schwab Investment Management, Inc. (CSIM) is the investment advisor for Schwab Funds and ...", "</p>" ] } }, { "index": 2057, "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]/div[3]/div[18]/div[2]/p[1]", "codeLines": [ "<p>", " The Charles Schwab Corporation provides a full range of brokerage, banking and financial advisory...", " <a href=\"http://www.sipc.org/\" target=\"_blank\" title=\"SIPC\">", " Member SIPC", " </a>", " ), offers investment services and products, including Schwab brokerage accounts. Its banking subs...", "</p>" ] } }, { "index": 2058, "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]/div[3]/div[18]/div[2]/p[2]", "codeLines": [ "<p>", " This site is designed for U.S. residents. Non-U.S. residents are subject to country-specific rest...", " <span></span>", " <a href=\"http://www.schwab-global.com/public/schwab-gcb-en\" target=\"_blank\">", " non-U.S. residents", " </a>", " .", "</p>" ] } }, { "index": 2059, "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]/div[3]/div[18]/p[1]", "codeLines": [ "<p>", " <span>", " ©", " </span>", " 2022", " <span>", " Charles Schwab & Co., Inc. All rights reserved.", " </span>", " <a href=\"http://www.sipc.org/\" target=\"_blank\" title=\"SIPC\">", " Member SIPC", " </a>", " <span>", " . Unauthorized access is prohibited. Usage will be monitored.", " </span>", "</p>" ] } }, { "index": 2060, "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]/div[3]/div[21]/div[1]/div[1]/div[1]/div[1]/p[1]", "codeLines": [ "<p>", " (0620-0EMZ)", "</p>" ] } }, { "index": 2217, "verdict": "failed", "rule": { "ruleID": "r78", "ruleSummary": "Headings of same level have text content between them", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r78", "requirements": [] }, "target": { "type": "element", "tagName": "h2", "path": "/html[1]/body[1]/div[2]/div[1]/div[3]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/article[1]/div[1]/section[1]/div[1]/h2[1]", "codeLines": [ "<h2 class=\"bcn-heading--l\"></h2>" ] } }, { "index": 2228, "verdict": "failed", "rule": { "ruleID": "r78", "ruleSummary": "Headings of same level have text content between them", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r78", "requirements": [] }, "target": { "type": "element", "tagName": "h3", "path": "/html[1]/body[1]/div[2]/div[1]/div[3]/div[1]/div[1]/section[5]/div[1]/h3[1]", "codeLines": [ "<h3></h3>" ] } }, { "index": 2239, "verdict": "failed", "rule": { "ruleID": "r78", "ruleSummary": "Headings of same level have text content between them", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r78", "requirements": [] }, "target": { "type": "element", "tagName": "h3", "path": "/html[1]/body[1]/div[2]/div[1]/div[3]/div[1]/div[1]/section[9]/div[1]/div[1]/div[1]/div[1]/h3[1]", "codeLines": [ "<h3>", " Check the background of Charles Schwab or one of its investment professionals using", " <a data-popup-height=\"\" data-popup-width=\"\" data-stock-symbol=\"\" data-track=\"\" href=\"https://brok...", " FINRA's BrokerCheck", " </a>", " .", "</h3>" ] } }, { "index": 2249, "verdict": "failed", "rule": { "ruleID": "r80", "ruleSummary": "Paragraphs of text do not have line heights defined in absolute units", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r80", "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[2]/div[1]/div[3]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/article[1]/div[1]/section[4]/div[1]/div[1]/div[3]/div[1]/div[2]/p[1]", "codeLines": [ "<p>", " Take your trading to the next level with our latest innovative tools and Schwab's most advanced d...", " <sup>", " ®", " </sup>", " .", "</p>" ] } }, { "index": 2256, "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[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/a[1]/text()[1]", "codeLines": [ "Accounts & Products" ] } }, { "index": 2257, "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[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[2]/a[1]/text()[1]", "codeLines": [ "Advice" ] } }, { "index": 2258, "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[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[3]/a[1]/text()[1]", "codeLines": [ "Pricing" ] } }, { "index": 2259, "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[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[4]/a[1]/text()[1]", "codeLines": [ "Why Schwab" ] } }, { "index": 2260, "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[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[5]/a[1]/text()[1]", "codeLines": [ "Learn" ] } }, { "index": 2339, "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]/footer[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/a[1]/text()[1]", "codeLines": [ "Quote" ] } }, { "index": 2340, "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]/footer[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[2]/a[1]/text()[1]", "codeLines": [ "Show", " Indices" ] } }, { "index": 2341, "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]/footer[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[2]/a[2]/text()[1]", "codeLines": [ "Symbol Lookup" ] } }, { "index": 2342, "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]/footer[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[4]/div[1]/a[1]/text()[1]", "codeLines": [ "DJIA" ] } }, { "index": 2343, "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]/footer[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[4]/div[1]/b[1]/text()[1]", "codeLines": [ "33,761.05" ] } }, { "index": 2344, "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]/footer[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[4]/div[1]/b[2]/text()[1]", "codeLines": [ "+424.38 (+1.26%)" ] } }, { "index": 2345, "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]/footer[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[4]/div[2]/a[1]/text()[1]", "codeLines": [ "NASDAQ" ] } }, { "index": 2346, "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]/footer[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[4]/div[2]/b[1]/text()[1]", "codeLines": [ "13,047.19" ] } }, { "index": 2347, "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]/footer[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[4]/div[2]/b[2]/text()[1]", "codeLines": [ "+267.27 (+2.05%)" ] } }, { "index": 2348, "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]/footer[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[4]/div[3]/a[1]/text()[1]", "codeLines": [ "S&P 500" ] } }, { "index": 2349, "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]/footer[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[4]/div[3]/b[1]/text()[1]", "codeLines": [ "4,280.15" ] } }, { "index": 2350, "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]/footer[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[4]/div[3]/b[2]/text()[1]", "codeLines": [ "+72.88 (+1.73%)" ] } }, { "index": 2351, "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]/footer[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[4]/div[4]/a[1]/text()[1]", "codeLines": [ "Russell 2000" ] } }, { "index": 2352, "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]/footer[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[4]/div[4]/b[1]/text()[1]", "codeLines": [ "2,016.62" ] } }, { "index": 2353, "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]/footer[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[4]/div[4]/b[2]/text()[1]", "codeLines": [ "+41.36 (+2.05%)" ] } }, { "index": 2354, "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]/footer[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[4]/div[5]/text()[1]", "codeLines": [ "Time (ET)" ] } }, { "index": 2355, "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]/footer[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[4]/div[5]/b[1]/text()[1]", "codeLines": [ "6:27:26 PM" ] } }, { "index": 2356, "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]/footer[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[4]/div[6]/a[1]/text()[1]", "codeLines": [ "Refresh" ] } }, { "index": 2667, "verdict": "cantTell", "rule": { "ruleID": "r87", "ruleSummary": "First focusable element is link to main content", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r87", "requirements": [ { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G1", "name": "G1", "title": "Adding a link at the top of each page that goes directly to the main content area" } ] }, "target": { "type": "document", "tagName": "", "path": "/", "codeLines": [ "#document", " <!doctype html>", "...", " </html>" ] } } ] } }, { "type": "test", "which": "axe", "detailLevel": 2, "rules": [], "what": "Axe", "url": "https://www.schwab.com/", "result": { "totals": { "rulesNA": 39, "rulesPassed": 55, "rulesWarned": 7, "rulesViolated": 6, "warnings": { "minor": 141, "moderate": 0, "serious": 45, "critical": 1 }, "violations": { "minor": 5, "moderate": 0, "serious": 82, "critical": 1 } }, "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-13T01:57:09.270Z", "url": "https://www.schwab.com/", "toolOptions": { "resultTypes": [ "violations", "incomplete" ], "runOnly": { "type": "tag", "values": [ "experimental", "best-practice", "wcag2a", "wcag2aa", "wcag2aaa", "wcag21a", "wcag21aa", "wcag21aaa" ] }, "reporter": "v1" }, "incomplete": [ { "id": "aria-allowed-role", "impact": "minor", "tags": [ "cat.aria", "best-practice" ], "description": "Ensures role attribute has an appropriate value for the element", "help": "ARIA role should be appropriate for the element", "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/aria-allowed-role?application=axeAPI", "nodes": [ { "any": [ { "id": "aria-allowed-role", "data": [ "region" ], "relatedNodes": [], "impact": "minor", "message": "ARIA role region must be removed when the element is made visible, as it is not allowed for the element" } ], "all": [], "none": [], "impact": "minor", "html": "<dd class=\"bcn-accordion-item-body\" id=\"bcn-accordion-98846-bcn-accordion-item-98816--ans\" aria-label=\"Content for What is the Schwab Security Guarantee?\" role=\"region\">", "target": [ "#bcn-accordion-98846-bcn-accordion-item-98816--ans" ], "failureSummary": "Fix any of the following:\n ARIA role region must be removed when the element is made visible, as it is not allowed for the element" }, { "any": [ { "id": "aria-allowed-role", "data": [ "region" ], "relatedNodes": [], "impact": "minor", "message": "ARIA role region must be removed when the element is made visible, as it is not allowed for the element" } ], "all": [], "none": [], "impact": "minor", "html": "<dd class=\"bcn-accordion-item-body\" id=\"bcn-accordion-98846-bcn-accordion-item-98821--ans\" aria-label=\"Content for How much does it cost to work with Schwab?\" role=\"region\">", "target": [ "#bcn-accordion-98846-bcn-accordion-item-98821--ans" ], "failureSummary": "Fix any of the following:\n ARIA role region must be removed when the element is made visible, as it is not allowed for the element" }, { "any": [ { "id": "aria-allowed-role", "data": [ "region" ], "relatedNodes": [], "impact": "minor", "message": "ARIA role region must be removed when the element is made visible, as it is not allowed for the element" } ], "all": [], "none": [], "impact": "minor", "html": "<dd class=\"bcn-accordion-item-body\" id=\"bcn-accordion-98846-bcn-accordion-item-98826--ans\" aria-label=\"Content for How do I open an account?\" role=\"region\">", "target": [ "#bcn-accordion-98846-bcn-accordion-item-98826--ans" ], "failureSummary": "Fix any of the following:\n ARIA role region must be removed when the element is made visible, as it is not allowed for the element" }, { "any": [ { "id": "aria-allowed-role", "data": [ "region" ], "relatedNodes": [], "impact": "minor", "message": "ARIA role region must be removed when the element is made visible, as it is not allowed for the element" } ], "all": [], "none": [], "impact": "minor", "html": "<dd class=\"bcn-accordion-item-body\" id=\"bcn-accordion-98846-bcn-accordion-item-98831--ans\" aria-label=\"Content for What kind of investment products does Schwab offer?\" role=\"region\">", "target": [ "#bcn-accordion-98846-bcn-accordion-item-98831--ans" ], "failureSummary": "Fix any of the following:\n ARIA role region must be removed when the element is made visible, as it is not allowed for the element" }, { "any": [ { "id": "aria-allowed-role", "data": [ "region" ], "relatedNodes": [], "impact": "minor", "message": "ARIA role region must be removed when the element is made visible, as it is not allowed for the element" } ], "all": [], "none": [], "impact": "minor", "html": "<dd class=\"bcn-accordion-item-body\" id=\"bcn-accordion-98846-bcn-accordion-item-98836--ans\" aria-label=\"Content for How easy is it to switch brokerage providers?\" role=\"region\">", "target": [ "#bcn-accordion-98846-bcn-accordion-item-98836--ans" ], "failureSummary": "Fix any of the following:\n ARIA role region must be removed when the element is made visible, as it is not allowed for the element" }, { "any": [ { "id": "aria-allowed-role", "data": [ "region" ], "relatedNodes": [], "impact": "minor", "message": "ARIA role region must be removed when the element is made visible, as it is not allowed for the element" } ], "all": [], "none": [], "impact": "minor", "html": "<dd class=\"bcn-accordion-item-body\" id=\"bcn-accordion-98846-bcn-accordion-item-98841--ans\" aria-label=\"Content for Why should I bank with Schwab Bank?\" role=\"region\">", "target": [ "#bcn-accordion-98846-bcn-accordion-item-98841--ans" ], "failureSummary": "Fix any of the following:\n ARIA role region must be removed when the element is made visible, as it is not allowed for the element" } ] }, { "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": "9.8pt (13px)", "fontWeight": "normal", "messageKey": "bgGradient", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<div class=\"meganvpsr\">", "target": [ ".meganvpsr" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background gradient" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"https://client.schwab.com/public/branchlocator/accessschwab.aspx\" id=\"meganv-util--wide--FindaBranch\" data-lvl=\"0\" role=\"menuitem\"><i class=\"sch-map-marker\"></i>Find a Branch</a>", "target": [ "#meganv-util--wide--FindaBranch" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background gradient" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "contrastRatio": 0, "fontSize": "9.8pt (13px)", "fontWeight": "normal", "messageKey": "bgGradient", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<div class=\"meganvpsr\">", "target": [ ".meganvpsr" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background gradient" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"#\" aria-haspopup=\"true\" aria-expanded=\"false\" data-lvl=\"0\" role=\"menuitem\"><i class=\"sch-phone meganv-main__icon\"></i>Contact Us</a>", "target": [ ".meganv-contactus-trigger > a[data-lvl=\"0\"][role=\"menuitem\"][aria-haspopup=\"true\"]" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background gradient" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "contrastRatio": 0, "fontSize": "9.8pt (13px)", "fontWeight": "normal", "messageKey": "bgGradient", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<div class=\"meganvpsr\">", "target": [ ".meganvpsr" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background gradient" } ], "all": [], "none": [], "impact": "serious", "html": "<a class=\"icon-chat sch_chat\" data-lvl=\"0\" gateway=\"/public/contactus/chatgateway\" href=\"#\" id=\"chatGlobalHeader\" name=\"&lid=chat_nav\" portid=\"E8EAB688-933C-4AFD-BFB3-EBC15EB3845B\" questid=\"FD8206EF-75A9-492F-BBE1-19C7EB324130\" role=\"menuitem\" tabindex=\"0\" windowfeatures=\"width=535,height=610,resizable=1,scrollbars=0\" data-track=\"adobe-R1_chat_click|nolink|fireonce\" data-track-registered=\"click\" data-anchor-chat=\"chatLinkRef1\">", "target": [ "#chatGlobalHeader" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background gradient" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "contrastRatio": 0, "fontSize": "9.8pt (13px)", "fontWeight": "normal", "messageKey": "bgGradient", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<div class=\"meganvpsr\">", "target": [ ".meganvpsr" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background gradient" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"#\" aria-haspopup=\"true\" aria-expanded=\"false\" data-lvl=\"0\" role=\"menuitem\">Log In</a>", "target": [ ".meganv-login-trigger > a[data-lvl=\"0\"][role=\"menuitem\"][aria-haspopup=\"true\"]" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background gradient" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "contrastRatio": 0, "fontSize": "11.3pt (15px)", "fontWeight": "normal", "messageKey": "bgGradient", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<div class=\"meganvpsr\">", "target": [ ".meganvpsr" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background gradient" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"#\" id=\"Accounts&Products\" role=\"link\" data-lvl=\"0\" aria-haspopup=\"true\" aria-expanded=\"false\">Accounts & Products\n <span aria-hidden=\"true\" class=\"sch-angle-down meganv-btn-expand meganv-btn-lvl0\"></span>\n </a>", "target": [ "#Accounts\\&Products" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background gradient" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "contrastRatio": 0, "fontSize": "11.3pt (15px)", "fontWeight": "normal", "messageKey": "bgGradient", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<div class=\"meganvpsr\">", "target": [ ".meganvpsr" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background gradient" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"#\" id=\"Advice\" role=\"link\" data-lvl=\"0\" aria-haspopup=\"true\" aria-expanded=\"false\">Advice\n <span aria-hidden=\"true\" class=\"sch-angle-down meganv-btn-expand meganv-btn-lvl0\"></span>\n </a>", "target": [ "#Advice" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background gradient" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "contrastRatio": 0, "fontSize": "11.3pt (15px)", "fontWeight": "normal", "messageKey": "bgGradient", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<div class=\"meganvpsr\">", "target": [ ".meganvpsr" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background gradient" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"#\" id=\"Pricing\" role=\"link\" data-lvl=\"0\" aria-haspopup=\"true\" aria-expanded=\"false\">Pricing\n <span aria-hidden=\"true\" class=\"sch-angle-down meganv-btn-expand meganv-btn-lvl0\"></span>\n </a>", "target": [ "li[aria-label=\"Pricing\"] > a[data-lvl=\"0\"][aria-haspopup=\"true\"][href=\"#\"]" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background gradient" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "contrastRatio": 0, "fontSize": "11.3pt (15px)", "fontWeight": "normal", "messageKey": "bgGradient", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<div class=\"meganvpsr\">", "target": [ ".meganvpsr" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background gradient" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"#\" id=\"WhySchwab\" role=\"link\" data-lvl=\"0\" aria-haspopup=\"true\" aria-expanded=\"false\">Why Schwab\n <span aria-hidden=\"true\" class=\"sch-angle-down meganv-btn-expand meganv-btn-lvl0\"></span>\n </a>", "target": [ "#WhySchwab" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background gradient" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "contrastRatio": 0, "fontSize": "11.3pt (15px)", "fontWeight": "normal", "messageKey": "bgGradient", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<div class=\"meganvpsr\">", "target": [ ".meganvpsr" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background gradient" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"#\" id=\"Learn\" role=\"link\" data-lvl=\"0\" aria-haspopup=\"true\" aria-expanded=\"false\">Learn\n <span aria-hidden=\"true\" class=\"sch-angle-down meganv-btn-expand meganv-btn-lvl0\"></span>\n </a>", "target": [ "#Learn" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background gradient" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#333333", "contrastRatio": 0, "fontSize": "27.0pt (36px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<section id=\"panel-98776\" aria-label=\"Take your trading to the next level.\" class=\"panel panel-wrapper panel-xwide-fill-right\">", "target": [ "#panel-98776" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<h2>Take your trading to the next level.</h2>", "target": [ ".panel-header > 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": "#111111", "contrastRatio": 0, "fontSize": "12.8pt (17px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<section id=\"panel-98776\" aria-label=\"Take your trading to the next level.\" class=\"panel panel-wrapper panel-xwide-fill-right\">", "target": [ "#panel-98776" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<p>Take your trading to the next level with our latest innovative tools and Schwab's most advanced desktop platform, StreetSmart Edge<sup>®</sup>.</p>", "target": [ ".panel-detail > 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": "#111111", "contrastRatio": 0, "fontSize": "9.6pt (12.75px)", "fontWeight": "normal", "messageKey": "shortTextContent", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<section id=\"panel-98776\" aria-label=\"Take your trading to the next level.\" class=\"panel panel-wrapper panel-xwide-fill-right\">", "target": [ "#panel-98776" ] } ], "impact": "serious", "message": "Element content is too short to determine if it is actual text content" } ], "all": [], "none": [], "impact": "serious", "html": "<sup>®</sup>", "target": [ ".panel-detail > p > sup" ], "failureSummary": "Fix any of the following:\n Element content is too short to determine if it is actual text content" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#026d97", "contrastRatio": 0, "fontSize": "0.0pt (0px)", "fontWeight": "normal", "expectedContrastRatio": "7:1" }, "relatedNodes": [], "impact": "serious", "message": "Unable to determine contrast ratio" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"https://www.youtube.com/user/CharlesSchwab\" title=\"Charles Schwab YouTube page\" target=\"_blank\" class=\"footmn-sr-text\">YouTube<span class=\"sch-youtube-icon\"></span></a>", "target": [ "a[title=\"Charles Schwab YouTube page\"]" ], "failureSummary": "Fix any of the following:\n Unable to determine contrast ratio" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#026d97", "contrastRatio": 0, "fontSize": "0.0pt (0px)", "fontWeight": "normal", "expectedContrastRatio": "7:1" }, "relatedNodes": [], "impact": "serious", "message": "Unable to determine contrast ratio" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"https://twitter.com/charlesschwab\" title=\"Charles Schwab Twitter page\" target=\"_blank\" class=\"footmn-sr-text\">Twitter<span class=\"sch-twitter-icon\"></span></a>", "target": [ "a[title=\"Charles Schwab Twitter page\"]" ], "failureSummary": "Fix any of the following:\n Unable to determine contrast ratio" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#026d97", "contrastRatio": 0, "fontSize": "0.0pt (0px)", "fontWeight": "normal", "expectedContrastRatio": "7:1" }, "relatedNodes": [], "impact": "serious", "message": "Unable to determine contrast ratio" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"https://www.facebook.com/CharlesSchwab\" title=\"Charles Schwab Facebook Page\" target=\"_blank\" class=\"footmn-sr-text\">Facebook<span class=\"sch-facebook-icon\"></span></a>", "target": [ "a[title=\"Charles Schwab Facebook Page\"]" ], "failureSummary": "Fix any of the following:\n Unable to determine contrast ratio" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#026d97", "contrastRatio": 0, "fontSize": "0.0pt (0px)", "fontWeight": "normal", "expectedContrastRatio": "7:1" }, "relatedNodes": [], "impact": "serious", "message": "Unable to determine contrast ratio" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"https://www.linkedin.com/company/charles-schwab\" title=\"Charles Schwab LinkedIn Page\" target=\"_blank\" class=\"footmn-sr-text\">LinkedIn<span class=\"sch-linkedin-icon\"></span></a>", "target": [ "a[title=\"Charles Schwab LinkedIn Page\"]" ], "failureSummary": "Fix any of the following:\n Unable to determine contrast ratio" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#333333", "contrastRatio": 0, "fontSize": "9.8pt (13px)", "fontWeight": "normal", "messageKey": "bgOverlap", "expectedContrastRatio": "7:1" }, "relatedNodes": [], "impact": "serious", "message": "Element's background color could not be determined because it is overlapped by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<li>", "target": [ ".footmn-menu-main > li:nth-child(1)" ], "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": "#333333", "contrastRatio": 0, "fontSize": "9.8pt (13px)", "fontWeight": "normal", "messageKey": "bgOverlap", "expectedContrastRatio": "7:1" }, "relatedNodes": [], "impact": "serious", "message": "Element's background color could not be determined because it is overlapped by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<li>", "target": [ ".footmn-menu-main > li:nth-child(2)" ], "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": "#333333", "contrastRatio": 0, "fontSize": "9.8pt (13px)", "fontWeight": "normal", "messageKey": "bgOverlap", "expectedContrastRatio": "7:1" }, "relatedNodes": [], "impact": "serious", "message": "Element's background color could not be determined because it is overlapped by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<li>", "target": [ ".footmn-menu-main > li:nth-child(3)" ], "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": "#333333", "contrastRatio": 0, "fontSize": "9.8pt (13px)", "fontWeight": "normal", "messageKey": "bgOverlap", "expectedContrastRatio": "7:1" }, "relatedNodes": [], "impact": "serious", "message": "Element's background color could not be determined because it is overlapped by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<li>", "target": [ ".footmn-menu-main > li:nth-child(4)" ], "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": "#333333", "contrastRatio": 0, "fontSize": "9.8pt (13px)", "fontWeight": "normal", "messageKey": "bgOverlap", "expectedContrastRatio": "7:1" }, "relatedNodes": [], "impact": "serious", "message": "Element's background color could not be determined because it is overlapped by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<li>", "target": [ ".footmn-menu-main > li:nth-child(5)" ], "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": "#333333", "contrastRatio": 0, "fontSize": "9.8pt (13px)", "fontWeight": "normal", "messageKey": "bgOverlap", "expectedContrastRatio": "7:1" }, "relatedNodes": [], "impact": "serious", "message": "Element's background color could not be determined because it is overlapped by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<li>", "target": [ ".footmn-menu-main > li:nth-child(6)" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it is overlapped by another element" } ] }, { "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": "9.8pt (13px)", "fontWeight": "normal", "messageKey": "bgGradient", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<div class=\"meganvpsr\">", "target": [ ".meganvpsr" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background gradient" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"https://client.schwab.com/public/branchlocator/accessschwab.aspx\" id=\"meganv-util--wide--FindaBranch\" data-lvl=\"0\" role=\"menuitem\"><i class=\"sch-map-marker\"></i>Find a Branch</a>", "target": [ "#meganv-util--wide--FindaBranch" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background gradient" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#ffffff", "contrastRatio": 0, "fontSize": "9.8pt (13px)", "fontWeight": "normal", "messageKey": "bgGradient", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<div class=\"meganvpsr\">", "target": [ ".meganvpsr" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background gradient" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"#\" aria-haspopup=\"true\" aria-expanded=\"false\" data-lvl=\"0\" role=\"menuitem\"><i class=\"sch-phone meganv-main__icon\"></i>Contact Us</a>", "target": [ ".meganv-contactus-trigger > a[data-lvl=\"0\"][role=\"menuitem\"][aria-haspopup=\"true\"]" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background gradient" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#ffffff", "contrastRatio": 0, "fontSize": "9.8pt (13px)", "fontWeight": "normal", "messageKey": "bgGradient", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<div class=\"meganvpsr\">", "target": [ ".meganvpsr" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background gradient" } ], "all": [], "none": [], "impact": "serious", "html": "<a class=\"icon-chat sch_chat\" data-lvl=\"0\" gateway=\"/public/contactus/chatgateway\" href=\"#\" id=\"chatGlobalHeader\" name=\"&lid=chat_nav\" portid=\"E8EAB688-933C-4AFD-BFB3-EBC15EB3845B\" questid=\"FD8206EF-75A9-492F-BBE1-19C7EB324130\" role=\"menuitem\" tabindex=\"0\" windowfeatures=\"width=535,height=610,resizable=1,scrollbars=0\" data-track=\"adobe-R1_chat_click|nolink|fireonce\" data-track-registered=\"click\" data-anchor-chat=\"chatLinkRef1\">", "target": [ "#chatGlobalHeader" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background gradient" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#ffffff", "contrastRatio": 0, "fontSize": "9.8pt (13px)", "fontWeight": "normal", "messageKey": "bgGradient", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<div class=\"meganvpsr\">", "target": [ ".meganvpsr" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background gradient" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"#\" aria-haspopup=\"true\" aria-expanded=\"false\" data-lvl=\"0\" role=\"menuitem\">Log In</a>", "target": [ ".meganv-login-trigger > a[data-lvl=\"0\"][role=\"menuitem\"][aria-haspopup=\"true\"]" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background gradient" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#ffffff", "contrastRatio": 0, "fontSize": "11.3pt (15px)", "fontWeight": "normal", "messageKey": "bgGradient", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<div class=\"meganvpsr\">", "target": [ ".meganvpsr" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background gradient" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"#\" id=\"Accounts&Products\" role=\"link\" data-lvl=\"0\" aria-haspopup=\"true\" aria-expanded=\"false\">Accounts & Products\n <span aria-hidden=\"true\" class=\"sch-angle-down meganv-btn-expand meganv-btn-lvl0\"></span>\n </a>", "target": [ "#Accounts\\&Products" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background gradient" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#ffffff", "contrastRatio": 0, "fontSize": "11.3pt (15px)", "fontWeight": "normal", "messageKey": "bgGradient", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<div class=\"meganvpsr\">", "target": [ ".meganvpsr" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background gradient" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"#\" id=\"Advice\" role=\"link\" data-lvl=\"0\" aria-haspopup=\"true\" aria-expanded=\"false\">Advice\n <span aria-hidden=\"true\" class=\"sch-angle-down meganv-btn-expand meganv-btn-lvl0\"></span>\n </a>", "target": [ "#Advice" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background gradient" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#ffffff", "contrastRatio": 0, "fontSize": "11.3pt (15px)", "fontWeight": "normal", "messageKey": "bgGradient", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<div class=\"meganvpsr\">", "target": [ ".meganvpsr" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background gradient" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"#\" id=\"Pricing\" role=\"link\" data-lvl=\"0\" aria-haspopup=\"true\" aria-expanded=\"false\">Pricing\n <span aria-hidden=\"true\" class=\"sch-angle-down meganv-btn-expand meganv-btn-lvl0\"></span>\n </a>", "target": [ "li[aria-label=\"Pricing\"] > a[data-lvl=\"0\"][aria-haspopup=\"true\"][href=\"#\"]" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background gradient" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#ffffff", "contrastRatio": 0, "fontSize": "11.3pt (15px)", "fontWeight": "normal", "messageKey": "bgGradient", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<div class=\"meganvpsr\">", "target": [ ".meganvpsr" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background gradient" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"#\" id=\"WhySchwab\" role=\"link\" data-lvl=\"0\" aria-haspopup=\"true\" aria-expanded=\"false\">Why Schwab\n <span aria-hidden=\"true\" class=\"sch-angle-down meganv-btn-expand meganv-btn-lvl0\"></span>\n </a>", "target": [ "#WhySchwab" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background gradient" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#ffffff", "contrastRatio": 0, "fontSize": "11.3pt (15px)", "fontWeight": "normal", "messageKey": "bgGradient", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<div class=\"meganvpsr\">", "target": [ ".meganvpsr" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background gradient" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"#\" id=\"Learn\" role=\"link\" data-lvl=\"0\" aria-haspopup=\"true\" aria-expanded=\"false\">Learn\n <span aria-hidden=\"true\" class=\"sch-angle-down meganv-btn-expand meganv-btn-lvl0\"></span>\n </a>", "target": [ "#Learn" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background gradient" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#333333", "contrastRatio": 0, "fontSize": "27.0pt (36px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "3:1" }, "relatedNodes": [ { "html": "<section id=\"panel-98776\" aria-label=\"Take your trading to the next level.\" class=\"panel panel-wrapper panel-xwide-fill-right\">", "target": [ "#panel-98776" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<h2>Take your trading to the next level.</h2>", "target": [ ".panel-header > 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": "#111111", "contrastRatio": 0, "fontSize": "12.8pt (17px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<section id=\"panel-98776\" aria-label=\"Take your trading to the next level.\" class=\"panel panel-wrapper panel-xwide-fill-right\">", "target": [ "#panel-98776" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<p>Take your trading to the next level with our latest innovative tools and Schwab's most advanced desktop platform, StreetSmart Edge<sup>®</sup>.</p>", "target": [ ".panel-detail > 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": "#111111", "contrastRatio": 0, "fontSize": "9.6pt (12.75px)", "fontWeight": "normal", "messageKey": "shortTextContent", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<section id=\"panel-98776\" aria-label=\"Take your trading to the next level.\" class=\"panel panel-wrapper panel-xwide-fill-right\">", "target": [ "#panel-98776" ] } ], "impact": "serious", "message": "Element content is too short to determine if it is actual text content" } ], "all": [], "none": [], "impact": "serious", "html": "<sup>®</sup>", "target": [ ".panel-detail > p > sup" ], "failureSummary": "Fix any of the following:\n Element content is too short to determine if it is actual text content" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#026d97", "contrastRatio": 0, "fontSize": "0.0pt (0px)", "fontWeight": "normal", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [], "impact": "serious", "message": "Unable to determine contrast ratio" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"https://www.youtube.com/user/CharlesSchwab\" title=\"Charles Schwab YouTube page\" target=\"_blank\" class=\"footmn-sr-text\">YouTube<span class=\"sch-youtube-icon\"></span></a>", "target": [ "a[title=\"Charles Schwab YouTube page\"]" ], "failureSummary": "Fix any of the following:\n Unable to determine contrast ratio" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#026d97", "contrastRatio": 0, "fontSize": "0.0pt (0px)", "fontWeight": "normal", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [], "impact": "serious", "message": "Unable to determine contrast ratio" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"https://twitter.com/charlesschwab\" title=\"Charles Schwab Twitter page\" target=\"_blank\" class=\"footmn-sr-text\">Twitter<span class=\"sch-twitter-icon\"></span></a>", "target": [ "a[title=\"Charles Schwab Twitter page\"]" ], "failureSummary": "Fix any of the following:\n Unable to determine contrast ratio" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#026d97", "contrastRatio": 0, "fontSize": "0.0pt (0px)", "fontWeight": "normal", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [], "impact": "serious", "message": "Unable to determine contrast ratio" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"https://www.facebook.com/CharlesSchwab\" title=\"Charles Schwab Facebook Page\" target=\"_blank\" class=\"footmn-sr-text\">Facebook<span class=\"sch-facebook-icon\"></span></a>", "target": [ "a[title=\"Charles Schwab Facebook Page\"]" ], "failureSummary": "Fix any of the following:\n Unable to determine contrast ratio" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#026d97", "contrastRatio": 0, "fontSize": "0.0pt (0px)", "fontWeight": "normal", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [], "impact": "serious", "message": "Unable to determine contrast ratio" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"https://www.linkedin.com/company/charles-schwab\" title=\"Charles Schwab LinkedIn Page\" target=\"_blank\" class=\"footmn-sr-text\">LinkedIn<span class=\"sch-linkedin-icon\"></span></a>", "target": [ "a[title=\"Charles Schwab LinkedIn Page\"]" ], "failureSummary": "Fix any of the following:\n Unable to determine contrast ratio" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#333333", "contrastRatio": 0, "fontSize": "9.8pt (13px)", "fontWeight": "normal", "messageKey": "bgOverlap", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [], "impact": "serious", "message": "Element's background color could not be determined because it is overlapped by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<li>", "target": [ ".footmn-menu-main > li:nth-child(1)" ], "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": "#333333", "contrastRatio": 0, "fontSize": "9.8pt (13px)", "fontWeight": "normal", "messageKey": "bgOverlap", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [], "impact": "serious", "message": "Element's background color could not be determined because it is overlapped by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<li>", "target": [ ".footmn-menu-main > li:nth-child(2)" ], "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": "#333333", "contrastRatio": 0, "fontSize": "9.8pt (13px)", "fontWeight": "normal", "messageKey": "bgOverlap", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [], "impact": "serious", "message": "Element's background color could not be determined because it is overlapped by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<li>", "target": [ ".footmn-menu-main > li:nth-child(3)" ], "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": "#333333", "contrastRatio": 0, "fontSize": "9.8pt (13px)", "fontWeight": "normal", "messageKey": "bgOverlap", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [], "impact": "serious", "message": "Element's background color could not be determined because it is overlapped by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<li>", "target": [ ".footmn-menu-main > li:nth-child(4)" ], "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": "#333333", "contrastRatio": 0, "fontSize": "9.8pt (13px)", "fontWeight": "normal", "messageKey": "bgOverlap", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [], "impact": "serious", "message": "Element's background color could not be determined because it is overlapped by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<li>", "target": [ ".footmn-menu-main > li:nth-child(5)" ], "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": "#333333", "contrastRatio": 0, "fontSize": "9.8pt (13px)", "fontWeight": "normal", "messageKey": "bgOverlap", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [], "impact": "serious", "message": "Element's background color could not be determined because it is overlapped by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<li>", "target": [ ".footmn-menu-main > li:nth-child(6)" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it is overlapped by another element" } ] }, { "id": "frame-tested", "impact": "critical", "tags": [ "cat.structure", "review-item", "best-practice" ], "description": "Ensures <iframe> and <frame> elements contain the axe-core script", "help": "Frames should be tested with axe-core", "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/frame-tested?application=axeAPI", "nodes": [ { "any": [], "all": [ { "id": "frame-tested", "data": null, "relatedNodes": [], "impact": "critical", "message": "The iframe still has to be tested with axe-core" } ], "none": [], "impact": "critical", "html": "<iframe src=\"https://lms.schwab.com/Login?clientId=schwab-prospect&startInSetId=1&redirectUri=https://client.schwab.com/login/signon/authcodehandler.ashx&enableappd=false\" id=\"schwablmslogin\" title=\"log in form\" frameborder=\"0\" marginheight=\"0\" marginwidth=\"0\" scrolling=\"no\" height=\"65\" width=\"630\" style=\"border: transparent\">", "target": [ "#schwablmslogin" ], "failureSummary": "Fix all of the following:\n The iframe still has to be tested with axe-core" } ] }, { "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": "<iframe src=\"javascript:void(0)\" title=\"\" style=\"width: 0px; height: 0px; border: 0px; display: none;\"></iframe>", "target": [ "iframe[src=\"javascript:void(0)\"]" ], "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 role=\"menu\" class=\"meganv-dropdown meganv-activate-target meganv-panel-contactus\" style=\"display: none;\">", "target": [ ".meganv-contactus-trigger > .meganv-dropdown.meganv-panel-contactus.meganv-activate-target" ], "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 role=\"menu\" class=\"meganv-dropdown meganv-activate-target meganv-panel-contactus\" style=\"display: none;\">", "target": [ ".meganv-login-trigger > .meganv-dropdown.meganv-panel-contactus.meganv-activate-target" ], "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=\"meganv-main__searchbox meganv-search--narrow\">", "target": [ ".meganv-search--narrow" ], "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 role=\"menu\" aria-labelledby=\"Accounts&Products\" class=\"meganvpsr-main__menu__l1__submenu_wrapper meganv-activate-target\" style=\"display: none;\">", "target": [ "ul[aria-labelledby=\"Accounts&Products\"]" ], "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": "<li role=\"none\" class=\"meganv-hide-mobile\">", "target": [ "ul[aria-labelledby=\"Accounts&Products\"] > li[role=\"none\"] > .meganvpsr-main__menu__l1__submenu > li[role=\"none\"]:nth-child(1) > .meganvpsr-main__menu__l1__submenu__forcedCol > li > .meganv-submenu-lvl2.meganvpsr-main__menu__l1__submenu__lx > .meganv-hide-mobile[role=\"none\"]" ], "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=\"meganvpsr-main__menu__l1__submenu__lx meganv-submenu-lvl3\" style=\"display: none;\">", "target": [ "li[role=\"none\"]:nth-child(1) > .meganvpsr-main__menu__l1__submenu__forcedCol > li > .meganv-submenu-lvl2.meganvpsr-main__menu__l1__submenu__lx > li[role=\"none\"]:nth-child(2) > .meganv-submenu-lvl3.meganvpsr-main__menu__l1__submenu__lx" ], "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": "<li role=\"none\">", "target": [ "li[role=\"none\"]:nth-child(1) > .meganvpsr-main__menu__l1__submenu__forcedCol > li > .meganv-submenu-lvl2.meganvpsr-main__menu__l1__submenu__lx > li[role=\"none\"]:nth-child(2) > .meganv-submenu-lvl3.meganvpsr-main__menu__l1__submenu__lx > li[role=\"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": "<ul class=\"meganvpsr-main__menu__l1__submenu__lx meganv-submenu-lvl3\" style=\"display: none;\">", "target": [ "ul[aria-labelledby=\"Accounts&Products\"] > li[role=\"none\"] > .meganvpsr-main__menu__l1__submenu > li[role=\"none\"]:nth-child(1) > .meganvpsr-main__menu__l1__submenu__forcedCol > li > .meganv-submenu-lvl2.meganvpsr-main__menu__l1__submenu__lx > li[role=\"none\"]:nth-child(3) > .meganv-submenu-lvl3.meganvpsr-main__menu__l1__submenu__lx" ], "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": "<li role=\"none\">", "target": [ "ul[aria-labelledby=\"Accounts&Products\"] > li[role=\"none\"] > .meganvpsr-main__menu__l1__submenu > li[role=\"none\"]:nth-child(1) > .meganvpsr-main__menu__l1__submenu__forcedCol > li > .meganv-submenu-lvl2.meganvpsr-main__menu__l1__submenu__lx > li[role=\"none\"]:nth-child(3) > .meganv-submenu-lvl3.meganvpsr-main__menu__l1__submenu__lx > li[role=\"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": "<ul class=\"meganvpsr-main__menu__l1__submenu__lx meganv-submenu-lvl4\" style=\"display: none;\">", "target": [ "ul[aria-labelledby=\"Accounts&Products\"] > li[role=\"none\"] > .meganvpsr-main__menu__l1__submenu > li[role=\"none\"]:nth-child(1) > .meganvpsr-main__menu__l1__submenu__forcedCol > li > .meganv-submenu-lvl2.meganvpsr-main__menu__l1__submenu__lx > li[role=\"none\"]:nth-child(3) > .meganv-submenu-lvl3.meganvpsr-main__menu__l1__submenu__lx > li[role=\"none\"]:nth-child(2) > .meganv-submenu-lvl4.meganvpsr-main__menu__l1__submenu__lx" ], "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": "<li role=\"none\">", "target": [ "ul[aria-labelledby=\"Accounts&Products\"] > li[role=\"none\"] > .meganvpsr-main__menu__l1__submenu > li[role=\"none\"]:nth-child(1) > .meganvpsr-main__menu__l1__submenu__forcedCol > li > .meganv-submenu-lvl2.meganvpsr-main__menu__l1__submenu__lx > li[role=\"none\"]:nth-child(3) > .meganv-submenu-lvl3.meganvpsr-main__menu__l1__submenu__lx > li[role=\"none\"]:nth-child(2) > .meganv-submenu-lvl4.meganvpsr-main__menu__l1__submenu__lx > li[role=\"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": "<ul class=\"meganvpsr-main__menu__l1__submenu__lx meganv-submenu-lvl5\" style=\"display: none;\">", "target": [ "li[role=\"none\"]:nth-child(3) > .meganv-submenu-lvl5.meganvpsr-main__menu__l1__submenu__lx" ], "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": "<li role=\"none\">", "target": [ "li[role=\"none\"]:nth-child(3) > .meganv-submenu-lvl5.meganvpsr-main__menu__l1__submenu__lx > li[role=\"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": "<ul class=\"meganvpsr-main__menu__l1__submenu__lx meganv-submenu-lvl5\" style=\"display: none;\">", "target": [ "li[role=\"none\"]:nth-child(3) > .meganv-submenu-lvl3.meganvpsr-main__menu__l1__submenu__lx > li[role=\"none\"]:nth-child(2) > .meganv-submenu-lvl4.meganvpsr-main__menu__l1__submenu__lx > li[role=\"none\"]:nth-child(4) > .meganv-submenu-lvl5.meganvpsr-main__menu__l1__submenu__lx" ], "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": "<li role=\"none\">", "target": [ "li[role=\"none\"]:nth-child(3) > .meganv-submenu-lvl3.meganvpsr-main__menu__l1__submenu__lx > li[role=\"none\"]:nth-child(2) > .meganv-submenu-lvl4.meganvpsr-main__menu__l1__submenu__lx > li[role=\"none\"]:nth-child(4) > .meganv-submenu-lvl5.meganvpsr-main__menu__l1__submenu__lx > li[role=\"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": "<ul class=\"meganvpsr-main__menu__l1__submenu__lx meganv-submenu-lvl4\" style=\"display: none;\">", "target": [ "ul[aria-labelledby=\"Accounts&Products\"] > li[role=\"none\"] > .meganvpsr-main__menu__l1__submenu > li[role=\"none\"]:nth-child(1) > .meganvpsr-main__menu__l1__submenu__forcedCol > li > .meganv-submenu-lvl2.meganvpsr-main__menu__l1__submenu__lx > li[role=\"none\"]:nth-child(3) > .meganv-submenu-lvl3.meganvpsr-main__menu__l1__submenu__lx > li[role=\"none\"]:nth-child(3) > .meganv-submenu-lvl4.meganvpsr-main__menu__l1__submenu__lx" ], "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": "<li role=\"none\">", "target": [ "ul[aria-labelledby=\"Accounts&Products\"] > li[role=\"none\"] > .meganvpsr-main__menu__l1__submenu > li[role=\"none\"]:nth-child(1) > .meganvpsr-main__menu__l1__submenu__forcedCol > li > .meganv-submenu-lvl2.meganvpsr-main__menu__l1__submenu__lx > li[role=\"none\"]:nth-child(3) > .meganv-submenu-lvl3.meganvpsr-main__menu__l1__submenu__lx > li[role=\"none\"]:nth-child(3) > .meganv-submenu-lvl4.meganvpsr-main__menu__l1__submenu__lx > li[role=\"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": "<ul class=\"meganvpsr-main__menu__l1__submenu__lx meganv-submenu-lvl4\" style=\"display: none;\">", "target": [ "li[role=\"none\"]:nth-child(4) > .meganv-submenu-lvl4.meganvpsr-main__menu__l1__submenu__lx" ], "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": "<li role=\"none\">", "target": [ "li[role=\"none\"]:nth-child(4) > .meganv-submenu-lvl4.meganvpsr-main__menu__l1__submenu__lx > li[role=\"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": "<ul class=\"meganvpsr-main__menu__l1__submenu__lx meganv-submenu-lvl4\" style=\"display: none;\">", "target": [ "li[role=\"none\"]:nth-child(3) > .meganv-submenu-lvl3.meganvpsr-main__menu__l1__submenu__lx > li[role=\"none\"]:nth-child(5) > .meganv-submenu-lvl4.meganvpsr-main__menu__l1__submenu__lx" ], "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": "<li role=\"none\">", "target": [ "li[role=\"none\"]:nth-child(3) > .meganv-submenu-lvl3.meganvpsr-main__menu__l1__submenu__lx > li[role=\"none\"]:nth-child(5) > .meganv-submenu-lvl4.meganvpsr-main__menu__l1__submenu__lx > li[role=\"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": "<ul class=\"meganvpsr-main__menu__l1__submenu__lx meganv-submenu-lvl4\" style=\"display: none;\">", "target": [ "li[role=\"none\"]:nth-child(6) > .meganv-submenu-lvl4.meganvpsr-main__menu__l1__submenu__lx" ], "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": "<li role=\"none\">", "target": [ "li[role=\"none\"]:nth-child(6) > .meganv-submenu-lvl4.meganvpsr-main__menu__l1__submenu__lx > li[role=\"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": "<ul class=\"meganvpsr-main__menu__l1__submenu__lx meganv-submenu-lvl3\" style=\"display: none;\">", "target": [ "li[role=\"none\"]:nth-child(1) > .meganvpsr-main__menu__l1__submenu__forcedCol > li > .meganv-submenu-lvl2.meganvpsr-main__menu__l1__submenu__lx > li[role=\"none\"]:nth-child(4) > .meganv-submenu-lvl3.meganvpsr-main__menu__l1__submenu__lx" ], "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": "<li role=\"none\">", "target": [ "li[role=\"none\"]:nth-child(1) > .meganvpsr-main__menu__l1__submenu__forcedCol > li > .meganv-submenu-lvl2.meganvpsr-main__menu__l1__submenu__lx > li[role=\"none\"]:nth-child(4) > .meganv-submenu-lvl3.meganvpsr-main__menu__l1__submenu__lx > li[role=\"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": "<ul class=\"meganvpsr-main__menu__l1__submenu__lx meganv-submenu-lvl4\" style=\"display: none;\">", "target": [ "li[role=\"none\"]:nth-child(4) > .meganv-submenu-lvl3.meganvpsr-main__menu__l1__submenu__lx > li[role=\"none\"]:nth-child(3) > .meganv-submenu-lvl4.meganvpsr-main__menu__l1__submenu__lx" ], "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": "<li role=\"none\">", "target": [ "li[role=\"none\"]:nth-child(4) > .meganv-submenu-lvl3.meganvpsr-main__menu__l1__submenu__lx > li[role=\"none\"]:nth-child(3) > .meganv-submenu-lvl4.meganvpsr-main__menu__l1__submenu__lx > li[role=\"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": "<ul class=\"meganvpsr-main__menu__l1__submenu__lx meganv-submenu-lvl4\" style=\"display: none;\">", "target": [ "li[role=\"none\"]:nth-child(4) > .meganv-submenu-lvl3.meganvpsr-main__menu__l1__submenu__lx > li[role=\"none\"]:nth-child(5) > .meganv-submenu-lvl4.meganvpsr-main__menu__l1__submenu__lx" ], "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": "<li role=\"none\">", "target": [ "li[role=\"none\"]:nth-child(4) > .meganv-submenu-lvl3.meganvpsr-main__menu__l1__submenu__lx > li[role=\"none\"]:nth-child(5) > .meganv-submenu-lvl4.meganvpsr-main__menu__l1__submenu__lx > li[role=\"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": "<ul class=\"meganvpsr-main__menu__l1__submenu__lx meganv-submenu-lvl3\" style=\"display: none;\">", "target": [ "li[role=\"none\"]:nth-child(1) > .meganvpsr-main__menu__l1__submenu__forcedCol > li > .meganv-submenu-lvl2.meganvpsr-main__menu__l1__submenu__lx > li[role=\"none\"]:nth-child(6) > .meganv-submenu-lvl3.meganvpsr-main__menu__l1__submenu__lx" ], "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": "<li role=\"none\">", "target": [ "li[role=\"none\"]:nth-child(1) > .meganvpsr-main__menu__l1__submenu__forcedCol > li > .meganv-submenu-lvl2.meganvpsr-main__menu__l1__submenu__lx > li[role=\"none\"]:nth-child(6) > .meganv-submenu-lvl3.meganvpsr-main__menu__l1__submenu__lx > li[role=\"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": "<ul class=\"meganvpsr-main__menu__l1__submenu__lx meganv-submenu-lvl4\" style=\"display: none;\">", "target": [ "li[role=\"none\"]:nth-child(6) > .meganv-submenu-lvl3.meganvpsr-main__menu__l1__submenu__lx > li[role=\"none\"]:nth-child(2) > .meganv-submenu-lvl4.meganvpsr-main__menu__l1__submenu__lx" ], "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": "<li role=\"none\">", "target": [ "li[role=\"none\"]:nth-child(6) > .meganv-submenu-lvl3.meganvpsr-main__menu__l1__submenu__lx > li[role=\"none\"]:nth-child(2) > .meganv-submenu-lvl4.meganvpsr-main__menu__l1__submenu__lx > li[role=\"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": "<ul class=\"meganvpsr-main__menu__l1__submenu__lx meganv-submenu-lvl5\" style=\"display: none;\">", "target": [ "li[role=\"none\"]:nth-child(6) > .meganv-submenu-lvl3.meganvpsr-main__menu__l1__submenu__lx > li[role=\"none\"]:nth-child(2) > .meganv-submenu-lvl4.meganvpsr-main__menu__l1__submenu__lx > li[role=\"none\"]:nth-child(4) > .meganv-submenu-lvl5.meganvpsr-main__menu__l1__submenu__lx" ], "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": "<li role=\"none\">", "target": [ "li[role=\"none\"]:nth-child(6) > .meganv-submenu-lvl3.meganvpsr-main__menu__l1__submenu__lx > li[role=\"none\"]:nth-child(2) > .meganv-submenu-lvl4.meganvpsr-main__menu__l1__submenu__lx > li[role=\"none\"]:nth-child(4) > .meganv-submenu-lvl5.meganvpsr-main__menu__l1__submenu__lx > li[role=\"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": "<li role=\"none\" class=\"meganv-hide-mobile\">", "target": [ "ul[aria-labelledby=\"Accounts&Products\"] > li[role=\"none\"] > .meganvpsr-main__menu__l1__submenu > li[role=\"none\"]:nth-child(2) > .meganvpsr-main__menu__l1__submenu__forcedCol > li > .meganv-submenu-lvl2.meganvpsr-main__menu__l1__submenu__lx > .meganv-hide-mobile[role=\"none\"]" ], "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=\"meganvpsr-main__menu__l1__submenu__lx meganv-submenu-lvl3\" style=\"display: none;\">", "target": [ "li[role=\"none\"]:nth-child(2) > .meganvpsr-main__menu__l1__submenu__forcedCol > li > .meganv-submenu-lvl2.meganvpsr-main__menu__l1__submenu__lx > li[role=\"none\"]:nth-child(4) > .meganv-submenu-lvl3.meganvpsr-main__menu__l1__submenu__lx" ], "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": "<li role=\"none\">", "target": [ "li[role=\"none\"]:nth-child(2) > .meganvpsr-main__menu__l1__submenu__forcedCol > li > .meganv-submenu-lvl2.meganvpsr-main__menu__l1__submenu__lx > li[role=\"none\"]:nth-child(4) > .meganv-submenu-lvl3.meganvpsr-main__menu__l1__submenu__lx > li[role=\"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": "<ul class=\"meganvpsr-main__menu__l1__submenu__lx meganv-submenu-lvl3\" style=\"display: none;\">", "target": [ "li[role=\"none\"]:nth-child(2) > .meganvpsr-main__menu__l1__submenu__forcedCol > li > .meganv-submenu-lvl2.meganvpsr-main__menu__l1__submenu__lx > li[role=\"none\"]:nth-child(5) > .meganv-submenu-lvl3.meganvpsr-main__menu__l1__submenu__lx" ], "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": "<li role=\"none\">", "target": [ "li[role=\"none\"]:nth-child(2) > .meganvpsr-main__menu__l1__submenu__forcedCol > li > .meganv-submenu-lvl2.meganvpsr-main__menu__l1__submenu__lx > li[role=\"none\"]:nth-child(5) > .meganv-submenu-lvl3.meganvpsr-main__menu__l1__submenu__lx > li[role=\"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": "<li role=\"none\" class=\"meganv-hide-mobile\">", "target": [ "ul[aria-labelledby=\"Accounts&Products\"] > li[role=\"none\"] > .meganvpsr-main__menu__l1__submenu > li[role=\"none\"]:nth-child(3) > .meganvpsr-main__menu__l1__submenu__forcedCol > li > .meganv-submenu-lvl2.meganvpsr-main__menu__l1__submenu__lx > .meganv-hide-mobile[role=\"none\"]" ], "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=\"meganvpsr-main__menu__l1__submenu__lx meganv-submenu-lvl3\" style=\"display: none;\">", "target": [ "li[role=\"none\"]:nth-child(3) > .meganvpsr-main__menu__l1__submenu__forcedCol > li > .meganv-submenu-lvl2.meganvpsr-main__menu__l1__submenu__lx > li[role=\"none\"]:nth-child(2) > .meganv-submenu-lvl3.meganvpsr-main__menu__l1__submenu__lx" ], "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": "<li role=\"none\">", "target": [ "li[role=\"none\"]:nth-child(3) > .meganvpsr-main__menu__l1__submenu__forcedCol > li > .meganv-submenu-lvl2.meganvpsr-main__menu__l1__submenu__lx > li[role=\"none\"]:nth-child(2) > .meganv-submenu-lvl3.meganvpsr-main__menu__l1__submenu__lx > li[role=\"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": "<ul class=\"meganvpsr-main__menu__l1__submenu__lx meganv-submenu-lvl4\" style=\"display: none;\">", "target": [ "li[role=\"none\"]:nth-child(2) > .meganv-submenu-lvl3.meganvpsr-main__menu__l1__submenu__lx > li[role=\"none\"]:nth-child(2) > .meganv-submenu-lvl4.meganvpsr-main__menu__l1__submenu__lx" ], "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": "<li role=\"none\">", "target": [ "li[role=\"none\"]:nth-child(2) > .meganv-submenu-lvl3.meganvpsr-main__menu__l1__submenu__lx > li[role=\"none\"]:nth-child(2) > .meganv-submenu-lvl4.meganvpsr-main__menu__l1__submenu__lx > li[role=\"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": "<ul class=\"meganvpsr-main__menu__l1__submenu__lx meganv-submenu-lvl4\" style=\"display: none;\">", "target": [ "li[role=\"none\"]:nth-child(2) > .meganv-submenu-lvl3.meganvpsr-main__menu__l1__submenu__lx > li[role=\"none\"]:nth-child(5) > .meganv-submenu-lvl4.meganvpsr-main__menu__l1__submenu__lx" ], "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": "<li role=\"none\">", "target": [ "li[role=\"none\"]:nth-child(2) > .meganv-submenu-lvl3.meganvpsr-main__menu__l1__submenu__lx > li[role=\"none\"]:nth-child(5) > .meganv-submenu-lvl4.meganvpsr-main__menu__l1__submenu__lx > li[role=\"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": "<ul class=\"meganvpsr-main__menu__l1__submenu__lx meganv-submenu-lvl5\" style=\"display: none;\">", "target": [ "li[role=\"none\"]:nth-child(5) > .meganv-submenu-lvl5.meganvpsr-main__menu__l1__submenu__lx" ], "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": "<li role=\"none\">", "target": [ "li[role=\"none\"]:nth-child(5) > .meganv-submenu-lvl5.meganvpsr-main__menu__l1__submenu__lx > li[role=\"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": "<ul class=\"meganvpsr-main__menu__l1__submenu__lx meganv-submenu-lvl3\" style=\"display: none;\">", "target": [ "li[role=\"none\"]:nth-child(3) > .meganvpsr-main__menu__l1__submenu__forcedCol > li > .meganv-submenu-lvl2.meganvpsr-main__menu__l1__submenu__lx > li[role=\"none\"]:nth-child(3) > .meganv-submenu-lvl3.meganvpsr-main__menu__l1__submenu__lx" ], "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": "<li role=\"none\">", "target": [ "li[role=\"none\"]:nth-child(3) > .meganvpsr-main__menu__l1__submenu__forcedCol > li > .meganv-submenu-lvl2.meganvpsr-main__menu__l1__submenu__lx > li[role=\"none\"]:nth-child(3) > .meganv-submenu-lvl3.meganvpsr-main__menu__l1__submenu__lx > li[role=\"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": "<ul class=\"meganvpsr-main__menu__l1__submenu__lx meganv-submenu-lvl4\" style=\"display: none;\">", "target": [ "li[role=\"none\"]:nth-child(3) > .meganvpsr-main__menu__l1__submenu__forcedCol > li > .meganv-submenu-lvl2.meganvpsr-main__menu__l1__submenu__lx > li[role=\"none\"]:nth-child(3) > .meganv-submenu-lvl3.meganvpsr-main__menu__l1__submenu__lx > li[role=\"none\"]:nth-child(2) > .meganv-submenu-lvl4.meganvpsr-main__menu__l1__submenu__lx" ], "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": "<li role=\"none\">", "target": [ "li[role=\"none\"]:nth-child(3) > .meganvpsr-main__menu__l1__submenu__forcedCol > li > .meganv-submenu-lvl2.meganvpsr-main__menu__l1__submenu__lx > li[role=\"none\"]:nth-child(3) > .meganv-submenu-lvl3.meganvpsr-main__menu__l1__submenu__lx > li[role=\"none\"]:nth-child(2) > .meganv-submenu-lvl4.meganvpsr-main__menu__l1__submenu__lx > li[role=\"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": "<ul class=\"meganvpsr-main__menu__l1__submenu__lx meganv-submenu-lvl4\" style=\"display: none;\">", "target": [ "li[role=\"none\"]:nth-child(8) > .meganv-submenu-lvl4.meganvpsr-main__menu__l1__submenu__lx" ], "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": "<li role=\"none\">", "target": [ "li[role=\"none\"]:nth-child(8) > .meganv-submenu-lvl4.meganvpsr-main__menu__l1__submenu__lx > li[role=\"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": "<ul class=\"meganvpsr-main__menu__l1__submenu__lx meganv-submenu-lvl3\" style=\"display: none;\">", "target": [ "li[role=\"none\"]:nth-child(3) > .meganvpsr-main__menu__l1__submenu__forcedCol > li > .meganv-submenu-lvl2.meganvpsr-main__menu__l1__submenu__lx > li[role=\"none\"]:nth-child(5) > .meganv-submenu-lvl3.meganvpsr-main__menu__l1__submenu__lx" ], "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": "<li role=\"none\">", "target": [ "li[role=\"none\"]:nth-child(3) > .meganvpsr-main__menu__l1__submenu__forcedCol > li > .meganv-submenu-lvl2.meganvpsr-main__menu__l1__submenu__lx > li[role=\"none\"]:nth-child(5) > .meganv-submenu-lvl3.meganvpsr-main__menu__l1__submenu__lx > li[role=\"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": "<ul class=\"meganvpsr-main__menu__l1__submenu__lx meganv-submenu-lvl4\" style=\"display: none;\">", "target": [ "li[role=\"none\"]:nth-child(5) > .meganv-submenu-lvl3.meganvpsr-main__menu__l1__submenu__lx > li[role=\"none\"]:nth-child(2) > .meganv-submenu-lvl4.meganvpsr-main__menu__l1__submenu__lx" ], "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": "<li role=\"none\">", "target": [ "li[role=\"none\"]:nth-child(5) > .meganv-submenu-lvl3.meganvpsr-main__menu__l1__submenu__lx > li[role=\"none\"]:nth-child(2) > .meganv-submenu-lvl4.meganvpsr-main__menu__l1__submenu__lx > li[role=\"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": "<ul class=\"meganvpsr-main__menu__l1__submenu__lx meganv-submenu-lvl4\" style=\"display: none;\">", "target": [ "li[role=\"none\"]:nth-child(5) > .meganv-submenu-lvl3.meganvpsr-main__menu__l1__submenu__lx > li[role=\"none\"]:nth-child(3) > .meganv-submenu-lvl4.meganvpsr-main__menu__l1__submenu__lx" ], "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": "<li role=\"none\">", "target": [ "li[role=\"none\"]:nth-child(5) > .meganv-submenu-lvl3.meganvpsr-main__menu__l1__submenu__lx > li[role=\"none\"]:nth-child(3) > .meganv-submenu-lvl4.meganvpsr-main__menu__l1__submenu__lx > li[role=\"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": "<ul class=\"meganvpsr-main__menu__l1__submenu__lx meganv-submenu-lvl3\" style=\"display: none;\">", "target": [ "li[role=\"none\"]:nth-child(3) > .meganvpsr-main__menu__l1__submenu__forcedCol > li > .meganv-submenu-lvl2.meganvpsr-main__menu__l1__submenu__lx > li[role=\"none\"]:nth-child(6) > .meganv-submenu-lvl3.meganvpsr-main__menu__l1__submenu__lx" ], "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": "<li role=\"none\">", "target": [ "li[role=\"none\"]:nth-child(3) > .meganvpsr-main__menu__l1__submenu__forcedCol > li > .meganv-submenu-lvl2.meganvpsr-main__menu__l1__submenu__lx > li[role=\"none\"]:nth-child(6) > .meganv-submenu-lvl3.meganvpsr-main__menu__l1__submenu__lx > li[role=\"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": "<ul class=\"meganvpsr-main__menu__l1__submenu__lx meganv-submenu-lvl3\" style=\"display: none;\">", "target": [ "li[role=\"none\"]:nth-child(7) > .meganv-submenu-lvl3.meganvpsr-main__menu__l1__submenu__lx" ], "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": "<li role=\"none\">", "target": [ "li[role=\"none\"]:nth-child(7) > .meganv-submenu-lvl3.meganvpsr-main__menu__l1__submenu__lx > li[role=\"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": "<ul class=\"meganvpsr-main__menu__l1__submenu__lx meganv-submenu-lvl4\" style=\"display: none;\">", "target": [ "li[role=\"none\"]:nth-child(7) > .meganv-submenu-lvl3.meganvpsr-main__menu__l1__submenu__lx > li[role=\"none\"]:nth-child(2) > .meganv-submenu-lvl4.meganvpsr-main__menu__l1__submenu__lx" ], "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": "<li role=\"none\">", "target": [ "li[role=\"none\"]:nth-child(7) > .meganv-submenu-lvl3.meganvpsr-main__menu__l1__submenu__lx > li[role=\"none\"]:nth-child(2) > .meganv-submenu-lvl4.meganvpsr-main__menu__l1__submenu__lx > li[role=\"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": "<li role=\"none\" class=\"meganv-hide-mobile\">", "target": [ "ul[aria-labelledby=\"Accounts&Products\"] > li[role=\"none\"] > .meganvpsr-main__menu__l1__submenu > li[role=\"none\"]:nth-child(4) > .meganvpsr-main__menu__l1__submenu__forcedCol > li > .meganv-submenu-lvl2.meganvpsr-main__menu__l1__submenu__lx > .meganv-hide-mobile[role=\"none\"]" ], "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=\"meganvpsr-main__menu__l1__submenu__lx meganv-submenu-lvl3\" style=\"display: none;\">", "target": [ "li[role=\"none\"]:nth-child(4) > .meganvpsr-main__menu__l1__submenu__forcedCol > li > .meganv-submenu-lvl2.meganvpsr-main__menu__l1__submenu__lx > li[role=\"none\"]:nth-child(3) > .meganv-submenu-lvl3.meganvpsr-main__menu__l1__submenu__lx" ], "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": "<li role=\"none\">", "target": [ "li[role=\"none\"]:nth-child(4) > .meganvpsr-main__menu__l1__submenu__forcedCol > li > .meganv-submenu-lvl2.meganvpsr-main__menu__l1__submenu__lx > li[role=\"none\"]:nth-child(3) > .meganv-submenu-lvl3.meganvpsr-main__menu__l1__submenu__lx > li[role=\"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": "<li role=\"none\" class=\"meganv-hide-mobile\">", "target": [ "ul[aria-labelledby=\"Accounts&Products\"] > li[role=\"none\"] > .meganvpsr-main__menu__l1__submenu > li[role=\"none\"]:nth-child(5) > .meganvpsr-main__menu__l1__submenu__forcedCol > li > .meganv-submenu-lvl2.meganvpsr-main__menu__l1__submenu__lx > .meganv-hide-mobile[role=\"none\"]" ], "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 role=\"menu\" aria-labelledby=\"Advice\" class=\"meganvpsr-main__menu__l1__submenu_wrapper meganv-activate-target\" style=\"left: 100px; right: inherit; display: none;\">", "target": [ "ul[aria-labelledby=\"Advice\"]" ], "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": "<li role=\"none\" class=\"meganv-hide-mobile\">", "target": [ "ul[aria-labelledby=\"Advice\"] > li[role=\"none\"] > .meganvpsr-main__menu__l1__submenu > li[role=\"none\"]:nth-child(1) > .meganvpsr-main__menu__l1__submenu__forcedCol > li > .meganv-submenu-lvl2.meganvpsr-main__menu__l1__submenu__lx > .meganv-hide-mobile[role=\"none\"]" ], "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=\"meganvpsr-main__menu__l1__submenu__lx meganv-submenu-lvl3\" style=\"display: none;\">", "target": [ "ul[aria-labelledby=\"Advice\"] > li[role=\"none\"] > .meganvpsr-main__menu__l1__submenu > li[role=\"none\"]:nth-child(1) > .meganvpsr-main__menu__l1__submenu__forcedCol > li > .meganv-submenu-lvl2.meganvpsr-main__menu__l1__submenu__lx > li[role=\"none\"]:nth-child(3) > .meganv-submenu-lvl3.meganvpsr-main__menu__l1__submenu__lx" ], "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": "<li role=\"none\">", "target": [ "ul[aria-labelledby=\"Advice\"] > li[role=\"none\"] > .meganvpsr-main__menu__l1__submenu > li[role=\"none\"]:nth-child(1) > .meganvpsr-main__menu__l1__submenu__forcedCol > li > .meganv-submenu-lvl2.meganvpsr-main__menu__l1__submenu__lx > li[role=\"none\"]:nth-child(3) > .meganv-submenu-lvl3.meganvpsr-main__menu__l1__submenu__lx > li[role=\"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": "<ul class=\"meganvpsr-main__menu__l1__submenu__lx meganv-submenu-lvl4\" style=\"display: none;\">", "target": [ "ul[aria-labelledby=\"Advice\"] > li[role=\"none\"] > .meganvpsr-main__menu__l1__submenu > li[role=\"none\"]:nth-child(1) > .meganvpsr-main__menu__l1__submenu__forcedCol > li > .meganv-submenu-lvl2.meganvpsr-main__menu__l1__submenu__lx > li[role=\"none\"]:nth-child(3) > .meganv-submenu-lvl3.meganvpsr-main__menu__l1__submenu__lx > li[role=\"none\"]:nth-child(2) > .meganv-submenu-lvl4.meganvpsr-main__menu__l1__submenu__lx" ], "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": "<li role=\"none\">", "target": [ "ul[aria-labelledby=\"Advice\"] > li[role=\"none\"] > .meganvpsr-main__menu__l1__submenu > li[role=\"none\"]:nth-child(1) > .meganvpsr-main__menu__l1__submenu__forcedCol > li > .meganv-submenu-lvl2.meganvpsr-main__menu__l1__submenu__lx > li[role=\"none\"]:nth-child(3) > .meganv-submenu-lvl3.meganvpsr-main__menu__l1__submenu__lx > li[role=\"none\"]:nth-child(2) > .meganv-submenu-lvl4.meganvpsr-main__menu__l1__submenu__lx > li[role=\"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": "<ul class=\"meganvpsr-main__menu__l1__submenu__lx meganv-submenu-lvl4\" style=\"display: none;\">", "target": [ "ul[aria-labelledby=\"Advice\"] > li[role=\"none\"] > .meganvpsr-main__menu__l1__submenu > li[role=\"none\"]:nth-child(1) > .meganvpsr-main__menu__l1__submenu__forcedCol > li > .meganv-submenu-lvl2.meganvpsr-main__menu__l1__submenu__lx > li[role=\"none\"]:nth-child(3) > .meganv-submenu-lvl3.meganvpsr-main__menu__l1__submenu__lx > li[role=\"none\"]:nth-child(3) > .meganv-submenu-lvl4.meganvpsr-main__menu__l1__submenu__lx" ], "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": "<li role=\"none\">", "target": [ "ul[aria-labelledby=\"Advice\"] > li[role=\"none\"] > .meganvpsr-main__menu__l1__submenu > li[role=\"none\"]:nth-child(1) > .meganvpsr-main__menu__l1__submenu__forcedCol > li > .meganv-submenu-lvl2.meganvpsr-main__menu__l1__submenu__lx > li[role=\"none\"]:nth-child(3) > .meganv-submenu-lvl3.meganvpsr-main__menu__l1__submenu__lx > li[role=\"none\"]:nth-child(3) > .meganv-submenu-lvl4.meganvpsr-main__menu__l1__submenu__lx > li[role=\"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": "<li role=\"none\" class=\"meganv-hide-mobile\">", "target": [ "ul[aria-labelledby=\"Advice\"] > li[role=\"none\"] > .meganvpsr-main__menu__l1__submenu > li[role=\"none\"]:nth-child(2) > .meganvpsr-main__menu__l1__submenu__forcedCol > li > .meganv-submenu-lvl2.meganvpsr-main__menu__l1__submenu__lx > .meganv-hide-mobile[role=\"none\"]" ], "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": "<li role=\"none\" class=\"meganvpsr-main__menu__l1__submenu__spotlight\" id=\"advice_spotlight\">", "target": [ "#advice_spotlight" ], "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=\"spotl-wrapper spotl-clients\">", "target": [ "#advice_spotlight > .spotl-clients.spotl-wrapper" ], "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 role=\"menu\" aria-labelledby=\"Pricing\" class=\"meganvpsr-main__menu__l1__submenu_wrapper meganv-activate-target\" style=\"left: 100px; right: inherit; display: none;\">", "target": [ "ul[aria-labelledby=\"Pricing\"]" ], "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": "<li role=\"none\" class=\"meganv-hide-mobile\">", "target": [ "ul[aria-labelledby=\"Pricing\"] > li[role=\"none\"] > .meganvpsr-main__menu__l1__submenu > li[role=\"none\"]:nth-child(1) > .meganvpsr-main__menu__l1__submenu__forcedCol > li > .meganv-submenu-lvl2.meganvpsr-main__menu__l1__submenu__lx > .meganv-hide-mobile[role=\"none\"]" ], "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": "<li role=\"none\" class=\"meganv-hide-mobile\">", "target": [ "ul[aria-labelledby=\"Pricing\"] > li[role=\"none\"] > .meganvpsr-main__menu__l1__submenu > li[role=\"none\"]:nth-child(2) > .meganvpsr-main__menu__l1__submenu__forcedCol > li > .meganv-submenu-lvl2.meganvpsr-main__menu__l1__submenu__lx > .meganv-hide-mobile[role=\"none\"]" ], "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": "<li role=\"none\" class=\"meganv-hide-mobile\">", "target": [ "ul[aria-labelledby=\"Pricing\"] > li[role=\"none\"] > .meganvpsr-main__menu__l1__submenu > li[role=\"none\"]:nth-child(3) > .meganvpsr-main__menu__l1__submenu__forcedCol > li > .meganv-submenu-lvl2.meganvpsr-main__menu__l1__submenu__lx > .meganv-hide-mobile[role=\"none\"]" ], "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=\"spotl-wrapper spotl-clients\">", "target": [ "#pricing_spotlight > .spotl-clients.spotl-wrapper" ], "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 role=\"menu\" aria-labelledby=\"WhySchwab\" class=\"meganvpsr-main__menu__l1__submenu_wrapper meganv-activate-target\" style=\"left: 100px; right: inherit; display: none;\">", "target": [ "ul[aria-labelledby=\"WhySchwab\"]" ], "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": "<li role=\"none\" class=\"meganv-hide-mobile\">", "target": [ "li[role=\"none\"]:nth-child(1) > .meganv-submenu-lvl2.meganvpsr-main__menu__l1__submenu__lx > .meganv-hide-mobile[role=\"none\"]" ], "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=\"meganvpsr-main__menu__l1__submenu__lx meganv-submenu-lvl3\" style=\"display: none;\">", "target": [ "li[role=\"none\"]:nth-child(1) > .meganv-submenu-lvl2.meganvpsr-main__menu__l1__submenu__lx > li[role=\"none\"]:nth-child(4) > .meganv-submenu-lvl3.meganvpsr-main__menu__l1__submenu__lx" ], "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": "<li role=\"none\">", "target": [ "li[role=\"none\"]:nth-child(1) > .meganv-submenu-lvl2.meganvpsr-main__menu__l1__submenu__lx > li[role=\"none\"]:nth-child(4) > .meganv-submenu-lvl3.meganvpsr-main__menu__l1__submenu__lx > li[role=\"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": "<ul class=\"meganvpsr-main__menu__l1__submenu__lx meganv-submenu-lvl3\" style=\"display: none;\">", "target": [ "li[role=\"none\"]:nth-child(1) > .meganv-submenu-lvl2.meganvpsr-main__menu__l1__submenu__lx > li[role=\"none\"]:nth-child(5) > .meganv-submenu-lvl3.meganvpsr-main__menu__l1__submenu__lx" ], "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": "<li role=\"none\" class=\"meganv-hide-mobile\">", "target": [ ".meganv-submenu-lvl3.meganvpsr-main__menu__l1__submenu__lx > .meganv-hide-mobile[role=\"none\"]" ], "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": "<li role=\"none\" class=\"meganv-hide-mobile\">", "target": [ "li[role=\"none\"]:nth-child(2) > .meganv-submenu-lvl2.meganvpsr-main__menu__l1__submenu__lx > .meganv-hide-mobile[role=\"none\"]" ], "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": "<li role=\"none\" class=\"meganv-hide-mobile\">", "target": [ "ul[aria-labelledby=\"WhySchwab\"] > li[role=\"none\"] > .meganvpsr-main__menu__l1__submenu > li[role=\"none\"]:nth-child(3) > .meganvpsr-main__menu__l1__submenu__forcedCol > li > .meganv-submenu-lvl2.meganvpsr-main__menu__l1__submenu__lx > .meganv-hide-mobile[role=\"none\"]" ], "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=\"spotl-wrapper spotl-clients\">", "target": [ "#whyschwab_spotlight > .spotl-clients.spotl-wrapper" ], "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 role=\"menu\" aria-labelledby=\"Learn\" class=\"meganvpsr-main__menu__l1__submenu_wrapper meganv-activate-target\" style=\"display: none;\">", "target": [ "ul[aria-labelledby=\"Learn\"]" ], "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": "<li role=\"none\" class=\"meganv-hide-mobile\">", "target": [ "ul[aria-labelledby=\"Learn\"] > li[role=\"none\"] > .meganvpsr-main__menu__l1__submenu > li[role=\"none\"]:nth-child(1) > .meganvpsr-main__menu__l1__submenu__forcedCol > li > .meganv-submenu-lvl2.meganvpsr-main__menu__l1__submenu__lx > .meganv-hide-mobile[role=\"none\"]" ], "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": "<li role=\"none\" class=\"meganv-hide-mobile\">", "target": [ "ul[aria-labelledby=\"Learn\"] > li[role=\"none\"] > .meganvpsr-main__menu__l1__submenu > li[role=\"none\"]:nth-child(2) > .meganvpsr-main__menu__l1__submenu__forcedCol > li > .meganv-submenu-lvl2.meganvpsr-main__menu__l1__submenu__lx > .meganv-hide-mobile[role=\"none\"]" ], "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": "<li role=\"none\" class=\"meganv-hide-mobile\">", "target": [ "ul[aria-labelledby=\"Learn\"] > li[role=\"none\"] > .meganvpsr-main__menu__l1__submenu > li[role=\"none\"]:nth-child(3) > .meganvpsr-main__menu__l1__submenu__forcedCol > li > .meganv-submenu-lvl2.meganvpsr-main__menu__l1__submenu__lx > .meganv-hide-mobile[role=\"none\"]" ], "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": "<li role=\"none\" class=\"meganv-hide-mobile\">", "target": [ "ul[aria-labelledby=\"Learn\"] > li[role=\"none\"] > .meganvpsr-main__menu__l1__submenu > li[role=\"none\"]:nth-child(4) > .meganvpsr-main__menu__l1__submenu__forcedCol > li > .meganv-submenu-lvl2.meganvpsr-main__menu__l1__submenu__lx > .meganv-hide-mobile[role=\"none\"]" ], "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=\"meganvpsr-main__menu__l1__submenu__lx meganv-submenu-lvl3\" style=\"display: none;\">", "target": [ "li[role=\"none\"]:nth-child(4) > .meganvpsr-main__menu__l1__submenu__forcedCol > li > .meganv-submenu-lvl2.meganvpsr-main__menu__l1__submenu__lx > li[role=\"none\"]:nth-child(2) > .meganv-submenu-lvl3.meganvpsr-main__menu__l1__submenu__lx" ], "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": "<li role=\"none\">", "target": [ "li[role=\"none\"]:nth-child(4) > .meganvpsr-main__menu__l1__submenu__forcedCol > li > .meganv-submenu-lvl2.meganvpsr-main__menu__l1__submenu__lx > li[role=\"none\"]:nth-child(2) > .meganv-submenu-lvl3.meganvpsr-main__menu__l1__submenu__lx > li[role=\"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": "<li role=\"none\" class=\"meganv-hide-mobile\">", "target": [ "ul[aria-labelledby=\"Learn\"] > li[role=\"none\"] > .meganvpsr-main__menu__l1__submenu > li[role=\"none\"]:nth-child(5) > .meganvpsr-main__menu__l1__submenu__forcedCol > li > .meganv-submenu-lvl2.meganvpsr-main__menu__l1__submenu__lx > .meganv-hide-mobile[role=\"none\"]" ], "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=\"meganv-main__utilinks--narrow \">", "target": [ ".meganv-main__utilinks--narrow" ], "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=\"meganv-hamburger-div col\">", "target": [ ".meganv-hamburger-div" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<aside class=\"meganv-quote\" id=\"meganv-quote\">\n <iframe id=\"meganv-qq-frame\" src=\"\"></iframe>\n </aside>", "target": [ "#meganv-quote" ], "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": "<section aria-label=\"mobile subnav links\" id=\"block-mobilesubnavlinks\" data-block-plugin-id=\"system_menu_block:mobile-subnav-links\" class=\"block block-menu navigation block-system-menublock menu--mobile-subnav-links\">", "target": [ "#block-mobilesubnavlinks" ], "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=\"sch-mixer-component\" id=\"2\">", "target": [ "#\\32 " ], "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=\"panel-img-area\">\n\t\t<img src=\"https://www.schwab.com/sites/g/files/eyrktu1401/files/17_SFA_02_Shot12_4867_extended_flipped_FA.jpg\" alt=\"\" class=\"panel-img\">\n\t\t</div>", "target": [ ".panel-img-area" ], "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": "<dd class=\"bcn-accordion-item-body\" id=\"bcn-accordion-98846-bcn-accordion-item-98816--ans\" aria-label=\"Content for What is the Schwab Security Guarantee?\" role=\"region\">", "target": [ "#bcn-accordion-98846-bcn-accordion-item-98816--ans" ], "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": "<dd class=\"bcn-accordion-item-body\" id=\"bcn-accordion-98846-bcn-accordion-item-98821--ans\" aria-label=\"Content for How much does it cost to work with Schwab?\" role=\"region\">", "target": [ "#bcn-accordion-98846-bcn-accordion-item-98821--ans" ], "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": "<dd class=\"bcn-accordion-item-body\" id=\"bcn-accordion-98846-bcn-accordion-item-98826--ans\" aria-label=\"Content for How do I open an account?\" role=\"region\">", "target": [ "#bcn-accordion-98846-bcn-accordion-item-98826--ans" ], "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": "<dd class=\"bcn-accordion-item-body\" id=\"bcn-accordion-98846-bcn-accordion-item-98831--ans\" aria-label=\"Content for What kind of investment products does Schwab offer?\" role=\"region\">", "target": [ "#bcn-accordion-98846-bcn-accordion-item-98831--ans" ], "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": "<dd class=\"bcn-accordion-item-body\" id=\"bcn-accordion-98846-bcn-accordion-item-98836--ans\" aria-label=\"Content for How easy is it to switch brokerage providers?\" role=\"region\">", "target": [ "#bcn-accordion-98846-bcn-accordion-item-98836--ans" ], "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": "<dd class=\"bcn-accordion-item-body\" id=\"bcn-accordion-98846-bcn-accordion-item-98841--ans\" aria-label=\"Content for Why should I bank with Schwab Bank?\" role=\"region\">", "target": [ "#bcn-accordion-98846-bcn-accordion-item-98841--ans" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<iframe src=\"https://a14738960062.cdn.optimizely.com/client_storage/a14738960062.html\" hidden=\"\" tabindex=\"-1\" title=\"Optimizely Internal Frame\" height=\"0\" width=\"0\" style=\"display: none;\"></iframe>", "target": [ "iframe[hidden=\"\"]" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<button type=\"button\" class=\"sch-plus-large footmn-btn-expand\" aria-label=\"Click to view more links\"></button>", "target": [ "li:nth-child(1) > .sch-plus-large.footmn-btn-expand[aria-label=\"Click to view more links\"]" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<button type=\"button\" class=\"sch-plus-large footmn-btn-expand\" aria-label=\"Click to view more links\"></button>", "target": [ "li:nth-child(2) > .sch-plus-large.footmn-btn-expand[aria-label=\"Click to view more links\"]" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<button type=\"button\" class=\"sch-plus-large footmn-btn-expand\" aria-label=\"Click to view more links\"></button>", "target": [ "li:nth-child(3) > .sch-plus-large.footmn-btn-expand[aria-label=\"Click to view more links\"]" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<button type=\"button\" class=\"sch-plus-large footmn-btn-expand\" aria-label=\"Click to view more links\"></button>", "target": [ "li:nth-child(4) > .sch-plus-large.footmn-btn-expand[aria-label=\"Click to view more links\"]" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<button type=\"button\" class=\"sch-plus-large footmn-btn-expand\" aria-label=\"Click to view more links\"></button>", "target": [ "li:nth-child(5) > .sch-plus-large.footmn-btn-expand[aria-label=\"Click to view more links\"]" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<button type=\"button\" class=\"sch-plus-large footmn-btn-expand\" aria-label=\"Click to view more links\"></button>", "target": [ "li:nth-child(6) > .sch-plus-large.footmn-btn-expand[aria-label=\"Click to view more links\"]" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<iframe id=\"utag_71\" height=\"1\" width=\"1\" style=\"display:none\" src=\"//di.rlcdn.com/458599.html?pdata=urlpath%3DpHome\"></iframe>", "target": [ "#utag_71" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<iframe id=\"282\" height=\"1\" width=\"1\" style=\"display:none\" src=\"//insight.adsrvr.org/track/evnt/?ct=0:2ovpoyp&adv=trd1yy4&fmt=4\"></iframe>", "target": [ "#\\32 82" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<img class=\"ywa-10000\" src=\"https://sp.analytics.yahoo.com/sp.pl?a=10000&d=Sat%2C%2013%20Aug%202022%2001%3A56%3A46%20GMT&n=4d&b=Charles%20Schwab%20%7C%20A%20modern%20approach%20to%20investing%20%26%20retirement&.yp=404045&f=https%3A%2F%2Fwww.schwab.com%2F&enc=UTF-8&yv=1.13.0&et=custom&tagmgr=tealium\" alt=\"dot image pixel\" style=\"display: none;\">", "target": [ ".ywa-10000" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<img src=\"https://t.co/i/adsct?bci=3&eci=2&event_id=1e3f0d48-3606-441c-a42b-7c9eddfee9a4&events=%5B%5B%22pageview%22%2C%7B%7D%5D%5D&p_id=Twitter&p_user_id=0&pl_id=c3c3910d-1e5e-4c73-99ba-2119efd42144&tw_document_href=https%3A%2F%2Fwww.schwab.com%2F&tw_iframe_status=0&tw_order_quantity=0&tw_sale_amount=0&txn_id=nxcql&type=javascript&version=2.3.26\" height=\"1\" width=\"1\" style=\"display: none;\">", "target": [ "img[height=\"1\"][width=\"1\"]:nth-child(22)" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<iframe height=\"0\" width=\"0\" style=\"display: none; visibility: hidden;\" src=\"https://2530996.fls.doubleclick.net/activityi;src=2530996;type=gen;cat=phom2lp;ord=6562649590591;gtm=2od880;auiddc=1820289310.1660355807;~oref=https%3A%2F%2Fwww.schwab.com%2F?\"></iframe>", "target": [ "iframe[height=\"0\"][width=\"0\"]:nth-child(23)" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<iframe height=\"0\" width=\"0\" style=\"display: none; visibility: hidden;\" src=\"https://2530996.fls.doubleclick.net/activityi;src=2530996;type=sitewide;cat=2018c0;ord=5513275908544;gtm=2od880;auiddc=1820289310.1660355807;u7=https%3A%2F%2Fwww.schwab.com%2F;~oref=https%3A%2F%2Fwww.schwab.com%2F?\">", "target": [ "iframe[height=\"0\"][width=\"0\"]:nth-child(24)" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<img src=\"https://analytics.twitter.com/i/adsct?bci=3&eci=2&event_id=1e3f0d48-3606-441c-a42b-7c9eddfee9a4&events=%5B%5B%22pageview%22%2C%7B%7D%5D%5D&p_id=Twitter&p_user_id=0&pl_id=c3c3910d-1e5e-4c73-99ba-2119efd42144&tw_document_href=https%3A%2F%2Fwww.schwab.com%2F&tw_iframe_status=0&tw_order_quantity=0&tw_sale_amount=0&txn_id=nxcql&type=javascript&version=2.3.26\" height=\"1\" width=\"1\" style=\"display: none;\">", "target": [ "img[height=\"1\"][width=\"1\"]:nth-child(25)" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<iframe sandbox=\"allow-scripts allow-same-origin\" title=\"Adobe ID Syncing iFrame\" id=\"destination_publishing_iframe_schwab_0\" name=\"destination_publishing_iframe_schwab_0_name\" src=\"https://schwab.demdex.net/dest5.html?d_nsid=0#https%3A%2F%2Fwww.schwab.com\" class=\"aamIframeLoaded\" style=\"display: none; width: 0px; height: 0px;\">", "target": [ "#destination_publishing_iframe_schwab_0" ], "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": "pricing", "urlProps": { "protocol": "http:", "hostname": "www.schwab.com", "port": "", "pathname": "/", "search": {}, "hash": "", "filename": "" } }, "relatedNodes": [ { "html": "<a href=\"https://www.schwab.com/pricing\">Pricing</a>", "target": [ "li:nth-child(5) > a[href$=\"pricing\"]" ] } ], "impact": "minor", "message": "Check that links have the same purpose, or are intentionally ambiguous." } ], "none": [], "impact": "minor", "html": "<a href=\"#\" id=\"Pricing\" role=\"link\" data-lvl=\"0\" aria-haspopup=\"true\" aria-expanded=\"false\">Pricing\n <span aria-hidden=\"true\" class=\"sch-angle-down meganv-btn-expand meganv-btn-lvl0\"></span>\n </a>", "target": [ "li[aria-label=\"Pricing\"] > a[data-lvl=\"0\"][aria-haspopup=\"true\"][href=\"#\"]" ], "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": "why schwab", "urlProps": { "protocol": "http:", "hostname": "www.schwab.com", "port": "", "pathname": "/", "search": {}, "hash": "", "filename": "" } }, "relatedNodes": [ { "html": "<a href=\"https://www.schwab.com/why-schwab\">Why Schwab</a>", "target": [ "li:nth-child(6) > .footmn-menu-child > li:nth-child(1) > a" ] } ], "impact": "minor", "message": "Check that links have the same purpose, or are intentionally ambiguous." } ], "none": [], "impact": "minor", "html": "<a href=\"#\" id=\"WhySchwab\" role=\"link\" data-lvl=\"0\" aria-haspopup=\"true\" aria-expanded=\"false\">Why Schwab\n <span aria-hidden=\"true\" class=\"sch-angle-down meganv-btn-expand meganv-btn-lvl0\"></span>\n </a>", "target": [ "#WhySchwab" ], "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": "schwab franchise", "urlProps": { "protocol": "http:", "hostname": "franchise.schwab.com", "port": "", "pathname": "/why-schwab/", "search": { "ilc": "WFI" }, "hash": "", "filename": "" } }, "relatedNodes": [ { "html": "<a data-popup-height=\"\" data-popup-width=\"\" data-stock-symbol=\"\" data-track=\"\" href=\"https://franchise.schwab.com/\n\" rel=\"\" target=\"\" title=\"\">Schwab Franchise</a>", "target": [ "a[href=\"https://franchise.schwab.com/\\a \"]" ] } ], "impact": "minor", "message": "Check that links have the same purpose, or are intentionally ambiguous." } ], "none": [], "impact": "minor", "html": "<a data-track=\"catregistered-lc|doubleclick-gen-phom2lc\" href=\"https://franchise.schwab.com/why-schwab?ilc=WFI\" target=\"_blank\" data-track-registered=\"click\">Schwab Franchise.</a>", "target": [ ".deck-33-card-outline.col-xs-12.col-md-4:nth-child(1) > .card.card--outline > .card__main > .card__body.bcn-body--m > .field--name-field-card-body.field--type-text-with-summary.field > p > a[target=\"_blank\"][data-track-registered=\"click\"]:nth-child(2)" ], "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\" dir=\"ltr\" prefix=\"content: http://purl.org/rss/1.0/modules/content/ dc: http://purl.org/dc/terms/ foaf: http://xmlns.com/foaf/0.1/ og: http://ogp.me/ns# rdfs: http://www.w3.org/2000/01/rdf-schema# schema: http://schema.org/ sioc: http://rdfs.org/sioc/ns# sioct: http://rdfs.org/sioc/types# skos: http://www.w3.org/2004/02/skos/core# xsd: http://www.w3.org/2001/XMLSchema# \" class=\" js\">", "target": [ "html" ], "failureSummary": "Fix all of the following:\n CSS Orientation lock cannot be determined" } ] } ], "violations": [ { "id": "color-contrast-enhanced", "impact": "serious", "tags": [ "cat.color", "wcag2aaa", "wcag146" ], "description": "Ensures the contrast between foreground and background colors meets WCAG 2 AAA contrast ratio thresholds", "help": "Elements must have sufficient color contrast", "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/color-contrast-enhanced?application=axeAPI", "nodes": [ { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "bgColor": "#657884", "contrastRatio": 4.59, "fontSize": "9.8pt (13px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<input type=\"text\" class=\"mega-search-input ui-autocomplete-input\" maxlength=\"128\" title=\"Type here for Search\" name=\"txtGlbSearchMN\" placeholder=\"Search\" autocomplete=\"off\" role=\"textbox\" aria-autocomplete=\"list\" aria-haspopup=\"true\" aria-label=\"Search field\">", "target": [ "li[role=\"none\"]:nth-child(4) > .meganv-main__searchbox > form > .meganv-main__searchbox__input > .mega-search-input.ui-autocomplete-input[type=\"text\"]" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.59 (foreground color: #ffffff, background color: #657884, font size: 9.8pt (13px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<input type=\"text\" class=\"mega-search-input ui-autocomplete-input\" maxlength=\"128\" title=\"Type here for Search\" name=\"txtGlbSearchMN\" placeholder=\"Search\" autocomplete=\"off\" role=\"textbox\" aria-autocomplete=\"list\" aria-haspopup=\"true\" aria-label=\"Search field\">", "target": [ "li[role=\"none\"]:nth-child(4) > .meganv-main__searchbox > form > .meganv-main__searchbox__input > .mega-search-input.ui-autocomplete-input[type=\"text\"]" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.59 (foreground color: #ffffff, background color: #657884, font size: 9.8pt (13px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "bgColor": "#b95e04", "contrastRatio": 4.5, "fontSize": "10.5pt (14px)", "fontWeight": "bold", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<a href=\"https://www.schwab.com/open-an-account\" id=\"meganv-util--wide--OpenanAccount\" data-lvl=\"0\" role=\"menuitem\" class=\"general-referral-oaa\">Open an Account</a>", "target": [ "#meganv-util--wide--OpenanAccount" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.5 (foreground color: #ffffff, background color: #b95e04, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"https://www.schwab.com/open-an-account\" id=\"meganv-util--wide--OpenanAccount\" data-lvl=\"0\" role=\"menuitem\" class=\"general-referral-oaa\">Open an Account</a>", "target": [ "#meganv-util--wide--OpenanAccount" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.5 (foreground color: #ffffff, background color: #b95e04, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "bgColor": "#037dae", "contrastRatio": 4.61, "fontSize": "13.5pt (18px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<a class=\"bcn-button bcn-button--primary bcn-button--large-text bcn-link-button\" aria-label=\"Explore the new crypto ETF\" data-track=\"catregistered-lc|doubleclick-gen-phom2lc\" href=\"https://www.schwab.com/research/etfs/quotes/summary/stce\" data-track-registered=\"click\">", "target": [ "a[aria-label=\"Explore the new crypto ETF\"]" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.61 (foreground color: #ffffff, background color: #037dae, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a class=\"bcn-button bcn-button--primary bcn-button--large-text bcn-link-button\" aria-label=\"Explore the new crypto ETF\" data-track=\"catregistered-lc|doubleclick-gen-phom2lc\" href=\"https://www.schwab.com/research/etfs/quotes/summary/stce\" data-track-registered=\"click\">", "target": [ "a[aria-label=\"Explore the new crypto ETF\"]" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.61 (foreground color: #ffffff, background color: #037dae, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#026d97", "bgColor": "#ffffff", "contrastRatio": 5.77, "fontSize": "12.8pt (17px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<div class=\"clearfix main\" id=\"main\" role=\"main\">", "target": [ "#main" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5.77 (foreground color: #026d97, background color: #ffffff, font size: 12.8pt (17px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"bcn-link-icon__text\">\n See all our fees\n </span>", "target": [ ".bcn-link-icon.bcn-link-icon--lightbackground[href$=\"pricing\"] > .bcn-link-icon__text" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5.77 (foreground color: #026d97, background color: #ffffff, font size: 12.8pt (17px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#026d97", "bgColor": "#ffffff", "contrastRatio": 5.77, "fontSize": "12.8pt (17px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<div class=\"clearfix main\" id=\"main\" role=\"main\">", "target": [ "#main" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5.77 (foreground color: #026d97, background color: #ffffff, font size: 12.8pt (17px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"bcn-link-icon__text\">\n Choose what's right for you\n </span>", "target": [ ".col-xs-12.card__block.col-md-4:nth-child(2) > .card__text-block.col-12 > .link__link > .bcn-link-icon.bcn-link-icon--lightbackground[data-track-registered=\"click\"] > .bcn-link-icon__text" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5.77 (foreground color: #026d97, background color: #ffffff, font size: 12.8pt (17px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#026d97", "bgColor": "#ffffff", "contrastRatio": 5.77, "fontSize": "12.8pt (17px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<div class=\"clearfix main\" id=\"main\" role=\"main\">", "target": [ "#main" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5.77 (foreground color: #026d97, background color: #ffffff, font size: 12.8pt (17px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"bcn-link-icon__text\">\n Satisfaction Guarantee\n </span>", "target": [ ".col-xs-12.card__block.col-md-4:nth-child(3) > .card__text-block.col-12 > .link__link > .bcn-link-icon.bcn-link-icon--lightbackground[data-track-registered=\"click\"]:nth-child(1) > .bcn-link-icon__text" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5.77 (foreground color: #026d97, background color: #ffffff, font size: 12.8pt (17px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#026d97", "bgColor": "#ffffff", "contrastRatio": 5.77, "fontSize": "12.8pt (17px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<div class=\"clearfix main\" id=\"main\" role=\"main\">", "target": [ "#main" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5.77 (foreground color: #026d97, background color: #ffffff, font size: 12.8pt (17px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"bcn-link-icon__text\">\n Security Guarantee\n </span>", "target": [ ".bcn-link-icon.bcn-link-icon--lightbackground[data-track-registered=\"click\"]:nth-child(2) > .bcn-link-icon__text" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5.77 (foreground color: #026d97, background color: #ffffff, font size: 12.8pt (17px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "bgColor": "#037dae", "contrastRatio": 4.61, "fontSize": "14.3pt (19px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<a class=\"bcn-button bcn-button--primary bcn-button--large-text bcn-link-button\" aria-label=\"Learn more about personalized indexing\" data-track=\"catregistered-lc|doubleclick-gen-phom2lc\" href=\"https://www.schwab.com/direct-indexing\" data-track-registered=\"click\">", "target": [ ".button-wrapper > .bcn-button--large-text.bcn-button--primary.bcn-button" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.61 (foreground color: #ffffff, background color: #037dae, font size: 14.3pt (19px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a class=\"bcn-button bcn-button--primary bcn-button--large-text bcn-link-button\" aria-label=\"Learn more about personalized indexing\" data-track=\"catregistered-lc|doubleclick-gen-phom2lc\" href=\"https://www.schwab.com/direct-indexing\" data-track-registered=\"click\">", "target": [ ".button-wrapper > .bcn-button--large-text.bcn-button--primary.bcn-button" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.61 (foreground color: #ffffff, background color: #037dae, font size: 14.3pt (19px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "bgColor": "#037dae", "contrastRatio": 4.61, "fontSize": "13.5pt (18px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<a class=\"bcn-button bcn-button--primary bcn-button--large-text bcn-link-button\" data-track=\"catregistered-lc|doubleclick-gen-phom2lc\" type=\"_primary\" href=\"https://www.schwab.com/invest-with-us/self-directed-investing\" data-track-registered=\"click\">\n Learn more about trading\n </a>", "target": [ "a[type=\"_primary\"]" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.61 (foreground color: #ffffff, background color: #037dae, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a class=\"bcn-button bcn-button--primary bcn-button--large-text bcn-link-button\" data-track=\"catregistered-lc|doubleclick-gen-phom2lc\" type=\"_primary\" href=\"https://www.schwab.com/invest-with-us/self-directed-investing\" data-track-registered=\"click\">\n Learn more about trading\n </a>", "target": [ "a[type=\"_primary\"]" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.61 (foreground color: #ffffff, background color: #037dae, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "bgColor": "#b95e04", "contrastRatio": 4.5, "fontSize": "13.5pt (18px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<a class=\"bcn-button bcn-button--open-an-account bcn-link-button\" aria-label=\"Open a Schwab account\" data-track=\"catregistered-cta|doubleclick-gen-phom2cta\" type=\"_open_an_account\" href=\"https://www.schwab.com/open-an-account\" data-track-registered=\"click\">\n Open an Account\n </a>", "target": [ "a[aria-label=\"Open a Schwab account\"]" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.5 (foreground color: #ffffff, background color: #b95e04, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a class=\"bcn-button bcn-button--open-an-account bcn-link-button\" aria-label=\"Open a Schwab account\" data-track=\"catregistered-cta|doubleclick-gen-phom2cta\" type=\"_open_an_account\" href=\"https://www.schwab.com/open-an-account\" data-track-registered=\"click\">\n Open an Account\n </a>", "target": [ "a[aria-label=\"Open a Schwab account\"]" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.5 (foreground color: #ffffff, background color: #b95e04, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "bgColor": "#037dae", "contrastRatio": 4.61, "fontSize": "14.3pt (19px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<a class=\"bcn-button bcn-button--primary bcn-link-button\" aria-label=\"Get started with automated investing.\" data-track=\"catregistered-lc|doubleclick-gen-phom2lc\" href=\"https://www.schwab.com/intelligent-portfolios\" data-track-registered=\"click\">\n Get started\n </a>", "target": [ "#panel--50-media-right-98761 > .bcn-panel__row.bcn-row.no-gutters > .bcn-panel__column.col-md-6.col-12 > .bcn-panel__column_wrapper > .button-wrapper > .bcn-button--primary.bcn-button.bcn-link-button" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.61 (foreground color: #ffffff, background color: #037dae, font size: 14.3pt (19px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a class=\"bcn-button bcn-button--primary bcn-link-button\" aria-label=\"Get started with automated investing.\" data-track=\"catregistered-lc|doubleclick-gen-phom2lc\" href=\"https://www.schwab.com/intelligent-portfolios\" data-track-registered=\"click\">\n Get started\n </a>", "target": [ "#panel--50-media-right-98761 > .bcn-panel__row.bcn-row.no-gutters > .bcn-panel__column.col-md-6.col-12 > .bcn-panel__column_wrapper > .button-wrapper > .bcn-button--primary.bcn-button.bcn-link-button" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.61 (foreground color: #ffffff, background color: #037dae, font size: 14.3pt (19px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#026d97", "bgColor": "#ffffff", "contrastRatio": 5.77, "fontSize": "14.3pt (19px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<div class=\"clearfix main\" id=\"main\" role=\"main\">", "target": [ "#main" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5.77 (foreground color: #026d97, background color: #ffffff, font size: 14.3pt (19px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a data-track=\"catregistered-lc|doubleclick-gen-phom2lc\" aria-label=\"Learn more about our relationship with you.\" href=\"https://schwab.com/transparency\" data-track-registered=\"click\">Learn more at schwab.com/transparency ></a>", "target": [ ".cta-panel--fundspotlight__body > .field--name-field-card-body.field--type-text-with-summary.field > p > a[data-track-registered=\"click\"]" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5.77 (foreground color: #026d97, background color: #ffffff, font size: 14.3pt (19px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#026d97", "bgColor": "#ffffff", "contrastRatio": 5.77, "fontSize": "12.8pt (17px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<div class=\"clearfix main\" id=\"main\" role=\"main\">", "target": [ "#main" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5.77 (foreground color: #026d97, background color: #ffffff, font size: 12.8pt (17px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"bcn-link-icon__text\">\n Get live online assistance 24/7\n </span>", "target": [ "a[data-anchor-chat=\"chatLinkRef2\"] > .bcn-link-icon__text" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5.77 (foreground color: #026d97, background color: #ffffff, font size: 12.8pt (17px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#026d97", "bgColor": "#ffffff", "contrastRatio": 5.77, "fontSize": "12.8pt (17px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<div class=\"clearfix main\" id=\"main\" role=\"main\">", "target": [ "#main" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5.77 (foreground color: #026d97, background color: #ffffff, font size: 12.8pt (17px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"bcn-link-icon__text\">\n Find a branch near you\n </span>", "target": [ ".cta-panel__item.col-md-4:nth-child(3) > .panel__item__link > .bcn-link-icon.bcn-link-icon--lightbackground[data-track-registered=\"click\"] > .bcn-link-icon__text" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5.77 (foreground color: #026d97, background color: #ffffff, font size: 12.8pt (17px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#026d97", "bgColor": "#ffffff", "contrastRatio": 5.77, "fontSize": "12.8pt (17px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<div class=\"clearfix main\" id=\"main\" role=\"main\">", "target": [ "#main" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5.77 (foreground color: #026d97, background color: #ffffff, font size: 12.8pt (17px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a data-track=\"catregistered-lc|doubleclick-gen-phom2lc\" href=\"https://advisorservices.schwab.com/why-schwab?ilc=WFJ\" target=\"_blank\" data-track-registered=\"click\">Schwab Advisor Services™</a>", "target": [ ".deck-33-card-outline.col-xs-12.col-md-4:nth-child(1) > .card.card--outline > .card__main > .card__body.bcn-body--m > .field--name-field-card-body.field--type-text-with-summary.field > p > a[target=\"_blank\"][data-track-registered=\"click\"]:nth-child(1)" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5.77 (foreground color: #026d97, background color: #ffffff, font size: 12.8pt (17px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#026d97", "bgColor": "#ffffff", "contrastRatio": 5.77, "fontSize": "12.8pt (17px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<div class=\"clearfix main\" id=\"main\" role=\"main\">", "target": [ "#main" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5.77 (foreground color: #026d97, background color: #ffffff, font size: 12.8pt (17px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a data-track=\"catregistered-lc|doubleclick-gen-phom2lc\" href=\"https://franchise.schwab.com/why-schwab?ilc=WFI\" target=\"_blank\" data-track-registered=\"click\">Schwab Franchise.</a>", "target": [ ".deck-33-card-outline.col-xs-12.col-md-4:nth-child(1) > .card.card--outline > .card__main > .card__body.bcn-body--m > .field--name-field-card-body.field--type-text-with-summary.field > p > a[target=\"_blank\"][data-track-registered=\"click\"]:nth-child(2)" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5.77 (foreground color: #026d97, background color: #ffffff, font size: 12.8pt (17px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#026d97", "bgColor": "#ffffff", "contrastRatio": 5.77, "fontSize": "12.8pt (17px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<div class=\"clearfix main\" id=\"main\" role=\"main\">", "target": [ "#main" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5.77 (foreground color: #026d97, background color: #ffffff, font size: 12.8pt (17px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a data-track=\"catregistered-lc|doubleclick-gen-phom2lc\" href=\"https://www.schwabfunds.com/welcome9?destination=/\" target=\"_blank\" data-track-registered=\"click\">Charles Schwab Investment Management, Inc.</a>", "target": [ ".deck-33-card-outline.col-xs-12.col-md-4:nth-child(2) > .card.card--outline > .card__main > .card__body.bcn-body--m > .field--name-field-card-body.field--type-text-with-summary.field > p > a[target=\"_blank\"][data-track-registered=\"click\"]" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5.77 (foreground color: #026d97, background color: #ffffff, font size: 12.8pt (17px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#026d97", "bgColor": "#ffffff", "contrastRatio": 5.77, "fontSize": "12.8pt (17px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<div class=\"clearfix main\" id=\"main\" role=\"main\">", "target": [ "#main" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5.77 (foreground color: #026d97, background color: #ffffff, font size: 12.8pt (17px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a data-track=\"catregistered-lc|doubleclick-gen-phom2lc\" href=\"https://workplacefinancialservices.schwab.com/\" target=\"_blank\" data-track-registered=\"click\">Workplace Financial Services.</a>", "target": [ ".deck-33-card-outline.col-xs-12.col-md-4:nth-child(3) > .card.card--outline > .card__main > .card__body.bcn-body--m > .field--name-field-card-body.field--type-text-with-summary.field > p > a[target=\"_blank\"][data-track-registered=\"click\"]" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5.77 (foreground color: #026d97, background color: #ffffff, font size: 12.8pt (17px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#026d97", "bgColor": "#ffffff", "contrastRatio": 5.77, "fontSize": "12.8pt (17px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<div class=\"clearfix main\" id=\"main\" role=\"main\">", "target": [ "#main" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5.77 (foreground color: #026d97, background color: #ffffff, font size: 12.8pt (17px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"https://www.schwab.com/go-digital\">Digital Services</a>", "target": [ ".col-xl.card__block.col-md-4:nth-child(1) > .card__text-block.col-12 > .card__detail > .field--name-field-card-body.field--type-text-with-summary.field > p:nth-child(1) > a" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5.77 (foreground color: #026d97, background color: #ffffff, font size: 12.8pt (17px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#026d97", "bgColor": "#ffffff", "contrastRatio": 5.77, "fontSize": "12.8pt (17px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<div class=\"clearfix main\" id=\"main\" role=\"main\">", "target": [ "#main" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5.77 (foreground color: #026d97, background color: #ffffff, font size: 12.8pt (17px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"https://www.schwab.com/mobile\">Mobile Apps</a>", "target": [ "p:nth-child(2) > a[href$=\"mobile\"]" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5.77 (foreground color: #026d97, background color: #ffffff, font size: 12.8pt (17px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#026d97", "bgColor": "#ffffff", "contrastRatio": 5.77, "fontSize": "12.8pt (17px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<div class=\"clearfix main\" id=\"main\" role=\"main\">", "target": [ "#main" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5.77 (foreground color: #026d97, background color: #ffffff, font size: 12.8pt (17px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a data-popup-height=\"\" data-popup-width=\"\" data-stock-symbol=\"\" data-track=\"\" href=\"https://franchise.schwab.com/\n\" rel=\"\" target=\"\" title=\"\">Schwab Franchise</a>", "target": [ "a[href=\"https://franchise.schwab.com/\\a \"]" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5.77 (foreground color: #026d97, background color: #ffffff, font size: 12.8pt (17px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#026d97", "bgColor": "#ffffff", "contrastRatio": 5.77, "fontSize": "12.8pt (17px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<div class=\"clearfix main\" id=\"main\" role=\"main\">", "target": [ "#main" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5.77 (foreground color: #026d97, background color: #ffffff, font size: 12.8pt (17px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a data-popup-height=\"\" data-popup-width=\"\" data-stock-symbol=\"\" data-track=\"\" href=\"https://www.aboutschwab.com/\n\" rel=\"\" target=\"\" title=\"\">Corporate Information</a>", "target": [ "a[href=\"https://www.aboutschwab.com/\\a \"]" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5.77 (foreground color: #026d97, background color: #ffffff, font size: 12.8pt (17px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#026d97", "bgColor": "#ffffff", "contrastRatio": 5.77, "fontSize": "12.8pt (17px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<div class=\"clearfix main\" id=\"main\" role=\"main\">", "target": [ "#main" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5.77 (foreground color: #026d97, background color: #ffffff, font size: 12.8pt (17px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a aria-label=\"\" data-popup-height=\"\" data-popup-width=\"\" data-stock-symbol=\"\" data-track=\"\" href=\"https://jobs.schwabjobs.com/\" rel=\"\" target=\"\" title=\"\" type=\"\">Schwab Careers</a>", "target": [ "a[href$=\"jobs.schwabjobs.com/\"][aria-label=\"\"][type=\"\"]" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5.77 (foreground color: #026d97, background color: #ffffff, font size: 12.8pt (17px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#026d97", "bgColor": "#ffffff", "contrastRatio": 5.77, "fontSize": "12.8pt (17px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<div class=\"clearfix main\" id=\"main\" role=\"main\">", "target": [ "#main" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5.77 (foreground color: #026d97, background color: #ffffff, font size: 12.8pt (17px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"https://www.schwabmoneywise.com/foundation\">Schwab Community Service</a>", "target": [ ".col-xl.card__block.col-md-4:nth-child(3) > .card__text-block.col-12 > .card__detail > .field--name-field-card-body.field--type-text-with-summary.field > p:nth-child(3) > a" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5.77 (foreground color: #026d97, background color: #ffffff, font size: 12.8pt (17px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#026d97", "bgColor": "#ffffff", "contrastRatio": 5.77, "fontSize": "12.8pt (17px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<div class=\"clearfix main\" id=\"main\" role=\"main\">", "target": [ "#main" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5.77 (foreground color: #026d97, background color: #ffffff, font size: 12.8pt (17px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a data-popup-height=\"\" data-popup-width=\"\" data-stock-symbol=\"\" data-track=\"\" href=\"https://www.schwab.com.hk/\" rel=\"\" target=\"\" title=\"\">Hong Kong, China</a>", "target": [ "a[href$=\"schwab.com.hk/\"]" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5.77 (foreground color: #026d97, background color: #ffffff, font size: 12.8pt (17px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#026d97", "bgColor": "#ffffff", "contrastRatio": 5.77, "fontSize": "12.8pt (17px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<div class=\"clearfix main\" id=\"main\" role=\"main\">", "target": [ "#main" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5.77 (foreground color: #026d97, background color: #ffffff, font size: 12.8pt (17px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a data-popup-height=\"\" data-popup-width=\"\" data-stock-symbol=\"\" data-track=\"\" href=\"https://www.schwab.co.uk/\" rel=\"\" target=\"\" title=\"\">London, UK</a>", "target": [ "a[href$=\"schwab.co.uk/\"]" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5.77 (foreground color: #026d97, background color: #ffffff, font size: 12.8pt (17px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#026d97", "bgColor": "#ffffff", "contrastRatio": 5.77, "fontSize": "12.8pt (17px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<div class=\"clearfix main\" id=\"main\" role=\"main\">", "target": [ "#main" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5.77 (foreground color: #026d97, background color: #ffffff, font size: 12.8pt (17px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a data-popup-height=\"\" data-popup-width=\"\" data-stock-symbol=\"\" data-track=\"\" href=\"https://international.schwab.com/\" rel=\"\" target=\"\" title=\"\">Other regions</a>", "target": [ ".field--name-field-card-body.field--type-text-with-summary.field > p:nth-child(3) > a[data-popup-height=\"\"][data-popup-width=\"\"][data-stock-symbol=\"\"]" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5.77 (foreground color: #026d97, background color: #ffffff, font size: 12.8pt (17px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#026d97", "bgColor": "#ffffff", "contrastRatio": 5.77, "fontSize": "12.8pt (17px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<div class=\"clearfix main\" id=\"main\" role=\"main\">", "target": [ "#main" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5.77 (foreground color: #026d97, background color: #ffffff, font size: 12.8pt (17px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"https://www.schwab.com/chinese-language-services-en\">中文</a>", "target": [ ".col-xl.card__block.col-md-4:nth-child(5) > .card__text-block.col-12 > .card__detail > .field--name-field-card-body.field--type-text-with-summary.field > p > a" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5.77 (foreground color: #026d97, background color: #ffffff, font size: 12.8pt (17px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "bgColor": "#147eac", "contrastRatio": 4.55, "fontSize": "9.0pt (12px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<a class=\"btn bluebtn\" href=\"javascript:QQ.Load()\">Quote</a>", "target": [ ".btn" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.55 (foreground color: #ffffff, background color: #147eac, font size: 9.0pt (12px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a class=\"btn bluebtn\" href=\"javascript:QQ.Load()\">Quote</a>", "target": [ ".btn" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.55 (foreground color: #ffffff, background color: #147eac, font size: 9.0pt (12px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#026d97", "bgColor": "#eeeeee", "contrastRatio": 4.97, "fontSize": "7.5pt (10px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<div class=\"bd\">", "target": [ ".bd" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.97 (foreground color: #026d97, background color: #eeeeee, font size: 7.5pt (10px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"javascript:QQ.Lookup();\">Symbol Lookup</a>", "target": [ "a[href=\"javascript:QQ.Lookup();\"]" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.97 (foreground color: #026d97, background color: #eeeeee, font size: 7.5pt (10px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#026d97", "bgColor": "#eeeeee", "contrastRatio": 4.97, "fontSize": "7.5pt (10px)", "fontWeight": "bold", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<div class=\"bd\">", "target": [ ".bd" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.97 (foreground color: #026d97, background color: #eeeeee, font size: 7.5pt (10px), font weight: bold). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"https://www.schwab.com/public/schwab/investing/investment_help/investment_research/markets/markets.html?path=/research/public/markets/chart/?symbol=$DJI\">DJIA</a>", "target": [ ".qqCel:nth-child(1) > a" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.97 (foreground color: #026d97, background color: #eeeeee, font size: 7.5pt (10px), font weight: bold). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#008000", "bgColor": "#eeeeee", "contrastRatio": 4.42, "fontSize": "8.3pt (11px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<div class=\"bd\">", "target": [ ".bd" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.42 (foreground color: #008000, background color: #eeeeee, font size: 8.3pt (11px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<b class=\"up\" style=\"font-weight: normal;\"> +424.38 (+1.26%)</b>", "target": [ ".qqCel:nth-child(1) > .up" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.42 (foreground color: #008000, background color: #eeeeee, font size: 8.3pt (11px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#026d97", "bgColor": "#eeeeee", "contrastRatio": 4.97, "fontSize": "7.5pt (10px)", "fontWeight": "bold", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<div class=\"bd\">", "target": [ ".bd" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.97 (foreground color: #026d97, background color: #eeeeee, font size: 7.5pt (10px), font weight: bold). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"https://www.schwab.com/public/schwab/investing/investment_help/investment_research/markets/markets.html?path=/research/public/markets/chart/?symbol=$IXIC\">NASDAQ</a>", "target": [ ".qqCel:nth-child(2) > a" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.97 (foreground color: #026d97, background color: #eeeeee, font size: 7.5pt (10px), font weight: bold). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#008000", "bgColor": "#eeeeee", "contrastRatio": 4.42, "fontSize": "8.3pt (11px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<div class=\"bd\">", "target": [ ".bd" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.42 (foreground color: #008000, background color: #eeeeee, font size: 8.3pt (11px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<b class=\"up\" style=\"font-weight: normal;\"> +267.27 (+2.05%)</b>", "target": [ ".qqCel:nth-child(2) > .up" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.42 (foreground color: #008000, background color: #eeeeee, font size: 8.3pt (11px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#026d97", "bgColor": "#eeeeee", "contrastRatio": 4.97, "fontSize": "7.5pt (10px)", "fontWeight": "bold", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<div class=\"bd\">", "target": [ ".bd" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.97 (foreground color: #026d97, background color: #eeeeee, font size: 7.5pt (10px), font weight: bold). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"https://www.schwab.com/public/schwab/investing/investment_help/investment_research/markets/markets.html?path=/research/public/markets/chart/?symbol=$SPX\">S&P 500</a>", "target": [ ".qqCel:nth-child(3) > a" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.97 (foreground color: #026d97, background color: #eeeeee, font size: 7.5pt (10px), font weight: bold). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#008000", "bgColor": "#eeeeee", "contrastRatio": 4.42, "fontSize": "8.3pt (11px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<div class=\"bd\">", "target": [ ".bd" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.42 (foreground color: #008000, background color: #eeeeee, font size: 8.3pt (11px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<b class=\"up\" style=\"font-weight: normal;\"> +72.88 (+1.73%)</b>", "target": [ ".qqCel:nth-child(3) > .up" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.42 (foreground color: #008000, background color: #eeeeee, font size: 8.3pt (11px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#026d97", "bgColor": "#eeeeee", "contrastRatio": 4.97, "fontSize": "7.5pt (10px)", "fontWeight": "bold", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<div class=\"bd\">", "target": [ ".bd" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.97 (foreground color: #026d97, background color: #eeeeee, font size: 7.5pt (10px), font weight: bold). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"https://www.schwab.com/public/schwab/investing/investment_help/investment_research/markets/markets.html?path=/research/public/markets/chart/?symbol=$RUT\">Russell 2000</a>", "target": [ ".qqCel:nth-child(4) > a" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.97 (foreground color: #026d97, background color: #eeeeee, font size: 7.5pt (10px), font weight: bold). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#008000", "bgColor": "#eeeeee", "contrastRatio": 4.42, "fontSize": "8.3pt (11px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<div class=\"bd\">", "target": [ ".bd" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.42 (foreground color: #008000, background color: #eeeeee, font size: 8.3pt (11px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<b class=\"up\" style=\"font-weight: normal;\"> +41.36 (+2.05%)</b>", "target": [ ".qqCel:nth-child(4) > .up" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.42 (foreground color: #008000, background color: #eeeeee, font size: 8.3pt (11px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#026d97", "bgColor": "#eeeeee", "contrastRatio": 4.97, "fontSize": "7.5pt (10px)", "fontWeight": "bold", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<div class=\"bd\">", "target": [ ".bd" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.97 (foreground color: #026d97, background color: #eeeeee, font size: 7.5pt (10px), font weight: bold). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a class=\"qqFul\" href=\"javascript:QQ.Refresh()\">Refresh</a>", "target": [ ".qqFul" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.97 (foreground color: #026d97, background color: #eeeeee, font size: 7.5pt (10px), font weight: bold). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#026d97", "bgColor": "#ffffff", "contrastRatio": 5.77, "fontSize": "9.0pt (12px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<footer id=\"footer\" class=\"footer\" role=\"contentinfo\">", "target": [ "#footer" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5.77 (foreground color: #026d97, background color: #ffffff, font size: 9.0pt (12px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a data-popup-height=\"682\" data-popup-width=\"520\" href=\"https://www.schwab.com/resource/schwab-intelligent-portfolios-and-schwab-intelligent-portfolios-premium\" target=\"_popup\">Schwab Intelligent Portfolios Solutions™ disclosure brochures</a>", "target": [ "a[data-popup-height=\"682\"]" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5.77 (foreground color: #026d97, background color: #ffffff, font size: 9.0pt (12px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#026d97", "bgColor": "#ffffff", "contrastRatio": 5.77, "fontSize": "9.0pt (12px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<footer id=\"footer\" class=\"footer\" role=\"contentinfo\">", "target": [ "#footer" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5.77 (foreground color: #026d97, background color: #ffffff, font size: 9.0pt (12px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"http://www.sipc.org/\" target=\"_blank\" title=\"SIPC\">Member SIPC</a>", "target": [ "p:nth-child(1) > a[href$=\"sipc.org/\"][title=\"SIPC\"][target=\"_blank\"]" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5.77 (foreground color: #026d97, background color: #ffffff, font size: 9.0pt (12px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#026d97", "bgColor": "#ffffff", "contrastRatio": 5.77, "fontSize": "9.0pt (12px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<footer id=\"footer\" class=\"footer\" role=\"contentinfo\">", "target": [ "#footer" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5.77 (foreground color: #026d97, background color: #ffffff, font size: 9.0pt (12px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"http://www.schwab-global.com/public/schwab-gcb-en\" target=\"_blank\">non-U.S. residents</a>", "target": [ "p:nth-child(2) > a[target=\"_blank\"]" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5.77 (foreground color: #026d97, background color: #ffffff, font size: 9.0pt (12px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#026d97", "bgColor": "#ffffff", "contrastRatio": 5.77, "fontSize": "9.0pt (12px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<footer id=\"footer\" class=\"footer\" role=\"contentinfo\">", "target": [ "#footer" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5.77 (foreground color: #026d97, background color: #ffffff, font size: 9.0pt (12px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"http://www.sipc.org/\" target=\"_blank\" title=\"SIPC\">Member SIPC</a>", "target": [ "#block-sch-beacon-retail-globalfooter > p > a[href$=\"sipc.org/\"][title=\"SIPC\"][target=\"_blank\"]" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5.77 (foreground color: #026d97, background color: #ffffff, font size: 9.0pt (12px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#026d97", "bgColor": "#f7f7f7", "contrastRatio": 5.38, "fontSize": "9.8pt (13px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<section aria-label=\"Footer Menu Site Links\" id=\"block-sch-beacon-retail-footermenusitelinks\" data-block-plugin-id=\"system_menu_block:footer-site-links\" class=\"block block-menu navigation block-system-menublock menu--footer-site-links\">", "target": [ "#block-sch-beacon-retail-footermenusitelinks" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5.38 (foreground color: #026d97, background color: #f7f7f7, font size: 9.8pt (13px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"https://www.schwab.com/brokerage\">Brokerage</a>", "target": [ "li:nth-child(1) > .footmn-menu-child > li:nth-child(1) > a" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5.38 (foreground color: #026d97, background color: #f7f7f7, font size: 9.8pt (13px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#026d97", "bgColor": "#f7f7f7", "contrastRatio": 5.38, "fontSize": "9.8pt (13px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<section aria-label=\"Footer Menu Site Links\" id=\"block-sch-beacon-retail-footermenusitelinks\" data-block-plugin-id=\"system_menu_block:footer-site-links\" class=\"block block-menu navigation block-system-menublock menu--footer-site-links\">", "target": [ "#block-sch-beacon-retail-footermenusitelinks" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5.38 (foreground color: #026d97, background color: #f7f7f7, font size: 9.8pt (13px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"https://www.schwab.com/ira/rollover-ira\">401(k) Rollover</a>", "target": [ "li:nth-child(1) > .footmn-menu-child > li:nth-child(2) > a" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5.38 (foreground color: #026d97, background color: #f7f7f7, font size: 9.8pt (13px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#026d97", "bgColor": "#f7f7f7", "contrastRatio": 5.38, "fontSize": "9.8pt (13px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<section aria-label=\"Footer Menu Site Links\" id=\"block-sch-beacon-retail-footermenusitelinks\" data-block-plugin-id=\"system_menu_block:footer-site-links\" class=\"block block-menu navigation block-system-menublock menu--footer-site-links\">", "target": [ "#block-sch-beacon-retail-footermenusitelinks" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5.38 (foreground color: #026d97, background color: #f7f7f7, font size: 9.8pt (13px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"https://www.schwab.com/ira\">Individual Retirement Accounts (IRAs)</a>", "target": [ ".footmn-menu-child > li:nth-child(3) > a[href$=\"ira\"]" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5.38 (foreground color: #026d97, background color: #f7f7f7, font size: 9.8pt (13px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#026d97", "bgColor": "#f7f7f7", "contrastRatio": 5.38, "fontSize": "9.8pt (13px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<section aria-label=\"Footer Menu Site Links\" id=\"block-sch-beacon-retail-footermenusitelinks\" data-block-plugin-id=\"system_menu_block:footer-site-links\" class=\"block block-menu navigation block-system-menublock menu--footer-site-links\">", "target": [ "#block-sch-beacon-retail-footermenusitelinks" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5.38 (foreground color: #026d97, background color: #f7f7f7, font size: 9.8pt (13px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"https://www.schwab.com/checking\">Schwab Bank Checking</a>", "target": [ "li:nth-child(1) > .footmn-menu-child > li:nth-child(4) > a" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5.38 (foreground color: #026d97, background color: #f7f7f7, font size: 9.8pt (13px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#026d97", "bgColor": "#f7f7f7", "contrastRatio": 5.38, "fontSize": "9.8pt (13px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<section aria-label=\"Footer Menu Site Links\" id=\"block-sch-beacon-retail-footermenusitelinks\" data-block-plugin-id=\"system_menu_block:footer-site-links\" class=\"block block-menu navigation block-system-menublock menu--footer-site-links\">", "target": [ "#block-sch-beacon-retail-footermenusitelinks" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5.38 (foreground color: #026d97, background color: #f7f7f7, font size: 9.8pt (13px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"https://www.schwab.com/small-business-retirement-plans\">Small Business Retirement</a>", "target": [ "li:nth-child(1) > .footmn-menu-child > li:nth-child(5) > a" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5.38 (foreground color: #026d97, background color: #f7f7f7, font size: 9.8pt (13px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#026d97", "bgColor": "#f7f7f7", "contrastRatio": 5.38, "fontSize": "9.8pt (13px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<section aria-label=\"Footer Menu Site Links\" id=\"block-sch-beacon-retail-footermenusitelinks\" data-block-plugin-id=\"system_menu_block:footer-site-links\" class=\"block block-menu navigation block-system-menublock menu--footer-site-links\">", "target": [ "#block-sch-beacon-retail-footermenusitelinks" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5.38 (foreground color: #026d97, background color: #f7f7f7, font size: 9.8pt (13px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"https://www.schwab.com/public/schwab/investing/accounts_products/accounts/open_an_account.html\">See More Accounts</a>", "target": [ "li:nth-child(1) > .footmn-menu-child > li:nth-child(6) > a" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5.38 (foreground color: #026d97, background color: #f7f7f7, font size: 9.8pt (13px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#026d97", "bgColor": "#f7f7f7", "contrastRatio": 5.38, "fontSize": "9.8pt (13px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<section aria-label=\"Footer Menu Site Links\" id=\"block-sch-beacon-retail-footermenusitelinks\" data-block-plugin-id=\"system_menu_block:footer-site-links\" class=\"block block-menu navigation block-system-menublock menu--footer-site-links\">", "target": [ "#block-sch-beacon-retail-footermenusitelinks" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5.38 (foreground color: #026d97, background color: #f7f7f7, font size: 9.8pt (13px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"https://www.schwab.com/stocks\">Stocks</a>", "target": [ ".footmn-menu-child > li:nth-child(1) > a[href$=\"stocks\"]" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5.38 (foreground color: #026d97, background color: #f7f7f7, font size: 9.8pt (13px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#026d97", "bgColor": "#f7f7f7", "contrastRatio": 5.38, "fontSize": "9.8pt (13px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<section aria-label=\"Footer Menu Site Links\" id=\"block-sch-beacon-retail-footermenusitelinks\" data-block-plugin-id=\"system_menu_block:footer-site-links\" class=\"block block-menu navigation block-system-menublock menu--footer-site-links\">", "target": [ "#block-sch-beacon-retail-footermenusitelinks" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5.38 (foreground color: #026d97, background color: #f7f7f7, font size: 9.8pt (13px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"https://www.schwab.com/mutual-funds\">Mutual Funds</a>", "target": [ "li:nth-child(2) > .footmn-menu-child > li:nth-child(2) > a" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5.38 (foreground color: #026d97, background color: #f7f7f7, font size: 9.8pt (13px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#026d97", "bgColor": "#f7f7f7", "contrastRatio": 5.38, "fontSize": "9.8pt (13px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<section aria-label=\"Footer Menu Site Links\" id=\"block-sch-beacon-retail-footermenusitelinks\" data-block-plugin-id=\"system_menu_block:footer-site-links\" class=\"block block-menu navigation block-system-menublock menu--footer-site-links\">", "target": [ "#block-sch-beacon-retail-footermenusitelinks" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5.38 (foreground color: #026d97, background color: #f7f7f7, font size: 9.8pt (13px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"https://www.schwab.com/etfs\">Exchange Traded Funds (ETFs)</a>", "target": [ ".footmn-menu-child > li:nth-child(3) > a[href$=\"etfs\"]" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5.38 (foreground color: #026d97, background color: #f7f7f7, font size: 9.8pt (13px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#026d97", "bgColor": "#f7f7f7", "contrastRatio": 5.38, "fontSize": "9.8pt (13px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<section aria-label=\"Footer Menu Site Links\" id=\"block-sch-beacon-retail-footermenusitelinks\" data-block-plugin-id=\"system_menu_block:footer-site-links\" class=\"block block-menu navigation block-system-menublock menu--footer-site-links\">", "target": [ "#block-sch-beacon-retail-footermenusitelinks" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5.38 (foreground color: #026d97, background color: #f7f7f7, font size: 9.8pt (13px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/annuities\" data-drupal-link-system-path=\"node/16056\">Annuities</a>", "target": [ "a[href$=\"annuities\"]" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5.38 (foreground color: #026d97, background color: #f7f7f7, font size: 9.8pt (13px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#026d97", "bgColor": "#f7f7f7", "contrastRatio": 5.38, "fontSize": "9.8pt (13px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<section aria-label=\"Footer Menu Site Links\" id=\"block-sch-beacon-retail-footermenusitelinks\" data-block-plugin-id=\"system_menu_block:footer-site-links\" class=\"block block-menu navigation block-system-menublock menu--footer-site-links\">", "target": [ "#block-sch-beacon-retail-footermenusitelinks" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5.38 (foreground color: #026d97, background color: #f7f7f7, font size: 9.8pt (13px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"https://www.schwab.com/public/schwab/investing/accounts_products/investment/bonds\" data-track=\"\">Bonds</a>", "target": [ "li:nth-child(5) > a[data-track=\"\"]" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5.38 (foreground color: #026d97, background color: #f7f7f7, font size: 9.8pt (13px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#026d97", "bgColor": "#f7f7f7", "contrastRatio": 5.38, "fontSize": "9.8pt (13px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<section aria-label=\"Footer Menu Site Links\" id=\"block-sch-beacon-retail-footermenusitelinks\" data-block-plugin-id=\"system_menu_block:footer-site-links\" class=\"block block-menu navigation block-system-menublock menu--footer-site-links\">", "target": [ "#block-sch-beacon-retail-footermenusitelinks" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5.38 (foreground color: #026d97, background color: #f7f7f7, font size: 9.8pt (13px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"https://www.schwab.com/investment\">See More Investment Products</a>", "target": [ "li:nth-child(2) > .footmn-menu-child > li:nth-child(6) > a" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5.38 (foreground color: #026d97, background color: #f7f7f7, font size: 9.8pt (13px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#026d97", "bgColor": "#f7f7f7", "contrastRatio": 5.38, "fontSize": "9.8pt (13px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<section aria-label=\"Footer Menu Site Links\" id=\"block-sch-beacon-retail-footermenusitelinks\" data-block-plugin-id=\"system_menu_block:footer-site-links\" class=\"block block-menu navigation block-system-menublock menu--footer-site-links\">", "target": [ "#block-sch-beacon-retail-footermenusitelinks" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5.38 (foreground color: #026d97, background color: #f7f7f7, font size: 9.8pt (13px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"https://www.schwab.com/public/schwab/active_trader/trading_tools\" data-track=\"\">Trading Platforms</a>", "target": [ ".footmn-menu-child > li:nth-child(1) > a[data-track=\"\"]" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5.38 (foreground color: #026d97, background color: #f7f7f7, font size: 9.8pt (13px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#026d97", "bgColor": "#f7f7f7", "contrastRatio": 5.38, "fontSize": "9.8pt (13px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<section aria-label=\"Footer Menu Site Links\" id=\"block-sch-beacon-retail-footermenusitelinks\" data-block-plugin-id=\"system_menu_block:footer-site-links\" class=\"block block-menu navigation block-system-menublock menu--footer-site-links\">", "target": [ "#block-sch-beacon-retail-footermenusitelinks" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5.38 (foreground color: #026d97, background color: #f7f7f7, font size: 9.8pt (13px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"https://www.schwab.com/public/schwab/active_trader/trading_tools/execution_quality\" data-track=\"\">Execution Quality</a>", "target": [ "li:nth-child(2) > a[data-track=\"\"]" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5.38 (foreground color: #026d97, background color: #f7f7f7, font size: 9.8pt (13px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#026d97", "bgColor": "#f7f7f7", "contrastRatio": 5.38, "fontSize": "9.8pt (13px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<section aria-label=\"Footer Menu Site Links\" id=\"block-sch-beacon-retail-footermenusitelinks\" data-block-plugin-id=\"system_menu_block:footer-site-links\" class=\"block block-menu navigation block-system-menublock menu--footer-site-links\">", "target": [ "#block-sch-beacon-retail-footermenusitelinks" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5.38 (foreground color: #026d97, background color: #f7f7f7, font size: 9.8pt (13px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/options\" data-drupal-link-system-path=\"node/12786\">Options</a>", "target": [ "a[data-drupal-link-system-path=\"node/12786\"]" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5.38 (foreground color: #026d97, background color: #f7f7f7, font size: 9.8pt (13px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#026d97", "bgColor": "#f7f7f7", "contrastRatio": 5.38, "fontSize": "9.8pt (13px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<section aria-label=\"Footer Menu Site Links\" id=\"block-sch-beacon-retail-footermenusitelinks\" data-block-plugin-id=\"system_menu_block:footer-site-links\" class=\"block block-menu navigation block-system-menublock menu--footer-site-links\">", "target": [ "#block-sch-beacon-retail-footermenusitelinks" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5.38 (foreground color: #026d97, background color: #f7f7f7, font size: 9.8pt (13px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"https://www.schwab.com/public/schwab/investing/accounts_products/investment/futures\" data-track=\"\">Futures</a>", "target": [ "li:nth-child(3) > .footmn-menu-child > li:nth-child(4) > a[data-track=\"\"]" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5.38 (foreground color: #026d97, background color: #f7f7f7, font size: 9.8pt (13px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#026d97", "bgColor": "#f7f7f7", "contrastRatio": 5.38, "fontSize": "9.8pt (13px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<section aria-label=\"Footer Menu Site Links\" id=\"block-sch-beacon-retail-footermenusitelinks\" data-block-plugin-id=\"system_menu_block:footer-site-links\" class=\"block block-menu navigation block-system-menublock menu--footer-site-links\">", "target": [ "#block-sch-beacon-retail-footermenusitelinks" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5.38 (foreground color: #026d97, background color: #f7f7f7, font size: 9.8pt (13px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"https://www.schwab.com/retirement-planning-tools/retirement-calculator\">Retirement Calculator</a>", "target": [ "li:nth-child(4) > .footmn-menu-child > li:nth-child(1) > a" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5.38 (foreground color: #026d97, background color: #f7f7f7, font size: 9.8pt (13px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#026d97", "bgColor": "#f7f7f7", "contrastRatio": 5.38, "fontSize": "9.8pt (13px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<section aria-label=\"Footer Menu Site Links\" id=\"block-sch-beacon-retail-footermenusitelinks\" data-block-plugin-id=\"system_menu_block:footer-site-links\" class=\"block block-menu navigation block-system-menublock menu--footer-site-links\">", "target": [ "#block-sch-beacon-retail-footermenusitelinks" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5.38 (foreground color: #026d97, background color: #f7f7f7, font size: 9.8pt (13px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"https://www.schwab.com/ira/understand-iras/ira-calculators/roth-vs-trad\">Roth vs. Traditional IRA Calculator</a>", "target": [ "li:nth-child(4) > .footmn-menu-child > li:nth-child(2) > a" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5.38 (foreground color: #026d97, background color: #f7f7f7, font size: 9.8pt (13px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#026d97", "bgColor": "#f7f7f7", "contrastRatio": 5.38, "fontSize": "9.8pt (13px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<section aria-label=\"Footer Menu Site Links\" id=\"block-sch-beacon-retail-footermenusitelinks\" data-block-plugin-id=\"system_menu_block:footer-site-links\" class=\"block block-menu navigation block-system-menublock menu--footer-site-links\">", "target": [ "#block-sch-beacon-retail-footermenusitelinks" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5.38 (foreground color: #026d97, background color: #f7f7f7, font size: 9.8pt (13px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"https://www.schwab.com/research\">Research Tools</a>", "target": [ "li:nth-child(4) > .footmn-menu-child > li:nth-child(3) > a" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5.38 (foreground color: #026d97, background color: #f7f7f7, font size: 9.8pt (13px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#026d97", "bgColor": "#f7f7f7", "contrastRatio": 5.38, "fontSize": "9.8pt (13px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<section aria-label=\"Footer Menu Site Links\" id=\"block-sch-beacon-retail-footermenusitelinks\" data-block-plugin-id=\"system_menu_block:footer-site-links\" class=\"block block-menu navigation block-system-menublock menu--footer-site-links\">", "target": [ "#block-sch-beacon-retail-footermenusitelinks" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5.38 (foreground color: #026d97, background color: #f7f7f7, font size: 9.8pt (13px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/mobile\" data-drupal-link-system-path=\"node/9471\">Mobile Apps</a>", "target": [ "a[data-drupal-link-system-path=\"node/9471\"]" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5.38 (foreground color: #026d97, background color: #f7f7f7, font size: 9.8pt (13px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#026d97", "bgColor": "#f7f7f7", "contrastRatio": 5.38, "fontSize": "9.8pt (13px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<section aria-label=\"Footer Menu Site Links\" id=\"block-sch-beacon-retail-footermenusitelinks\" data-block-plugin-id=\"system_menu_block:footer-site-links\" class=\"block block-menu navigation block-system-menublock menu--footer-site-links\">", "target": [ "#block-sch-beacon-retail-footermenusitelinks" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5.38 (foreground color: #026d97, background color: #f7f7f7, font size: 9.8pt (13px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"https://www.schwab.com/learn/home\">Investing Insights</a>", "target": [ "li:nth-child(5) > .footmn-menu-child > li:nth-child(1) > a" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5.38 (foreground color: #026d97, background color: #f7f7f7, font size: 9.8pt (13px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#026d97", "bgColor": "#f7f7f7", "contrastRatio": 5.38, "fontSize": "9.8pt (13px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<section aria-label=\"Footer Menu Site Links\" id=\"block-sch-beacon-retail-footermenusitelinks\" data-block-plugin-id=\"system_menu_block:footer-site-links\" class=\"block block-menu navigation block-system-menublock menu--footer-site-links\">", "target": [ "#block-sch-beacon-retail-footermenusitelinks" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5.38 (foreground color: #026d97, background color: #f7f7f7, font size: 9.8pt (13px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"https://www.schwab.com/learn/topic/markets-and-economy\">Market Commentary</a>", "target": [ "li:nth-child(5) > .footmn-menu-child > li:nth-child(2) > a" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5.38 (foreground color: #026d97, background color: #f7f7f7, font size: 9.8pt (13px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#026d97", "bgColor": "#f7f7f7", "contrastRatio": 5.38, "fontSize": "9.8pt (13px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<section aria-label=\"Footer Menu Site Links\" id=\"block-sch-beacon-retail-footermenusitelinks\" data-block-plugin-id=\"system_menu_block:footer-site-links\" class=\"block block-menu navigation block-system-menublock menu--footer-site-links\">", "target": [ "#block-sch-beacon-retail-footermenusitelinks" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5.38 (foreground color: #026d97, background color: #f7f7f7, font size: 9.8pt (13px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"https://www.schwab.com/learn/saving-for-retirement\">Saving for Retirement</a>", "target": [ "li:nth-child(5) > .footmn-menu-child > li:nth-child(3) > a" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5.38 (foreground color: #026d97, background color: #f7f7f7, font size: 9.8pt (13px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#026d97", "bgColor": "#f7f7f7", "contrastRatio": 5.38, "fontSize": "9.8pt (13px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<section aria-label=\"Footer Menu Site Links\" id=\"block-sch-beacon-retail-footermenusitelinks\" data-block-plugin-id=\"system_menu_block:footer-site-links\" class=\"block block-menu navigation block-system-menublock menu--footer-site-links\">", "target": [ "#block-sch-beacon-retail-footermenusitelinks" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5.38 (foreground color: #026d97, background color: #f7f7f7, font size: 9.8pt (13px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"https://www.schwab.com/learn/in-retirement\">In Retirement</a>", "target": [ "li:nth-child(5) > .footmn-menu-child > li:nth-child(4) > a" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5.38 (foreground color: #026d97, background color: #f7f7f7, font size: 9.8pt (13px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#026d97", "bgColor": "#f7f7f7", "contrastRatio": 5.38, "fontSize": "9.8pt (13px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<section aria-label=\"Footer Menu Site Links\" id=\"block-sch-beacon-retail-footermenusitelinks\" data-block-plugin-id=\"system_menu_block:footer-site-links\" class=\"block block-menu navigation block-system-menublock menu--footer-site-links\">", "target": [ "#block-sch-beacon-retail-footermenusitelinks" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5.38 (foreground color: #026d97, background color: #f7f7f7, font size: 9.8pt (13px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"https://www.schwab.com/learn/trading-insights\">Trading</a>", "target": [ "li:nth-child(5) > .footmn-menu-child > li:nth-child(5) > a" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5.38 (foreground color: #026d97, background color: #f7f7f7, font size: 9.8pt (13px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#026d97", "bgColor": "#f7f7f7", "contrastRatio": 5.38, "fontSize": "9.8pt (13px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<section aria-label=\"Footer Menu Site Links\" id=\"block-sch-beacon-retail-footermenusitelinks\" data-block-plugin-id=\"system_menu_block:footer-site-links\" class=\"block block-menu navigation block-system-menublock menu--footer-site-links\">", "target": [ "#block-sch-beacon-retail-footermenusitelinks" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5.38 (foreground color: #026d97, background color: #f7f7f7, font size: 9.8pt (13px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"https://www.schwab.com/learn/podcasts\">Podcasts</a>", "target": [ "li:nth-child(5) > .footmn-menu-child > li:nth-child(6) > a" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5.38 (foreground color: #026d97, background color: #f7f7f7, font size: 9.8pt (13px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#026d97", "bgColor": "#f7f7f7", "contrastRatio": 5.38, "fontSize": "9.8pt (13px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<section aria-label=\"Footer Menu Site Links\" id=\"block-sch-beacon-retail-footermenusitelinks\" data-block-plugin-id=\"system_menu_block:footer-site-links\" class=\"block block-menu navigation block-system-menublock menu--footer-site-links\">", "target": [ "#block-sch-beacon-retail-footermenusitelinks" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5.38 (foreground color: #026d97, background color: #f7f7f7, font size: 9.8pt (13px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"https://www.schwab.com/why-schwab\">Why Schwab</a>", "target": [ "li:nth-child(6) > .footmn-menu-child > li:nth-child(1) > a" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5.38 (foreground color: #026d97, background color: #f7f7f7, font size: 9.8pt (13px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#026d97", "bgColor": "#f7f7f7", "contrastRatio": 5.38, "fontSize": "9.8pt (13px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<section aria-label=\"Footer Menu Site Links\" id=\"block-sch-beacon-retail-footermenusitelinks\" data-block-plugin-id=\"system_menu_block:footer-site-links\" class=\"block block-menu navigation block-system-menublock menu--footer-site-links\">", "target": [ "#block-sch-beacon-retail-footermenusitelinks" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5.38 (foreground color: #026d97, background color: #f7f7f7, font size: 9.8pt (13px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"https://www.schwab.com/compare-us\">Compare Us</a>", "target": [ "li:nth-child(6) > .footmn-menu-child > li:nth-child(2) > a" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5.38 (foreground color: #026d97, background color: #f7f7f7, font size: 9.8pt (13px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#026d97", "bgColor": "#f7f7f7", "contrastRatio": 5.38, "fontSize": "9.8pt (13px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<section aria-label=\"Footer Menu Site Links\" id=\"block-sch-beacon-retail-footermenusitelinks\" data-block-plugin-id=\"system_menu_block:footer-site-links\" class=\"block block-menu navigation block-system-menublock menu--footer-site-links\">", "target": [ "#block-sch-beacon-retail-footermenusitelinks" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5.38 (foreground color: #026d97, background color: #f7f7f7, font size: 9.8pt (13px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"https://www.schwab.com/satisfaction-guarantee\">Satisfaction Guarantee</a>", "target": [ "li:nth-child(6) > .footmn-menu-child > li:nth-child(3) > a" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5.38 (foreground color: #026d97, background color: #f7f7f7, font size: 9.8pt (13px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#026d97", "bgColor": "#f7f7f7", "contrastRatio": 5.38, "fontSize": "9.8pt (13px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<section aria-label=\"Footer Menu Site Links\" id=\"block-sch-beacon-retail-footermenusitelinks\" data-block-plugin-id=\"system_menu_block:footer-site-links\" class=\"block block-menu navigation block-system-menublock menu--footer-site-links\">", "target": [ "#block-sch-beacon-retail-footermenusitelinks" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5.38 (foreground color: #026d97, background color: #f7f7f7, font size: 9.8pt (13px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"https://www.schwab.com/public/schwab/client_home/forms_applications\" data-track=\"\">Forms & Applications</a>", "target": [ "li:nth-child(6) > .footmn-menu-child > li:nth-child(4) > a[data-track=\"\"]" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5.38 (foreground color: #026d97, background color: #f7f7f7, font size: 9.8pt (13px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#026d97", "bgColor": "#f7f7f7", "contrastRatio": 5.38, "fontSize": "9.8pt (13px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<section aria-label=\"Footer Menu Site Links\" id=\"block-sch-beacon-retail-footermenusitelinks\" data-block-plugin-id=\"system_menu_block:footer-site-links\" class=\"block block-menu navigation block-system-menublock menu--footer-site-links\">", "target": [ "#block-sch-beacon-retail-footermenusitelinks" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5.38 (foreground color: #026d97, background color: #f7f7f7, font size: 9.8pt (13px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"https://www.schwab.com/pricing\">Pricing</a>", "target": [ "li:nth-child(5) > a[href$=\"pricing\"]" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5.38 (foreground color: #026d97, background color: #f7f7f7, font size: 9.8pt (13px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#026d97", "bgColor": "#f7f7f7", "contrastRatio": 5.38, "fontSize": "9.8pt (13px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<section aria-label=\"Footer Menu Site Links\" id=\"block-sch-beacon-retail-footermenusitelinks\" data-block-plugin-id=\"system_menu_block:footer-site-links\" class=\"block block-menu navigation block-system-menublock menu--footer-site-links\">", "target": [ "#block-sch-beacon-retail-footermenusitelinks" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5.38 (foreground color: #026d97, background color: #f7f7f7, font size: 9.8pt (13px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"https://www.schwab.com/life-events/losing-a-loved-one\">Notify us of a Death</a>", "target": [ "li:nth-child(6) > .footmn-menu-child > li:nth-child(6) > a" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5.38 (foreground color: #026d97, background color: #f7f7f7, font size: 9.8pt (13px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#666666", "bgColor": "#f7f7f7", "contrastRatio": 5.35, "fontSize": "9.0pt (12px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<div class=\"compliance--global\">", "target": [ ".compliance--global" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5.35 (foreground color: #666666, background color: #f7f7f7, font size: 9.0pt (12px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<p>(0620-0EMZ)</p>", "target": [ ".tpgr-disclosure.col-12 > .field--name-body.field--type-text-with-summary.field > p" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5.35 (foreground color: #666666, background color: #f7f7f7, font size: 9.0pt (12px), font weight: normal). Expected contrast ratio of 7:1" } ] }, { "id": "color-contrast", "impact": "serious", "tags": [ "cat.color", "wcag2aa", "wcag143" ], "description": "Ensures the contrast between foreground and background colors meets WCAG 2 AA contrast ratio thresholds", "help": "Elements must have sufficient color contrast", "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/color-contrast?application=axeAPI", "nodes": [ { "any": [ { "id": "color-contrast", "data": { "fgColor": "#008000", "bgColor": "#eeeeee", "contrastRatio": 4.42, "fontSize": "8.3pt (11px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<div class=\"bd\">", "target": [ ".bd" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.42 (foreground color: #008000, background color: #eeeeee, font size: 8.3pt (11px), font weight: normal). Expected contrast ratio of 4.5:1" } ], "all": [], "none": [], "impact": "serious", "html": "<b class=\"up\" style=\"font-weight: normal;\"> +424.38 (+1.26%)</b>", "target": [ ".qqCel:nth-child(1) > .up" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.42 (foreground color: #008000, background color: #eeeeee, font size: 8.3pt (11px), font weight: normal). Expected contrast ratio of 4.5:1" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#008000", "bgColor": "#eeeeee", "contrastRatio": 4.42, "fontSize": "8.3pt (11px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<div class=\"bd\">", "target": [ ".bd" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.42 (foreground color: #008000, background color: #eeeeee, font size: 8.3pt (11px), font weight: normal). Expected contrast ratio of 4.5:1" } ], "all": [], "none": [], "impact": "serious", "html": "<b class=\"up\" style=\"font-weight: normal;\"> +267.27 (+2.05%)</b>", "target": [ ".qqCel:nth-child(2) > .up" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.42 (foreground color: #008000, background color: #eeeeee, font size: 8.3pt (11px), font weight: normal). Expected contrast ratio of 4.5:1" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#008000", "bgColor": "#eeeeee", "contrastRatio": 4.42, "fontSize": "8.3pt (11px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<div class=\"bd\">", "target": [ ".bd" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.42 (foreground color: #008000, background color: #eeeeee, font size: 8.3pt (11px), font weight: normal). Expected contrast ratio of 4.5:1" } ], "all": [], "none": [], "impact": "serious", "html": "<b class=\"up\" style=\"font-weight: normal;\"> +72.88 (+1.73%)</b>", "target": [ ".qqCel:nth-child(3) > .up" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.42 (foreground color: #008000, background color: #eeeeee, font size: 8.3pt (11px), font weight: normal). Expected contrast ratio of 4.5:1" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#008000", "bgColor": "#eeeeee", "contrastRatio": 4.42, "fontSize": "8.3pt (11px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<div class=\"bd\">", "target": [ ".bd" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.42 (foreground color: #008000, background color: #eeeeee, font size: 8.3pt (11px), font weight: normal). Expected contrast ratio of 4.5:1" } ], "all": [], "none": [], "impact": "serious", "html": "<b class=\"up\" style=\"font-weight: normal;\"> +41.36 (+2.05%)</b>", "target": [ ".qqCel:nth-child(4) > .up" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.42 (foreground color: #008000, background color: #eeeeee, font size: 8.3pt (11px), font weight: normal). Expected contrast ratio of 4.5:1" } ] }, { "id": "duplicate-id-aria", "impact": "critical", "tags": [ "cat.parsing", "wcag2a", "wcag411" ], "description": "Ensures every id attribute value used in ARIA and in labels is unique", "help": "IDs used in ARIA and labels must be unique", "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/duplicate-id-aria?application=axeAPI", "nodes": [ { "any": [ { "id": "duplicate-id-aria", "data": "Pricing", "relatedNodes": [ { "html": "<a href=\"#\" id=\"Pricing\" role=\"link\" data-lvl=\"1\" aria-haspopup=\"true\" aria-expanded=\"false\" tabindex=\"-1\">", "target": [ "ul[aria-labelledby=\"Pricing\"] > li[role=\"none\"] > .meganvpsr-main__menu__l1__submenu > li[role=\"none\"]:nth-child(1) > .meganvpsr-main__menu__l1__submenu__forcedCol > li > a[data-lvl=\"1\"][aria-haspopup=\"true\"][href=\"#\"]" ] } ], "impact": "critical", "message": "Document has multiple elements referenced with ARIA with the same id attribute: Pricing" } ], "all": [], "none": [], "impact": "critical", "html": "<a href=\"#\" id=\"Pricing\" role=\"link\" data-lvl=\"0\" aria-haspopup=\"true\" aria-expanded=\"false\">Pricing\n <span aria-hidden=\"true\" class=\"sch-angle-down meganv-btn-expand meganv-btn-lvl0\"></span>\n </a>", "target": [ "li[aria-label=\"Pricing\"] > a[data-lvl=\"0\"][aria-haspopup=\"true\"][href=\"#\"]" ], "failureSummary": "Fix any of the following:\n Document has multiple elements referenced with ARIA with the same id attribute: Pricing" } ] }, { "id": "duplicate-id", "impact": "minor", "tags": [ "cat.parsing", "wcag2a", "wcag411" ], "description": "Ensures every id attribute value is unique", "help": "id attribute value must be unique", "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/duplicate-id?application=axeAPI", "nodes": [ { "any": [ { "id": "duplicate-id", "data": "spot-1421", "relatedNodes": [ { "html": "<div id=\"spot-1421\" class=\"spotl contextual-region\">", "target": [ "#advice_spotlight > .spotl-clients.spotl-wrapper > a[data-lvl=\"2\"] > .spotl.contextual-region" ] } ], "impact": "minor", "message": "Document has multiple static elements with the same id attribute: spot-1421" } ], "all": [], "none": [], "impact": "minor", "html": "<div id=\"spot-1421\" class=\"spotl contextual-region\">", "target": [ "#advice_spotlight > .spotl-prospects.spotl-wrapper > a[data-lvl=\"2\"] > .spotl.contextual-region" ], "failureSummary": "Fix any of the following:\n Document has multiple static elements with the same id attribute: spot-1421" }, { "any": [ { "id": "duplicate-id", "data": "spot-776", "relatedNodes": [ { "html": "<div id=\"spot-776\" class=\"spotl contextual-region\">", "target": [ "a[href=\"/pricing?Spotlight_C_Pricing=\"] > .spotl.contextual-region" ] } ], "impact": "minor", "message": "Document has multiple static elements with the same id attribute: spot-776" } ], "all": [], "none": [], "impact": "minor", "html": "<div id=\"spot-776\" class=\"spotl contextual-region\">", "target": [ "#pricing_spotlight > .spotl-prospects.spotl-wrapper > a[data-lvl=\"2\"] > .spotl.contextual-region" ], "failureSummary": "Fix any of the following:\n Document has multiple static elements with the same id attribute: spot-776" }, { "any": [ { "id": "duplicate-id", "data": "spot-781", "relatedNodes": [ { "html": "<div id=\"spot-781\" class=\"spotl contextual-region\">", "target": [ "#whyschwab_spotlight > .spotl-clients.spotl-wrapper > a[data-lvl=\"2\"] > .spotl.contextual-region" ] } ], "impact": "minor", "message": "Document has multiple static elements with the same id attribute: spot-781" } ], "all": [], "none": [], "impact": "minor", "html": "<div id=\"spot-781\" class=\"spotl contextual-region\">", "target": [ "#whyschwab_spotlight > .spotl-prospects.spotl-wrapper > a[data-lvl=\"2\"] > .spotl.contextual-region" ], "failureSummary": "Fix any of the following:\n Document has multiple static elements with the same id attribute: spot-781" } ] }, { "id": "empty-heading", "impact": "minor", "tags": [ "cat.name-role-value", "best-practice" ], "description": "Ensures headings have discernible text", "help": "Headings should not be empty", "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/empty-heading?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": "minor", "message": "aria-label attribute does not exist or is empty" }, { "id": "aria-labelledby", "data": null, "relatedNodes": [], "impact": "minor", "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": "minor", "message": "Element has no title attribute" } ], "all": [], "none": [], "impact": "minor", "html": "<h2 class=\"bcn-heading--l\"></h2>", "target": [ ".col-lg-3 > .bcn-heading--l" ], "failureSummary": "Fix 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" }, { "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": "minor", "message": "aria-label attribute does not exist or is empty" }, { "id": "aria-labelledby", "data": null, "relatedNodes": [], "impact": "minor", "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": "minor", "message": "Element has no title attribute" } ], "all": [], "none": [], "impact": "minor", "html": "<h3></h3>", "target": [ ".cta-panel--fundspotlight__eyebrow > h3" ], "failureSummary": "Fix 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": "label-content-name-mismatch", "impact": "serious", "tags": [ "cat.semantics", "wcag21a", "wcag253", "experimental" ], "description": "Ensures that elements labelled through their content must have their visible text as part of their accessible name", "help": "Elements must have their visible text as part of their accessible name", "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/label-content-name-mismatch?application=axeAPI", "nodes": [ { "any": [ { "id": "label-content-name-mismatch", "data": null, "relatedNodes": [], "impact": "serious", "message": "Text inside the element is not included in the accessible name" } ], "all": [], "none": [], "impact": "serious", "html": "<a class=\"bcn-button bcn-button--open-an-account bcn-link-button\" aria-label=\"Open a Schwab account\" data-track=\"catregistered-cta|doubleclick-gen-phom2cta\" type=\"_open_an_account\" href=\"https://www.schwab.com/open-an-account\" data-track-registered=\"click\">\n Open an Account\n </a>", "target": [ "a[aria-label=\"Open a Schwab account\"]" ], "failureSummary": "Fix any of the following:\n Text inside the element is not included in the accessible name" }, { "any": [ { "id": "label-content-name-mismatch", "data": null, "relatedNodes": [], "impact": "serious", "message": "Text inside the element is not included in the accessible name" } ], "all": [], "none": [], "impact": "serious", "html": "<a data-track=\"catregistered-lc|doubleclick-gen-phom2lc\" aria-label=\"Learn more about our relationship with you.\" href=\"https://schwab.com/transparency\" data-track-registered=\"click\">Learn more at schwab.com/transparency ></a>", "target": [ ".cta-panel--fundspotlight__body > .field--name-field-card-body.field--type-text-with-summary.field > p > a[data-track-registered=\"click\"]" ], "failureSummary": "Fix any of the following:\n Text inside the element is not included in the accessible name" } ] } ] } } }, { "type": "launch", "which": "chromium", "what": "chromium browser" }, { "type": "url", "which": "https://www.schwab.com/", "what": "URL", "result": "https://www.schwab.com/" }, { "type": "test", "which": "continuum", "what": "Level Access Continuum, community edition", "url": "https://www.schwab.com/", "result": [ { "engineTestId": 94, "bestPracticeId": 1352, "attribute": "This element has an id attribute set to a value that is not unique in the same DOM", "attributeDetail": "This DIV has an id attribute of 'spot-1421', which is not unique in the same DOM", "element": "<div class=\"spotl contextual-region\" id=\"spot-1421\"><h2 class=\"spotl__headline\">Advice Headline</h2 ... <div class=\"spotl__body\">Placeholder</div><span class=\"spotl__cta\">Get more advice ></span></div>", "testResult": 0, "path": "body>div:nth-of-type(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fixType": "", "fingerprint": { "version": 2, "css": "div[id=\"spot-1421\"][class=\"spotl contextual-region\"]", "attNo": 2 } }, { "engineTestId": 94, "bestPracticeId": 1352, "attribute": "This element has an id attribute set to a value that is not unique in the same DOM", "attributeDetail": "This DIV has an id attribute of 'spot-1421', which is not unique in the same DOM", "element": "<div class=\"spotl contextual-region\" id=\"spot-1421\"><h2 class=\"spotl__headline\">Advice Headline</h2 ... <div class=\"spotl__body\">Placeholder</div><span class=\"spotl__cta\">Get more advice ></span></div>", "testResult": 0, "path": "body>div:nth-of-type(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)", "fixType": "", "fingerprint": { "version": 2, "css": "div[id=\"spot-1421\"][class=\"spotl contextual-region\"]", "attNo": 2 } }, { "engineTestId": 94, "bestPracticeId": 1352, "attribute": "This element has an id attribute set to a value that is not unique in the same DOM", "attributeDetail": "This A has an id attribute of 'Pricing', which is not unique in the same DOM", "element": "<a aria-expanded=\"false\" aria-haspopup=\"true\" data-lvl=\"0\" role=\"link\" id=\"Pricing\" href=\"#\">Pricing<span class=\"sch-angle-down meganv-btn-expand meganv-btn-lvl0\" aria-hidden=\"true\"></span></a>", "testResult": 0, "path": "body>div:nth-of-type(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)", "fixType": "", "fingerprint": { "version": 2, "css": "a[href=\"#\"][id=\"Pricing\"][role=\"link\"][data-lvl=\"0\"][aria-haspopup=\"true\"][aria-expanded=\"false\"]", "attNo": 6 } }, { "engineTestId": 94, "bestPracticeId": 1352, "attribute": "This element has an id attribute set to a value that is not unique in the same DOM", "attributeDetail": "This A has an id attribute of 'Pricing', which is not unique in the same DOM", "element": "<a tabindex=\"-1\" aria-expanded=\"false\" aria-haspopup=\"true\" data-lvl=\"1\" role=\"link\" id=\"Pricing\" hr ... </span><span class=\"sch-angle-down meganv-btn-expand meganv-btn-lvl1\" aria-hidden=\"true\"></span></a>", "testResult": 0, "path": "body>div:nth-of-type(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fixType": "", "fingerprint": { "version": 2, "css": "a[href=\"#\"][id=\"Pricing\"][role=\"link\"][data-lvl=\"1\"][aria-haspopup=\"true\"][aria-expanded=\"false\"][tabindex=\"-1\"]", "attNo": 7 } }, { "engineTestId": 94, "bestPracticeId": 1352, "attribute": "This element has an id attribute set to a value that is not unique in the same DOM", "attributeDetail": "This DIV has an id attribute of 'spot-776', which is not unique in the same DOM", "element": "<div class=\"spotl contextual-region\" id=\"spot-776\"><h2 class=\"spotl__headline\">See how we stack up to the competition.</h2><span class=\"spotl__cta\">Compare Us ></span></div>", "testResult": 0, "path": "body>div:nth-of-type(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(4)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fixType": "", "fingerprint": { "version": 2, "css": "div[id=\"spot-776\"][class=\"spotl contextual-region\"]", "attNo": 2 } }, { "engineTestId": 94, "bestPracticeId": 1352, "attribute": "This element has an id attribute set to a value that is not unique in the same DOM", "attributeDetail": "This DIV has an id attribute of 'spot-776', which is not unique in the same DOM", "element": "<div class=\"spotl contextual-region\" id=\"spot-776\"><h2 class=\"spotl__headline\">$0 online listed equ ... commissions + Satisfaction Guarantee.</h2><span class=\"spotl__cta\">See our pricing ></span></div>", "testResult": 0, "path": "body>div:nth-of-type(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(4)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)", "fixType": "", "fingerprint": { "version": 2, "css": "div[id=\"spot-776\"][class=\"spotl contextual-region\"]", "attNo": 2 } }, { "engineTestId": 94, "bestPracticeId": 1352, "attribute": "This element has an id attribute set to a value that is not unique in the same DOM", "attributeDetail": "This DIV has an id attribute of 'spot-781', which is not unique in the same DOM", "element": "<div class=\"spotl contextual-region\" id=\"spot-781\"><h2 class=\"spotl__headline\">More choices. More w ... advice, or trade on your own.</div><span class=\"spotl__cta\">Explore ways to invest ></span></div>", "testResult": 0, "path": "body>div:nth-of-type(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(4)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(4)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fixType": "", "fingerprint": { "version": 2, "css": "div[id=\"spot-781\"][class=\"spotl contextual-region\"]", "attNo": 2 } }, { "engineTestId": 94, "bestPracticeId": 1352, "attribute": "This element has an id attribute set to a value that is not unique in the same DOM", "attributeDetail": "This DIV has an id attribute of 'spot-781', which is not unique in the same DOM", "element": "<div class=\"spotl contextual-region\" id=\"spot-781\"><h2 class=\"spotl__headline\">More choices. More w ... advice or trade on your own.</div><span class=\"spotl__cta\">Explore ways to invest ></span></div>", "testResult": 0, "path": "body>div:nth-of-type(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(4)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(4)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)", "fixType": "", "fingerprint": { "version": 2, "css": "div[id=\"spot-781\"][class=\"spotl contextual-region\"]", "attNo": 2 } }, { "engineTestId": 244, "bestPracticeId": 393, "attribute": "This element should only contain elements with a role='listitem' attribute, dt, dd, script, template elements (without an ARIA-assigned role); or only div, script, template elements (without an ARIA-assigned role); as direct child elements", "attributeDetail": "This DL should only contain elements with a role='listitem' attribute, dt, dd, script, template elements (without an ARIA-assigned role); or only div, script, template elements (without an ARIA-assigned role); as direct child elements", "element": "<dl class=\"bcn-accordion-table bcn-accordion-table--default\"><dt id=\"bcn-accordion-98846-bcn-accordi ... ees still apply. See the<a type=\"\" title=\"\" target=\"\" rel=\"\" href=\"https://www.schwab.com/legal", "testResult": 0, "path": "body>div:nth-of-type(2)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(8)>*:nth-child(3)", "fixType": "", "fingerprint": { "version": 2, "css": "dl[class=\"bcn-accordion-table bcn-accordion-table--default\"]", "attNo": 1 } } ] }, { "type": "launch", "which": "chromium", "what": "chromium browser" }, { "type": "url", "which": "https://www.schwab.com/", "what": "URL", "result": "https://www.schwab.com/" }, { "type": "test", "which": "htmlcs", "what": "HTML CodeSniffer WCAG 2.1 AA ruleset", "url": "https://www.schwab.com/", "result": { "Error": { "AA.1_1_1.H37": { "Img element missing an alt attribute. Use the alt attribute to specify a short text alternative.": [ { "tagName": "img", "id": "", "code": "<img src=\"https://analytics.twitter.com/i/adsct?bci=3&eci=2&event_id=2bba9609-c6d4-45be-a111-7ebe9c33f8e2&events=%5B%5B%22pageview%22%2C%7B%7D%5D%5D&p_id=Twitter&p_user_id=0&pl_id=bc2537c3-90a9-42b2-9de6-5b3a0b6222b5&tw_document_href=https%3A%2F%2Fwww.schwab.com%2F&tw_iframe_status=0&tw_order_quantity=0&tw_sale_amount=0&txn_id=nxcql&type=javascript&version=2.3.26\" height=\"1\" width=\"1\" style=\"display: none;\">" }, { "tagName": "img", "id": "", "code": "<img src=\"https://t.co/i/adsct?bci=3&eci=2&event_id=2bba9609-c6d4-45be-a111-7ebe9c33f8e2&events=%5B%5B%22pageview%22%2C%7B%7D%5D%5D&p_id=Twitter&p_user_id=0&pl_id=bc2537c3-90a9-42b2-9de6-5b3a0b6222b5&tw_document_href=https%3A%2F%2Fwww.schwab.com%2F&tw_iframe_status=0&tw_order_quantity=0&tw_sale_amount=0&txn_id=nxcql&type=javascript&version=2.3.26\" height=\"1\" width=\"1\" style=\"display: none;\">" } ] }, "AA.1_3_1.H42.2": { "Heading tag found with no content. Text that is not intended as a heading should not be marked up with heading tags.": [ { "tagName": "h2", "id": "", "code": "<h2 class=\"bcn-heading--l\">...</h2>" }, { "tagName": "h3", "id": "", "code": "<h3>...</h3>" } ] }, "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 4.43:1. Recommendation: change background to #f0f0f0.": [ { "tagName": "b", "id": "", "code": "<b class=\"up\" style=\"font-weight: normal;\">...</b>" } ] }, "AA.2_4_1.H64.1": { "Iframe element requires a non-empty title attribute that identifies the frame.": [ { "tagName": "iframe", "id": "#282", "code": "<iframe id=\"282\" height=\"1\" width=\"1\" style=\"display:none\" src=\"//insight.adsrvr.org/track/evnt/?ct=0:2ovpoyp&adv=trd1yy4&fmt=4\">...</iframe>" }, { "tagName": "iframe", "id": "#meganv-qq-frame", "code": "<iframe id=\"meganv-qq-frame\" src=\"\">...</iframe>" }, { "tagName": "iframe", "id": "#utag_71", "code": "<iframe id=\"utag_71\" height=\"1\" width=\"1\" style=\"display:none\" src=\"//di.rlcdn.com/458599.html?pdata=urlpath%3DpHome\">...</iframe>" }, { "tagName": "iframe", "id": "", "code": "<iframe height=\"0\" width=\"0\" style=\"display: none; visibility: hidden;\" src=\"https://2530996.fls.doubleclick.net/activityi;src=2530996;type=gen;cat=phom2lp;ord=4566337304034;gtm=2od880;auiddc=1781403647.1660355836;~oref=https%3A%2F%2Fwww.schwab.com%2F?\">...</iframe>" }, { "tagName": "iframe", "id": "", "code": "<iframe height=\"0\" width=\"0\" style=\"display: none; visibility: hidden;\" src=\"https://2530996.fls.doubleclick.net/activityi;src=2530996;type=sitewide;cat=2018c0;ord=9128537777574;gtm=2od880;auiddc=1781403647.1660355836;u7=https%3A%2F%2Fwww.schwab.com%2F;~oref=https%3A%2F%2Fwww.schwab.com%2F?\">...</iframe>" }, { "tagName": "iframe", "id": "", "code": "<iframe src=\"javascript:void(0)\" title=\"\" style=\"width: 0px; height: 0px; border: 0px; display: none;\">...</iframe>" } ] }, "AA.4_1_1.F77": { "Duplicate id attribute value \"Pricing\" found on the web page.": [ { "tagName": "a", "id": "#Pricing", "code": "<a href=\"#\" id=\"Pricing\" role=\"link\" data-lvl=\"1\" aria-haspopup=\"true\" aria-expanded=\"false\" tabindex=\"-1\">...</a>" } ], "Duplicate id attribute value \"spot-1421\" found on the web page.": [ { "tagName": "div", "id": "#spot-1421", "code": "<div id=\"spot-1421\" class=\"spotl contextual-region\">...</div>" } ], "Duplicate id attribute value \"spot-776\" found on the web page.": [ { "tagName": "div", "id": "#spot-776", "code": "<div id=\"spot-776\" class=\"spotl contextual-region\">...</div>" } ], "Duplicate id attribute value \"spot-781\" found on the web page.": [ { "tagName": "div", "id": "#spot-781", "code": "<div id=\"spot-781\" class=\"spotl contextual-region\">...</div>" } ] } }, "Warning": { "AA.1_1_1.H67.2": { "Img element is marked so that it is ignored by Assistive Technology.": [ { "tagName": "img", "id": "#bcn-panel--media--4132", "code": "<img src=\"https://www.schwab.com/sites/g/files/eyrktu1401/files/Flex%2050_50_Chome%20Product%20Promo.jpg\" alt=\"\" class=\"bcn-panel__media\" id=\"bcn-panel--media--4132\">" }, { "tagName": "img", "id": "#bcn-panel--media--5305", "code": "<img src=\"https://www.schwab.com/sites/g/files/eyrktu1401/files/SIP-Tablet.jpg\" alt=\"\" class=\"bcn-panel__media\" id=\"bcn-panel--media--5305\">" }, { "tagName": "img", "id": "", "code": "<img src=\"https://www.schwab.com/sites/g/files/eyrktu1401/files/17_SFA_02_Shot12_4867_extended_flipped_FA.jpg\" alt=\"\" class=\"panel-img\">" } ] }, "AA.1_3_1.H48.2": { "This content looks like it is simulating an ordered list using plain text. If so, marking up this content with an ol element would add proper structure information to the document.": [ { "tagName": "p", "id": "", "code": "<p class=\"small\">...</p>" } ] }, "AA.1_3_1.H48": { "If this element contains a navigation section, it is recommended that it be marked up as a list.": [ { "tagName": "div", "id": "#qqLnk", "code": "<div id=\"qqLnk\">...</div>" }, { "tagName": "div", "id": "#skip", "code": "<div id=\"skip\">...</div>" }, { "tagName": "div", "id": "", "code": "<div class=\"footmn-top-bar--left\">...</div>" }, { "tagName": "div", "id": "", "code": "<div class=\"meganv-hamburger-div col\">...</div>" }, { "tagName": "div", "id": "", "code": "<div class=\"meganv-main__utilinks--narrow \">...</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>...</h2>" } ], "The heading structure is not logically nested. This h2 element should be an h1 to be properly nested.": [ { "tagName": "h2", "id": "", "code": "<h2>...</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": "#qq0", "code": "<div id=\"qq0\">...</div>" } ] }, "AA.1_4_3.G145.Abs": { "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 3:1.": [ { "tagName": "h2", "id": "", "code": "<h2 class=\"sr-only\">...</h2>" } ] }, "AA.1_4_3.G145.BgImage": { "This element's text is placed on a background image. Ensure the contrast ratio between the text and all covered parts of the image are at least 3:1.": [ { "tagName": "h2", "id": "", "code": "<h2>...</h2>" } ] }, "AA.1_4_3.G18.Abs": { "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 4.5:1.": [ { "tagName": "a", "id": "", "code": "<a class=\"visually-hidden focusable skip-link\" href=\"#content\">...</a>" }, { "tagName": "a", "id": "", "code": "<a class=\"visually-hidden focusable skip-link\" href=\"#primary-navigation\">...</a>" } ] }, "AA.1_4_3.G18.BgImage": { "This element's text is placed on a background image. Ensure the contrast ratio between the text and all covered parts of the image are at least 4.5:1.": [ { "tagName": "a", "id": "#Accounts&Products", "code": "<a href=\"#\" id=\"Accounts&Products\" role=\"link\" data-lvl=\"0\" aria-haspopup=\"true\" aria-expanded=\"false\">...</a>" }, { "tagName": "a", "id": "#Advice", "code": "<a href=\"#\" id=\"Advice\" role=\"link\" data-lvl=\"0\" aria-haspopup=\"true\" aria-expanded=\"false\">...</a>" }, { "tagName": "a", "id": "#Learn", "code": "<a href=\"#\" id=\"Learn\" role=\"link\" data-lvl=\"0\" aria-haspopup=\"true\" aria-expanded=\"false\">...</a>" }, { "tagName": "a", "id": "#Pricing", "code": "<a href=\"#\" id=\"Pricing\" role=\"link\" data-lvl=\"0\" aria-haspopup=\"true\" aria-expanded=\"false\">...</a>" }, { "tagName": "a", "id": "#WhySchwab", "code": "<a href=\"#\" id=\"WhySchwab\" role=\"link\" data-lvl=\"0\" aria-haspopup=\"true\" aria-expanded=\"false\">...</a>" }, { "tagName": "a", "id": "#chatGlobalHeader", "code": "<a class=\"icon-chat sch_chat\" data-lvl=\"0\" gateway=\"/public/contactus/chatgateway\" href=\"#\" id=\"chatGlobalHeader\" name=\"&lid=chat_nav\" portid=\"E8EAB688-933C-4AFD-BFB3-EBC15EB3845B\" questid=\"FD8206EF-75A9-492F-BBE1-19C7EB324130\" role=\"menuitem\" tabindex=\"0\" windowfeatures=\"width=535,height=610,resizable=1,scrollbars=0\" data-track=\"adobe-R1_chat_click" }, { "tagName": "a", "id": "#meganv-util--wide--FindaBranch", "code": "<a href=\"https://client.schwab.com/public/branchlocator/accessschwab.aspx\" id=\"meganv-util--wide--FindaBranch\" data-lvl=\"0\" role=\"menuitem\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"#\" aria-haspopup=\"true\" aria-expanded=\"false\" data-lvl=\"0\" role=\"menuitem\">...</a>" }, { "tagName": "p", "id": "", "code": "<p>...</p>" }, { "tagName": "sup", "id": "", "code": "<sup>...</sup>" } ] }, "AA.2_5_3.F96": { "Accessible name for this element does not contain the visible label text. Check that for user interface components with labels that include text or images of text, the name contains the text that is presented visually.": [ { "tagName": "a", "id": "", "code": "<a aria-label=\"Read more about Schwab's Security Guarantee\" data-popup-height=\"\" data-popup-width=\"\" data-stock-symbol=\"\" data-track=\"\" href=\"https://www.schwab.com/schwabsafe/security-guarantee\" rel=\"\" target=\"\" title=\"\" type=\"\">...</a>" }, { "tagName": "a", "id": "", "code": "<a class=\"bcn-button bcn-button--open-an-account bcn-link-button\" aria-label=\"Open a Schwab account\" data-track=\"catregistered-cta" }, { "tagName": "a", "id": "", "code": "<a class=\"bcn-button bcn-button--outline bcn-link-button\" aria-label=\"see our money market rates\" data-track=\"catregistered-lc" }, { "tagName": "a", "id": "", "code": "<a data-track=\"catregistered-lc" }, { "tagName": "a", "id": "", "code": "<a href=\"/invest-with-us?Spotlight_C_InvestWithUs=\" data-lvl=\"2\" aria-label=\"Link. More choices. More ways to invest how you want. Explore ways to invest >\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"/invest-with-us?Spotlight_P_InvestWithUs=\" data-lvl=\"2\" aria-label=\"Link. More choices. More ways to invest how you want. Explore ways to invest >\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"https://www.schwab.com/investment-advice\" data-lvl=\"2\" aria-label=\"Link. Advice Headline Get more advice >\">...</a>" } ] } } } }, { "type": "launch", "which": "chromium", "what": "chromium browser" }, { "type": "url", "which": "https://www.schwab.com/", "what": "URL", "result": "https://www.schwab.com/" }, { "type": "test", "which": "ibm", "withItems": true, "what": "IBM Accessibility Checker", "url": "https://www.schwab.com/", "result": { "content": { "totals": { "violation": 21, "recommendation": 11, "ignored": 0 }, "items": [ { "ruleId": "WCAG21_Label_Accessible", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[3]/div[1]/div[1]/section[6]/dl[1]/dd[1]/p[1]/a[1]", "aria": "/document[1]/main[1]/region[4]/region[1]/link[1]" }, "message": "Accessible name does not match or contain the visible label text", "bounds": { "left": 116, "top": 4668, "height": 18, "width": 178 }, "snippet": "<a type=\"\" title=\"\" target=\"\" rel=\"\" href=\"https://www.schwab.com/schwabsafe/security-guarantee\" data-track=\"\" data-stock-symbol=\"\" data-popup-width=\"\" data-popup-height=\"\" aria-label=\"Read more about Schwab's Security Guarantee\">", "level": "violation" }, { "ruleId": "WCAG21_Label_Accessible", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[3]/div[1]/div[1]/section[5]/div[3]/div[1]/p[1]/a[1]", "aria": "/document[1]/main[1]/region[3]/link[1]" }, "message": "Accessible name does not match or contain the visible label text", "bounds": { "left": 379, "top": 4479, "height": 18, "width": 273 }, "snippet": "<a data-track-registered=\"click\" href=\"https://schwab.com/transparency\" aria-label=\"Learn more about our relationship with you.\" data-track=\"catregistered-lc|doubleclick-gen-phom2lc\">", "level": "violation" }, { "ruleId": "WCAG21_Label_Accessible", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[3]/div[1]/div[1]/section[2]/div[1]/a[1]", "aria": "/document[1]/main[1]/region[1]/link[1]" }, "message": "Accessible name does not match or contain the visible label text", "bounds": { "left": 8, "top": 3044, "height": 18, "width": 112 }, "snippet": "<a data-track-registered=\"click\" href=\"https://www.schwab.com/open-an-account\" type=\"_open_an_account\" data-track=\"catregistered-cta|doubleclick-gen-phom2cta\" aria-label=\"Open a Schwab account\" class=\"bcn-button bcn-button--open-an-account bcn-link-button\">", "level": "violation" }, { "ruleId": "WCAG21_Label_Accessible", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[3]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/article[1]/div[1]/div[1]/div[2]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/a[1]", "aria": "/document[1]/main[1]/article[1]/link[2]" }, "message": "Accessible name does not match or contain the visible label text", "bounds": { "left": 8, "top": 758, "height": 18, "width": 83 }, "snippet": "<a data-track-registered=\"click\" href=\"https://www.schwab.com/money-market-funds\" data-track=\"catregistered-lc|doubleclick-gen-phom2lc\" aria-label=\"see our money market rates\" class=\"bcn-button bcn-button--outline bcn-link-button\">", "level": "violation" }, { "ruleId": "WCAG20_Html_HasLang", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/aside[1]/iframe[1]/html[1]", "aria": "/document[1]/region[1]/complementary[1]/document[1]" }, "message": "Page detected as HTML, but does not have a 'lang' attribute", "bounds": { "left": 0, "top": 0, "height": 150, "width": 300 }, "snippet": "<html>", "level": "violation" }, { "ruleId": "WCAG20_Frame_HasTitle", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/aside[1]/iframe[1]", "aria": "/document[1]/region[1]/complementary[1]" }, "message": "Inline frame does not have a 'title' attribute", "bounds": { "left": 8, "top": 356, "height": 154, "width": 304 }, "snippet": "<iframe src=\"\" id=\"meganv-qq-frame\">", "level": "violation" }, { "ruleId": "RPT_Header_HasContent", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[3]/div[1]/div[1]/section[5]/div[1]/h3[1]", "aria": "/document[1]/main[1]/region[3]/heading[1]" }, "message": "Heading element has no descriptive content", "bounds": { "left": 8, "top": 4385, "height": 0, "width": 784 }, "snippet": "<h3>", "level": "violation" }, { "ruleId": "RPT_Header_HasContent", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[3]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/article[1]/div[1]/section[1]/div[1]/h2[1]", "aria": "/document[1]/main[1]/article[1]/heading[1]" }, "message": "Heading element has no descriptive content", "bounds": { "left": 8, "top": 570, "height": 0, "width": 784 }, "snippet": "<h2 class=\"bcn-heading--l\">", "level": "violation" }, { "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/p[1]", "aria": "/document[1]" }, "message": "Content is not within a landmark element", "bounds": { "left": 8, "top": 564, "height": 0, "width": 784 }, "snippet": "<p>", "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": 158 }, "snippet": "<a href=\"#primary-navigation\" class=\"visually-hidden focusable skip-link\">", "level": "violation" }, { "ruleId": "Rpt_Aria_MultipleSearchLandmarks", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[2]/form[1]", "aria": "/document[1]/region[1]/search[1]" }, "message": "Multiple elements with \"search\" role do not have unique labels", "bounds": { "left": 8, "top": 173, "height": 22, "width": 784 }, "snippet": "<form data-drupal-form-fields=\"txtGlbSearchMN\" method=\"get\" autocomplete=\"off\" role=\"search\">", "level": "violation" }, { "ruleId": "Rpt_Aria_MultipleSearchLandmarks", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[1]/ul[1]/li[4]/div[1]/form[1]", "aria": "/document[1]/region[1]/menubar[1]/search[1]" }, "message": "Multiple elements with \"search\" role do not have unique labels", "bounds": { "left": 48, "top": 98, "height": 22, "width": 744 }, "snippet": "<form data-drupal-form-fields=\"txtGlbSearchMN\" method=\"get\" autocomplete=\"off\" role=\"search\">", "level": "violation" }, { "ruleId": "Rpt_Aria_ComplementaryRequiredLabel_Implicit", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/aside[1]", "aria": "/document[1]/region[1]/complementary[1]" }, "message": "The element with \"complementary\" role does not have a label", "bounds": { "left": 8, "top": 356, "height": 158, "width": 784 }, "snippet": "<aside id=\"meganv-quote\" class=\"meganv-quote\">", "level": "violation" }, { "ruleId": "landmark_name_unique", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[2]/form[1]", "aria": "/document[1]/region[1]/search[1]" }, "message": "Multiple \"search\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label", "bounds": { "left": 8, "top": 173, "height": 22, "width": 784 }, "snippet": "<form data-drupal-form-fields=\"txtGlbSearchMN\" method=\"get\" autocomplete=\"off\" role=\"search\">", "level": "violation" }, { "ruleId": "landmark_name_unique", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[1]/ul[1]/li[4]/div[1]/form[1]", "aria": "/document[1]/region[1]/menubar[1]/search[1]" }, "message": "Multiple \"search\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label", "bounds": { "left": 48, "top": 98, "height": 22, "width": 744 }, "snippet": "<form data-drupal-form-fields=\"txtGlbSearchMN\" method=\"get\" autocomplete=\"off\" role=\"search\">", "level": "violation" }, { "ruleId": "aria_semantics_role", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[3]/div[1]/div[1]/section[6]/dl[1]/dd[6]", "aria": "/document[1]/main[1]/region[4]/region[6]" }, "message": "The ARIA role 'region' is not valid for the element <dd>", "bounds": { "left": 48, "top": 5966, "height": 704, "width": 744 }, "snippet": "<dd role=\"region\" aria-label=\"Content for Why should I bank with Schwab Bank?\" id=\"bcn-accordion-98846-bcn-accordion-item-98841--ans\" class=\"bcn-accordion-item-body\">", "level": "violation" }, { "ruleId": "aria_semantics_role", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[3]/div[1]/div[1]/section[6]/dl[1]/dd[5]", "aria": "/document[1]/main[1]/region[4]/region[5]" }, "message": "The ARIA role 'region' is not valid for the element <dd>", "bounds": { "left": 48, "top": 5735, "height": 180, "width": 744 }, "snippet": "<dd role=\"region\" aria-label=\"Content for How easy is it to switch brokerage providers?\" id=\"bcn-accordion-98846-bcn-accordion-item-98836--ans\" class=\"bcn-accordion-item-body\">", "level": "violation" }, { "ruleId": "aria_semantics_role", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[3]/div[1]/div[1]/section[6]/dl[1]/dd[4]", "aria": "/document[1]/main[1]/region[4]/region[4]" }, "message": "The ARIA role 'region' is not valid for the element <dd>", "bounds": { "left": 48, "top": 5648, "height": 37, "width": 744 }, "snippet": "<dd role=\"region\" aria-label=\"Content for What kind of investment products does Schwab offer?\" id=\"bcn-accordion-98846-bcn-accordion-item-98831--ans\" class=\"bcn-accordion-item-body\">", "level": "violation" }, { "ruleId": "aria_semantics_role", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[3]/div[1]/div[1]/section[6]/dl[1]/dd[3]", "aria": "/document[1]/main[1]/region[4]/region[3]" }, "message": "The ARIA role 'region' is not valid for the element <dd>", "bounds": { "left": 48, "top": 5454, "height": 143, "width": 744 }, "snippet": "<dd role=\"region\" aria-label=\"Content for How do I open an account?\" id=\"bcn-accordion-98846-bcn-accordion-item-98826--ans\" class=\"bcn-accordion-item-body\">", "level": "violation" }, { "ruleId": "aria_semantics_role", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[3]/div[1]/div[1]/section[6]/dl[1]/dd[2]", "aria": "/document[1]/main[1]/region[4]/region[2]" }, "message": "The ARIA role 'region' is not valid for the element <dd>", "bounds": { "left": 48, "top": 4774, "height": 630, "width": 744 }, "snippet": "<dd role=\"region\" aria-label=\"Content for How much does it cost to work with Schwab?\" id=\"bcn-accordion-98846-bcn-accordion-item-98821--ans\" class=\"bcn-accordion-item-body\">", "level": "violation" }, { "ruleId": "aria_semantics_role", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[3]/div[1]/div[1]/section[6]/dl[1]/dd[1]", "aria": "/document[1]/main[1]/region[4]/region[1]" }, "message": "The ARIA role 'region' is not valid for the element <dd>", "bounds": { "left": 48, "top": 4668, "height": 56, "width": 744 }, "snippet": "<dd role=\"region\" aria-label=\"Content for What is the Schwab Security Guarantee?\" id=\"bcn-accordion-98846-bcn-accordion-item-98816--ans\" class=\"bcn-accordion-item-body\">", "level": "violation" }, { "ruleId": "element_attribute_deprecated", "path": { "dom": "/html[1]/head[1]/meta[1]", "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": "aria_role_redundant", "path": { "dom": "/html[1]/body[1]/footer[1]", "aria": "/document[1]/contentinfo[1]" }, "message": "The explicitly-assigned ARIA role \"contentinfo\" is redundant with the implicit role of the element <footer>", "bounds": { "left": 8, "top": 8126, "height": 2821, "width": 784 }, "snippet": "<footer role=\"contentinfo\" class=\"footer\" id=\"footer\">", "level": "recommendation" }, { "ruleId": "aria_role_redundant", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[3]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/article[1]", "aria": "/document[1]/main[1]/article[1]" }, "message": "The explicitly-assigned ARIA role \"article\" is redundant with the implicit role of the element <article>", "bounds": { "left": 8, "top": 570, "height": 2407, "width": 784 }, "snippet": "<article class=\"entity--type-node node node--type-pattern-landing-page node--view-mode-full\" about=\"/home\" role=\"article\">", "level": "recommendation" }, { "ruleId": "aria_role_redundant", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[5]/a[1]", "aria": "/document[1]/region[1]/navigation[1]/menubar[1]/menuitem[5]/link[1]" }, "message": "The explicitly-assigned ARIA role \"link\" is redundant with the implicit role of the element <a>", "bounds": { "left": 48, "top": 284, "height": 18, "width": 38 }, "snippet": "<a aria-expanded=\"false\" aria-haspopup=\"true\" data-lvl=\"0\" role=\"link\" id=\"Learn\" href=\"#\">", "level": "recommendation" }, { "ruleId": "aria_role_redundant", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[4]/a[1]", "aria": "/document[1]/region[1]/navigation[1]/menubar[1]/menuitem[4]/link[1]" }, "message": "The explicitly-assigned ARIA role \"link\" is redundant with the implicit role of the element <a>", "bounds": { "left": 48, "top": 266, "height": 18, "width": 86 }, "snippet": "<a aria-expanded=\"false\" aria-haspopup=\"true\" data-lvl=\"0\" role=\"link\" id=\"WhySchwab\" href=\"#\">", "level": "recommendation" }, { "ruleId": "aria_role_redundant", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[3]/a[1]", "aria": "/document[1]/region[1]/navigation[1]/menubar[1]/menuitem[3]/link[1]" }, "message": "The explicitly-assigned ARIA role \"link\" is redundant with the implicit role of the element <a>", "bounds": { "left": 48, "top": 247, "height": 18, "width": 47 }, "snippet": "<a aria-expanded=\"false\" aria-haspopup=\"true\" data-lvl=\"0\" role=\"link\" id=\"Pricing\" href=\"#\">", "level": "recommendation" }, { "ruleId": "aria_role_redundant", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[2]/a[1]", "aria": "/document[1]/region[1]/navigation[1]/menubar[1]/menuitem[2]/link[1]" }, "message": "The explicitly-assigned ARIA role \"link\" is redundant with the implicit role of the element <a>", "bounds": { "left": 48, "top": 229, "height": 18, "width": 47 }, "snippet": "<a aria-expanded=\"false\" aria-haspopup=\"true\" data-lvl=\"0\" role=\"link\" id=\"Advice\" href=\"#\">", "level": "recommendation" }, { "ruleId": "aria_role_redundant", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/a[1]", "aria": "/document[1]/region[1]/navigation[1]/menubar[1]/menuitem[1]/link[1]" }, "message": "The explicitly-assigned ARIA role \"link\" is redundant with the implicit role of the element <a>", "bounds": { "left": 48, "top": 210, "height": 18, "width": 137 }, "snippet": "<a aria-expanded=\"false\" aria-haspopup=\"true\" data-lvl=\"0\" role=\"link\" id=\"Accounts&Products\" href=\"#\">", "level": "recommendation" }, { "ruleId": "aria_role_redundant", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]", "aria": "/document[1]/region[1]/navigation[1]" }, "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>", "bounds": { "left": 8, "top": 210, "height": 93, "width": 784 }, "snippet": "<nav aria-label=\"primary\" role=\"navigation\" id=\"primary-navigation\">", "level": "recommendation" }, { "ruleId": "aria_role_redundant", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[2]/form[1]/div[1]/input[1]", "aria": "/document[1]/region[1]/search[1]/textbox[1]" }, "message": "The explicitly-assigned ARIA role \"textbox\" is redundant with the implicit role of the element <input>", "bounds": { "left": 8, "top": 173, "height": 22, "width": 147 }, "snippet": "<input aria-label=\"Search field\" aria-haspopup=\"true\" aria-autocomplete=\"list\" role=\"textbox\" autocomplete=\"off\" placeholder=\"Search\" name=\"txtGlbSearchMN\" title=\"Type here for Search\" maxlength=\"128\" class=\"mega-search-input ui-autocomplete-input\" type=\"text\">", "level": "recommendation" }, { "ruleId": "aria_role_redundant", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[1]/ul[1]/li[4]/div[1]/form[1]/div[1]/input[1]", "aria": "/document[1]/region[1]/menubar[1]/search[1]/textbox[1]" }, "message": "The explicitly-assigned ARIA role \"textbox\" is redundant with the implicit role of the element <input>", "bounds": { "left": 48, "top": 98, "height": 22, "width": 147 }, "snippet": "<input aria-label=\"Search field\" aria-haspopup=\"true\" aria-autocomplete=\"list\" role=\"textbox\" autocomplete=\"off\" placeholder=\"Search\" name=\"txtGlbSearchMN\" title=\"Type here for Search\" maxlength=\"128\" class=\"mega-search-input ui-autocomplete-input\" type=\"text\">", "level": "recommendation" } ] }, "url": { "prevented": true, "error": "ERROR: getting ibm test report took too long" }, "prevented": true } }, { "type": "launch", "which": "chromium", "what": "chromium browser" }, { "type": "url", "which": "https://www.schwab.com/", "what": "URL", "result": "https://www.schwab.com/" }, { "type": "test", "which": "nuVal", "what": "failures to pass the Nu Html Checker", "url": "https://www.schwab.com/", "result": { "messages": [ { "type": "info", "lastLine": 1, "lastColumn": 1121, "firstColumn": 433, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "js\"><head><script type=\"text/javascript\" src=\"https://bam.nr-data.net/1/868f196a8b?a=379936238&v=1216.487a282&to=YlUHY0IHVkoFV0RcVlsfJkJDEldUS1FeQVBBSUtZXwJdFwdVXlpXXFMEWwoWWU0QUUJbZllRC1NZCF9mFFVXUA%3D%3D&rst=2378&ck=1&ref=https://www.schwab.com/&ap=2163&be=139&fe=2284&dc=881&af=err,xhr,stn,ins&perf=%7B%22timing%22:%7B%22of%22:1660355869936,%22n%22:0,%22f%22:1,%22dn%22:3,%22dne%22:30,%22c%22:30,%22s%22:43,%22ce%22:81,%22rq%22:82,%22rp%22:121,%22rpe%22:143,%22dl%22:126,%22di%22:879,%22ds%22:882,%22de%22:914,%22dc%22:2284,%22l%22:2284,%22le%22:2298%7D,%22navigation%22:%7B%7D%7D&fp=544&fcp=544&at=ThIEFQodRUQ%3D&jsonp=NREUM.setToken\"></scri", "hiliteStart": 10, "hiliteLength": 689 }, { "type": "info", "lastLine": 1, "lastColumn": 1250, "firstColumn": 1131, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "></script><script type=\"text/javascript\" async=\"\" src=\"https://cdn.appdynamics.com/adrum-ext.54a9a330b6d789bd61edecd89332c15b.js\"></scri", "hiliteStart": 10, "hiliteLength": 120 }, { "type": "info", "lastLine": 1, "lastColumn": 1433, "firstColumn": 1328, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "></script><script type=\"text/javascript\" async=\"\" src=\"https://www.googleadservices.com/pagead/conversion_async.js\"></scri", "hiliteStart": 10, "hiliteLength": 106 }, { "type": "error", "lastLine": 1, "lastColumn": 3542, "firstColumn": 1443, "message": "Bad value for attribute src on element script: Illegal character in query: [ is not allowed.", "extract": "></script><script type=\"text/javascript\" async=\"async\" src=\"https://smetric.schwab.com/b/ss/cschwabschwabprod/10/JS-2.1.0/s66690918138001?AQB=1&ndh=1&pf=1&callback=s_c_il[1].doPostbacks&et=1&t=12%2F7%2F2022%2021%3A57%3A51%205%20240&sdid=6C8C0C4A1680AE3F-6FFF35E8B4988E32&mid=47636259517825161030106554975500959986&aamlh=7&ce=UTF8&ns=charlesschwab&cdp=2&fpCookieDomainPeriods=2&pageName=%2Fprospects%2Fpublic%2Fschwab%2Finvesting_new&g=https%3A%2F%2Fwww.schwab.com%2F&cc=USD&ch=%2Fprospects%2Fpublic%2Fschwab&aamb=RKhpRz8krg2tLO6pguXWp5olkAcUniQYPHaMWWgdJ3xzPWQmdj0y&c1=%2Fprospects%2Fpublic%2Fschwab%2F&v1=D%3Dc1&h1=D%3Dc3&c3=https%3A%2F%2Fwww.schwab.com&v3=D%3Dc3&c4=Charles%20Schwab%20%7C%20A%20modern%20approach%20to%20investing%20%26%20retirement&v4=D%3Dc4&c5=D%3Dg&v5=D%3Dg&c7=1&v7=1&c11=1&v11=1&c14=en-US&c15=Friday&v15=Friday&c16=9%3A30PM&v16=9%3A30PM&v18=D%3DpageName&c21=f3d8e5fa-5147-4b41-ae42-08f657d98b35&v21=f3d8e5fa-5147-4b41-ae42-08f657d98b35&c23=Home&v23=Home&c24=Public&v24=Public&c32=471d8ab5-40d4-40f9-ad00-cbf0ffbb2313&v32=471d8ab5-40d4-40f9-ad00-cbf0ffbb2313&c33=Home%7CPublic&v33=Home%7CPublic&v36=%2B1&v39=%2B1&c40=not%20supported&v51=home&v52=%2B1&c54=home&v56=ASJI2BP%2FNKhpVC8pNpnrDmNcaY8oXUCzGUmr5GSfnHAY%3D&v58=schwab-us&v67=Mozilla%2F5.0%20%28Macintosh%3B%20Intel%20Mac%20OS%20X%2010_15_7%29%20AppleWebKit%2F537.36%20%28KHTML%2C%20like%20Gecko%29%20HeadlessChrome%2F102.0.5005.40%20Safari%2F537.36&c69=VisitorAPI%20Present&v69=VisitorAPI%20Present&c70=1%7C1%7Cprod%7Cschwab.com%7Cview%7C1660355871074%7Cut4.41.202208042103%7Cglobal-public%7C%7C&v71=47636259517825161030106554975500959986&v86=prospect&v88=public&v94=node-21256&v95=compliance-%280822-24B5%29&v96=domestic&v130=schwab-us-en&s=1280x720&c=30&j=1.6&v=N&k=Y&bw=1280&bh=720&mcorgid=5DB5123F5245B1D20A490D45%40AdobeOrg&AQE=1\"></scri", "hiliteStart": 10, "hiliteLength": 2100 }, { "type": "info", "lastLine": 1, "lastColumn": 3542, "firstColumn": 1443, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "></script><script type=\"text/javascript\" async=\"async\" src=\"https://smetric.schwab.com/b/ss/cschwabschwabprod/10/JS-2.1.0/s66690918138001?AQB=1&ndh=1&pf=1&callback=s_c_il[1].doPostbacks&et=1&t=12%2F7%2F2022%2021%3A57%3A51%205%20240&sdid=6C8C0C4A1680AE3F-6FFF35E8B4988E32&mid=47636259517825161030106554975500959986&aamlh=7&ce=UTF8&ns=charlesschwab&cdp=2&fpCookieDomainPeriods=2&pageName=%2Fprospects%2Fpublic%2Fschwab%2Finvesting_new&g=https%3A%2F%2Fwww.schwab.com%2F&cc=USD&ch=%2Fprospects%2Fpublic%2Fschwab&aamb=RKhpRz8krg2tLO6pguXWp5olkAcUniQYPHaMWWgdJ3xzPWQmdj0y&c1=%2Fprospects%2Fpublic%2Fschwab%2F&v1=D%3Dc1&h1=D%3Dc3&c3=https%3A%2F%2Fwww.schwab.com&v3=D%3Dc3&c4=Charles%20Schwab%20%7C%20A%20modern%20approach%20to%20investing%20%26%20retirement&v4=D%3Dc4&c5=D%3Dg&v5=D%3Dg&c7=1&v7=1&c11=1&v11=1&c14=en-US&c15=Friday&v15=Friday&c16=9%3A30PM&v16=9%3A30PM&v18=D%3DpageName&c21=f3d8e5fa-5147-4b41-ae42-08f657d98b35&v21=f3d8e5fa-5147-4b41-ae42-08f657d98b35&c23=Home&v23=Home&c24=Public&v24=Public&c32=471d8ab5-40d4-40f9-ad00-cbf0ffbb2313&v32=471d8ab5-40d4-40f9-ad00-cbf0ffbb2313&c33=Home%7CPublic&v33=Home%7CPublic&v36=%2B1&v39=%2B1&c40=not%20supported&v51=home&v52=%2B1&c54=home&v56=ASJI2BP%2FNKhpVC8pNpnrDmNcaY8oXUCzGUmr5GSfnHAY%3D&v58=schwab-us&v67=Mozilla%2F5.0%20%28Macintosh%3B%20Intel%20Mac%20OS%20X%2010_15_7%29%20AppleWebKit%2F537.36%20%28KHTML%2C%20like%20Gecko%29%20HeadlessChrome%2F102.0.5005.40%20Safari%2F537.36&c69=VisitorAPI%20Present&v69=VisitorAPI%20Present&c70=1%7C1%7Cprod%7Cschwab.com%7Cview%7C1660355871074%7Cut4.41.202208042103%7Cglobal-public%7C%7C&v71=47636259517825161030106554975500959986&v86=prospect&v88=public&v94=node-21256&v95=compliance-%280822-24B5%29&v96=domestic&v130=schwab-us-en&s=1280x720&c=30&j=1.6&v=N&k=Y&bw=1280&bh=720&mcorgid=5DB5123F5245B1D20A490D45%40AdobeOrg&AQE=1\"></scri", "hiliteStart": 10, "hiliteLength": 2100 }, { "type": "error", "lastLine": 3, "lastColumn": 25, "message": "A charset attribute on a meta element found after the first 1024 bytes.", "extract": " charset=\"utf-8\"><iframe src=\"", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 3, "lastColumn": 129, "firstColumn": 27, "message": "Element head is missing a required instance of child element title.", "extract": "t=\"utf-8\"><iframe src=\"javascript:void(0)\" title=\"\" style=\"width: 0px; height: 0px; border: 0px; display: none;\"></ifra", "hiliteStart": 10, "hiliteLength": 103 }, { "type": "info", "lastLine": 3, "lastColumn": 275, "firstColumn": 139, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "></iframe><script type=\"text/javascript\" async=\"\" src=\"https://www.googletagmanager.com/gtag/destination?id=AW-946345561&l=dataLayer&cx=c\"></scri", "hiliteStart": 10, "hiliteLength": 137 }, { "type": "info", "lastLine": 3, "lastColumn": 412, "firstColumn": 285, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "></script><script type=\"text/javascript\" async=\"\" src=\"https://www.googletagmanager.com/gtag/js?id=AW-946345561&l=dataLayer&cx=c\"></scri", "hiliteStart": 10, "hiliteLength": 128 }, { "type": "info", "lastLine": 3, "lastColumn": 662, "firstColumn": 557, "subType": "warning", "message": "The charset attribute on the script element is obsolete.", "extract": "></script><script type=\"text/javascript\" async=\"\" charset=\"utf-8\" id=\"pdst-capture\" src=\"//cdn.pdst.fm/ping.min.js\"></scri", "hiliteStart": 10, "hiliteLength": 106 }, { "type": "info", "lastLine": 3, "lastColumn": 662, "firstColumn": 557, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "></script><script type=\"text/javascript\" async=\"\" charset=\"utf-8\" id=\"pdst-capture\" src=\"//cdn.pdst.fm/ping.min.js\"></scri", "hiliteStart": 10, "hiliteLength": 106 }, { "type": "info", "lastLine": 3, "lastColumn": 779, "firstColumn": 672, "subType": "warning", "message": "The charset attribute on the script element is obsolete.", "extract": "></script><script type=\"text/javascript\" async=\"\" charset=\"utf-8\" id=\"utag_352\" src=\"https://s.pinimg.com/ct/core.js\"></scri", "hiliteStart": 10, "hiliteLength": 108 }, { "type": "info", "lastLine": 3, "lastColumn": 779, "firstColumn": 672, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "></script><script type=\"text/javascript\" async=\"\" charset=\"utf-8\" id=\"utag_352\" src=\"https://s.pinimg.com/ct/core.js\"></scri", "hiliteStart": 10, "hiliteLength": 108 }, { "type": "info", "lastLine": 3, "lastColumn": 919, "firstColumn": 789, "subType": "warning", "message": "The charset attribute on the script element is obsolete.", "extract": "></script><script type=\"text/javascript\" async=\"\" charset=\"utf-8\" id=\"utag_305\" src=\"https://www.googletagmanager.com/gtag/js?id=DC-2530996\"></scri", "hiliteStart": 10, "hiliteLength": 131 }, { "type": "info", "lastLine": 3, "lastColumn": 919, "firstColumn": 789, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "></script><script type=\"text/javascript\" async=\"\" charset=\"utf-8\" id=\"utag_305\" src=\"https://www.googletagmanager.com/gtag/js?id=DC-2530996\"></scri", "hiliteStart": 10, "hiliteLength": 131 }, { "type": "info", "lastLine": 3, "lastColumn": 1096, "firstColumn": 993, "subType": "warning", "message": "The charset attribute on the script element is obsolete.", "extract": "></script><script type=\"text/javascript\" async=\"\" charset=\"utf-8\" id=\"utag_93\" src=\"https://s.yimg.com/wi/ytc.js\"></scri", "hiliteStart": 10, "hiliteLength": 104 }, { "type": "info", "lastLine": 3, "lastColumn": 1096, "firstColumn": 993, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "></script><script type=\"text/javascript\" async=\"\" charset=\"utf-8\" id=\"utag_93\" src=\"https://s.yimg.com/wi/ytc.js\"></scri", "hiliteStart": 10, "hiliteLength": 104 }, { "type": "info", "lastLine": 3, "lastColumn": 1204, "firstColumn": 1106, "subType": "warning", "message": "The charset attribute on the script element is obsolete.", "extract": "></script><script type=\"text/javascript\" async=\"\" charset=\"utf-8\" id=\"utag_69\" src=\"//px.airpr.com/airpr.js\"></scri", "hiliteStart": 10, "hiliteLength": 99 }, { "type": "info", "lastLine": 3, "lastColumn": 1204, "firstColumn": 1106, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "></script><script type=\"text/javascript\" async=\"\" charset=\"utf-8\" id=\"utag_69\" src=\"//px.airpr.com/airpr.js\"></scri", "hiliteStart": 10, "hiliteLength": 99 }, { "type": "info", "lastLine": 3, "lastColumn": 1449, "firstColumn": 1328, "subType": "warning", "message": "The charset attribute on the script element is obsolete.", "extract": "></script><script type=\"text/javascript\" async=\"\" charset=\"utf-8\" id=\"utag_53\" src=\"https://connect.facebook.net/en_US/fbevents.js\"></scri", "hiliteStart": 10, "hiliteLength": 122 }, { "type": "info", "lastLine": 3, "lastColumn": 1449, "firstColumn": 1328, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "></script><script type=\"text/javascript\" async=\"\" charset=\"utf-8\" id=\"utag_53\" src=\"https://connect.facebook.net/en_US/fbevents.js\"></scri", "hiliteStart": 10, "hiliteLength": 122 }, { "type": "info", "lastLine": 3, "lastColumn": 1552, "firstColumn": 1459, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "></script><script src=\"//tags.tiqcdn.com/utag/schwab/global-public/prod/utag.js\" type=\"text/javascript\"></scri", "hiliteStart": 10, "hiliteLength": 94 }, { "type": "info", "lastLine": 3, "lastColumn": 1737, "firstColumn": 1707, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "></script><script type=\"text/javascript\">(windo", "hiliteStart": 10, "hiliteLength": 31 }, { "type": "error", "lastLine": 4, "lastColumn": 7, "firstColumn": 1, "message": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "extract": "</script>\n<style>/* @se", "hiliteStart": 10, "hiliteLength": 7 }, { "type": "error", "lastLine": 5, "lastColumn": 52, "firstColumn": 1, "message": "A link element must not appear as a descendant of a body element unless the link element has an itemprop attribute or has a rel attribute whose value contains dns-prefetch, modulepreload, pingback, preconnect, prefetch, preload, prerender, or stylesheet.", "extract": "}</style>\n<link rel=\"canonical\" href=\"https://www.schwab.com\">\n<link", "hiliteStart": 10, "hiliteLength": 52 }, { "type": "error", "lastLine": 6, "lastColumn": 115, "firstColumn": 1, "message": "A link element must not appear as a descendant of a body element unless the link element has an itemprop attribute or has a rel attribute whose value contains dns-prefetch, modulepreload, pingback, preconnect, prefetch, preload, prerender, or stylesheet.", "extract": "wab.com\">\n<link rel=\"image_src\" href=\"https://www.schwab.com/themes/custom/schwabcog/images/charles_schwab_logo_720x400.png\">\n<meta", "hiliteStart": 10, "hiliteLength": 115 }, { "type": "error", "lastLine": 7, "lastColumn": 52, "firstColumn": 1, "message": "Attribute name not allowed on element meta at this point.", "extract": "400.png\">\n<meta name=\"ComplianceNumber\" content=\"(0822-24B5)\">\n<meta", "hiliteStart": 10, "hiliteLength": 52 }, { "type": "error", "lastLine": 7, "lastColumn": 52, "firstColumn": 1, "message": "Element meta is missing one or more of the following attributes: itemprop, property.", "extract": "400.png\">\n<meta name=\"ComplianceNumber\" content=\"(0822-24B5)\">\n<meta", "hiliteStart": 10, "hiliteLength": 52 }, { "type": "error", "lastLine": 8, "lastColumn": 197, "firstColumn": 1, "message": "Attribute name not allowed on element meta at this point.", "extract": "2-24B5)\">\n<meta name=\"description\" content=\"Charles Schwab offers a wide range of investment advice, products & services, including brokerage & retirement accounts, ETFs, online trading & more.\">\n<meta", "hiliteStart": 10, "hiliteLength": 197 }, { "type": "error", "lastLine": 8, "lastColumn": 197, "firstColumn": 1, "message": "Element meta is missing one or more of the following attributes: itemprop, property.", "extract": "2-24B5)\">\n<meta name=\"description\" content=\"Charles Schwab offers a wide range of investment advice, products & services, including brokerage & retirement accounts, ETFs, online trading & more.\">\n<meta", "hiliteStart": 10, "hiliteLength": 197 }, { "type": "error", "lastLine": 9, "lastColumn": 33, "firstColumn": 1, "message": "Attribute name not allowed on element meta at this point.", "extract": "; more.\">\n<meta name=\"abstract\" content=\"\">\n<link", "hiliteStart": 10, "hiliteLength": 33 }, { "type": "error", "lastLine": 9, "lastColumn": 33, "firstColumn": 1, "message": "Element meta is missing one or more of the following attributes: itemprop, property.", "extract": "; more.\">\n<meta name=\"abstract\" content=\"\">\n<link", "hiliteStart": 10, "hiliteLength": 33 }, { "type": "error", "lastLine": 10, "lastColumn": 30, "firstColumn": 1, "message": "Bad value for attribute href on element link: Must be non-empty.", "extract": "ntent=\"\">\n<link rel=\"mask-icon\" href=\"\">\n<meta", "hiliteStart": 10, "hiliteLength": 30 }, { "type": "error", "lastLine": 10, "lastColumn": 30, "firstColumn": 1, "message": "A link element must not appear as a descendant of a body element unless the link element has an itemprop attribute or has a rel attribute whose value contains dns-prefetch, modulepreload, pingback, preconnect, prefetch, preload, prerender, or stylesheet.", "extract": "ntent=\"\">\n<link rel=\"mask-icon\" href=\"\">\n<meta", "hiliteStart": 10, "hiliteLength": 30 }, { "type": "error", "lastLine": 19, "lastColumn": 56, "firstColumn": 1, "message": "Attribute name not allowed on element meta at this point.", "extract": "400.png\">\n<meta name=\"twitter:card\" content=\"summary_large_image\">\n<meta", "hiliteStart": 10, "hiliteLength": 56 }, { "type": "error", "lastLine": 19, "lastColumn": 56, "firstColumn": 1, "message": "Element meta is missing one or more of the following attributes: itemprop, property.", "extract": "400.png\">\n<meta name=\"twitter:card\" content=\"summary_large_image\">\n<meta", "hiliteStart": 10, "hiliteLength": 56 }, { "type": "error", "lastLine": 20, "lastColumn": 51, "firstColumn": 1, "message": "Attribute name not allowed on element meta at this point.", "extract": "e_image\">\n<meta name=\"twitter:site\" content=\"@CharlesSchwab\">\n<meta", "hiliteStart": 10, "hiliteLength": 51 }, { "type": "error", "lastLine": 20, "lastColumn": 51, "firstColumn": 1, "message": "Element meta is missing one or more of the following attributes: itemprop, property.", "extract": "e_image\">\n<meta name=\"twitter:site\" content=\"@CharlesSchwab\">\n<meta", "hiliteStart": 10, "hiliteLength": 51 }, { "type": "error", "lastLine": 21, "lastColumn": 44, "firstColumn": 1, "message": "Attribute name not allowed on element meta at this point.", "extract": "sSchwab\">\n<meta name=\"twitter:description\" content=\"\">\n<meta", "hiliteStart": 10, "hiliteLength": 44 }, { "type": "error", "lastLine": 21, "lastColumn": 44, "firstColumn": 1, "message": "Element meta is missing one or more of the following attributes: itemprop, property.", "extract": "sSchwab\">\n<meta name=\"twitter:description\" content=\"\">\n<meta", "hiliteStart": 10, "hiliteLength": 44 }, { "type": "error", "lastLine": 22, "lastColumn": 102, "firstColumn": 1, "message": "Attribute name not allowed on element meta at this point.", "extract": "ntent=\"\">\n<meta name=\"twitter:title\" content=\"Charles Schwab | A modern approach to investing & retirement\">\n<meta", "hiliteStart": 10, "hiliteLength": 102 }, { "type": "error", "lastLine": 22, "lastColumn": 102, "firstColumn": 1, "message": "Element meta is missing one or more of the following attributes: itemprop, property.", "extract": "ntent=\"\">\n<meta name=\"twitter:title\" content=\"Charles Schwab | A modern approach to investing & retirement\">\n<meta", "hiliteStart": 10, "hiliteLength": 102 }, { "type": "error", "lastLine": 23, "lastColumn": 50, "firstColumn": 1, "message": "Attribute name not allowed on element meta at this point.", "extract": "irement\">\n<meta name=\"twitter:creator\" content=\"Schwab.com\">\n<meta", "hiliteStart": 10, "hiliteLength": 50 }, { "type": "error", "lastLine": 23, "lastColumn": 50, "firstColumn": 1, "message": "Element meta is missing one or more of the following attributes: itemprop, property.", "extract": "irement\">\n<meta name=\"twitter:creator\" content=\"Schwab.com\">\n<meta", "hiliteStart": 10, "hiliteLength": 50 }, { "type": "error", "lastLine": 24, "lastColumn": 63, "firstColumn": 1, "message": "Attribute name not allowed on element meta at this point.", "extract": "wab.com\">\n<meta name=\"twitter:url\" content=\"https://www.schwab.com/home\">\n<meta", "hiliteStart": 10, "hiliteLength": 63 }, { "type": "error", "lastLine": 24, "lastColumn": 63, "firstColumn": 1, "message": "Element meta is missing one or more of the following attributes: itemprop, property.", "extract": "wab.com\">\n<meta name=\"twitter:url\" content=\"https://www.schwab.com/home\">\n<meta", "hiliteStart": 10, "hiliteLength": 63 }, { "type": "error", "lastLine": 25, "lastColumn": 123, "firstColumn": 1, "message": "Attribute name not allowed on element meta at this point.", "extract": "om/home\">\n<meta name=\"twitter:image\" content=\"https://www.schwab.com/themes/custom/schwabcog/images/charles_schwab_logo_720x400.png\">\n<meta", "hiliteStart": 10, "hiliteLength": 123 }, { "type": "error", "lastLine": 25, "lastColumn": 123, "firstColumn": 1, "message": "Element meta is missing one or more of the following attributes: itemprop, property.", "extract": "om/home\">\n<meta name=\"twitter:image\" content=\"https://www.schwab.com/themes/custom/schwabcog/images/charles_schwab_logo_720x400.png\">\n<meta", "hiliteStart": 10, "hiliteLength": 123 }, { "type": "error", "lastLine": 26, "lastColumn": 49, "firstColumn": 1, "message": "Attribute name not allowed on element meta at this point.", "extract": "400.png\">\n<meta name=\"field_section\" content=\"Home|Public\">\n<meta", "hiliteStart": 10, "hiliteLength": 49 }, { "type": "error", "lastLine": 26, "lastColumn": 49, "firstColumn": 1, "message": "Element meta is missing one or more of the following attributes: itemprop, property.", "extract": "400.png\">\n<meta name=\"field_section\" content=\"Home|Public\">\n<meta", "hiliteStart": 10, "hiliteLength": 49 }, { "type": "error", "lastLine": 27, "lastColumn": 45, "firstColumn": 1, "message": "Attribute name not allowed on element meta at this point.", "extract": "|Public\">\n<meta name=\"MobileOptimized\" content=\"width\">\n<meta", "hiliteStart": 10, "hiliteLength": 45 }, { "type": "error", "lastLine": 27, "lastColumn": 45, "firstColumn": 1, "message": "Element meta is missing one or more of the following attributes: itemprop, property.", "extract": "|Public\">\n<meta name=\"MobileOptimized\" content=\"width\">\n<meta", "hiliteStart": 10, "hiliteLength": 45 }, { "type": "error", "lastLine": 28, "lastColumn": 45, "firstColumn": 1, "message": "Attribute name not allowed on element meta at this point.", "extract": "=\"width\">\n<meta name=\"HandheldFriendly\" content=\"true\">\n<meta", "hiliteStart": 10, "hiliteLength": 45 }, { "type": "error", "lastLine": 28, "lastColumn": 45, "firstColumn": 1, "message": "Element meta is missing one or more of the following attributes: itemprop, property.", "extract": "=\"width\">\n<meta name=\"HandheldFriendly\" content=\"true\">\n<meta", "hiliteStart": 10, "hiliteLength": 45 }, { "type": "error", "lastLine": 29, "lastColumn": 70, "firstColumn": 1, "message": "Attribute name not allowed on element meta at this point.", "extract": "t=\"true\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<styl", "hiliteStart": 10, "hiliteLength": 70 }, { "type": "error", "lastLine": 29, "lastColumn": 70, "firstColumn": 1, "message": "Element meta is missing one or more of the following attributes: itemprop, property.", "extract": "t=\"true\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<styl", "hiliteStart": 10, "hiliteLength": 70 }, { "type": "error", "lastLine": 30, "lastColumn": 7, "firstColumn": 1, "message": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "extract": "ale=1.0\">\n<style>div#sl", "hiliteStart": 10, "hiliteLength": 7 }, { "type": "error", "lastLine": 31, "lastColumn": 94, "firstColumn": 1, "message": "A link element must not appear as a descendant of a body element unless the link element has an itemprop attribute or has a rel attribute whose value contains dns-prefetch, modulepreload, pingback, preconnect, prefetch, preload, prerender, or stylesheet.", "extract": "}</style>\n<link rel=\"icon\" href=\"/themes/custom/sch_retail/favicon.ico\" type=\"image/vnd.microsoft.icon\">\n\n ", "hiliteStart": 10, "hiliteLength": 94 }, { "type": "error", "lastLine": 33, "lastColumn": 11, "firstColumn": 5, "message": "Element title not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "extract": "on\">\n\n <title>Charle", "hiliteStart": 10, "hiliteLength": 7 }, { "type": "info", "lastLine": 48, "lastColumn": 3286, "firstColumn": 3179, "subType": "warning", "message": "The charset attribute on the script element is obsolete.", "extract": "lete.css\"><script type=\"text/javascript\" src=\"/modules/custom/schwab_genesys/wd_js/widgets.config.js\" charset=\"UTF-8\"></scri", "hiliteStart": 10, "hiliteLength": 108 }, { "type": "info", "lastLine": 48, "lastColumn": 3286, "firstColumn": 3179, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "lete.css\"><script type=\"text/javascript\" src=\"/modules/custom/schwab_genesys/wd_js/widgets.config.js\" charset=\"UTF-8\"></scri", "hiliteStart": 10, "hiliteLength": 108 }, { "type": "info", "lastLine": 48, "lastColumn": 3466, "firstColumn": 3296, "subType": "warning", "message": "The charset attribute on the script element is obsolete.", "extract": "></script><script type=\"text/javascript\" async=\"\" charset=\"utf-8\" id=\"tiqapp\" src=\"//tags.tiqcdn.com/utag/tiqapp/utag.v.js?a=schwab/global-public/202208041725&cb=1660355871173\"></scri", "hiliteStart": 10, "hiliteLength": 171 }, { "type": "info", "lastLine": 48, "lastColumn": 3466, "firstColumn": 3296, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "></script><script type=\"text/javascript\" async=\"\" charset=\"utf-8\" id=\"tiqapp\" src=\"//tags.tiqcdn.com/utag/tiqapp/utag.v.js?a=schwab/global-public/202208041725&cb=1660355871173\"></scri", "hiliteStart": 10, "hiliteLength": 171 }, { "type": "info", "lastLine": 48, "lastColumn": 3581, "firstColumn": 3476, "subType": "warning", "message": "The charset attribute on the script element is obsolete.", "extract": "></script><script type=\"text/javascript\" src=\"/modules/custom/schwab_genesys/wd_js/widgets_main.js\" charset=\"UTF-8\"></scri", "hiliteStart": 10, "hiliteLength": 106 }, { "type": "info", "lastLine": 48, "lastColumn": 3581, "firstColumn": 3476, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "></script><script type=\"text/javascript\" src=\"/modules/custom/schwab_genesys/wd_js/widgets_main.js\" charset=\"UTF-8\"></scri", "hiliteStart": 10, "hiliteLength": 106 }, { "type": "error", "lastLine": 48, "lastColumn": 3889, "firstColumn": 3591, "message": "Attribute http-equiv not allowed on element meta at this point.", "extract": "></script><meta http-equiv=\"origin-trial\" content=\"A9wkrvp9y21k30U9lU7MJMjBj4USjLrGwV+Z8zO3J3ZBH139DOnCv3XLK2Ii40S94HG1SZ/Zeg2GSHOD3wlWngYAAAB7eyJvcmlnaW4iOiJodHRwczovL3d3dy5nb29nbGV0YWdtYW5hZ2VyLmNvbTo0NDMiLCJmZWF0dXJlIjoiUHJpdmFjeVNhbmRib3hBZHNBUElzIiwiZXhwaXJ5IjoxNjYxMjk5MTk5LCJpc1RoaXJkUGFydHkiOnRydWV9\"><meta ", "hiliteStart": 10, "hiliteLength": 299 }, { "type": "error", "lastLine": 48, "lastColumn": 3889, "firstColumn": 3591, "message": "Element meta is missing one or more of the following attributes: itemprop, property.", "extract": "></script><meta http-equiv=\"origin-trial\" content=\"A9wkrvp9y21k30U9lU7MJMjBj4USjLrGwV+Z8zO3J3ZBH139DOnCv3XLK2Ii40S94HG1SZ/Zeg2GSHOD3wlWngYAAAB7eyJvcmlnaW4iOiJodHRwczovL3d3dy5nb29nbGV0YWdtYW5hZ2VyLmNvbTo0NDMiLCJmZWF0dXJlIjoiUHJpdmFjeVNhbmRib3hBZHNBUElzIiwiZXhwaXJ5IjoxNjYxMjk5MTk5LCJpc1RoaXJkUGFydHkiOnRydWV9\"><meta ", "hiliteStart": 10, "hiliteLength": 299 }, { "type": "error", "lastLine": 48, "lastColumn": 4172, "firstColumn": 3890, "message": "Attribute http-equiv not allowed on element meta at this point.", "extract": "OnRydWV9\"><meta http-equiv=\"origin-trial\" content=\"A9cFT51hyLvFdafqzTF2J0uIhioi9p0acbiDm+JDOHGbp/esY8pWq1RmM2YiAFzu0kuh8XsHJibGZVXSRKbYGAQAAABveyJvcmlnaW4iOiJodHRwczovL3MucGluaW1nLmNvbTo0NDMiLCJmZWF0dXJlIjoiUHJpdmFjeVNhbmRib3hBZHNBUElzIiwiZXhwaXJ5IjoxNjYxMjk5MTk5LCJpc1RoaXJkUGFydHkiOnRydWV9\"><meta ", "hiliteStart": 10, "hiliteLength": 283 }, { "type": "error", "lastLine": 48, "lastColumn": 4172, "firstColumn": 3890, "message": "Element meta is missing one or more of the following attributes: itemprop, property.", "extract": "OnRydWV9\"><meta http-equiv=\"origin-trial\" content=\"A9cFT51hyLvFdafqzTF2J0uIhioi9p0acbiDm+JDOHGbp/esY8pWq1RmM2YiAFzu0kuh8XsHJibGZVXSRKbYGAQAAABveyJvcmlnaW4iOiJodHRwczovL3MucGluaW1nLmNvbTo0NDMiLCJmZWF0dXJlIjoiUHJpdmFjeVNhbmRib3hBZHNBUElzIiwiZXhwaXJ5IjoxNjYxMjk5MTk5LCJpc1RoaXJkUGFydHkiOnRydWV9\"><meta ", "hiliteStart": 10, "hiliteLength": 283 }, { "type": "error", "lastLine": 48, "lastColumn": 4471, "firstColumn": 4173, "message": "Attribute http-equiv not allowed on element meta at this point.", "extract": "OnRydWV9\"><meta http-equiv=\"origin-trial\" content=\"A9wkrvp9y21k30U9lU7MJMjBj4USjLrGwV+Z8zO3J3ZBH139DOnCv3XLK2Ii40S94HG1SZ/Zeg2GSHOD3wlWngYAAAB7eyJvcmlnaW4iOiJodHRwczovL3d3dy5nb29nbGV0YWdtYW5hZ2VyLmNvbTo0NDMiLCJmZWF0dXJlIjoiUHJpdmFjeVNhbmRib3hBZHNBUElzIiwiZXhwaXJ5IjoxNjYxMjk5MTk5LCJpc1RoaXJkUGFydHkiOnRydWV9\"><scrip", "hiliteStart": 10, "hiliteLength": 299 }, { "type": "error", "lastLine": 48, "lastColumn": 4471, "firstColumn": 4173, "message": "Element meta is missing one or more of the following attributes: itemprop, property.", "extract": "OnRydWV9\"><meta http-equiv=\"origin-trial\" content=\"A9wkrvp9y21k30U9lU7MJMjBj4USjLrGwV+Z8zO3J3ZBH139DOnCv3XLK2Ii40S94HG1SZ/Zeg2GSHOD3wlWngYAAAB7eyJvcmlnaW4iOiJodHRwczovL3d3dy5nb29nbGV0YWdtYW5hZ2VyLmNvbTo0NDMiLCJmZWF0dXJlIjoiUHJpdmFjeVNhbmRib3hBZHNBUElzIiwiZXhwaXJ5IjoxNjYxMjk5MTk5LCJpc1RoaXJkUGFydHkiOnRydWV9\"><scrip", "hiliteStart": 10, "hiliteLength": 299 }, { "type": "info", "lastLine": 48, "lastColumn": 5145, "firstColumn": 4472, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "OnRydWV9\"><script type=\"text/javascript\" async=\"\" src=\"https://googleads.g.doubleclick.net/pagead/viewthroughconversion/946345561/?random=1660355871846&cv=9&fst=1660355871846&num=1&bg=ffffff&guid=ON&resp=GooglemKTybQhCsO&u_h=720&u_w=1280&u_ah=720&u_aw=1280&u_cd=30&u_his=2&u_tz=-240&u_java=false&u_nplug=0&u_nmime=0&gtm=2oa880&sendb=1&ig=1&data=event%3Dgtag.config&frm=0&url=https%3A%2F%2Fwww.schwab.com%2F&tiba=Charles%20Schwab%20%7C%20A%20modern%20approach%20to%20investing%20%26%20retirement&auid=1057204532.1660355871&hn=www.googleadservices.com&async=1&rfmt=3&fmt=4\"></scri", "hiliteStart": 10, "hiliteLength": 674 }, { "type": "info", "lastLine": 48, "lastColumn": 5826, "firstColumn": 5155, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "></script><script type=\"text/javascript\" async=\"\" src=\"https://googleads.g.doubleclick.net/pagead/viewthroughconversion/946345561/?random=1660355871850&cv=9&fst=1660355871850&num=1&bg=ffffff&guid=ON&resp=GooglemKTybQhCsO&u_h=720&u_w=1280&u_ah=720&u_aw=1280&u_cd=30&u_his=2&u_tz=-240&u_java=false&u_nplug=0&u_nmime=0&gtm=2oa880&sendb=1&ig=1&data=event%3Dpage_view&frm=0&url=https%3A%2F%2Fwww.schwab.com%2F&tiba=Charles%20Schwab%20%7C%20A%20modern%20approach%20to%20investing%20%26%20retirement&auid=1057204532.1660355871&hn=www.googleadservices.com&async=1&rfmt=3&fmt=4\"></scri", "hiliteStart": 10, "hiliteLength": 672 }, { "type": "error", "lastLine": 48, "lastColumn": 5918, "firstColumn": 5912, "message": "Stray end tag head.", "extract": "></script></head>\n<body", "hiliteStart": 10, "hiliteLength": 7 }, { "type": "error", "lastLine": 49, "lastColumn": 277, "firstColumn": 1, "message": "Start tag body seen but an element of the same type was already open.", "extract": "t></head>\n<body class=\"path--node body-sidebars-none alias--home nodetype--pattern_landing_page logged-out node--type-pattern_landing_page normal-layout eu-cookie-compliance-status-null vp-video-poster--desktop vp-video-poster--loaded tl-modal-element--desktop tl-modal-element--loaded\">\n<div ", "hiliteStart": 10, "hiliteLength": 277 }, { "type": "error", "lastLine": 49, "lastColumn": 277, "firstColumn": 1, "subType": "fatal", "message": "Cannot recover after last error. Any further errors will be ignored.", "extract": "t></head>\n<body class=\"path--node body-sidebars-none alias--home nodetype--pattern_landing_page logged-out node--type-pattern_landing_page normal-layout eu-cookie-compliance-status-null vp-video-poster--desktop vp-video-poster--loaded tl-modal-element--desktop tl-modal-element--loaded\">\n<div ", "hiliteStart": 10, "hiliteLength": 277 } ] } }, { "type": "test", "which": "wave", "reportType": 4, "what": "WAVE", "url": "https://www.schwab.com/", "result": { "status": { "success": true, "httpstatuscode": 200 }, "statistics": { "pagetitle": "Charles Schwab | A modern approach to investing & retirement", "pageurl": "https://www.schwab.com/", "time": 5.02, "creditsremaining": 271, "allitemcount": 447, "totalelements": 1707, "waveurl": "http://wave.webaim.org/report?url=https://www.schwab.com/" }, "categories": { "error": { "description": "Errors", "count": 11, "items": { "alt_spacer_missing": { "id": "alt_spacer_missing", "description": "Spacer image missing alternative text", "count": 2, "selectors": [ "HTML > HEAD:first-child + BODY > DIV:first-child + DIV + FOOTER + IFRAME + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + LINK + SCRIPT + SCRIPT + SCRIPT + SCRIPT + UL + DIV + UL + DIV + IFRAME + IFRAME + IFRAME + IMG", "HTML > HEAD:first-child + BODY > DIV:first-child + DIV + FOOTER + IFRAME + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + LINK + SCRIPT + SCRIPT + SCRIPT + SCRIPT + UL + DIV + UL + DIV + IFRAME + IFRAME + IFRAME + IMG + IMG" ], "wcag": [ { "name": "1.1.1 Non-text Content (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc1.1.1" } ] }, "heading_empty": { "id": "heading_empty", "description": "Empty heading", "count": 2, "selectors": [ "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV#pg__c > DIV#main > DIV:first-child > DIV:first-child > SECTION#content > DIV:first-child > DIV:first-child > DIV#block-sch-beacon-retail-content > ARTICLE:first-child > DIV:first-child > SECTION#panel-25-75--103231 > DIV:first-child > H2:first-child", "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV#pg__c > DIV#main > DIV:first-child > DIV:first-child > SECTION#cta-panel--cta-panel--product-spotlight-grey-98811 > DIV:first-child > H3: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" } ] }, "aria_menu_broken": { "id": "aria_menu_broken", "description": "Broken ARIA menu", "count": 7, "selectors": [ "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV#pg__c > DIV#schwab_header > DIV:first-child > SECTION#block-sch-beacon-retail-meganav > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > UL:first-child > LI:first-child + LI > A:first-child + DIV", "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV#pg__c > DIV#schwab_header > DIV:first-child > SECTION#block-sch-beacon-retail-meganav > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > UL:first-child > LI:first-child + LI + LI + LI + LI > A:first-child + DIV", "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV#pg__c > DIV#schwab_header > DIV:first-child > SECTION#block-sch-beacon-retail-meganav > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child + DIV + DIV > NAV#primary-navigation > UL:first-child > LI:first-child > A:first-child + UL", "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV#pg__c > DIV#schwab_header > DIV:first-child > SECTION#block-sch-beacon-retail-meganav > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child + DIV + DIV > NAV#primary-navigation > UL:first-child > LI:first-child + LI > A:first-child + UL", "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV#pg__c > DIV#schwab_header > DIV:first-child > SECTION#block-sch-beacon-retail-meganav > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child + DIV + DIV > NAV#primary-navigation > UL:first-child > LI:first-child + LI + LI > A:first-child + UL", "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV#pg__c > DIV#schwab_header > DIV:first-child > SECTION#block-sch-beacon-retail-meganav > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child + DIV + DIV > NAV#primary-navigation > UL:first-child > LI:first-child + LI + LI + LI > A:first-child + UL", "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV#pg__c > DIV#schwab_header > DIV:first-child > SECTION#block-sch-beacon-retail-meganav > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child + DIV + DIV > NAV#primary-navigation > UL:first-child > LI:first-child + LI + LI + LI + LI > A:first-child + UL" ], "wcag": [ { "name": "2.1.1 Keyboard (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc2.1.1" }, { "name": "4.1.2 Name, Role, Value (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc4.1.2" } ] } } }, "contrast": { "description": "Contrast Errors", "count": 4, "items": { "contrast": { "id": "contrast", "description": "Very low contrast", "count": 4, "selectors": [ "HTML > HEAD:first-child + BODY > FOOTER#footer > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#big-qq-cntr > DIV#qq0 > DIV#qq > DIV:first-child + DIV + DIV + DIV > DIV:first-child > DIV#qqSym > DIV:first-child > A:first-child + BR + B + B", "HTML > HEAD:first-child + BODY > FOOTER#footer > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#big-qq-cntr > DIV#qq0 > DIV#qq > DIV:first-child + DIV + DIV + DIV > DIV:first-child > DIV#qqSym > DIV:first-child + DIV > A:first-child + BR + B + B", "HTML > HEAD:first-child + BODY > FOOTER#footer > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#big-qq-cntr > DIV#qq0 > DIV#qq > DIV:first-child + DIV + DIV + DIV > DIV:first-child > DIV#qqSym > DIV:first-child + DIV + DIV > A:first-child + BR + B + B", "HTML > HEAD:first-child + BODY > FOOTER#footer > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#big-qq-cntr > DIV#qq0 > DIV#qq > DIV:first-child + DIV + DIV + DIV > DIV:first-child > DIV#qqSym > DIV:first-child + DIV + DIV + DIV > A:first-child + BR + B + B" ], "contrastdata": [ [ 4.42, "#008000", "#eeeeee", false ], [ 4.42, "#008000", "#eeeeee", false ], [ 4.42, "#008000", "#eeeeee", false ], [ 4.42, "#008000", "#eeeeee", false ] ], "wcag": [ { "name": "1.4.3 Contrast (Minimum) (Level AA)", "link": "https://webaim.org/standards/wcag/checklist#sc1.4.3" } ] } } }, "alert": { "description": "Alerts", "count": 28, "items": { "label_title": { "id": "label_title", "description": "Unlabeled form control with title", "count": 2, "selectors": [ "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV#pg__c > DIV#schwab_header > DIV:first-child > SECTION#block-sch-beacon-retail-meganav > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > UL:first-child > LI:first-child + LI + LI + LI > DIV:first-child > FORM:first-child > DIV:first-child > INPUT:first-child", "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV#pg__c > DIV#schwab_header > DIV:first-child > SECTION#block-sch-beacon-retail-meganav > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child + DIV > FORM:first-child > DIV:first-child > 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" } ] }, "list_possible": { "id": "list_possible", "description": "Possible list", "count": 1, "selectors": [ "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV#pg__c > DIV#main > DIV:first-child > DIV:first-child > SECTION#accordion--default-98846 > H2:first-child + P + DL > DD#bcn-accordion-98846-bcn-accordion-item-98821--ans > UL:first-child + P + P + P" ], "wcag": [ { "name": "1.3.1 Info and Relationships (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc1.3.1" } ] }, "link_suspicious": { "id": "link_suspicious", "description": "Suspicious link text", "count": 2, "selectors": [ "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV#pg__c > DIV#main > DIV:first-child > DIV:first-child > SECTION#accordion--default-98846 > H2:first-child + P + DL > DD#bcn-accordion-98846-bcn-accordion-item-98826--ans > P:first-child > BR:first-child + A", "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV#pg__c > DIV#main > DIV:first-child > DIV:first-child > SECTION#accordion--default-98846 > H2:first-child + P + DL > DD#bcn-accordion-98846-bcn-accordion-item-98836--ans > P:first-child + OL + P > BR:first-child + A + BR + BR + A" ], "wcag": [ { "name": "2.4.4 Link Purpose (In Context) (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc2.4.4" } ] }, "link_redundant": { "id": "link_redundant", "description": "Redundant link", "count": 18, "selectors": [ "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV#pg__c > DIV#schwab_header > DIV:first-child > SECTION#block-sch-beacon-retail-meganav > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child + DIV + DIV > NAV#primary-navigation > UL:first-child > LI:first-child > A:first-child + UL > LI:first-child > UL:first-child > LI:first-child > UL:first-child > LI:first-child > A:first-child + UL > LI:first-child + LI > A:first-child + UL > LI:first-child > A:first-child", "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV#pg__c > DIV#schwab_header > DIV:first-child > SECTION#block-sch-beacon-retail-meganav > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child + DIV + DIV > NAV#primary-navigation > UL:first-child > LI:first-child > A:first-child + UL > LI:first-child > UL:first-child > LI:first-child > UL:first-child > LI:first-child > A:first-child + UL > LI:first-child + LI + LI > A:first-child + UL > LI:first-child > A:first-child", "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV#pg__c > DIV#schwab_header > DIV:first-child > SECTION#block-sch-beacon-retail-meganav > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child + DIV + DIV > NAV#primary-navigation > UL:first-child > LI:first-child > A:first-child + UL > LI:first-child > UL:first-child > LI:first-child > UL:first-child > LI:first-child > A:first-child + UL > LI:first-child + LI + LI + LI > A:first-child + UL > LI:first-child > A:first-child", "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV#pg__c > DIV#schwab_header > DIV:first-child > SECTION#block-sch-beacon-retail-meganav > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child + DIV + DIV > NAV#primary-navigation > UL:first-child > LI:first-child > A:first-child + UL > LI:first-child > UL:first-child > LI:first-child > UL:first-child > LI:first-child > A:first-child + UL > LI:first-child + LI + LI + LI + LI + LI > A:first-child + UL > LI:first-child > A:first-child", "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV#pg__c > DIV#schwab_header > DIV:first-child > SECTION#block-sch-beacon-retail-meganav > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child + DIV + DIV > NAV#primary-navigation > UL:first-child > LI:first-child > A:first-child + UL > LI:first-child > UL:first-child > LI:first-child + LI > UL:first-child > LI:first-child > A:first-child + UL > LI:first-child + LI + LI + LI > A:first-child + UL > LI:first-child > A:first-child", "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV#pg__c > DIV#schwab_header > DIV:first-child > SECTION#block-sch-beacon-retail-meganav > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child + DIV + DIV > NAV#primary-navigation > UL:first-child > LI:first-child > A:first-child + UL > LI:first-child > UL:first-child > LI:first-child + LI > UL:first-child > LI:first-child > A:first-child + UL > LI:first-child + LI + LI + LI + LI > A:first-child + UL > LI:first-child > A:first-child", "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV#pg__c > DIV#schwab_header > DIV:first-child > SECTION#block-sch-beacon-retail-meganav > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child + DIV + DIV > NAV#primary-navigation > UL:first-child > LI:first-child > A:first-child + UL > LI:first-child > UL:first-child > LI:first-child + LI + LI > UL:first-child > LI:first-child > A:first-child + UL > LI:first-child + LI > A:first-child + UL > LI:first-child > A:first-child", "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV#pg__c > DIV#schwab_header > DIV:first-child > SECTION#block-sch-beacon-retail-meganav > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child + DIV + DIV > NAV#primary-navigation > UL:first-child > LI:first-child > A:first-child + UL > LI:first-child > UL:first-child > LI:first-child + LI + LI > UL:first-child > LI:first-child > A:first-child + UL > LI:first-child + LI > A:first-child + UL > LI:first-child + LI + LI + LI + LI > A:first-child + UL > LI:first-child + LI + LI + LI + LI > A:first-child + UL > LI:first-child > A:first-child", "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV#pg__c > DIV#schwab_header > DIV:first-child > SECTION#block-sch-beacon-retail-meganav > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child + DIV + DIV > NAV#primary-navigation > UL:first-child > LI:first-child > A:first-child + UL > LI:first-child > UL:first-child > LI:first-child + LI + LI > UL:first-child > LI:first-child > A:first-child + UL > LI:first-child + LI + LI + LI + LI > A:first-child + UL > LI:first-child > A:first-child", "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV#pg__c > DIV#schwab_header > DIV:first-child > SECTION#block-sch-beacon-retail-meganav > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child + DIV + DIV > NAV#primary-navigation > UL:first-child > LI:first-child > A:first-child + UL > LI:first-child > UL:first-child > LI:first-child + LI + LI > UL:first-child > LI:first-child > A:first-child + UL > LI:first-child + LI + LI + LI + LI + LI > A:first-child + UL > LI:first-child > A:first-child", "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV#pg__c > DIV#schwab_header > DIV:first-child > SECTION#block-sch-beacon-retail-meganav > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child + DIV + DIV > NAV#primary-navigation > UL:first-child > LI:first-child > A:first-child + UL > LI:first-child > UL:first-child > LI:first-child + LI + LI > UL:first-child > LI:first-child > A:first-child + UL > LI:first-child + LI + LI + LI + LI + LI + LI > A:first-child + UL > LI:first-child > A:first-child", "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV#pg__c > DIV#schwab_header > DIV:first-child > SECTION#block-sch-beacon-retail-meganav > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child + DIV + DIV > NAV#primary-navigation > UL:first-child > LI:first-child > A:first-child + UL > LI:first-child > UL:first-child > LI:first-child + LI + LI + LI > UL:first-child > LI:first-child > A:first-child + UL > LI:first-child + LI + LI > A:first-child + UL > LI:first-child > A:first-child", "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV#pg__c > DIV#schwab_header > DIV:first-child > SECTION#block-sch-beacon-retail-meganav > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child + DIV + DIV > NAV#primary-navigation > UL:first-child > LI:first-child + LI > A:first-child + UL > LI:first-child > UL:first-child > LI:first-child > UL:first-child > LI:first-child > A:first-child + UL > LI:first-child + LI + LI > A:first-child + UL > LI:first-child > A:first-child", "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV#pg__c > DIV#schwab_header > DIV:first-child > SECTION#block-sch-beacon-retail-meganav > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child + DIV + DIV > NAV#primary-navigation > UL:first-child > LI:first-child + LI > A:first-child + UL > LI:first-child > UL:first-child > LI#advice_spotlight > DIV:first-child + DIV > A:first-child", "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV#pg__c > DIV#schwab_header > DIV:first-child > SECTION#block-sch-beacon-retail-meganav > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child + DIV + DIV > NAV#primary-navigation > UL:first-child > LI:first-child + LI + LI + LI > A:first-child + UL > LI:first-child > UL:first-child > LI:first-child > A:first-child + UL > LI:first-child + LI + LI + LI > A:first-child + UL > LI:first-child > A:first-child", "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV#pg__c > DIV#schwab_header > DIV:first-child > SECTION#block-sch-beacon-retail-meganav > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child + DIV + DIV > NAV#primary-navigation > UL:first-child > LI:first-child + LI + LI + LI > A:first-child + UL > LI:first-child > UL:first-child > LI:first-child > A:first-child + UL > LI:first-child + LI + LI + LI + LI > A:first-child + UL > LI:first-child + LI > A:first-child", "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV#pg__c > DIV#schwab_header > DIV:first-child > SECTION#block-sch-beacon-retail-meganav > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child + DIV + DIV > NAV#primary-navigation > UL:first-child > LI:first-child + LI + LI + LI + LI > A:first-child + UL > LI:first-child > UL:first-child > LI:first-child > UL:first-child > LI:first-child > A:first-child + UL > LI:first-child + LI > A:first-child", "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV#pg__c > DIV#schwab_header > DIV:first-child > SECTION#block-sch-beacon-retail-meganav > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child + DIV + DIV > NAV#primary-navigation > UL:first-child > LI:first-child + LI + LI + LI + LI > A:first-child + UL > LI:first-child > UL:first-child > LI:first-child + LI + LI + LI > UL:first-child > LI:first-child > A:first-child + UL > LI:first-child + LI > A:first-child + UL > LI:first-child > A:first-child" ], "wcag": [ { "name": "2.4.4 Link Purpose (In Context) (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc2.4.4" } ] }, "text_small": { "id": "text_small", "description": "Very small text", "count": 1, "selectors": [ "HTML > HEAD:first-child + BODY > FOOTER#footer > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#big-qq-cntr > DIV#qq0 > DIV#qq > DIV:first-child + DIV + DIV + DIV > DIV:first-child > DIV#qqSym > DIV:first-child + DIV + DIV + DIV + DIV" ], "wcag": [] }, "title_redundant": { "id": "title_redundant", "description": "Redundant title text", "count": 4, "selectors": [ "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV#pg__c > DIV#schwab_header > DIV:first-child > SECTION#block-sch-beacon-retail-meganav > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child + DIV + DIV > NAV:first-child + DIV > DIV:first-child > A#meganv-util--narrow--OpenanAccount", "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV#pg__c > DIV#schwab_header > DIV:first-child > SECTION#block-sch-beacon-retail-meganav > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child + DIV + DIV > NAV:first-child + DIV > DIV:first-child > A#meganv-util--narrow--LogIn", "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV#pg__c > DIV#schwab_header > DIV:first-child > SECTION#block-sch-beacon-retail-meganav > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child + DIV + DIV > NAV:first-child + DIV > DIV:first-child > A#meganv-util--narrow--FindaBranch", "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV#pg__c > DIV#schwab_header > DIV:first-child > SECTION#block-sch-beacon-retail-meganav > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child + DIV + DIV > NAV:first-child + DIV > DIV:first-child > A#meganv-util--narrow--ContactUs" ], "wcag": [] } } } } } }, { "type": "launch", "which": "chromium", "what": "chromium browser" }, { "type": "url", "which": "https://www.schwab.com/", "what": "URL", "result": "https://www.schwab.com/" }, { "type": "test", "which": "tenon", "id": "a", "what": "Tenon", "url": "https://www.schwab.com/", "result": { "status": 200, "message": "OK", "code": "success", "info": "Success", "moreInfo": "https://tenon.io/documentation/apiv2/response-codes#success", "responseExecTime": "0.094", "responseTime": "2022-08-13T01:58:03.120Z", "data": { "apiErrors": [], "documentSize": 1170543, "metadata": null, "resultSummary": { "tests": { "total": 180, "passing": 169, "failing": 11 }, "issues": { "totalErrors": 135, "totalWarnings": 210, "totalIssues": 345 }, "issuesByLevel": { "A": { "count": 324, "pct": 93.91 }, "AA": { "count": 244, "pct": 70.72 }, "AAA": { "count": 345, "pct": 100 } }, "density": { "errorDensity": 12, "warningDensity": 18, "allDensity": 30 } }, "projectID": "E4B12DC9-2F67-8DB7-26C9-E50C8490", "responseID": "cd232308-df27-47d0-a9f6-d0ce74f8eca3", "docID": "79e99fe4-0bc6-42e1-e5b4-b4f933966fea", "sourceHash": "c0709c450271bc4bfb7c80449c27d41a", "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=cd232308-df27-47d0-a9f6-d0ce74f8eca3", "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": 6381.45 }, "height": 6381.45, "width": 1024 }, "position": { "line": 3600, "column": 60 }, "errorSnippet": "<body class=\"path--node body-sidebars-none alias--home nodetype--pattern_landing_page logged-out node--type-pattern_landing_page normal-layout eu-cookie-compliance-status-null vp-video-poster--desktop vp-video-poster--loaded tl-modal-element--desktop ", "xpath": "/html/body", "issueID": "c9487cb2e54e5422c715b070afda812c", "signature": "0f557f0ad2c8d14dc075bf0f71f7a1e7", "ref": "https://tenon.io/bestpractice.php?bpID=3&tID=28&issueID=c9487cb2e54e5422c715b070afda812c" }, { "tID": 79, "bpID": 106, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.", "errorDescription": "This link is already labeled by its text. The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity", "viewPortLocation": { "top-left": { "x": 0, "y": 281 }, "bottom-right": { "x": 191, "y": 299 }, "height": 18, "width": 191 }, "position": { "line": 12811, "column": 19 }, "errorSnippet": "<a href=\"https://www.schwab.com/open-an-account\" id=\"meganv-util--narrow--OpenanAccount\" title=\"Open an Account\" class=\"general-referral-oaa\">Open an Account</a>", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/div[1]/div[1]/a[1]", "issueID": "c20f58cbc078218fb5f109b36668f5b1", "signature": "c574a8fa6e6fb2cee3db82b7a6e6a0a1", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=c20f58cbc078218fb5f109b36668f5b1" }, { "tID": 79, "bpID": 106, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.", "errorDescription": "This link is already labeled by its text. The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity", "viewPortLocation": { "top-left": { "x": 0, "y": 341 }, "bottom-right": { "x": 191, "y": 359 }, "height": 18, "width": 191 }, "position": { "line": 12828, "column": 71 }, "errorSnippet": "<a href=\"https://client.schwab.com/Login/SignOn/CustomerCenterLogin.aspx\" id=\"meganv-util--narrow--LogIn\" title=\"Log In\">Log In</a>", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/div[1]/div[1]/a[2]", "issueID": "e2d798cd37df44358ced8a5bd15d58c8", "signature": "98a409c26e109f938693f280484129a2", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=e2d798cd37df44358ced8a5bd15d58c8" }, { "tID": 79, "bpID": 106, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.", "errorDescription": "This link is already labeled by its text. The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity", "viewPortLocation": { "top-left": { "x": 0, "y": 401 }, "bottom-right": { "x": 191, "y": 419 }, "height": 18, "width": 191 }, "position": { "line": 12845, "column": 71 }, "errorSnippet": "<a href=\"https://client.schwab.com/public/branchlocator/accessschwab.aspx\" id=\"meganv-util--narrow--FindaBranch\" title=\"Find a Branch\">Find a Branch</a>", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/div[1]/div[1]/a[3]", "issueID": "895943ddc02542220801cf8ede6fc866", "signature": "c52f8d4025485ae054cf3383c212bbef", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=895943ddc02542220801cf8ede6fc866" }, { "tID": 79, "bpID": 106, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.", "errorDescription": "This link is already labeled by its text. The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity", "viewPortLocation": { "top-left": { "x": 0, "y": 461 }, "bottom-right": { "x": 191, "y": 479 }, "height": 18, "width": 191 }, "position": { "line": 12872, "column": 71 }, "errorSnippet": "<a href=\"https://www.schwab.com/contact-us\" id=\"meganv-util--narrow--ContactUs\" title=\"Contact Us\">Contact Us</a>", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/div[1]/div[1]/a[4]", "issueID": "5751495482828f4f4b0d52f73b4d9be3", "signature": "81d9a81507090e9cf6df8959a5289c13", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=5751495482828f4f4b0d52f73b4d9be3" }, { "tID": 79, "bpID": 106, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.", "errorDescription": "This link is already labeled by its text. The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 13292, "column": 39 }, "errorSnippet": "<a href=\"https://www.schwab.com/public/file/P-1036363\" title=\"Pricing Guide\">pricing guide</a>", "xpath": "/html/body/div[2]/div[1]/div[3]/div[1]/div[1]/section[6]/dl[1]/dd[2]/p[4]/a[1]", "issueID": "b70173615cad80c9cd6a0a21ec46cded", "signature": "5c926be0fd6154503d44dc2158a51bd8", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=b70173615cad80c9cd6a0a21ec46cded" }, { "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": -87, "y": -20 }, "height": -20, "width": -87 }, "position": { "line": 6025, "column": 34 }, "errorSnippet": "<a href=\"https://www.schwab.com/ira/understand-iras/ira-calculators/roth-vs-trad\" role=\"link\" data-lvl=\"5\">Roth vs Traditional </a>", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[3]/ul[1]/li[2]/ul[1]/li[4]/ul[1]/li[2]/a[1]", "issueID": "9d764e34c863027617ce23f2c0133a13", "signature": "e09d9138072d570f608d691e952a4da8", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=9d764e34c863027617ce23f2c0133a13" }, { "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": -87, "y": -20 }, "height": -20, "width": -87 }, "position": { "line": 7362, "column": 34 }, "errorSnippet": "<a href=\"https://www.schwab.com/ira/roth-ira/contribution-limits\" role=\"link\" data-lvl=\"4\">Contribution Limits </a>", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[3]/ul[1]/li[4]/ul[1]/li[3]/a[1]", "issueID": "5473da83d972ed7a2e36b2915b74887d", "signature": "8412b9a9587dee609b723675baca71f9", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=5473da83d972ed7a2e36b2915b74887d" }, { "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": -87, "y": -20 }, "height": -20, "width": -87 }, "position": { "line": 7363, "column": 0 }, "errorSnippet": "<a href=\"https://www.schwab.com/ira/roth-ira/conversion\" role=\"link\" data-lvl=\"4\">Roth IRA Conversion </a>", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[3]/ul[1]/li[4]/ul[1]/li[4]/a[1]", "issueID": "8ec3eb5a2098c643bb014e1963cbc068", "signature": "6455f12791aa3e4dfc13f555bf93e1af", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=8ec3eb5a2098c643bb014e1963cbc068" }, { "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": -87, "y": -20 }, "height": -20, "width": -87 }, "position": { "line": 7363, "column": 0 }, "errorSnippet": "<a href=\"https://www.schwab.com/ira/roth-ira/withdrawal-rules\" role=\"link\" data-lvl=\"4\">Withdrawal Rules </a>", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[3]/ul[1]/li[4]/ul[1]/li[5]/a[1]", "issueID": "d95312a45112a0c3759f302aad320635", "signature": "ef5d43361e4848df1243e58565699b02", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=d95312a45112a0c3759f302aad320635" }, { "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": -87, "y": -20 }, "height": -20, "width": -87 }, "position": { "line": 7890, "column": 34 }, "errorSnippet": "<a href=\"https://www.schwab.com/ira/inherited-ira/withdrawal-rules\" role=\"link\" data-lvl=\"4\">Withdrawal Rules </a>", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[3]/ul[1]/li[6]/ul[1]/li[2]/a[1]", "issueID": "b86d5aaf0bafdc5c6469f6ea0c192c7d", "signature": "35f71780753b6edac2525b28c8d4f275", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=b86d5aaf0bafdc5c6469f6ea0c192c7d" }, { "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": -87, "y": -20 }, "height": -20, "width": -87 }, "position": { "line": 7891, "column": 0 }, "errorSnippet": "<a href=\"https://www.schwab.com/college-savings-accounts\" role=\"link\" data-lvl=\"3\">Overview </a>", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[4]/ul[1]/li[1]/a[1]", "issueID": "97a98e2e4c97a658332abef85f52eb87", "signature": "2a9c2c59f3caa4de774e87c8b6672084", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=97a98e2e4c97a658332abef85f52eb87" }, { "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": -87, "y": -20 }, "height": -20, "width": -87 }, "position": { "line": 7963, "column": 0 }, "errorSnippet": "<a href=\"https://www.schwab.com/529-plan\" role=\"link\" data-lvl=\"4\">Overview </a>", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[4]/ul[1]/li[3]/ul[1]/li[1]/a[1]", "issueID": "d33a12e04e93a5f7a21f709005dd72a4", "signature": "55b26f142a4e06bc29859121f6d2f75b", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=d33a12e04e93a5f7a21f709005dd72a4" }, { "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": -87, "y": -20 }, "height": -20, "width": -87 }, "position": { "line": 8191, "column": 0 }, "errorSnippet": "<a href=\"https://www.schwab.com/custodial-account\" role=\"link\" data-lvl=\"4\">Overview </a>", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[4]/ul[1]/li[5]/ul[1]/li[1]/a[1]", "issueID": "2dbac38345a2e0003728e45c0fd3a5fa", "signature": "2a50238dcf643ca351b4ecc06e574bdd", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=2dbac38345a2e0003728e45c0fd3a5fa" }, { "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": -87, "y": -20 }, "height": -20, "width": -87 }, "position": { "line": 8370, "column": 52 }, "errorSnippet": "<a href=\"https://www.schwab.com/small-business-solutions\" role=\"link\" data-lvl=\"3\">Overview </a>", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[6]/ul[1]/li[1]/a[1]", "issueID": "f224e3db1e437f212eeec77762b6d41d", "signature": "a8d52c11bad1311a136e700177ec6f9f", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=f224e3db1e437f212eeec77762b6d41d" }, { "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": -87, "y": -20 }, "height": -20, "width": -87 }, "position": { "line": 8778, "column": 34 }, "errorSnippet": "<a href=\"https://www.schwab.com/small-business-retirement-plans\" role=\"link\" data-lvl=\"4\">Overview </a>", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[6]/ul[1]/li[2]/ul[1]/li[1]/a[1]", "issueID": "18c1c77db37b504afad1b945895f852d", "signature": "d857f42e1c10fb1e7161141f1fca1c73", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=18c1c77db37b504afad1b945895f852d" }, { "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": -87, "y": -20 }, "height": -20, "width": -87 }, "position": { "line": 9275, "column": 5 }, "errorSnippet": "<a href=\"https://www.schwab.com/small-business-retirement-plans/personal-defined-benefit-plan\" role=\"link\" data-lvl=\"5\">Overview </a>", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[6]/ul[1]/li[2]/ul[1]/li[4]/ul[1]/li[1]/a[1]", "issueID": "d28fb3c5457f32fd3352d1bc1e20584d", "signature": "afd13800f36f5d9b6b9b13f63e025e8c", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=d28fb3c5457f32fd3352d1bc1e20584d" }, { "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": -77, "y": -20 }, "height": -20, "width": -77 }, "position": { "line": 9417, "column": 22 }, "errorSnippet": "<a href=\"#\" role=\"link\" data-lvl=\"2\">Overview </a>", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[2]/ul[1]/li[1]/ul[1]/li[1]/a[1]", "issueID": "70b7ff685abe366a969138f37d0fcdac", "signature": "408a2e0aaa46266a48851dc5616e3607", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=70b7ff685abe366a969138f37d0fcdac" }, { "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": -87, "y": -20 }, "height": -20, "width": -87 }, "position": { "line": 9421, "column": 22 }, "errorSnippet": "<a href=\"https://www.schwab.com/trading/tools-and-platforms\" role=\"link\" data-lvl=\"3\">Overview </a>", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[2]/ul[1]/li[1]/ul[1]/li[4]/ul[1]/li[1]/a[1]", "issueID": "527a1e717a4c9a081803e160131d6433", "signature": "d8803946eac54f3d06b38f714ae6d186", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=527a1e717a4c9a081803e160131d6433" }, { "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": -77, "y": -20 }, "height": -20, "width": -77 }, "position": { "line": 9496, "column": 19 }, "errorSnippet": "<a href=\"https://www.schwab.com/public/schwab/investing/accounts_products/investment\" role=\"link\" data-lvl=\"2\">Overview </a>", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[3]/ul[1]/li[1]/ul[1]/li[1]/a[1]", "issueID": "3532f78cc299aa5ffbdeff01959fb2b7", "signature": "b44c8e48df2222b0f40f47d7125f0fe4", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=3532f78cc299aa5ffbdeff01959fb2b7" }, { "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": -87, "y": -20 }, "height": -20, "width": -87 }, "position": { "line": 9657, "column": 71 }, "errorSnippet": "<a href=\"https://www.schwab.com/mutual-funds/understand-mutual-funds\" role=\"link\" data-lvl=\"4\">Overview </a>", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[3]/ul[1]/li[1]/ul[1]/li[2]/ul[1]/li[5]/ul[1]/li[1]/a[1]", "issueID": "258c5f2fd84c13b1ad52f7f9bb508427", "signature": "4231c7dbc2b8689c0b5e5e1c3e0038c3", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=258c5f2fd84c13b1ad52f7f9bb508427" }, { "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": -87, "y": -20 }, "height": -20, "width": -87 }, "position": { "line": 9896, "column": 71 }, "errorSnippet": "<a href=\"https://www.schwab.com/etfs?overview=\" role=\"link\" data-lvl=\"3\">Overview </a>", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[3]/ul[1]/li[1]/ul[1]/li[3]/ul[1]/li[1]/a[1]", "issueID": "72cdb02afb9230c1ef4b89ec79e3a287", "signature": "de029eb11c02cb694711db05692657db", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=72cdb02afb9230c1ef4b89ec79e3a287" }, { "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": -87, "y": -20 }, "height": -20, "width": -87 }, "position": { "line": 9930, "column": 71 }, "errorSnippet": "<a href=\"https://www.schwab.com/etfs/invest-in-etfs\" role=\"link\" data-lvl=\"4\">Overview </a>", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[3]/ul[1]/li[1]/ul[1]/li[3]/ul[1]/li[2]/ul[1]/li[1]/a[1]", "issueID": "362a01611989c637842fba96e52f2131", "signature": "3f8b0c8060961cbd202c9be18c8bb09b", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=362a01611989c637842fba96e52f2131" }, { "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": -87, "y": -20 }, "height": -20, "width": -87 }, "position": { "line": 9947, "column": 71 }, "errorSnippet": "<a href=\"https://www.schwab.com/etfs/investor-information\" role=\"link\" data-lvl=\"4\">Investor Information </a>", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[3]/ul[1]/li[1]/ul[1]/li[3]/ul[1]/li[2]/ul[1]/li[2]/a[1]", "issueID": "416cd50f498254cb36e209d4ce71bf88", "signature": "6def5f42ae22ba221d2a70bcb5c7ec80", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=416cd50f498254cb36e209d4ce71bf88" }, { "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": -87, "y": -20 }, "height": -20, "width": -87 }, "position": { "line": 10078, "column": 19 }, "errorSnippet": "<a href=\"https://www.schwab.com/etfs/types\" role=\"link\" data-lvl=\"4\">Overview </a>", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[3]/ul[1]/li[1]/ul[1]/li[3]/ul[1]/li[8]/ul[1]/li[1]/a[1]", "issueID": "b8d08af9f1be697a468e5ee51de78c4d", "signature": "bf9c004965a7e5fe583dd094a99ff5ce", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=b8d08af9f1be697a468e5ee51de78c4d" }, { "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": -87, "y": -20 }, "height": -20, "width": -87 }, "position": { "line": 10265, "column": 19 }, "errorSnippet": "<a href=\"https://www.schwab.com/stocks\" role=\"link\" data-lvl=\"3\">Overview </a>", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[3]/ul[1]/li[1]/ul[1]/li[5]/ul[1]/li[1]/a[1]", "issueID": "852c48ea7b3f69bffc780460d7b0232b", "signature": "998623613d332e17aa88d9463b3d24d2", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=852c48ea7b3f69bffc780460d7b0232b" }, { "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": -87, "y": -20 }, "height": -20, "width": -87 }, "position": { "line": 10299, "column": 71 }, "errorSnippet": "<a href=\"https://www.schwab.com/stocks/understand-stocks\" role=\"link\" data-lvl=\"4\">Overview </a>", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[3]/ul[1]/li[1]/ul[1]/li[5]/ul[1]/li[2]/ul[1]/li[1]/a[1]", "issueID": "eb1c292125fff2c4ac9cbc96cb8c7903", "signature": "9dd5d268f7354e401014139be8cac634", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=eb1c292125fff2c4ac9cbc96cb8c7903" }, { "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": -87, "y": -20 }, "height": -20, "width": -87 }, "position": { "line": 10408, "column": 19 }, "errorSnippet": "<a href=\"https://www.schwab.com/stocks/understand-stocks/international\" role=\"link\" data-lvl=\"4\">Overview </a>", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[3]/ul[1]/li[1]/ul[1]/li[5]/ul[1]/li[3]/ul[1]/li[1]/a[1]", "issueID": "69dcd251f0e129d2ba4e71f9d4778be5", "signature": "370e16a56fcc3fbdb0193c0aa56097b1", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=69dcd251f0e129d2ba4e71f9d4778be5" }, { "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": -87, "y": -20 }, "height": -20, "width": -87 }, "position": { "line": 10469, "column": 71 }, "errorSnippet": "<a href=\"https://www.schwab.com/options\" role=\"link\" data-lvl=\"3\">Overview </a>", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[3]/ul[1]/li[1]/ul[1]/li[6]/ul[1]/li[1]/a[1]", "issueID": "8676baccca1d276cb0d8a2234983e335", "signature": "e56f2b60b536179b6a0e8082b4502500", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=8676baccca1d276cb0d8a2234983e335" }, { "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": -87, "y": -20 }, "height": -20, "width": -87 }, "position": { "line": 10539, "column": 71 }, "errorSnippet": "<a href=\"https://www.schwab.com/fixed-income\" role=\"link\" data-lvl=\"3\">Overview </a>", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[3]/ul[1]/li[1]/ul[1]/li[7]/ul[1]/li[1]/a[1]", "issueID": "37aee6c8bf271ec8d5e7aa6871062ce8", "signature": "111d95611c569e7a22f85647b17d4d7e", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=37aee6c8bf271ec8d5e7aa6871062ce8" }, { "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": -77, "y": -20 }, "height": -20, "width": -77 }, "position": { "line": 10769, "column": 71 }, "errorSnippet": "<a href=\"#\" role=\"link\" data-lvl=\"2\">Overview </a>", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[4]/ul[1]/li[1]/ul[1]/li[1]/a[1]", "issueID": "549c663451b2de2132ae6ba4e1e57210", "signature": "8fb0ccd96fa6aaaab8c278a9ae1a42fe", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=549c663451b2de2132ae6ba4e1e57210" }, { "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": -87, "y": -20 }, "height": -20, "width": -87 }, "position": { "line": 10821, "column": 19 }, "errorSnippet": "<a href=\"https://www.schwab.com/checking\" role=\"link\" data-lvl=\"3\">Overview </a>", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[4]/ul[1]/li[1]/ul[1]/li[3]/ul[1]/li[1]/a[1]", "issueID": "e714bfadac24ab7c5637dfdf1882ddec", "signature": "843ac9a5abe950f86496fdb45afb3161", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=e714bfadac24ab7c5637dfdf1882ddec" }, { "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": -87, "y": -20 }, "height": -20, "width": -87 }, "position": { "line": 10855, "column": 71 }, "errorSnippet": "<a href=\"https://www.schwab.com/checking/faqs\" role=\"link\" data-lvl=\"3\">FAQs </a>", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[4]/ul[1]/li[1]/ul[1]/li[3]/ul[1]/li[3]/a[1]", "issueID": "116312982fca8bf56c16f431d53afbc3", "signature": "048cc983b3023b79b5417857031a6299", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=116312982fca8bf56c16f431d53afbc3" }, { "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": -77, "y": -20 }, "height": -20, "width": -77 }, "position": { "line": 10963, "column": 71 }, "errorSnippet": "<a href=\"#\" role=\"link\" data-lvl=\"2\">Overview </a>", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[5]/ul[1]/li[1]/ul[1]/li[1]/a[1]", "issueID": "fc1577acbeb3130b3988197fe223d5e7", "signature": "1c1a240d60a60f8096819e5cdf1e50d4", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=fc1577acbeb3130b3988197fe223d5e7" }, { "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": -77, "y": -20 }, "height": -20, "width": -77 }, "position": { "line": 11133, "column": 71 }, "errorSnippet": "<a href=\"#\" role=\"link\" data-lvl=\"2\">Overview </a>", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[2]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/a[1]", "issueID": "1f05f1efc146350a6e00c7fa98965ce3", "signature": "47a81c246eb04fdbc95485fe37f7b87c", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=1f05f1efc146350a6e00c7fa98965ce3" }, { "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": -87, "y": -20 }, "height": -20, "width": -87 }, "position": { "line": 11190, "column": 19 }, "errorSnippet": "<a href=\"https://www.schwab.com/intelligent-portfolios-premium\" role=\"link\" data-lvl=\"3\">Overview </a>", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[2]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[3]/ul[1]/li[1]/a[1]", "issueID": "8cb4eaab6209d6f65bf120f97b21ab06", "signature": "23474056909e3a7b276279da9310d5b6", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=8cb4eaab6209d6f65bf120f97b21ab06" }, { "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": -77, "y": -20 }, "height": -20, "width": -77 }, "position": { "line": 11536, "column": 71 }, "errorSnippet": "<a href=\"#\" role=\"link\" data-lvl=\"2\">Overview </a>", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[3]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/a[1]", "issueID": "79eaed73de6dc415ca79198bc4176ce3", "signature": "4b2cfc1efe208b8a142ffccde1f51204", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=79eaed73de6dc415ca79198bc4176ce3" }, { "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": -77, "y": -20 }, "height": -20, "width": -77 }, "position": { "line": 11605, "column": 19 }, "errorSnippet": "<a href=\"#\" role=\"link\" data-lvl=\"2\">Overview </a>", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[3]/ul[1]/li[1]/ul[1]/li[2]/ul[1]/li[1]/ul[1]/li[1]/a[1]", "issueID": "5a9ca81c576244827373ea756fb2951b", "signature": "a97a31e722233ecac0e48eec5fbf8e57", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=5a9ca81c576244827373ea756fb2951b" }, { "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": -77, "y": -20 }, "height": -20, "width": -77 }, "position": { "line": 11656, "column": 71 }, "errorSnippet": "<a href=\"#\" role=\"link\" data-lvl=\"2\">Overview </a>", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[3]/ul[1]/li[1]/ul[1]/li[3]/ul[1]/li[1]/ul[1]/li[1]/a[1]", "issueID": "6231fd559fd3c9f07aa25c9a6cdd39e3", "signature": "dfbdce878610bd56f0f8385e2df77aaa", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=6231fd559fd3c9f07aa25c9a6cdd39e3" }, { "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": -77, "y": -20 }, "height": -20, "width": -77 }, "position": { "line": 11768, "column": 71 }, "errorSnippet": "<a href=\"#\" role=\"link\" data-lvl=\"2\">Overview </a>", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[4]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/a[1]", "issueID": "5b40185d9f662175c3793a771f7bf643", "signature": "54fe6d08eff39c301245fcbe693ff889", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=5b40185d9f662175c3793a771f7bf643" }, { "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": -87, "y": -20 }, "height": -20, "width": -87 }, "position": { "line": 11838, "column": 71 }, "errorSnippet": "<a href=\"https://www.schwab.com/schwabsafe\" role=\"link\" data-lvl=\"3\">Overview </a>", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[4]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[4]/ul[1]/li[1]/a[1]", "issueID": "41a2621d4661e24d71707a46073c3c88", "signature": "ccbc15a20682de48cd3e99399c938aed", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=41a2621d4661e24d71707a46073c3c88" }, { "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": -87, "y": -20 }, "height": -20, "width": -87 }, "position": { "line": 11906, "column": 71 }, "errorSnippet": "<a href=\"#\" role=\"link\" data-lvl=\"3\">Overview </a>", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[4]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[5]/ul[1]/li[1]/a[1]", "issueID": "ef0b3f516970fc4da6c35e181a29c829", "signature": "79e71be72cf625db30281911efbc086a", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=ef0b3f516970fc4da6c35e181a29c829" }, { "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": -77, "y": -20 }, "height": -20, "width": -77 }, "position": { "line": 11963, "column": 71 }, "errorSnippet": "<a href=\"#\" role=\"link\" data-lvl=\"2\">Overview </a>", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[4]/ul[1]/li[1]/ul[1]/li[2]/ul[1]/li[1]/a[1]", "issueID": "c9aa33e4d84980127fd034dec58ac99f", "signature": "69756ffcca007ed96fe47d0e87256fb4", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=c9aa33e4d84980127fd034dec58ac99f" }, { "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": -77, "y": -20 }, "height": -20, "width": -77 }, "position": { "line": 11991, "column": 19 }, "errorSnippet": "<a href=\"https://www.schwab.com/invest-with-us\" role=\"link\" data-lvl=\"2\">Overview </a>", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[4]/ul[1]/li[1]/ul[1]/li[2]/ul[1]/li[2]/a[1]", "issueID": "9db667bfb862956f6fa4815e9f6870a5", "signature": "aad580d3dc95b6347dddb4c1ca4dde5a", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=9db667bfb862956f6fa4815e9f6870a5" }, { "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": -77, "y": -20 }, "height": -20, "width": -77 }, "position": { "line": 12082, "column": 71 }, "errorSnippet": "<a href=\"#\" role=\"link\" data-lvl=\"2\">Overview </a>", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[4]/ul[1]/li[1]/ul[1]/li[3]/ul[1]/li[1]/ul[1]/li[1]/a[1]", "issueID": "852c4fda936d22fd324da8e619db2fcf", "signature": "a67d1a6f6271443eb9f828481c62199b", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=852c4fda936d22fd324da8e619db2fcf" }, { "tID": 98, "bpID": 105, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "These links have the same text but different destinations.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Don't reuse the same link text for links that have different destinations", "errorDescription": "This link has the same text as another link that goes to a different place. Using the same text for multiple links which point to different pages is ambiguous and may be confusing for assistive technology users, or for users who have a cognitive disability. Link text should tell the user where they will go if they follow the link. If two links on a page go to two different destinations, use different link text that accurately and concisely describes their destination.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 12173, "column": 71 }, "errorSnippet": "<a href=\"/invest-with-us?Spotlight_C_InvestWithUs=\" data-lvl=\"2\" aria-label=\"Link. More choices. More ways to invest how you want. Explore ways to invest >\"> <div id=\"spot-781\" class=\"spotl contextual-region\"> <h2 class=\"spotl__headline", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[4]/ul[1]/li[1]/ul[1]/li[4]/div[2]/a[1]", "issueID": "dc0ff43ab9a460ab97b691a9ab287192", "signature": "5293036f83a7bf6dbfc7ee76837c1acf", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=dc0ff43ab9a460ab97b691a9ab287192" }, { "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": -77, "y": -20 }, "height": -20, "width": -77 }, "position": { "line": 12229, "column": 71 }, "errorSnippet": "<a href=\"https://www.schwab.com/learn/\" role=\"link\" data-lvl=\"2\">Overview </a>", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[5]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/a[1]", "issueID": "1eebc1a0c2ea79d3d94a6e1027818359", "signature": "438087dd9af9933070e447d6b768dc72", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=1eebc1a0c2ea79d3d94a6e1027818359" }, { "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": -77, "y": -20 }, "height": -20, "width": -77 }, "position": { "line": 12246, "column": 71 }, "errorSnippet": "<a href=\"https://www.schwab.com/learn/\" role=\"link\" data-lvl=\"2\">Overview </a>", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[5]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[2]/a[1]", "issueID": "c3ff05877a0264add75b07f2e3ec778b", "signature": "ea00d7c129da69d37c9dd9bc076209f2", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=c3ff05877a0264add75b07f2e3ec778b" }, { "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": -77, "y": -20 }, "height": -20, "width": -77 }, "position": { "line": 12415, "column": 71 }, "errorSnippet": "<a href=\"#\" role=\"link\" data-lvl=\"2\">Overview </a>", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[5]/ul[1]/li[1]/ul[1]/li[2]/ul[1]/li[1]/ul[1]/li[1]/a[1]", "issueID": "45af292339b4b511c1f9668ac15c2cee", "signature": "8b479d945f5ad7b2928f59ab6abd42bb", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=45af292339b4b511c1f9668ac15c2cee" }, { "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": -77, "y": -20 }, "height": -20, "width": -77 }, "position": { "line": 12527, "column": 71 }, "errorSnippet": "<a href=\"#\" role=\"link\" data-lvl=\"2\">Overview </a>", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[5]/ul[1]/li[1]/ul[1]/li[3]/ul[1]/li[1]/ul[1]/li[1]/a[1]", "issueID": "03cb6d2db07aa06ddb5601eab143fdf4", "signature": "c06a4a6fbd69a4872f1f1901e0168ccb", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=03cb6d2db07aa06ddb5601eab143fdf4" }, { "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": -77, "y": -20 }, "height": -20, "width": -77 }, "position": { "line": 12595, "column": 71 }, "errorSnippet": "<a href=\"#\" role=\"link\" data-lvl=\"2\">Overview </a>", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[5]/ul[1]/li[1]/ul[1]/li[4]/ul[1]/li[1]/ul[1]/li[1]/a[1]", "issueID": "882bc350b7075460a67d4917daf6e667", "signature": "bc53b7c78c372e9900fb485e43349d61", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=882bc350b7075460a67d4917daf6e667" }, { "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": -87, "y": -20 }, "height": -20, "width": -87 }, "position": { "line": 12644, "column": 19 }, "errorSnippet": "<a href=\"https://www.schwab.com/how-to-invest\" role=\"link\" data-lvl=\"3\">Overview </a>", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[5]/ul[1]/li[1]/ul[1]/li[4]/ul[1]/li[1]/ul[1]/li[2]/ul[1]/li[1]/a[1]", "issueID": "7a94ca2d6b876df030ea71309c7cb5b6", "signature": "2520bc9ee84c6889b654acb572ba65a1", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=7a94ca2d6b876df030ea71309c7cb5b6" }, { "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": -77, "y": -20 }, "height": -20, "width": -77 }, "position": { "line": 12736, "column": 71 }, "errorSnippet": "<a href=\"#\" role=\"link\" data-lvl=\"2\">Overview </a>", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[5]/ul[1]/li[1]/ul[1]/li[5]/ul[1]/li[1]/ul[1]/li[1]/a[1]", "issueID": "97da415282a837abbfb97d321ff7fdab", "signature": "ef43d58d8ec8b6132e4639a79958dcc4", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=97da415282a837abbfb97d321ff7fdab" }, { "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": 341 }, "bottom-right": { "x": 191, "y": 359 }, "height": 18, "width": 191 }, "position": { "line": 12828, "column": 71 }, "errorSnippet": "<a href=\"https://client.schwab.com/Login/SignOn/CustomerCenterLogin.aspx\" id=\"meganv-util--narrow--LogIn\" title=\"Log In\">Log In</a>", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/div[1]/div[1]/a[2]", "issueID": "54dee2fa9653ae77956d12ac1d1dd4e9", "signature": "73aae08f5978c5b6021a3a6599913bda", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=54dee2fa9653ae77956d12ac1d1dd4e9" }, { "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": 461 }, "bottom-right": { "x": 191, "y": 479 }, "height": 18, "width": 191 }, "position": { "line": 12872, "column": 71 }, "errorSnippet": "<a href=\"https://www.schwab.com/contact-us\" id=\"meganv-util--narrow--ContactUs\" title=\"Contact Us\">Contact Us</a>", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/div[1]/div[1]/a[4]", "issueID": "2cda3408092940605302affa6bb9f5a3", "signature": "6de95cd9152db75329b912f91f17a44d", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=2cda3408092940605302affa6bb9f5a3" }, { "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": 903, "y": 0 }, "bottom-right": { "x": 962, "y": 26 }, "height": 26, "width": 59 }, "position": { "line": 12933, "column": 71 }, "errorSnippet": "<a href=\"https://client.schwab.com/login/signon/customercenterlogin.aspx\" class=\"logInMobile\" aria-haspopup=\"false\">Log In</a>", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[3]/a[3]", "issueID": "31d9a816b456c9063a26f042601ead26", "signature": "58b8fa6c5f20c2e16ee37413bd1b5d9d", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=31d9a816b456c9063a26f042601ead26" }, { "tID": 98, "bpID": 105, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "These links have the same text but different destinations.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Don't reuse the same link text for links that have different destinations", "errorDescription": "This link has the same text as another link that goes to a different place. Using the same text for multiple links which point to different pages is ambiguous and may be confusing for assistive technology users, or for users who have a cognitive disability. Link text should tell the user where they will go if they follow the link. If two links on a page go to two different destinations, use different link text that accurately and concisely describes their destination.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 13371, "column": 71 }, "errorSnippet": "<a data-popup-height=\"\" data-popup-width=\"\" data-stock-symbol=\"\" data-track=\"catregistered-cta|doubleclick-gen-phom2cta\" href=\"https://www.schwab.com/public/schwab/investing/accounts_products/accounts/open_an_account.html\" rel=\"\" target=\"\" title=\"\" da", "xpath": "/html/body/div[2]/div[1]/div[3]/div[1]/div[1]/section[6]/dl[1]/dd[5]/ol[1]/li[1]/a[1]", "issueID": "fc0ecd0eb2bd5369747e15476700b3eb", "signature": "1c3047e9cdb7fbdd0f23f1efc36bd215", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=fc0ecd0eb2bd5369747e15476700b3eb" }, { "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": 34, "y": 115 }, "bottom-right": { "x": 290, "y": 161 }, "height": 46, "width": 256 }, "position": { "line": 13531, "column": 71 }, "errorSnippet": "<a data-track=\"catregistered-lc|doubleclick-gen-phom2lc\" href=\"https://advisorservices.schwab.com/why-schwab?ilc=WFJ\" target=\"_blank\" data-track-registered=\"click\">Schwab Advisor Services™</a>", "xpath": "/html/body/div[2]/div[1]/div[3]/div[1]/div[1]/section[8]/div[1]/ul[1]/li[1]/div[1]/div[1]/div[1]/div[1]/p[1]/a[1]", "issueID": "db3664ede25529d25a002d5a9ab7a50b", "signature": "36b5963a9261609352821f3766f6711e", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=db3664ede25529d25a002d5a9ab7a50b" }, { "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": 189.328125, "y": 1036.484375 }, "bottom-right": { "x": 228.328125, "y": 1052.484375 }, "height": 16, "width": 39 }, "position": { "line": 14237, "column": 19 }, "errorSnippet": "<a href=\"https://www.schwab.com/stocks\">Stocks</a>", "xpath": "/html/body/footer[1]/div[1]/div[1]/div[1]/div[3]/section[1]/div[2]/ul[1]/li[2]/ul[1]/li[1]/a[1]", "issueID": "817991ef86e7c8cd89a36e537c64a3a8", "signature": "bed5ba276dfa82ab910f2f2c40cd7ed2", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=817991ef86e7c8cd89a36e537c64a3a8" }, { "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": 189.328125, "y": 1064.484375 }, "bottom-right": { "x": 267.328125, "y": 1080.484375 }, "height": 16, "width": 78 }, "position": { "line": 14254, "column": 71 }, "errorSnippet": "<a href=\"https://www.schwab.com/mutual-funds\">Mutual Funds</a>", "xpath": "/html/body/footer[1]/div[1]/div[1]/div[1]/div[3]/section[1]/div[2]/ul[1]/li[2]/ul[1]/li[2]/a[1]", "issueID": "ba10abc888ccc1e2a891d69338b5e914", "signature": "279bf804863d052e2013f6aeeccdc7ef", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=ba10abc888ccc1e2a891d69338b5e914" }, { "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": 189.328125, "y": 1166.484375 }, "bottom-right": { "x": 225.328125, "y": 1182.484375 }, "height": 16, "width": 36 }, "position": { "line": 14310, "column": 71 }, "errorSnippet": "<a href=\"https://www.schwab.com/public/schwab/investing/accounts_products/investment/bonds\" data-track=\"\">Bonds</a>", "xpath": "/html/body/footer[1]/div[1]/div[1]/div[1]/div[3]/section[1]/div[2]/ul[1]/li[2]/ul[1]/li[5]/a[1]", "issueID": "b67959a3cc6590f8a3952388f582aa55", "signature": "f47411ee4f09f61ecb3c2b8d6efdc54f", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=b67959a3cc6590f8a3952388f582aa55" }, { "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": 350.65625, "y": 1092.484375 }, "bottom-right": { "x": 393.65625, "y": 1108.484375 }, "height": 16, "width": 43 }, "position": { "line": 14388, "column": 71 }, "errorSnippet": "<a href=\"/options\" data-drupal-link-system-path=\"node/12786\">Options</a>", "xpath": "/html/body/footer[1]/div[1]/div[1]/div[1]/div[3]/section[1]/div[2]/ul[1]/li[3]/ul[1]/li[3]/a[1]", "issueID": "8ea4dbbda1f8aa99642664f8b794c536", "signature": "7e84ceaa9f6c82bf390313eb4019b25e", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=8ea4dbbda1f8aa99642664f8b794c536" }, { "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": 350.65625, "y": 1120.484375 }, "bottom-right": { "x": 393.65625, "y": 1136.484375 }, "height": 16, "width": 43 }, "position": { "line": 14405, "column": 71 }, "errorSnippet": "<a href=\"https://www.schwab.com/public/schwab/investing/accounts_products/investment/futures\" data-track=\"\">Futures</a>", "xpath": "/html/body/footer[1]/div[1]/div[1]/div[1]/div[3]/section[1]/div[2]/ul[1]/li[3]/ul[1]/li[4]/a[1]", "issueID": "a37614749fbc1b3a89aaf12813fee884", "signature": "7d9496bdfeb4448dc132bd24ff361f55", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=a37614749fbc1b3a89aaf12813fee884" }, { "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": 511.984375, "y": 1138.484375 }, "bottom-right": { "x": 582.984375, "y": 1154.484375 }, "height": 16, "width": 71 }, "position": { "line": 14443, "column": 59 }, "errorSnippet": "<a href=\"/mobile\" data-drupal-link-system-path=\"node/9471\">Mobile Apps</a>", "xpath": "/html/body/footer[1]/div[1]/div[1]/div[1]/div[3]/section[1]/div[2]/ul[1]/li[4]/ul[1]/li[4]/a[1]", "issueID": "ec5c6979e30275fe2e82538385da6d86", "signature": "29d2e19e8b981529a42b75ccfcaf1d67", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=ec5c6979e30275fe2e82538385da6d86" }, { "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": 834.640625, "y": 1148.484375 }, "bottom-right": { "x": 874.640625, "y": 1164.484375 }, "height": 16, "width": 40 }, "position": { "line": 14841, "column": 1 }, "errorSnippet": "<a href=\"https://www.schwab.com/pricing\">Pricing</a>", "xpath": "/html/body/footer[1]/div[1]/div[1]/div[1]/div[3]/section[1]/div[2]/ul[1]/li[6]/ul[1]/li[5]/a[1]", "issueID": "b58c0aaf96402996d7b6c924491cd05d", "signature": "d3a1b06317952795943814b8c1f29822", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=b58c0aaf96402996d7b6c924491cd05d" }, { "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": 799.859375, "y": 1265.484375 }, "bottom-right": { "x": 858.859375, "y": 1281.484375 }, "height": 16, "width": 59 }, "position": { "line": 15275, "column": 10 }, "errorSnippet": "<a href=\"/contact-us\" data-drupal-link-system-path=\"node/11371\">Contact Us</a>", "xpath": "/html/body/footer[1]/div[1]/div[1]/div[1]/div[3]/section[2]/ul[1]/li[9]/a[1]", "issueID": "6c48847076b8571948f59a9c159c407b", "signature": "654812530f5de22e690134135ee0361e", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=6c48847076b8571948f59a9c159c407b" }, { "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": 822.125, "y": 1289.484375 }, "bottom-right": { "x": 986.125, "y": 1305.484375 }, "height": 16, "width": 164 }, "position": { "line": 15374, "column": 0 }, "errorSnippet": "<a href=\"/transparency\" data-drupal-link-system-path=\"node/14086\">Client Relationship Summaries</a>", "xpath": "/html/body/footer[1]/div[1]/div[1]/div[1]/div[3]/section[2]/ul[1]/li[18]/a[1]", "issueID": "f6a3b4119f4a0748ba7ee1a2abe916f1", "signature": "a9c74c0233b3696e71b823ae21166213", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=f6a3b4119f4a0748ba7ee1a2abe916f1" }, { "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": 28, "y": 0 }, "bottom-right": { "x": 996, "y": 36 }, "height": 36, "width": 968 }, "position": { "line": 15956, "column": 25 }, "errorSnippet": "<div class=\"bd\"> <div class=\"in\"> <div id=\"qqFrm\"> <input id=\"qqIn\" autocomplete=\"off\" onfocus=\"this.select();QQ._cPup()\" onkeypress=\"QQ._key(event)\" onclick=\"this.select();QQ._cPup();QQ.ScrollToBottom();\" aria-label=\"Enter Stock Id\"", "xpath": "/html/body/footer[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]", "issueID": "b1853c8ae53105897121bd7989f574ee", "signature": "c3719acced07bca31847b27c8e66e40a", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=134&issueID=b1853c8ae53105897121bd7989f574ee" }, { "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": 252.640625, "y": 0 }, "bottom-right": { "x": 389.640625, "y": 25 }, "height": 25, "width": 137 }, "position": { "line": 15964, "column": 17 }, "errorSnippet": "<div class=\"qqCel\"><a href=\"https://www.schwab.com/public/schwab/investing/investment_help/investment_research/markets/markets.html?path=/research/public/markets/chart/?symbol=$DJI\">DJIA</a><br><b style=\"font-weight: normal;\"&g", "xpath": "/html/body/footer[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[4]/div[1]", "issueID": "c427347c3b476c33a4e403bd7c9c71db", "signature": "df25e58660f1b7e07159dfcdb69c92b2", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=134&issueID=c427347c3b476c33a4e403bd7c9c71db" }, { "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": 399.640625, "y": 0 }, "bottom-right": { "x": 536.640625, "y": 25 }, "height": 25, "width": 137 }, "position": { "line": 15965, "column": 21 }, "errorSnippet": "<div class=\"qqCel\"><a href=\"https://www.schwab.com/public/schwab/investing/investment_help/investment_research/markets/markets.html?path=/research/public/markets/chart/?symbol=$IXIC\">NASDAQ</a><br><b style=\"font-weight: normal;", "xpath": "/html/body/footer[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[4]/div[2]", "issueID": "b300f7b7c37a897d0252f242bab91d41", "signature": "9e6609b4b2412c89784e40346f24e37e", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=134&issueID=b300f7b7c37a897d0252f242bab91d41" }, { "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": 546.640625, "y": 0 }, "bottom-right": { "x": 671.640625, "y": 25 }, "height": 25, "width": 125 }, "position": { "line": 15967, "column": 25 }, "errorSnippet": "<div class=\"qqCel\"><a href=\"https://www.schwab.com/public/schwab/investing/investment_help/investment_research/markets/markets.html?path=/research/public/markets/chart/?symbol=$SPX\">S&amp;P 500</a><br><b style=\"font-weight:", "xpath": "/html/body/footer[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[4]/div[3]", "issueID": "7c2d85f823ad49083ea21f5a8dcd18e3", "signature": "5370752beaeb1eae52687df2cd03db7e", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=134&issueID=7c2d85f823ad49083ea21f5a8dcd18e3" }, { "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": 681.640625, "y": 0 }, "bottom-right": { "x": 806.640625, "y": 25 }, "height": 25, "width": 125 }, "position": { "line": 15970, "column": 25 }, "errorSnippet": "<div class=\"qqCel\"><a href=\"https://www.schwab.com/public/schwab/investing/investment_help/investment_research/markets/markets.html?path=/research/public/markets/chart/?symbol=$RUT\">Russell 2000</a><br><b style=\"font-weight: no", "xpath": "/html/body/footer[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[4]/div[4]", "issueID": "6c250575012e3e63d5d9b0946083b55c", "signature": "13d4345e397703cfdbc86583d67d7e8c", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=134&issueID=6c250575012e3e63d5d9b0946083b55c" }, { "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": 816.640625, "y": 0 }, "bottom-right": { "x": 872.640625, "y": 25 }, "height": 25, "width": 56 }, "position": { "line": 15973, "column": 21 }, "errorSnippet": "<div class=\"qqCel\">Time (ET)<br><b style=\"font-weight: normal;\">6:27:26 PM</b></div>", "xpath": "/html/body/footer[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[4]/div[5]", "issueID": "94b0159fd91bc1e9249aeedfb790347f", "signature": "5c691f79f2842b242f0e68638290afff", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=134&issueID=94b0159fd91bc1e9249aeedfb790347f" }, { "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": 882.640625, "y": 0 }, "bottom-right": { "x": 919.890625, "y": 26 }, "height": 26, "width": 37.25 }, "position": { "line": 15974, "column": 21 }, "errorSnippet": "<div class=\"qqCel\"><a class=\"qqFul\" href=\"javascript:QQ.Refresh()\">Refresh</a><br></div>", "xpath": "/html/body/footer[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[4]/div[6]", "issueID": "dfc872cf05afbc12cc22329af47a3632", "signature": "1f361f0f6790f5f88f100dcabfd005f8", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=134&issueID=dfc872cf05afbc12cc22329af47a3632" }, { "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": 86, "y": 40.5 }, "bottom-right": { "x": 93, "y": 51.5 }, "height": 11, "width": 7 }, "position": { "line": 15984, "column": 0 }, "errorSnippet": "<sup>®</sup>", "xpath": "/html/body/footer[1]/div[1]/div[1]/div[1]/div[1]/p[4]/sup[1]", "issueID": "84a53afe4971e34d38bc8d4cc763e100", "signature": "2a0c44212bcf8cb72baa474d0117526b", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=134&issueID=84a53afe4971e34d38bc8d4cc763e100" }, { "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": 981, "y": 40.5 }, "bottom-right": { "x": 988, "y": 51.5 }, "height": 11, "width": 7 }, "position": { "line": 15984, "column": 0 }, "errorSnippet": "<sup>®</sup>", "xpath": "/html/body/footer[1]/div[1]/div[1]/div[1]/div[1]/p[4]/sup[2]", "issueID": "b5648b3430ce8ddc6fb4d38bf31b74b9", "signature": "bc4c510c9a6692153639780ff64930fc", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=134&issueID=b5648b3430ce8ddc6fb4d38bf31b74b9" }, { "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": 35, "y": 56.5 }, "bottom-right": { "x": 42, "y": 67.5 }, "height": 11, "width": 7 }, "position": { "line": 15984, "column": 0 }, "errorSnippet": "<sup>®</sup>", "xpath": "/html/body/footer[1]/div[1]/div[1]/div[1]/div[1]/p[4]/sup[3]", "issueID": "33647c84df18710c62f5653555893185", "signature": "fc3f13a7da2deef0156c86a4fa950258", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=134&issueID=33647c84df18710c62f5653555893185" }, { "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": 521, "y": 56.5 }, "bottom-right": { "x": 528, "y": 67.5 }, "height": 11, "width": 7 }, "position": { "line": 15984, "column": 0 }, "errorSnippet": "<sup>®</sup>", "xpath": "/html/body/footer[1]/div[1]/div[1]/div[1]/div[1]/p[4]/sup[4]", "issueID": "0cfec224ed7f826cb9aa11f067e4f38d", "signature": "3079408216c7aa83fe8bb538cb078643", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=134&issueID=0cfec224ed7f826cb9aa11f067e4f38d" }, { "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": 430, "y": 146.5 }, "bottom-right": { "x": 437, "y": 157.5 }, "height": 11, "width": 7 }, "position": { "line": 15986, "column": 447 }, "errorSnippet": "<sup>®</sup>", "xpath": "/html/body/footer[1]/div[1]/div[1]/div[1]/div[1]/p[5]/sup[1]", "issueID": "3d11cf847a6950ba83d981434bb72cde", "signature": "6bf6b5a4de4c0bc1b953a78643039933", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=134&issueID=3d11cf847a6950ba83d981434bb72cde" }, { "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": 12, "y": 954.390625 }, "bottom-right": { "x": 43, "y": 954.390625 }, "height": 0, "width": 31 }, "position": { "line": 14046, "column": 71 }, "errorSnippet": "<a href=\"https://www.youtube.com/user/CharlesSchwab\" title=\"Charles Schwab YouTube page\" target=\"_blank\" class=\"footmn-sr-text\">YouTube<span class=\"sch-youtube-icon\"></span></a>", "xpath": "/html/body/footer[1]/div[1]/div[1]/div[1]/div[3]/section[1]/div[1]/div[1]/div[1]/a[1]", "issueID": "856d0747a8f52152204e084d822ce752", "signature": "0a19a47014c0c0b6a527286b1cdd96a7", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=134&issueID=856d0747a8f52152204e084d822ce752" }, { "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": 52.78125, "y": 954.390625 }, "bottom-right": { "x": 83.78125, "y": 954.390625 }, "height": 0, "width": 31 }, "position": { "line": 14063, "column": 71 }, "errorSnippet": "<a href=\"https://twitter.com/charlesschwab\" title=\"Charles Schwab Twitter page\" target=\"_blank\" class=\"footmn-sr-text\">Twitter<span class=\"sch-twitter-icon\"></span></a>", "xpath": "/html/body/footer[1]/div[1]/div[1]/div[1]/div[3]/section[1]/div[1]/div[1]/div[1]/a[2]", "issueID": "4688199bc106149e5ea22871a0903935", "signature": "11971bf892efb6b301db82660eed6e8a", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=134&issueID=4688199bc106149e5ea22871a0903935" }, { "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": 93.5625, "y": 954.390625 }, "bottom-right": { "x": 123.5625, "y": 954.390625 }, "height": 0, "width": 30 }, "position": { "line": 14080, "column": 71 }, "errorSnippet": "<a href=\"https://www.facebook.com/CharlesSchwab\" title=\"Charles Schwab Facebook Page\" target=\"_blank\" class=\"footmn-sr-text\">Facebook<span class=\"sch-facebook-icon\"></span></a>", "xpath": "/html/body/footer[1]/div[1]/div[1]/div[1]/div[3]/section[1]/div[1]/div[1]/div[1]/a[3]", "issueID": "809b3a022532d089e8f10707cd583ed8", "signature": "0cf3465f9d7d6c5377dd06c94e151bfc", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=134&issueID=809b3a022532d089e8f10707cd583ed8" }, { "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": 134.34375, "y": 954.390625 }, "bottom-right": { "x": 165.34375, "y": 954.390625 }, "height": 0, "width": 31 }, "position": { "line": 14097, "column": 71 }, "errorSnippet": "<a href=\"https://www.linkedin.com/company/charles-schwab\" title=\"Charles Schwab LinkedIn Page\" target=\"_blank\" class=\"footmn-sr-text\">LinkedIn<span class=\"sch-linkedin-icon\"></span></a>", "xpath": "/html/body/footer[1]/div[1]/div[1]/div[1]/div[3]/section[1]/div[1]/div[1]/div[1]/a[4]", "issueID": "0256accbaa297eee8f8364c56ac9460f", "signature": "f340960c046c0dff2aab5a7361edbd67", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=134&issueID=0256accbaa297eee8f8364c56ac9460f" }, { "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": 6381.45 }, "height": 6381.45, "width": 1024 }, "position": { "line": 3600, "column": 60 }, "errorSnippet": "<body class=\"path--node body-sidebars-none alias--home nodetype--pattern_landing_page logged-out node--type-pattern_landing_page normal-layout eu-cookie-compliance-status-null vp-video-poster--desktop vp-video-poster--loaded tl-modal-element--desktop ", "xpath": "/html/body", "issueID": "db13aa9210cb1b73423b941e7d22c889", "signature": "918e156c3c613828150543f909cf5bc6", "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=db13aa9210cb1b73423b941e7d22c889" }, { "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": 24.890625 }, "bottom-right": { "x": 1024, "y": 504.890625 }, "height": 480, "width": 1024 }, "position": { "line": 14584, "column": 23 }, "errorSnippet": "<div class=\"sch-mixer\" id=\"119346\" data-type=\"random\"> <div class=\"sch-mixer-component\" id=\"1\" style=\"\"> <section class=\" schfx-fullx-marquee-section schfx-image-bg-position-mobile-center-center schfx-image-bg-position-tablet-center-center", "xpath": "/html/body/div[2]/div[1]/div[3]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/article[1]/div[1]/div[1]", "issueID": "e67477c2d8d5f4ee61c8a391037adc9b", "signature": "c4c3ac91a9bbdf60ef0efc536f753cab", "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=e67477c2d8d5f4ee61c8a391037adc9b" }, { "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": 8, "y": 7 }, "bottom-right": { "x": 669.328, "y": 63 }, "height": 56, "width": 661.328 }, "position": { "line": 15742, "column": 109 }, "errorSnippet": "<h3>Check the background of Charles Schwab or one of its investment professionals using&nbsp;<a data-popup-height=\"\" data-popup-width=\"\" data-stock-symbol=\"\" data-track=\"\" href=\"https://brokercheck.finra.org/\" rel=\"\" target=\"\" title=\"\">FI", "xpath": "/html/body/div[2]/div[1]/div[3]/div[1]/div[1]/section[9]/div[1]/div[1]/div[1]/div[1]/h3[1]", "issueID": "c56e7da7a0071c6226e6f73d52da20eb", "signature": "a48659a20ef08fa4d6e4b0af6013e585", "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=c56e7da7a0071c6226e6f73d52da20eb" }, { "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": -56 }, "bottom-right": { "x": 1000, "y": 562 }, "height": 618, "width": 1000 }, "position": { "line": 15889, "column": 13 }, "errorSnippet": "<div class=\"container tpgr-disclosure\"> <p class=\"legal\"></p><div id=\"big-qq-cntr\"> <div id=\"qq0\"> <div style=\"margin-left: auto; margin-right: auto;\" id=\"qq\"> <div class=\"q1\" style=\"\">&nbsp;</div> <", "xpath": "/html/body/footer[1]/div[1]/div[1]/div[1]/div[1]", "issueID": "f77e60ad894d5a708e9e2addb46d8039", "signature": "ecf56c55e8527726bf204cd649e17a79", "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=f77e60ad894d5a708e9e2addb46d8039" }, { "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": 28, "y": 0 }, "bottom-right": { "x": 996, "y": 36 }, "height": 36, "width": 968 }, "position": { "line": 15956, "column": 25 }, "errorSnippet": "<div class=\"bd\"> <div class=\"in\"> <div id=\"qqFrm\"> <input id=\"qqIn\" autocomplete=\"off\" onfocus=\"this.select();QQ._cPup()\" onkeypress=\"QQ._key(event)\" onclick=\"this.select();QQ._cPup();QQ.ScrollToBottom();\" aria-label=\"Enter Stock Id\"", "xpath": "/html/body/footer[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]", "issueID": "b57a71922cc26f26097142b5699dfa61", "signature": "ce33f4fcf8f2920adaf51af46917c03a", "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=b57a71922cc26f26097142b5699dfa61" }, { "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": 654 }, "bottom-right": { "x": 1000, "y": 818 }, "height": 164, "width": 1000 }, "position": { "line": 16238, "column": 13 }, "errorSnippet": "<div id=\"block-sch-beacon-retail-globalfooter\" data-block-plugin-id=\"block_content:59d47921-2203-43c1-881d-c947e7ed21ce\" class=\"block block-block-content block-block-content59d47921-2203-43c1-881d-c947e7ed21ce block-global-footer\"> <div class=\"f", "xpath": "/html/body/footer[1]/div[1]/div[1]/div[1]/div[3]/div[18]", "issueID": "928dd87b8fd4bb2f3517a4b2ab2295b7", "signature": "f7fb8eeaed8f169e5dcf8c7be77fbe77", "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=928dd87b8fd4bb2f3517a4b2ab2295b7" }, { "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": 1564, "column": 0 }, "errorSnippet": "<a href=\"https://www.schwab.com\" class=\"meganv-logo-link\" aria-label=\"Charles Schwab Logo click here to go to the home page.\"> <span class=\"meganv-svg-icon\" aria-hidden=\"true\"></span> <span class=\"meganv-logo-aside\" aria-hidden=\"true", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/a[1]", "issueID": "a59f8023d6abe0f7ee3d42f44839fb67", "signature": "9aa5d12bd9fd7fba2d81eb715710751b", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=a59f8023d6abe0f7ee3d42f44839fb67" }, { "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": -60, "y": 30 }, "height": 30, "width": -60 }, "position": { "line": 1565, "column": 215 }, "errorSnippet": "<input type=\"text\" class=\"mega-search-input ui-autocomplete-input\" maxlength=\"128\" title=\"Type here for Search\" name=\"txtGlbSearchMN\" placeholder=\"Search\" autocomplete=\"off\" role=\"textbox\" aria-autocomplete=\"list\" aria-haspopup=\"true\" aria-label=\"Sear", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[1]/ul[1]/li[4]/div[1]/form[1]/div[1]/input[1]", "issueID": "381b24fed61b4e183c82589471e1854d", "signature": "dc810a7d92a95160a3cfda1c4584075a", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=381b24fed61b4e183c82589471e1854d" }, { "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": -14, "y": -14 }, "bottom-right": { "x": -26, "y": -16 }, "height": -2, "width": -12 }, "position": { "line": 9407, "column": 3 }, "errorSnippet": "<button class=\"sch-search search-icon mega-search-button\" aria-label=\"Submit search\"></button>", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[1]/ul[1]/li[4]/div[1]/form[1]/div[1]/button[1]", "issueID": "56f748f73240d7cf14e0b6426e1980e9", "signature": "f2720ab380696b39d44b887301e77a9c", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=56f748f73240d7cf14e0b6426e1980e9" }, { "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": 199, "y": 2 }, "bottom-right": { "x": 215, "y": 18 }, "height": 16, "width": 16 }, "position": { "line": 9451, "column": 3 }, "errorSnippet": "<button class=\"sch-search search-icon mega-search-button\" aria-label=\"Submit search\"></button>", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[2]/form[1]/div[1]/button[1]", "issueID": "43b1c6fff91e4968cf2e9b37403554ea", "signature": "0d321356ab9f693ed370aabc2c06bb28", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=43b1c6fff91e4968cf2e9b37403554ea" }, { "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": 50, "y": 0 }, "bottom-right": { "x": 270, "y": 50 }, "height": 50, "width": 220 }, "position": { "line": 12889, "column": 71 }, "errorSnippet": "<a href=\"https://www.schwab.com\" class=\"meganv-logo-link\" aria-label=\"Charles Schwab Logo click here to go to the home page.\"> <span class=\"meganv-svg-icon\" aria-hidden=\"true\"></span> <span class=\"meganv-logo-aside\" aria-hidden=\"true", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[3]/a[1]", "issueID": "e4bf94d10376e5ae4f3f90b821fc7d36", "signature": "109712a440da7ff412dc736cb1032acc", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=e4bf94d10376e5ae4f3f90b821fc7d36" }, { "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": 982, "y": 0 }, "bottom-right": { "x": 1004, "y": 26 }, "height": 26, "width": 22 }, "position": { "line": 12916, "column": 19 }, "errorSnippet": "<a href=\"#\" class=\"meganv-quick-quoter\" role=\"button\" aria-label=\"Toggle quick quoter tool\" aria-controls=\"meganv-quote\" aria-expanded=\"false\"> <i class=\"sch-chart\"></i> </a>", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[3]/a[2]", "issueID": "bcb26edb92756f19d561a2d9ce0173e5", "signature": "7d1e402d9fc6893647c7b52dab02d01b", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=bcb26edb92756f19d561a2d9ce0173e5" }, { "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": 12, "y": 3059.96875 }, "bottom-right": { "x": 44, "y": 3091.96875 }, "height": 32, "width": 32 }, "position": { "line": 15237, "column": 1 }, "errorSnippet": "<button class=\"bcn-button-control sch-plus-2x\" type=\"button\" aria-label=\"What is the Schwab Security Guarantee?\" aria-expanded=\"false\" data-track=\"catregistered-lc|doubleclick-gen-phom2lc|adobe-furl_securityguarantee|fireonce\" data-track-registered=\"c", "xpath": "/html/body/div[2]/div[1]/div[3]/div[1]/div[1]/section[6]/dl[1]/dt[1]/button[1]", "issueID": "0e0e37dea62361bb820e8979fccfd663", "signature": "2fc0e78c77c0b349999022fb69606cd6", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=0e0e37dea62361bb820e8979fccfd663" }, { "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": 12, "y": 3108.96875 }, "bottom-right": { "x": 44, "y": 3140.96875 }, "height": 32, "width": 32 }, "position": { "line": 15262, "column": 1 }, "errorSnippet": "<button class=\"bcn-button-control sch-plus-2x\" type=\"button\" aria-label=\"How much does it cost to work with Schwab?\" aria-expanded=\"false\" data-track=\"catregistered-lc|doubleclick-gen-phom2lc|adobe-furl_costtowork|fireonce\" data-track-registered=\"clic", "xpath": "/html/body/div[2]/div[1]/div[3]/div[1]/div[1]/section[6]/dl[1]/dt[2]/button[1]", "issueID": "8335248de7f06a1597b2682bdd5395a9", "signature": "740d97c8d1c59a94f409c3443c5dba4f", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=8335248de7f06a1597b2682bdd5395a9" }, { "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": 12, "y": 3157.96875 }, "bottom-right": { "x": 44, "y": 3189.96875 }, "height": 32, "width": 32 }, "position": { "line": 15297, "column": 1 }, "errorSnippet": "<button class=\"bcn-button-control sch-plus-2x\" type=\"button\" aria-label=\"How do I open an account?\" aria-expanded=\"false\" data-track=\"catregistered-lc|doubleclick-gen-phom2lc|adobe-furl_howtoopen|fireonce\" data-track-registered=\"click\">\n</button", "xpath": "/html/body/div[2]/div[1]/div[3]/div[1]/div[1]/section[6]/dl[1]/dt[3]/button[1]", "issueID": "b0ba3867bb1aec0eaee6f9da79fc5e45", "signature": "8fa25b36eb17da1825cffcd793018732", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=b0ba3867bb1aec0eaee6f9da79fc5e45" }, { "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": 12, "y": 3206.96875 }, "bottom-right": { "x": 44, "y": 3238.96875 }, "height": 32, "width": 32 }, "position": { "line": 15330, "column": 1 }, "errorSnippet": "<button class=\"bcn-button-control sch-plus-2x\" type=\"button\" aria-label=\"What kind of investment products does Schwab offer?\" aria-expanded=\"false\" data-track=\"catregistered-lc|doubleclick-gen-phom2lc|adobe-furl_whatproducts|fireonce\" data-track-regis", "xpath": "/html/body/div[2]/div[1]/div[3]/div[1]/div[1]/section[6]/dl[1]/dt[4]/button[1]", "issueID": "33f74aa13bde9516c73b65ec1911d81f", "signature": "bec3cb09533dccc8795366d2e65abd3b", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=33f74aa13bde9516c73b65ec1911d81f" }, { "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": 12, "y": 3255.96875 }, "bottom-right": { "x": 44, "y": 3287.96875 }, "height": 32, "width": 32 }, "position": { "line": 15353, "column": 1 }, "errorSnippet": "<button class=\"bcn-button-control sch-plus-2x\" type=\"button\" aria-label=\"How easy is it to switch brokerage providers?\" aria-expanded=\"false\" data-track=\"catregistered-lc|doubleclick-gen-phom2lc|adobe-furl_howeasytoswitch|fireonce\" data-track-register", "xpath": "/html/body/div[2]/div[1]/div[3]/div[1]/div[1]/section[6]/dl[1]/dt[5]/button[1]", "issueID": "b66be51216aa82070e7217a934039ed7", "signature": "6572606994cc0b4e78d99e234bfe6116", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=b66be51216aa82070e7217a934039ed7" }, { "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": 12, "y": 3304.96875 }, "bottom-right": { "x": 44, "y": 3336.96875 }, "height": 32, "width": 32 }, "position": { "line": 15388, "column": 1 }, "errorSnippet": "<button class=\"bcn-button-control sch-plus-2x\" type=\"button\" aria-label=\"Why should I bank with Schwab Bank?\" aria-expanded=\"false\" data-track=\"catregistered-lc|doubleclick-gen-phom2lc|adobe-furl_whybank|fireonce\" data-track-registered=\"click\">\n<", "xpath": "/html/body/div[2]/div[1]/div[3]/div[1]/div[1]/section[6]/dl[1]/dt[6]/button[1]", "issueID": "18a646a793a13dcbdd82b827eecd3cb6", "signature": "2adb10fd50a9b8c27058cf1ca15935f0", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=18a646a793a13dcbdd82b827eecd3cb6" }, { "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": 8, "y": 53 }, "bottom-right": { "x": 28, "y": 73 }, "height": 20, "width": 20 }, "position": { "line": 13809, "column": 19 }, "errorSnippet": "<a href=\"https://www.schwab.com/chinese-language-services-en\">中文</a>", "xpath": "/html/body/div[2]/div[1]/div[3]/div[1]/div[1]/section[10]/div[1]/ul[1]/li[5]/div[1]/div[3]/div[1]/p[1]/a[1]", "issueID": "ab76236110a00fd4af94e52d4f019343", "signature": "f5189399b67e890c7b79897da84b3f50", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=ab76236110a00fd4af94e52d4f019343" }, { "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": 16, "y": 16 }, "height": 16, "width": 16 }, "position": { "line": 16435, "column": 13 }, "errorSnippet": "<button type=\"button\" class=\"sch-plus-large footmn-btn-expand\" aria-label=\"Click to view more links\" style=\"\"></button>", "xpath": "/html/body/footer[1]/div[1]/div[1]/div[1]/div[3]/section[1]/div[2]/ul[1]/li[1]/button[1]", "issueID": "06e3ecd7183352d186147d40454d1a4e", "signature": "fa92eec5dbab00395a47011d6a83a9cd", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=06e3ecd7183352d186147d40454d1a4e" }, { "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": 16, "y": 16 }, "height": 16, "width": 16 }, "position": { "line": 16462, "column": 13 }, "errorSnippet": "<button type=\"button\" class=\"sch-plus-large footmn-btn-expand\" aria-label=\"Click to view more links\" style=\"\"></button>", "xpath": "/html/body/footer[1]/div[1]/div[1]/div[1]/div[3]/section[1]/div[2]/ul[1]/li[2]/button[1]", "issueID": "678be7fe051fc13753044fd0097f7580", "signature": "b2476ad78de82f6d912e87968b6eacf2", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=678be7fe051fc13753044fd0097f7580" }, { "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": 16, "y": 16 }, "height": 16, "width": 16 }, "position": { "line": 16489, "column": 13 }, "errorSnippet": "<button type=\"button\" class=\"sch-plus-large footmn-btn-expand\" aria-label=\"Click to view more links\" style=\"\"></button>", "xpath": "/html/body/footer[1]/div[1]/div[1]/div[1]/div[3]/section[1]/div[2]/ul[1]/li[3]/button[1]", "issueID": "eb935ac3987145b3b442ee61f98beecf", "signature": "355567b75e319660d04a03599ce94cc6", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=eb935ac3987145b3b442ee61f98beecf" }, { "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": 16, "y": 16 }, "height": 16, "width": 16 }, "position": { "line": 16510, "column": 13 }, "errorSnippet": "<button type=\"button\" class=\"sch-plus-large footmn-btn-expand\" aria-label=\"Click to view more links\" style=\"\"></button>", "xpath": "/html/body/footer[1]/div[1]/div[1]/div[1]/div[3]/section[1]/div[2]/ul[1]/li[4]/button[1]", "issueID": "cc4d0e7161a079091a1409ae5e3d7412", "signature": "b321f8baa17fd9eefa002a204bb782da", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=cc4d0e7161a079091a1409ae5e3d7412" }, { "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": 16, "y": 16 }, "height": 16, "width": 16 }, "position": { "line": 16531, "column": 13 }, "errorSnippet": "<button type=\"button\" class=\"sch-plus-large footmn-btn-expand\" aria-label=\"Click to view more links\" style=\"\"></button>", "xpath": "/html/body/footer[1]/div[1]/div[1]/div[1]/div[3]/section[1]/div[2]/ul[1]/li[5]/button[1]", "issueID": "d48b6e9535535c14713ef1769dbf427c", "signature": "83138b65de9975fb9f6c3735a52c8221", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=d48b6e9535535c14713ef1769dbf427c" }, { "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": 16, "y": 16 }, "height": 16, "width": 16 }, "position": { "line": 16558, "column": 13 }, "errorSnippet": "<button type=\"button\" class=\"sch-plus-large footmn-btn-expand\" aria-label=\"Click to view more links\" style=\"\"></button>", "xpath": "/html/body/footer[1]/div[1]/div[1]/div[1]/div[3]/section[1]/div[2]/ul[1]/li[6]/button[1]", "issueID": "0287099b1280f99a670edad7862dfde3", "signature": "1052bcb61582a948bfe0d2b967750643", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=0287099b1280f99a670edad7862dfde3" }, { "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": -2 }, "height": -2, "width": 0 }, "position": { "line": 9390, "column": 11 }, "errorSnippet": "<li role=\"none\"> <ul class=\"meganvpsr-main__menu__l1__submenu__forcedCol\"> <li> <a href=\"#\" id=\"Accounts\" role=\"link\" data-lvl=\"1\" aria-haspopup=\"true\" aria-expanded=\"false\"><span class=\"meganvpsr-main__menu__l1__heading\">Ac", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]", "issueID": "a04339e08dc057989cd72a2df06643a9", "signature": "5a4342e5ea6f6cd32b08f0e594297406", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=a04339e08dc057989cd72a2df06643a9" }, { "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": 7423, "column": 0 }, "errorSnippet": "<ul class=\"meganvpsr-main__menu__l1__submenu__forcedCol\"> <li> <a href=\"#\" id=\"Accounts\" role=\"link\" data-lvl=\"1\" aria-haspopup=\"true\" aria-expanded=\"false\"><span class=\"meganvpsr-main__menu__l1__heading\">Accounts</span> <", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]", "issueID": "b2391a65048203423af54117b0848cce", "signature": "64a0f4a48dcd9b949d396da447b7484e", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=b2391a65048203423af54117b0848cce" }, { "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": 9401, "column": 39 }, "errorSnippet": "<li> <a href=\"#\" id=\"Accounts\" role=\"link\" data-lvl=\"1\" aria-haspopup=\"true\" aria-expanded=\"false\"><span class=\"meganvpsr-main__menu__l1__heading\">Accounts</span> <span aria-hidden=\"true\" class=\"sch-angle-down meganv-btn-expand", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]", "issueID": "aff73cf2d68ea0b28f3b720e787ec911", "signature": "eb32285264a3e93ee5d5bb3462c3d8a2", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=aff73cf2d68ea0b28f3b720e787ec911" }, { "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": 8911, "column": 110 }, "errorSnippet": "<ul class=\"meganvpsr-main__menu__l1__submenu__lx meganv-submenu-lvl2\" style=\"display: none;\"> <li role=\"none\" class=\"meganv-hide-mobile\" style=\"\"> <a href=\"https://www.schwab.com/public/schwab/investing/accounts_products/accounts\" role=\"li", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]", "issueID": "d19629a4b6c81e97125495f06c917c66", "signature": "5afd1e76e044149b8812afd47572358f", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=d19629a4b6c81e97125495f06c917c66" }, { "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": 9416, "column": 2 }, "errorSnippet": "<li role=\"none\"> <a href=\"https://www.schwab.com/brokerage\" id=\"BrokerageandTrading\" role=\"link\" data-lvl=\"2\" aria-haspopup=\"true\" aria-expanded=\"false\">Brokerage and Trading <span aria-hidden=\"true\" class=\"sch-angle-down meganv-btn-expand", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[2]", "issueID": "480e09a4758b881418cda3f1126fb369", "signature": "a5bcaf8243c8ea506dde18130e739446", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=480e09a4758b881418cda3f1126fb369" }, { "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": 9341, "column": 1 }, "errorSnippet": "<ul class=\"meganvpsr-main__menu__l1__submenu__lx meganv-submenu-lvl3\" style=\"display: none;\"> <li role=\"none\"> <a href=\"https://www.schwab.com/brokerage\" role=\"link\" data-lvl=\"3\">Brokerage and Trading Account </a> </li> <", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[2]/ul[1]", "issueID": "ccb617697129bfdac6f8f1379eba2750", "signature": "4abdcb117bb6798749ab89cfa2f8eb95", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=ccb617697129bfdac6f8f1379eba2750" }, { "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": 9417, "column": 2 }, "errorSnippet": "<li role=\"none\"> <a href=\"https://www.schwab.com/brokerage\" role=\"link\" data-lvl=\"3\">Brokerage and Trading Account </a> </li>", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[2]/ul[1]/li[1]", "issueID": "58e6bd3c770342916f7ef2cdbef2ccf1", "signature": "5f7bbded633782de4faac81c8ec26c3b", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=58e6bd3c770342916f7ef2cdbef2ccf1" }, { "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": 9418, "column": 2 }, "errorSnippet": "<li role=\"none\"> <a href=\"https://www.schwab.com/brokerage/types-of-brokerage-accounts\" role=\"link\" data-lvl=\"3\">Types of Brokerage Accounts </a> </li>", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[2]/ul[1]/li[2]", "issueID": "70f657199c1cc771c6f81dfbb9a186c7", "signature": "b63583d2cda80a9cc172ee10192183d5", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=70f657199c1cc771c6f81dfbb9a186c7" }, { "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": 9419, "column": 2 }, "errorSnippet": "<li role=\"none\"> <a href=\"https://www.schwab.com/brokerage/what-is-a-brokerage-account\" role=\"link\" data-lvl=\"3\">What is a Brokerage Account </a> </li>", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[2]/ul[1]/li[3]", "issueID": "bf6a6e36966bf660d206f08bf2b3ee6e", "signature": "83d9be4b4364191eb5ecf6df3606c762", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=bf6a6e36966bf660d206f08bf2b3ee6e" }, { "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": 9420, "column": 2 }, "errorSnippet": "<li role=\"none\"> <a href=\"https://www.schwab.com/ira\" id=\"RetirementandIRAs\" role=\"link\" data-lvl=\"2\" aria-haspopup=\"true\" aria-expanded=\"false\">Retirement and IRAs <span aria-hidden=\"true\" class=\"sch-angle-down meganv-btn-expand meganv-bt", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[3]", "issueID": "4eb0470396116197451df7f2d3b4aa7b", "signature": "d11a475aac02a91f59eda6000780c679", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=4eb0470396116197451df7f2d3b4aa7b" }, { "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": 9351, "column": 1 }, "errorSnippet": "<ul class=\"meganvpsr-main__menu__l1__submenu__lx meganv-submenu-lvl3\" style=\"display: none;\"> <li role=\"none\"> <a href=\"https://www.schwab.com/ira\" role=\"link\" data-lvl=\"3\">Retirement Accounts (IRAs) </a> </li> <li role=\"", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[3]/ul[1]", "issueID": "f05eaf355848d7f89a1b893992c21749", "signature": "fab6dea9985485b7a46af5f40b187815", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=f05eaf355848d7f89a1b893992c21749" }, { "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": 9421, "column": 2 }, "errorSnippet": "<li role=\"none\"> <a href=\"https://www.schwab.com/ira\" role=\"link\" data-lvl=\"3\">Retirement Accounts (IRAs) </a> </li>", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[3]/ul[1]/li[1]", "issueID": "4fd9703e54ef90b59039995bcf6378ea", "signature": "d164ef57ce8f45863e4497f07f096b03", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=4fd9703e54ef90b59039995bcf6378ea" }, { "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": 9422, "column": 2 }, "errorSnippet": "<li role=\"none\"> <a href=\"#\" id=\"UnderstandingIRAs\" role=\"link\" data-lvl=\"3\" aria-haspopup=\"true\" aria-expanded=\"false\">Understanding IRAs <span aria-hidden=\"true\" class=\"sch-angle-down meganv-btn-expand meganv-btn-lvl3\"></span> &", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[3]/ul[1]/li[2]", "issueID": "85eb3af5a7059897476000f2a7ae0f77", "signature": "343bc05b13c790febd666c765b2e0211", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=85eb3af5a7059897476000f2a7ae0f77" }, { "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": 9415, "column": 15 }, "errorSnippet": "<ul class=\"meganvpsr-main__menu__l1__submenu__lx meganv-submenu-lvl4\" style=\"display: none;\"> <li role=\"none\"> <a href=\"https://www.schwab.com/ira/understand-iras\" role=\"link\" data-lvl=\"4\">Understanding IRAs </a> </li> <l", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[3]/ul[1]/li[2]/ul[1]", "issueID": "14d93a1157e0bb57b218a98740c1c3cf", "signature": "aa45ba9c1e4a322bbff1d9557c3bdad5", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=14d93a1157e0bb57b218a98740c1c3cf" }, { "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": 9425, "column": 2 }, "errorSnippet": "<li role=\"none\"> <a href=\"#\" id=\"Withdrawals&amp;Distributions\" role=\"link\" data-lvl=\"4\" aria-haspopup=\"true\" aria-expanded=\"false\">Withdrawals &amp; Distributions <span aria-hidden=\"true\" class=\"sch-angle-down meganv-btn-expand me", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[3]/ul[1]/li[2]/ul[1]/li[3]", "issueID": "9e460fb6bd31163dc02db972a69f93e4", "signature": "e1289e84700ba7a0558a66ec21a385b7", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=9e460fb6bd31163dc02db972a69f93e4" }, { "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": 9461, "column": 15 }, "errorSnippet": "<ul class=\"meganvpsr-main__menu__l1__submenu__lx meganv-submenu-lvl5\" style=\"display: none;\"> <li role=\"none\"> <a href=\"https://www.schwab.com/ira/understand-iras/withdrawals\" role=\"link\" data-lvl=\"5\">Withdrawals &amp; Distributions", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[3]/ul[1]/li[2]/ul[1]/li[3]/ul[1]", "issueID": "9ce1ba93b576ab483aa54f1291a67b18", "signature": "193987fb3c702d4bc6d2b4ac70443b00", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=9ce1ba93b576ab483aa54f1291a67b18" }, { "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": 9426, "column": 2 }, "errorSnippet": "<li role=\"none\"> <a href=\"https://www.schwab.com/ira/understand-iras/withdrawals\" role=\"link\" data-lvl=\"5\">Withdrawals &amp; Distributions </a> </li>", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[3]/ul[1]/li[2]/ul[1]/li[3]/ul[1]/li[1]", "issueID": "bad20e737854e9b5c93ccafe8c58d818", "signature": "dc14d73ccc047dca445f2437416f446c", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=bad20e737854e9b5c93ccafe8c58d818" }, { "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": 9429, "column": 2 }, "errorSnippet": "<li role=\"none\"> <a href=\"https://www.schwab.com/ira/understand-iras/withdrawals/required-minimum-distributions\" role=\"link\" data-lvl=\"5\">Required Minimum Distributions </a> </li>", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[3]/ul[1]/li[2]/ul[1]/li[3]/ul[1]/li[4]", "issueID": "21a476699125e686bb9147d211651ac9", "signature": "e943cafb602a73b97ac8304fb317d45e", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=21a476699125e686bb9147d211651ac9" }, { "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": 9434, "column": 39 }, "errorSnippet": "<li role=\"none\"> <a href=\"#\" id=\"Calculators\" role=\"link\" data-lvl=\"4\" aria-haspopup=\"true\" aria-expanded=\"false\">Calculators <span aria-hidden=\"true\" class=\"sch-angle-down meganv-btn-expand meganv-btn-lvl4\"></span> </a> <", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[3]/ul[1]/li[2]/ul[1]/li[4]", "issueID": "f6d462956c8b117e54e8e785b5510758", "signature": "ee4e2b3eac05ced9498a5ecbfc592d53", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=f6d462956c8b117e54e8e785b5510758" }, { "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": 9479, "column": 51 }, "errorSnippet": "<ul class=\"meganvpsr-main__menu__l1__submenu__lx meganv-submenu-lvl5\" style=\"display: none;\"> <li role=\"none\"> <a href=\"https://www.schwab.com/ira/understand-iras/ira-calculators\" role=\"link\" data-lvl=\"5\">IRA Calculators </a> <", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[3]/ul[1]/li[2]/ul[1]/li[4]/ul[1]", "issueID": "6b5c4190707b7004414734826a913a46", "signature": "611b9dfaefa96d0b6bb6e575e5f919ed", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=6b5c4190707b7004414734826a913a46" }, { "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": 9506, "column": 61 }, "errorSnippet": "<li role=\"none\"> <a href=\"#\" id=\"TraditionalIRA\" role=\"link\" data-lvl=\"3\" aria-haspopup=\"true\" aria-expanded=\"false\">Traditional IRA <span aria-hidden=\"true\" class=\"sch-angle-down meganv-btn-expand meganv-btn-lvl3\"></span> </a&", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[3]/ul[1]/li[3]", "issueID": "39412e19eb988e2860119541b362d714", "signature": "d64b80553dc8de6500009d5931974d8f", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=39412e19eb988e2860119541b362d714" }, { "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": 9482, "column": 103 }, "errorSnippet": "<ul class=\"meganvpsr-main__menu__l1__submenu__lx meganv-submenu-lvl4\" style=\"display: none;\"> <li role=\"none\"> <a href=\"https://www.schwab.com/ira/trad-ira\" role=\"link\" data-lvl=\"4\">Traditional IRA Account </a> </li> <li ", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[3]/ul[1]/li[3]/ul[1]", "issueID": "0932584b6d3afeaa7af38b3e9213807e", "signature": "7022a4e87f49825ac0e6f97fbec5b37a", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=0932584b6d3afeaa7af38b3e9213807e" }, { "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": 9523, "column": 61 }, "errorSnippet": "<li role=\"none\"> <a href=\"https://www.schwab.com/ira/trad-ira\" role=\"link\" data-lvl=\"4\">Traditional IRA Account </a> </li>", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[3]/ul[1]/li[3]/ul[1]/li[1]", "issueID": "aacc9d04738f144bdb6de7909cfd8782", "signature": "b038ef2cc6f212e4a31071300a217b51", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=aacc9d04738f144bdb6de7909cfd8782" }, { "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": 9541, "column": 61 }, "errorSnippet": "<li role=\"none\"> <a href=\"https://www.schwab.com/ira/trad-ira/what-is-a-trad-ira\" role=\"link\" data-lvl=\"4\">What is a Traditional IRA </a> </li>", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[3]/ul[1]/li[3]/ul[1]/li[2]", "issueID": "86357fa1c3e11d1645126e42072a403d", "signature": "ff9fb0d0165b3c442e3507d9ce6f9ca9", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=86357fa1c3e11d1645126e42072a403d" }, { "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": 9597, "column": 61 }, "errorSnippet": "<li role=\"none\"> <a href=\"#\" id=\"RothIRA\" role=\"link\" data-lvl=\"3\" aria-haspopup=\"true\" aria-expanded=\"false\">Roth IRA <span aria-hidden=\"true\" class=\"sch-angle-down meganv-btn-expand meganv-btn-lvl3\"></span> </a> <ul cla", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[3]/ul[1]/li[4]", "issueID": "25a521d227e58bee8059ef57459dcbbd", "signature": "49426eee9718fdc5c58d7d09a2f8f949", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=25a521d227e58bee8059ef57459dcbbd" }, { "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": 9489, "column": 45 }, "errorSnippet": "<ul class=\"meganvpsr-main__menu__l1__submenu__lx meganv-submenu-lvl4\" style=\"display: none;\"> <li role=\"none\"> <a href=\"https://www.schwab.com/ira/roth-ira\" role=\"link\" data-lvl=\"4\">Roth IRA Account </a> </li> <li role=\"n", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[3]/ul[1]/li[4]/ul[1]", "issueID": "5f322b7bcc205161accef6d9740dd8cf", "signature": "f41c5dc65f22b19ba484f28744673d9d", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=5f322b7bcc205161accef6d9740dd8cf" }, { "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": 9702, "column": 61 }, "errorSnippet": "<li role=\"none\"> <a href=\"#\" id=\"IRARollover\" role=\"link\" data-lvl=\"3\" aria-haspopup=\"true\" aria-expanded=\"false\">IRA Rollover <span aria-hidden=\"true\" class=\"sch-angle-down meganv-btn-expand meganv-btn-lvl3\"></span> </a> &l", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[3]/ul[1]/li[5]", "issueID": "78332d2e47eb6e9059ff528cd26537b2", "signature": "b03fa36518583a1fd28625bcfed6f32d", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=78332d2e47eb6e9059ff528cd26537b2" }, { "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": 9502, "column": 103 }, "errorSnippet": "<ul class=\"meganvpsr-main__menu__l1__submenu__lx meganv-submenu-lvl4\" style=\"display: none;\"> <li role=\"none\"> <a href=\"https://www.schwab.com/ira/rollover-ira\" role=\"link\" data-lvl=\"4\">IRA Rollover Account </a> </li> <li", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[3]/ul[1]/li[5]/ul[1]", "issueID": "99b94d14eb9c762a2d05eec125c1dfd5", "signature": "cc05b9403da8a75dce3711ca86414045", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=99b94d14eb9c762a2d05eec125c1dfd5" }, { "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": 9753, "column": 61 }, "errorSnippet": "<li role=\"none\"> <a href=\"https://www.schwab.com/ira/rollover-ira/rollover-options\" role=\"link\" data-lvl=\"4\">Rollover IRA/401K Rollover Options </a> </li>", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[3]/ul[1]/li[5]/ul[1]/li[3]", "issueID": "78a91f1a6471b4bffd3f866a271efb21", "signature": "46e644377ca7f78a248c671d4907535d", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=78a91f1a6471b4bffd3f866a271efb21" }, { "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": 9810, "column": 61 }, "errorSnippet": "<li role=\"none\"> <a href=\"#\" id=\"InheritedIRA\" role=\"link\" data-lvl=\"3\" aria-haspopup=\"true\" aria-expanded=\"false\">Inherited IRA <span aria-hidden=\"true\" class=\"sch-angle-down meganv-btn-expand meganv-btn-lvl3\"></span> </a> ", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[3]/ul[1]/li[6]", "issueID": "53033bb823f417c8382dad3271653476", "signature": "c6b05f2d2da30019dede48b1739bb6c9", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=53033bb823f417c8382dad3271653476" }, { "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": 9537, "column": 103 }, "errorSnippet": "<ul class=\"meganvpsr-main__menu__l1__submenu__lx meganv-submenu-lvl4\" style=\"display: none;\"> <li role=\"none\"> <a href=\"https://www.schwab.com/ira/inherited-ira\" role=\"link\" data-lvl=\"4\">Inherited IRA Account </a> </li> <", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[3]/ul[1]/li[6]/ul[1]", "issueID": "23a03fdd8f16f79475de8b8b75a00458", "signature": "7ffe9a91e187e1880cb5cd691c525a02", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=23a03fdd8f16f79475de8b8b75a00458" }, { "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": 9889, "column": 61 }, "errorSnippet": "<li role=\"none\"> <a href=\"https://www.schwab.com/college-savings-accounts\" id=\"EducationandCustodial\" role=\"link\" data-lvl=\"2\" aria-haspopup=\"true\" aria-expanded=\"false\">Education and Custodial <span aria-hidden=\"true\" class=\"sch-angle-dow", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[4]", "issueID": "17803fbf6fa95cac3e27369e693ce05d", "signature": "ff4fc4d536d28f967d19501e67ddd679", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=17803fbf6fa95cac3e27369e693ce05d" }, { "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": 9611, "column": 103 }, "errorSnippet": "<ul class=\"meganvpsr-main__menu__l1__submenu__lx meganv-submenu-lvl3\" style=\"display: none;\"> <li role=\"none\"> <a href=\"https://www.schwab.com/college-savings-accounts\" role=\"link\" data-lvl=\"3\">Overview </a> </li> <li rol", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[4]/ul[1]", "issueID": "55faedbf813ba13cab984ae57ac21171", "signature": "9881445f438037cf74e4d858b086c244", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=55faedbf813ba13cab984ae57ac21171" }, { "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": 9923, "column": 61 }, "errorSnippet": "<li role=\"none\"> <a href=\"https://www.schwab.com/public/schwab/investing/retirement_and_planning/saving_for_college/college_savings_calculator\" role=\"link\" data-lvl=\"3\">College Savings Calculator </a> </li>", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[4]/ul[1]/li[2]", "issueID": "f84ca2bc708c94f59b5501fec72e5789", "signature": "671a4b718da80808a8de39777a69c353", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=f84ca2bc708c94f59b5501fec72e5789" }, { "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": 9940, "column": 61 }, "errorSnippet": "<li role=\"none\"> <a href=\"#\" id=\"529SavingsPlan\" role=\"link\" data-lvl=\"3\" aria-haspopup=\"true\" aria-expanded=\"false\">529 Savings Plan <span aria-hidden=\"true\" class=\"sch-angle-down meganv-btn-expand meganv-btn-lvl3\"></span> </a", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[4]/ul[1]/li[3]", "issueID": "17faa3c09cffdea9592817b86d88025b", "signature": "8d7ae71b171fe621316eb3258fcbc83f", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=17faa3c09cffdea9592817b86d88025b" }, { "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": 9646, "column": 103 }, "errorSnippet": "<ul class=\"meganvpsr-main__menu__l1__submenu__lx meganv-submenu-lvl4\" style=\"display: none;\"> <li role=\"none\"> <a href=\"https://www.schwab.com/529-plan\" role=\"link\" data-lvl=\"4\">Overview </a> </li> <li role=\"none\"> <", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[4]/ul[1]/li[3]/ul[1]", "issueID": "dee51e5cdaea659749d6f3827e8541cc", "signature": "8a256851096384b00463680f754dea7d", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=dee51e5cdaea659749d6f3827e8541cc" }, { "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": 9980, "column": 61 }, "errorSnippet": "<li role=\"none\"> <a href=\"https://www.schwab.com/529-plan/529-state-tax-calculator\" role=\"link\" data-lvl=\"4\">529 State Tax Calculator </a> </li>", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[4]/ul[1]/li[3]/ul[1]/li[2]", "issueID": "548a6dd6ed4d2c8fa68e4d9391b13c29", "signature": "eb455878f7e45131854386614d0f6010", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=548a6dd6ed4d2c8fa68e4d9391b13c29" }, { "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": 9997, "column": 61 }, "errorSnippet": "<li role=\"none\"> <a href=\"https://www.schwab.com/529-plan/learning-quest\" role=\"link\" data-lvl=\"4\">Learning Quest 529 Plan </a> </li>", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[4]/ul[1]/li[3]/ul[1]/li[3]", "issueID": "6918961ae0d8a05cbe398865773796c4", "signature": "6c629e07964b719a83fe9923e80cc9df", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=6918961ae0d8a05cbe398865773796c4" }, { "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": 10014, "column": 61 }, "errorSnippet": "<li role=\"none\"> <a href=\"https://www.schwab.com/educational-savings-account\" role=\"link\" data-lvl=\"3\">Education Savings Account </a> </li>", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[4]/ul[1]/li[4]", "issueID": "f250433776e7d6c7aee83f001c1c024c", "signature": "be364c50a51ec5ed7846de7d3987c0ed", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=f250433776e7d6c7aee83f001c1c024c" }, { "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": 10031, "column": 61 }, "errorSnippet": "<li role=\"none\"> <a href=\"#\" id=\"CustodialAccount\" role=\"link\" data-lvl=\"3\" aria-haspopup=\"true\" aria-expanded=\"false\">Custodial Account <span aria-hidden=\"true\" class=\"sch-angle-down meganv-btn-expand meganv-btn-lvl3\"></span> <", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[4]/ul[1]/li[5]", "issueID": "525f7b6aef591633fd828b234d67e53b", "signature": "b2d956fa0fe91983d287170032eec046", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=525f7b6aef591633fd828b234d67e53b" }, { "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": 9698, "column": 103 }, "errorSnippet": "<ul class=\"meganvpsr-main__menu__l1__submenu__lx meganv-submenu-lvl4\" style=\"display: none;\"> <li role=\"none\"> <a href=\"https://www.schwab.com/custodial-account\" role=\"link\" data-lvl=\"4\">Overview </a> </li> <li role=\"none", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[4]/ul[1]/li[5]/ul[1]", "issueID": "4221053e27e08308b198cd2657aadfc7", "signature": "244aa7ebbe5f99fc657430ccb9160635", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=4221053e27e08308b198cd2657aadfc7" }, { "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": 10088, "column": 61 }, "errorSnippet": "<li role=\"none\"> <a href=\"https://www.schwab.com/pcra\" role=\"link\" data-lvl=\"2\">Personal Choice Retirement </a> </li>", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[5]", "issueID": "05d9100834b848f6a264e44ebf1d9db6", "signature": "1692ad18c4a84dfc1697dc5973238810", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=05d9100834b848f6a264e44ebf1d9db6" }, { "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": 10105, "column": 61 }, "errorSnippet": "<li role=\"none\"> <a href=\"https://www.schwab.com/small-business-solutions\" id=\"SmallBusiness\" role=\"link\" data-lvl=\"2\" aria-haspopup=\"true\" aria-expanded=\"false\">Small Business <span aria-hidden=\"true\" class=\"sch-angle-down meganv-btn-expa", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[6]", "issueID": "1480f8aa68ec0a6ce17d2ffd4193fc1f", "signature": "f59e40cacbe5a945965e60510cb9cb0c", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=1480f8aa68ec0a6ce17d2ffd4193fc1f" }, { "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": 9789, "column": 103 }, "errorSnippet": "<ul class=\"meganvpsr-main__menu__l1__submenu__lx meganv-submenu-lvl3\" style=\"display: none;\"> <li role=\"none\"> <a href=\"https://www.schwab.com/small-business-solutions\" role=\"link\" data-lvl=\"3\">Overview </a> </li> <li rol", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[6]/ul[1]", "issueID": "13dbe4827a85e30c345aa83d6b957496", "signature": "5fc930b0931ba1e30971f2ee66f7211d", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=13dbe4827a85e30c345aa83d6b957496" }, { "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": 10139, "column": 61 }, "errorSnippet": "<li role=\"none\"> <a href=\"#\" id=\"SmallBusinessRetirement\" role=\"link\" data-lvl=\"3\" aria-haspopup=\"true\" aria-expanded=\"false\">Small Business Retirement <span aria-hidden=\"true\" class=\"sch-angle-down meganv-btn-expand meganv-btn-lvl3\">&l", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[6]/ul[1]/li[2]", "issueID": "13915ceeac5a1836e4d5896988fc65f0", "signature": "6f3b92c31b8d1b9cdcbf8f5b86370854", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=13915ceeac5a1836e4d5896988fc65f0" }, { "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": 9885, "column": 103 }, "errorSnippet": "<ul class=\"meganvpsr-main__menu__l1__submenu__lx meganv-submenu-lvl4\" style=\"display: none;\"> <li role=\"none\"> <a href=\"https://www.schwab.com/small-business-retirement-plans\" role=\"link\" data-lvl=\"4\">Overview </a> </li> <", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[6]/ul[1]/li[2]/ul[1]", "issueID": "da1ff1d70580b1a50855d9522e77909b", "signature": "d3cff527bd8701a40f04fd5a5f88c9cb", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=da1ff1d70580b1a50855d9522e77909b" }, { "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": 10213, "column": 61 }, "errorSnippet": "<li role=\"none\"> <a href=\"#\" id=\"PersonalDefinedBenefitPlan\" role=\"link\" data-lvl=\"4\" aria-haspopup=\"true\" aria-expanded=\"false\">Personal Defined Benefit Plan <span aria-hidden=\"true\" class=\"sch-angle-down meganv-btn-expand meganv-btn-lvl4", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[6]/ul[1]/li[2]/ul[1]/li[4]", "issueID": "09a2ce6be8dc7de5fc1dfa1a8369d740", "signature": "c5fdc5b1472413942f26931a03aee2fb", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=09a2ce6be8dc7de5fc1dfa1a8369d740" }, { "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": 10309, "column": 61 }, "errorSnippet": "<li role=\"none\"> <a href=\"https://www.schwab.com/small-business-retirement-plans/company-retirement-account\" role=\"link\" data-lvl=\"4\">Company Retirement Account </a> </li>", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[6]/ul[1]/li[2]/ul[1]/li[7]", "issueID": "c42769308572d61e6c2b82dea7089a5b", "signature": "a16a1acae2bfc44b62c69230ca9c08b4", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=c42769308572d61e6c2b82dea7089a5b" }, { "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": -2 }, "height": -2, "width": 0 }, "position": { "line": 10361, "column": 61 }, "errorSnippet": "<li role=\"none\"> <ul class=\"meganvpsr-main__menu__l1__submenu__forcedCol\"> <li> <a href=\"#\" id=\"Trading&amp;Research\" role=\"link\" data-lvl=\"1\" aria-haspopup=\"true\" aria-expanded=\"false\"><span class=\"meganvpsr-main__menu__l1", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[2]", "issueID": "86314ece3b48ede7321fd6a74d1444dd", "signature": "69e01674ca84f64c67fa87b79b9225ae", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=86314ece3b48ede7321fd6a74d1444dd" }, { "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": 10084, "column": 103 }, "errorSnippet": "<ul class=\"meganvpsr-main__menu__l1__submenu__forcedCol\"> <li> <a href=\"#\" id=\"Trading&amp;Research\" role=\"link\" data-lvl=\"1\" aria-haspopup=\"true\" aria-expanded=\"false\"><span class=\"meganvpsr-main__menu__l1__heading\">Trading &", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[2]/ul[1]", "issueID": "c8b463b35804732bda1d64e90495f4f2", "signature": "4d6b271d1ffded09775cfdad7d3bd663", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=c8b463b35804732bda1d64e90495f4f2" }, { "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": 10383, "column": 61 }, "errorSnippet": "<li> <a href=\"#\" id=\"Trading&amp;Research\" role=\"link\" data-lvl=\"1\" aria-haspopup=\"true\" aria-expanded=\"false\"><span class=\"meganvpsr-main__menu__l1__heading\">Trading &amp; Research</span> <span aria-hidden=\"true\" class", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[2]/ul[1]/li[1]", "issueID": "173ef226c945d963e82cf5d26b86b110", "signature": "66558a98a8194385071a77a304ad9b9d", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=173ef226c945d963e82cf5d26b86b110" }, { "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": 10192, "column": 103 }, "errorSnippet": "<ul class=\"meganvpsr-main__menu__l1__submenu__lx meganv-submenu-lvl2\" style=\"display: none;\"> <li role=\"none\" class=\"meganv-hide-mobile\" style=\"\"> <a href=\"#\" role=\"link\" data-lvl=\"2\">Overview </a> </li> <li role=\"none\"&g", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[2]/ul[1]/li[1]/ul[1]", "issueID": "4c129ccb929d1856f14bc1397794c625", "signature": "45aa21216f1282ddbd065e9bf0962985", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=4c129ccb929d1856f14bc1397794c625" }, { "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": 10462, "column": 61 }, "errorSnippet": "<li role=\"none\"> <a href=\"https://www.schwab.com/trading/tools-and-platforms\" id=\"PlatformsandTools\" role=\"link\" data-lvl=\"2\" aria-haspopup=\"true\" aria-expanded=\"false\">Platforms and Tools <span aria-hidden=\"true\" class=\"sch-angle-down meg", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[2]/ul[1]/li[1]/ul[1]/li[4]", "issueID": "ddc8caaba9012ae44f3e49b26cf00234", "signature": "228b7a128d1d5fa13fd44c418e2a54dc", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=ddc8caaba9012ae44f3e49b26cf00234" }, { "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": 10271, "column": 103 }, "errorSnippet": "<ul class=\"meganvpsr-main__menu__l1__submenu__lx meganv-submenu-lvl3\" style=\"display: none;\"> <li role=\"none\"> <a href=\"https://www.schwab.com/trading/tools-and-platforms\" role=\"link\" data-lvl=\"3\">Overview </a> </li> <li ", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[2]/ul[1]/li[1]/ul[1]/li[4]/ul[1]", "issueID": "2420dfeef08bed8f9aeb15a79c438aa8", "signature": "fee0f8612596bcb3d5ef4a2576eea563", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=2420dfeef08bed8f9aeb15a79c438aa8" }, { "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": 10549, "column": 61 }, "errorSnippet": "<li role=\"none\"> <a href=\"https://www.schwab.com/execution-quality\" id=\"OrderExecution\" role=\"link\" data-lvl=\"2\" aria-haspopup=\"true\" aria-expanded=\"false\">Order Execution <span aria-hidden=\"true\" class=\"sch-angle-down meganv-btn-expand me", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[2]/ul[1]/li[1]/ul[1]/li[5]", "issueID": "42dd38c2e6a26e9cd8c32dacc7e73b97", "signature": "46c1b1fcade36bfc55479e9355154378", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=42dd38c2e6a26e9cd8c32dacc7e73b97" }, { "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": 10323, "column": 103 }, "errorSnippet": "<ul class=\"meganvpsr-main__menu__l1__submenu__lx meganv-submenu-lvl3\" style=\"display: none;\"> <li role=\"none\"> <a href=\"https://www.schwab.com/execution-quality\" role=\"link\" data-lvl=\"3\">Schwab Order Execution Advantage™ </a> <", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[2]/ul[1]/li[1]/ul[1]/li[5]/ul[1]", "issueID": "9c87f08f43f08d759bea8b9233f5f565", "signature": "dc4ed446deafbd922c3feaebb4dc8aa0", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=9c87f08f43f08d759bea8b9233f5f565" }, { "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": 10566, "column": 61 }, "errorSnippet": "<li role=\"none\"> <a href=\"https://www.schwab.com/execution-quality\" role=\"link\" data-lvl=\"3\">Schwab Order Execution Advantage™ </a> </li>", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[2]/ul[1]/li[1]/ul[1]/li[5]/ul[1]/li[1]", "issueID": "32a802046f7b0369056e99d92619cbb5", "signature": "d7d06a8644b270ee698ce2f73792db85", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=32a802046f7b0369056e99d92619cbb5" }, { "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": 10618, "column": 61 }, "errorSnippet": "<li role=\"none\"> <a href=\"https://www.schwab.com/execution-quality/quality-statistics\" role=\"link\" data-lvl=\"3\">Retail Execution Quality Statistics </a> </li>", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[2]/ul[1]/li[1]/ul[1]/li[5]/ul[1]/li[4]", "issueID": "91f0185dd1a88f4ae4013ccedce9b686", "signature": "dcc5c232a274fbb7c5aea70ade095a89", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=91f0185dd1a88f4ae4013ccedce9b686" }, { "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": -2 }, "height": -2, "width": 0 }, "position": { "line": 10657, "column": 61 }, "errorSnippet": "<li role=\"none\"> <ul class=\"meganvpsr-main__menu__l1__submenu__forcedCol\"> <li> <a href=\"#\" id=\"InvestmentProducts\" role=\"link\" data-lvl=\"1\" aria-haspopup=\"true\" aria-expanded=\"false\"><span class=\"meganvpsr-main__menu__l1__head", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[3]", "issueID": "0cc9307f9c60ebe1f2e419c15c56b9e5", "signature": "1c15e2169cff66b8a257b4c87ceac624", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=0cc9307f9c60ebe1f2e419c15c56b9e5" }, { "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": 10414, "column": 103 }, "errorSnippet": "<ul class=\"meganvpsr-main__menu__l1__submenu__forcedCol\"> <li> <a href=\"#\" id=\"InvestmentProducts\" role=\"link\" data-lvl=\"1\" aria-haspopup=\"true\" aria-expanded=\"false\"><span class=\"meganvpsr-main__menu__l1__heading\">Investment Prod", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[3]/ul[1]", "issueID": "1afe076bcb9fcbe942134acffa872b03", "signature": "5ad3de0ec6ac9301c53a9603868990da", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=1afe076bcb9fcbe942134acffa872b03" }, { "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": 10674, "column": 61 }, "errorSnippet": "<li> <a href=\"#\" id=\"InvestmentProducts\" role=\"link\" data-lvl=\"1\" aria-haspopup=\"true\" aria-expanded=\"false\"><span class=\"meganvpsr-main__menu__l1__heading\">Investment Products</span> <span aria-hidden=\"true\" class=\"sch-angle-d", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[3]/ul[1]/li[1]", "issueID": "17c716dc769cb4687249e802f7c2fdf4", "signature": "f1c3f4d1a40a93b4ccca0d35de0d2539", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=17c716dc769cb4687249e802f7c2fdf4" }, { "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": 10493, "column": 103 }, "errorSnippet": "<ul class=\"meganvpsr-main__menu__l1__submenu__lx meganv-submenu-lvl2\" style=\"display: none;\"> <li role=\"none\" class=\"meganv-hide-mobile\" style=\"\"> <a href=\"https://www.schwab.com/public/schwab/investing/accounts_products/investment\" role=\"", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[3]/ul[1]/li[1]/ul[1]", "issueID": "3b17f7e48f7d89f6137fb0855deda68a", "signature": "a3211ffb3f40871ff1b4197c5f6ba5f2", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=3b17f7e48f7d89f6137fb0855deda68a" }, { "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": 10718, "column": 61 }, "errorSnippet": "<li role=\"none\"> <a href=\"https://www.schwab.com/mutual-funds\" id=\"MutualFunds\" role=\"link\" data-lvl=\"2\" aria-haspopup=\"true\" aria-expanded=\"false\">Mutual Funds <span aria-hidden=\"true\" class=\"sch-angle-down meganv-btn-expand meganv-btn-lv", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[3]/ul[1]/li[1]/ul[1]/li[2]", "issueID": "95b34e816cd1933e98f841bfa91e7449", "signature": "6f5fc0170fefd9d53ac9ec36eb9ff66c", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=95b34e816cd1933e98f841bfa91e7449" }, { "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": 10528, "column": 103 }, "errorSnippet": "<ul class=\"meganvpsr-main__menu__l1__submenu__lx meganv-submenu-lvl3\" style=\"display: none;\"> <li role=\"none\"> <a href=\"https://www.schwab.com/mutual-funds\" role=\"link\" data-lvl=\"3\">Mutual Funds Overview </a> </li> <li ro", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[3]/ul[1]/li[1]/ul[1]/li[2]/ul[1]", "issueID": "dcd91ded5b9431c3fce7da45b84757c6", "signature": "8fa17bc4658127c692929fe43699b397", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=dcd91ded5b9431c3fce7da45b84757c6" }, { "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": 10746, "column": 17 }, "errorSnippet": "<li role=\"none\"> <a href=\"#\" id=\"FindMutualFunds\" role=\"link\" data-lvl=\"3\" aria-haspopup=\"true\" aria-expanded=\"false\">Find Mutual Funds <span aria-hidden=\"true\" class=\"sch-angle-down meganv-btn-expand meganv-btn-lvl3\"></span> <", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[3]/ul[1]/li[1]/ul[1]/li[2]/ul[1]/li[2]", "issueID": "1fd9f5043e2aca3e64800058ee25d1ff", "signature": "52ec21fef44158b37e992648f2e0fe23", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=1fd9f5043e2aca3e64800058ee25d1ff" }, { "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": 10597, "column": 103 }, "errorSnippet": "<ul class=\"meganvpsr-main__menu__l1__submenu__lx meganv-submenu-lvl4\" style=\"display: none;\"> <li role=\"none\"> <a href=\"https://www.schwab.com/mutual-funds/find-mutual-funds\" role=\"link\" data-lvl=\"4\">Find Mutual Funds </a> </li", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[3]/ul[1]/li[1]/ul[1]/li[2]/ul[1]/li[2]/ul[1]", "issueID": "b312220b26ebe54b47af4b71b8f5937d", "signature": "7da8c9ac9caa5f6313e5abd8e84e0e3f", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=b312220b26ebe54b47af4b71b8f5937d" }, { "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": 10813, "column": 61 }, "errorSnippet": "<li role=\"none\"> <a href=\"https://www.schwab.com/mutual-funds/invest-in-a-portfolio-solution\" role=\"link\" data-lvl=\"3\">Invest in a Portfolio Solution </a> </li>", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[3]/ul[1]/li[1]/ul[1]/li[2]/ul[1]/li[4]", "issueID": "76fabf11154fb1e7c78c2d4e22a65028", "signature": "7ad0a2bfa3fd54854529b4cdb5bcc4cc", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=76fabf11154fb1e7c78c2d4e22a65028" }, { "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": 10831, "column": 61 }, "errorSnippet": "<li role=\"none\"> <a href=\"#\" id=\"UnderstandingMutualFunds\" role=\"link\" data-lvl=\"3\" aria-haspopup=\"true\" aria-expanded=\"false\">Understanding Mutual Funds <span aria-hidden=\"true\" class=\"sch-angle-down meganv-btn-expand meganv-btn-lvl3\">", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[3]/ul[1]/li[1]/ul[1]/li[2]/ul[1]/li[5]", "issueID": "bb62b446ecc99a61c3551f618ace8a1c", "signature": "fdc1d8ce4ac33c9910b400db3eaf5524", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=bb62b446ecc99a61c3551f618ace8a1c" }, { "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": 10745, "column": 45 }, "errorSnippet": "<ul class=\"meganvpsr-main__menu__l1__submenu__lx meganv-submenu-lvl4\" style=\"display: none;\"> <li role=\"none\"> <a href=\"https://www.schwab.com/mutual-funds/understand-mutual-funds\" role=\"link\" data-lvl=\"4\">Overview </a> </li>", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[3]/ul[1]/li[1]/ul[1]/li[2]/ul[1]/li[5]/ul[1]", "issueID": "2597ce66652c8fcc85d2bcb84d811494", "signature": "c62a7033484627ee9d9d9dbccc70ebcc", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=2597ce66652c8fcc85d2bcb84d811494" }, { "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": 10865, "column": 61 }, "errorSnippet": "<li role=\"none\"> <a href=\"https://www.schwab.com/mutual-funds/benefits\" role=\"link\" data-lvl=\"4\">Benefits and Considerations of Mutual Funds </a> </li>", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[3]/ul[1]/li[1]/ul[1]/li[2]/ul[1]/li[5]/ul[1]/li[2]", "issueID": "8b5132a9bddeb3a75202663f5443ba95", "signature": "d35c4640826ca562f747ef91072c89f1", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=8b5132a9bddeb3a75202663f5443ba95" }, { "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": 10882, "column": 61 }, "errorSnippet": "<li role=\"none\"> <a href=\"https://www.schwab.com/mutual-funds/costs-fees\" role=\"link\" data-lvl=\"4\">Costs and Fees of Mutual Funds </a> </li>", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[3]/ul[1]/li[1]/ul[1]/li[2]/ul[1]/li[5]/ul[1]/li[3]", "issueID": "1861b7d5832ba5a35ce4f53f714f8da4", "signature": "d029487453568fadee3a320237256b7b", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=1861b7d5832ba5a35ce4f53f714f8da4" }, { "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": 10922, "column": 61 }, "errorSnippet": "<li role=\"none\"> <a href=\"https://www.schwab.com/mutual-funds/types\" id=\"TypesofMutualFunds\" role=\"link\" data-lvl=\"4\" aria-haspopup=\"true\" aria-expanded=\"false\">Types of Mutual Funds <span aria-hidden=\"true\" class=\"sch-angle-down meganv-bt", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[3]/ul[1]/li[1]/ul[1]/li[2]/ul[1]/li[5]/ul[1]/li[5]", "issueID": "1df2ceccde80f603163151955a3b2f6a", "signature": "6867f547da0a0f9c4250e7f432fe90e7", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=1df2ceccde80f603163151955a3b2f6a" }, { "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": 10758, "column": 103 }, "errorSnippet": "<ul class=\"meganvpsr-main__menu__l1__submenu__lx meganv-submenu-lvl5\" style=\"display: none;\"> <li role=\"none\"> <a href=\"https://www.schwab.com/mutual-funds/types\" role=\"link\" data-lvl=\"5\">Types of Mutual Funds </a> </li> <", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[3]/ul[1]/li[1]/ul[1]/li[2]/ul[1]/li[5]/ul[1]/li[5]/ul[1]", "issueID": "ae3524a92b15e3606ebce002002bbf16", "signature": "ba4324411a6f009502e67862e087356d", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=ae3524a92b15e3606ebce002002bbf16" }, { "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": 10995, "column": 61 }, "errorSnippet": "<li role=\"none\"> <a href=\"https://www.schwab.com/mutual-funds/types/asset-allocation-mutual-funds\" role=\"link\" data-lvl=\"5\">Asset Allocation Mutual Funds </a> </li>", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[3]/ul[1]/li[1]/ul[1]/li[2]/ul[1]/li[5]/ul[1]/li[5]/ul[1]/li[4]", "issueID": "7521b99c0a15745f6aea5eee9d80d489", "signature": "eed4d6d5fbb0886fd8eadf1a9aed6656", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=7521b99c0a15745f6aea5eee9d80d489" }, { "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": 11019, "column": 61 }, "errorSnippet": "<li role=\"none\"> <a href=\"https://www.schwab.com/mutual-funds/types/target-date-mutual-funds\" role=\"link\" data-lvl=\"5\">Target Date Mutual Funds </a> </li>", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[3]/ul[1]/li[1]/ul[1]/li[2]/ul[1]/li[5]/ul[1]/li[5]/ul[1]/li[5]", "issueID": "13f44e2c159ea01a71835fd60a489a9d", "signature": "fcf65b8bd41c38972f2fd43c5889c9c2", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=13f44e2c159ea01a71835fd60a489a9d" }, { "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": 11039, "column": 61 }, "errorSnippet": "<li role=\"none\"> <a href=\"https://www.schwab.com/mutual-funds/types/socially-responsible-mutual-funds\" role=\"link\" data-lvl=\"5\">Environmental, Social and Governance (ESG) Mutual Funds </a> </li>", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[3]/ul[1]/li[1]/ul[1]/li[2]/ul[1]/li[5]/ul[1]/li[5]/ul[1]/li[7]", "issueID": "52e3ed3259e033bd21c7f84610534b2b", "signature": "9f7974b910fe561285abcd44b715b1e5", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=52e3ed3259e033bd21c7f84610534b2b" }, { "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": 11056, "column": 61 }, "errorSnippet": "<li role=\"none\"> <a href=\"https://www.schwab.com/etfs\" id=\"ETFs\" role=\"link\" data-lvl=\"2\" aria-haspopup=\"true\" aria-expanded=\"false\">ETFs <span aria-hidden=\"true\" class=\"sch-angle-down meganv-btn-expand meganv-btn-lvl2\"></span> &l", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[3]/ul[1]/li[1]/ul[1]/li[3]", "issueID": "035df84984e42f56470f2bbe43fdd90a", "signature": "2774c673442ee459b1f4fd34da07b402", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=035df84984e42f56470f2bbe43fdd90a" }, { "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": 10827, "column": 103 }, "errorSnippet": "<ul class=\"meganvpsr-main__menu__l1__submenu__lx meganv-submenu-lvl3\" style=\"display: none;\"> <li role=\"none\"> <a href=\"https://www.schwab.com/etfs?overview=\" role=\"link\" data-lvl=\"3\">Overview </a> </li> <li role=\"none\"&g", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[3]/ul[1]/li[1]/ul[1]/li[3]/ul[1]", "issueID": "3fabc9cd353477f142b46ff158ca32ac", "signature": "0e144dff638a8a7469791eb15a0236c1", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=3fabc9cd353477f142b46ff158ca32ac" }, { "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": 11091, "column": 61 }, "errorSnippet": "<li role=\"none\"> <a href=\"#\" id=\"ETFsatSchwab\" role=\"link\" data-lvl=\"3\" aria-haspopup=\"true\" aria-expanded=\"false\">ETFs at Schwab <span aria-hidden=\"true\" class=\"sch-angle-down meganv-btn-expand meganv-btn-lvl3\"></span> </a>", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[3]/ul[1]/li[1]/ul[1]/li[3]/ul[1]/li[2]", "issueID": "7ae5e3587901cca9d388691a481f65fb", "signature": "7a67164fd8136e7bfbac8c0adb0c2045", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=7ae5e3587901cca9d388691a481f65fb" }, { "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": 10918, "column": 103 }, "errorSnippet": "<ul class=\"meganvpsr-main__menu__l1__submenu__lx meganv-submenu-lvl4\" style=\"display: none;\"> <li role=\"none\"> <a href=\"https://www.schwab.com/etfs/invest-in-etfs\" role=\"link\" data-lvl=\"4\">Overview </a> </li> <li role=\"no", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[3]/ul[1]/li[1]/ul[1]/li[3]/ul[1]/li[2]/ul[1]", "issueID": "2fd8d2a25988781a5bdb8f02f3b4e382", "signature": "a54a465154fb09f5205e3900d85c6951", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=2fd8d2a25988781a5bdb8f02f3b4e382" }, { "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": 11234, "column": 61 }, "errorSnippet": "<li role=\"none\"> <a href=\"#\" id=\"TypesofETFs\" role=\"link\" data-lvl=\"3\" aria-haspopup=\"true\" aria-expanded=\"false\">Types of ETFs <span aria-hidden=\"true\" class=\"sch-angle-down meganv-btn-expand meganv-btn-lvl3\"></span> </a> &", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[3]/ul[1]/li[1]/ul[1]/li[3]/ul[1]/li[8]", "issueID": "fcaeb51f19dbda60fff7fadef22fb091", "signature": "29f2e47f01ac65f6015fb6e2676b7a5d", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=fcaeb51f19dbda60fff7fadef22fb091" }, { "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": 11022, "column": 45 }, "errorSnippet": "<ul class=\"meganvpsr-main__menu__l1__submenu__lx meganv-submenu-lvl4\" style=\"display: none;\"> <li role=\"none\"> <a href=\"https://www.schwab.com/etfs/types\" role=\"link\" data-lvl=\"4\">Overview </a> </li> <li role=\"none\"> &", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[3]/ul[1]/li[1]/ul[1]/li[3]/ul[1]/li[8]/ul[1]", "issueID": "cb365c305e53ab4d14cd298eec784a79", "signature": "d9d70beb9539dd46ae6d1b90f6206bc7", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=cb365c305e53ab4d14cd298eec784a79" }, { "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": 11320, "column": 61 }, "errorSnippet": "<li role=\"none\"> <a href=\"https://www.schwab.com/etfs/types/socially-responsible-etfs\" role=\"link\" data-lvl=\"4\">Environmental, Social and Governance (ESG) ETFs </a> </li>", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[3]/ul[1]/li[1]/ul[1]/li[3]/ul[1]/li[8]/ul[1]/li[5]", "issueID": "1633d32b5db5aa020beaa4198ef01b0b", "signature": "b8242592f02dbb9f58c23f64134393bd", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=1633d32b5db5aa020beaa4198ef01b0b" }, { "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": 11420, "column": 61 }, "errorSnippet": "<li role=\"none\"> <a href=\"https://www.schwab.com/stocks\" id=\"Stocks\" role=\"link\" data-lvl=\"2\" aria-haspopup=\"true\" aria-expanded=\"false\">Stocks <span aria-hidden=\"true\" class=\"sch-angle-down meganv-btn-expand meganv-btn-lvl2\"></span&", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[3]/ul[1]/li[1]/ul[1]/li[5]", "issueID": "b59cd496e74fad1c0fef5c7dfa268ba3", "signature": "bf27860c01161edf418ccc09edfda0dd", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=b59cd496e74fad1c0fef5c7dfa268ba3" }, { "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": 11035, "column": 103 }, "errorSnippet": "<ul class=\"meganvpsr-main__menu__l1__submenu__lx meganv-submenu-lvl3\" style=\"display: none;\"> <li role=\"none\"> <a href=\"https://www.schwab.com/stocks\" role=\"link\" data-lvl=\"3\">Overview </a> </li> <li role=\"none\"> <a", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[3]/ul[1]/li[1]/ul[1]/li[5]/ul[1]", "issueID": "f7955da1b447858b4b43d6e03e8cb716", "signature": "1533bfe3995c4ada5b9626e69aa58446", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=f7955da1b447858b4b43d6e03e8cb716" }, { "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": 11455, "column": 61 }, "errorSnippet": "<li role=\"none\"> <a href=\"#\" id=\"UnderstandingStocks\" role=\"link\" data-lvl=\"3\" aria-haspopup=\"true\" aria-expanded=\"false\">Understanding Stocks <span aria-hidden=\"true\" class=\"sch-angle-down meganv-btn-expand meganv-btn-lvl3\"></span&g", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[3]/ul[1]/li[1]/ul[1]/li[5]/ul[1]/li[2]", "issueID": "0ce1323162881d337ded4b1865cbc314", "signature": "14f0518bfecd46b0f88ce581d64838f5", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=0ce1323162881d337ded4b1865cbc314" }, { "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": 11070, "column": 103 }, "errorSnippet": "<ul class=\"meganvpsr-main__menu__l1__submenu__lx meganv-submenu-lvl4\" style=\"display: none;\"> <li role=\"none\"> <a href=\"https://www.schwab.com/stocks/understand-stocks\" role=\"link\" data-lvl=\"4\">Overview </a> </li> <li rol", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[3]/ul[1]/li[1]/ul[1]/li[5]/ul[1]/li[2]/ul[1]", "issueID": "1c3407916273b0674557eb4187aad010", "signature": "f2a6bb7babeb50c64c040afcaeb6d9ba", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=1c3407916273b0674557eb4187aad010" }, { "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": 11490, "column": 61 }, "errorSnippet": "<li role=\"none\"> <a href=\"https://www.schwab.com/stocks/understand-stocks/otc-stock\" role=\"link\" data-lvl=\"4\">Over-the-counter (OTC) securities </a> </li>", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[3]/ul[1]/li[1]/ul[1]/li[5]/ul[1]/li[2]/ul[1]/li[2]", "issueID": "64324c35801278797864113344f860c6", "signature": "3d49041d06fbec50f5bc240deae4e231", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=64324c35801278797864113344f860c6" }, { "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": 11512, "column": 61 }, "errorSnippet": "<li role=\"none\"> <a href=\"https://www.schwab.com/stocks/understand-stocks/mlps\" role=\"link\" data-lvl=\"4\">Master Limited Partnerships (MLPs) </a> </li>", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[3]/ul[1]/li[1]/ul[1]/li[5]/ul[1]/li[2]/ul[1]/li[3]", "issueID": "6dea5be78889af20f6753316de092240", "signature": "6c88300f716053ba87064708c0c59d75", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=6dea5be78889af20f6753316de092240" }, { "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": 11529, "column": 61 }, "errorSnippet": "<li role=\"none\"> <a href=\"https://www.schwab.com/stocks/understand-stocks/reits\" role=\"link\" data-lvl=\"4\">Real Estate Investment Trusts (REITs) </a> </li>", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[3]/ul[1]/li[1]/ul[1]/li[5]/ul[1]/li[2]/ul[1]/li[4]", "issueID": "06a95958351101db9a92df6e6defd98a", "signature": "894d24c66d238b01527a3eab6a56ac90", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=06a95958351101db9a92df6e6defd98a" }, { "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": 11546, "column": 61 }, "errorSnippet": "<li role=\"none\"> <a href=\"https://www.schwab.com/stocks/understand-stocks/bdcs\" role=\"link\" data-lvl=\"4\">Business Development Companies (BDCs) </a> </li>", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[3]/ul[1]/li[1]/ul[1]/li[5]/ul[1]/li[2]/ul[1]/li[5]", "issueID": "0db070939d25a8a7a4a38e1cabafc02d", "signature": "2e7fcf711c7b6b766751bf2e21504a86", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=0db070939d25a8a7a4a38e1cabafc02d" }, { "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": 11563, "column": 61 }, "errorSnippet": "<li role=\"none\"> <a href=\"#\" id=\"InternationalStocks\" role=\"link\" data-lvl=\"3\" aria-haspopup=\"true\" aria-expanded=\"false\">International Stocks <span aria-hidden=\"true\" class=\"sch-angle-down meganv-btn-expand meganv-btn-lvl3\"></span&g", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[3]/ul[1]/li[1]/ul[1]/li[5]/ul[1]/li[3]", "issueID": "50d641339f8a7426ead1de82a00c7659", "signature": "43f734030b8908d5d202cbd697d02318", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=50d641339f8a7426ead1de82a00c7659" }, { "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": 11105, "column": 103 }, "errorSnippet": "<ul class=\"meganvpsr-main__menu__l1__submenu__lx meganv-submenu-lvl4\" style=\"display: none;\"> <li role=\"none\"> <a href=\"https://www.schwab.com/stocks/understand-stocks/international\" role=\"link\" data-lvl=\"4\">Overview </a> </li&", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[3]/ul[1]/li[1]/ul[1]/li[5]/ul[1]/li[3]/ul[1]", "issueID": "85af8aa16a166d6b086ef9082f96be9e", "signature": "1622650e72dd378fde5eeb4771aea628", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=85af8aa16a166d6b086ef9082f96be9e" }, { "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": 11597, "column": 61 }, "errorSnippet": "<li role=\"none\"> <a href=\"https://www.schwab.com/stocks/understand-stocks/international/adrs-foreign-ordinaries-canadian-stocks\" role=\"link\" data-lvl=\"4\">ADRs, Foreign Ordinaries &amp; Canadian Stocks </a> </li>", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[3]/ul[1]/li[1]/ul[1]/li[5]/ul[1]/li[3]/ul[1]/li[2]", "issueID": "d617552ca234443ccec02af63ee24014", "signature": "178884f45478ac90c7957b48c108b84c", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=d617552ca234443ccec02af63ee24014" }, { "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": 11615, "column": 61 }, "errorSnippet": "<li role=\"none\"> <a href=\"https://www.schwab.com/options\" id=\"Options\" role=\"link\" data-lvl=\"2\" aria-haspopup=\"true\" aria-expanded=\"false\">Options <span aria-hidden=\"true\" class=\"sch-angle-down meganv-btn-expand meganv-btn-lvl2\"></sp", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[3]/ul[1]/li[1]/ul[1]/li[6]", "issueID": "1bb19478fbeffcab998702a0d3fb8526", "signature": "11358c423052f4e72420de1f56015d93", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=1bb19478fbeffcab998702a0d3fb8526" }, { "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": 11196, "column": 103 }, "errorSnippet": "<ul class=\"meganvpsr-main__menu__l1__submenu__lx meganv-submenu-lvl3\" style=\"display: none;\"> <li role=\"none\"> <a href=\"https://www.schwab.com/options\" role=\"link\" data-lvl=\"3\">Overview </a> </li> <li role=\"none\"> <", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[3]/ul[1]/li[1]/ul[1]/li[6]/ul[1]", "issueID": "5714188d078fbb2914046477de6640b5", "signature": "7e7cdfda298740110ddc39d620cf8f74", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=5714188d078fbb2914046477de6640b5" }, { "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": 11683, "column": 61 }, "errorSnippet": "<li role=\"none\"> <a href=\"https://www.schwab.com/fixed-income\" id=\"Bonds,CDs&amp;FixedIncome\" role=\"link\" data-lvl=\"2\" aria-haspopup=\"true\" aria-expanded=\"false\">Bonds, CDs &amp; Fixed Income <span aria-hidden=\"true\" class=\"sch-ang", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[3]/ul[1]/li[1]/ul[1]/li[7]", "issueID": "1d3c69e71d709d8142b16bff1a71ec9b", "signature": "1f311fbd330203542c99ad1c5b1e4bdb", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=1d3c69e71d709d8142b16bff1a71ec9b" }, { "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": 11282, "column": 103 }, "errorSnippet": "<ul class=\"meganvpsr-main__menu__l1__submenu__lx meganv-submenu-lvl3\" style=\"display: none;\"> <li role=\"none\"> <a href=\"https://www.schwab.com/fixed-income\" role=\"link\" data-lvl=\"3\">Overview </a> </li> <li role=\"none\">", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[3]/ul[1]/li[1]/ul[1]/li[7]/ul[1]", "issueID": "5f68dfde4951c1b9392b523e439e83aa", "signature": "f86e5dc831e9d49529cdd7d6239c1873", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=5f68dfde4951c1b9392b523e439e83aa" }, { "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": 11717, "column": 61 }, "errorSnippet": "<li role=\"none\"> <a href=\"#\" id=\"FixedIncomeProducts\" role=\"link\" data-lvl=\"3\" aria-haspopup=\"true\" aria-expanded=\"false\">Fixed Income Products <span aria-hidden=\"true\" class=\"sch-angle-down meganv-btn-expand meganv-btn-lvl3\"></span&", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[3]/ul[1]/li[1]/ul[1]/li[7]/ul[1]/li[2]", "issueID": "ba5d0f1edbba73c28ef0bc8efca520ac", "signature": "14ece9ec10edec4e8cc13656b8b5e93b", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=ba5d0f1edbba73c28ef0bc8efca520ac" }, { "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": 11434, "column": 103 }, "errorSnippet": "<ul class=\"meganvpsr-main__menu__l1__submenu__lx meganv-submenu-lvl4\" style=\"display: none;\"> <li role=\"none\"> <a href=\"https://www.schwab.com/fixed-income/individual-bonds\" role=\"link\" data-lvl=\"4\">Individual Bonds </a> </li&g", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[3]/ul[1]/li[1]/ul[1]/li[7]/ul[1]/li[2]/ul[1]", "issueID": "ff794db6874ce7a9a82df4d3a9fc943b", "signature": "d5026e36728fa11fb1f67931cbf40ad0", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=ff794db6874ce7a9a82df4d3a9fc943b" }, { "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": 11761, "column": 61 }, "errorSnippet": "<li role=\"none\"> <a href=\"https://www.schwab.com/fixed-income/certificates-deposit\" role=\"link\" data-lvl=\"4\">Certificates of Deposit </a> </li>", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[3]/ul[1]/li[1]/ul[1]/li[7]/ul[1]/li[2]/ul[1]/li[2]", "issueID": "415f331e336fe4aa45b18ec75f014d23", "signature": "98fd75c657730708be1aabf7098ede08", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=415f331e336fe4aa45b18ec75f014d23" }, { "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": 11778, "column": 61 }, "errorSnippet": "<li role=\"none\"> <a href=\"https://www.schwab.com/fixed-income/bond-funds-etfs\" role=\"link\" data-lvl=\"4\">Bond Funds, Bond ETFs, and Preferred Securities </a> </li>", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[3]/ul[1]/li[1]/ul[1]/li[7]/ul[1]/li[2]/ul[1]/li[3]", "issueID": "f6ea97729848e96b69aa21f6eba72a25", "signature": "fa1ea2e4c8ee291ddbf28985d225bf8e", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=f6ea97729848e96b69aa21f6eba72a25" }, { "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": 11882, "column": 61 }, "errorSnippet": "<li role=\"none\"> <a href=\"https://www.schwab.com/investment\" role=\"link\" data-lvl=\"2\">More Investment Products </a> </li>", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[3]/ul[1]/li[1]/ul[1]/li[11]", "issueID": "8e441e9bf002570d661eadf7374e3fe8", "signature": "194d67fb0c3116d42f7c13bb18d3f439", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=8e441e9bf002570d661eadf7374e3fe8" }, { "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": -2 }, "height": -2, "width": 0 }, "position": { "line": 11899, "column": 61 }, "errorSnippet": "<li role=\"none\"> <ul class=\"meganvpsr-main__menu__l1__submenu__forcedCol\"> <li> <a href=\"#\" id=\"Banking&amp;Borrowing\" role=\"link\" data-lvl=\"1\" aria-haspopup=\"true\" aria-expanded=\"false\"><span class=\"meganvpsr-main__menu__l", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[4]", "issueID": "f532a2540fe416406671978b2fc06e41", "signature": "339ff166bfd7ecafcd19033dbb4a3023", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=f532a2540fe416406671978b2fc06e41" }, { "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": 11469, "column": 103 }, "errorSnippet": "<ul class=\"meganvpsr-main__menu__l1__submenu__forcedCol\"> <li> <a href=\"#\" id=\"Banking&amp;Borrowing\" role=\"link\" data-lvl=\"1\" aria-haspopup=\"true\" aria-expanded=\"false\"><span class=\"meganvpsr-main__menu__l1__heading\">Banking ", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[4]/ul[1]", "issueID": "8557f5c247940adf74bcdd6fb8f527f4", "signature": "89c46ec6e9df510b580ec4d35a358d7b", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=8557f5c247940adf74bcdd6fb8f527f4" }, { "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": 11921, "column": 61 }, "errorSnippet": "<li> <a href=\"#\" id=\"Banking&amp;Borrowing\" role=\"link\" data-lvl=\"1\" aria-haspopup=\"true\" aria-expanded=\"false\"><span class=\"meganvpsr-main__menu__l1__heading\">Banking &amp; Borrowing</span> <span aria-hidden=\"true\" cla", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[4]/ul[1]/li[1]", "issueID": "59b91e76ac58440a297bd5d3cda6007c", "signature": "c3ea3da2be5102599bd8898485b0cf09", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=59b91e76ac58440a297bd5d3cda6007c" }, { "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": 11611, "column": 103 }, "errorSnippet": "<ul class=\"meganvpsr-main__menu__l1__submenu__lx meganv-submenu-lvl2\" style=\"display: none;\"> <li role=\"none\" class=\"meganv-hide-mobile\" style=\"\"> <a href=\"#\" role=\"link\" data-lvl=\"2\">Overview </a> </li> <li role=\"none\"&g", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[4]/ul[1]/li[1]/ul[1]", "issueID": "5f1a69b6b854b6358f47fc1e398ec76d", "signature": "4aedbf5f413efa5a33e5ad52710ef721", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=5f1a69b6b854b6358f47fc1e398ec76d" }, { "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": 11983, "column": 61 }, "errorSnippet": "<li role=\"none\"> <a href=\"https://www.schwab.com/checking\" id=\"Checking\" role=\"link\" data-lvl=\"2\" aria-haspopup=\"true\" aria-expanded=\"false\">Checking <span aria-hidden=\"true\" class=\"sch-angle-down meganv-btn-expand meganv-btn-lvl2\"><", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[4]/ul[1]/li[1]/ul[1]/li[3]", "issueID": "e0e0c1b914673c5ce12d979d6c857f5b", "signature": "90adbb4ec475530b33c4d5e8d84c99a2", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=e0e0c1b914673c5ce12d979d6c857f5b" }, { "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": 11792, "column": 103 }, "errorSnippet": "<ul class=\"meganvpsr-main__menu__l1__submenu__lx meganv-submenu-lvl3\" style=\"display: none;\"> <li role=\"none\"> <a href=\"https://www.schwab.com/checking\" role=\"link\" data-lvl=\"3\">Overview </a> </li> <li role=\"none\"> <", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[4]/ul[1]/li[1]/ul[1]/li[3]/ul[1]", "issueID": "bc8f40738ddcb5eddf5045312678b6e8", "signature": "d416ad0e60accc6ae1d1e12f3f0a4ae3", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=bc8f40738ddcb5eddf5045312678b6e8" }, { "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": -2 }, "height": -2, "width": 0 }, "position": { "line": 12127, "column": 61 }, "errorSnippet": "<li role=\"none\"> <ul class=\"meganvpsr-main__menu__l1__submenu__forcedCol\"> <li> <a href=\"#\" id=\"FeaturedOfferings\" role=\"link\" data-lvl=\"1\" aria-haspopup=\"true\" aria-expanded=\"false\"><span class=\"meganvpsr-main__menu__l1__headi", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[5]", "issueID": "0614dce5ebd2dc517d3068782928e424", "signature": "76263cfb70b2c8f8ac4bcb230e945b38", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=0614dce5ebd2dc517d3068782928e424" }, { "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": 11827, "column": 103 }, "errorSnippet": "<ul class=\"meganvpsr-main__menu__l1__submenu__forcedCol\"> <li> <a href=\"#\" id=\"FeaturedOfferings\" role=\"link\" data-lvl=\"1\" aria-haspopup=\"true\" aria-expanded=\"false\"><span class=\"meganvpsr-main__menu__l1__heading\">Featured Offerin", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[5]/ul[1]", "issueID": "163635d2357ad1ef79aa31940bc5234a", "signature": "d7c720ecee8726a5c6dc79ba51ab3d91", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=163635d2357ad1ef79aa31940bc5234a" }, { "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": 12144, "column": 61 }, "errorSnippet": "<li> <a href=\"#\" id=\"FeaturedOfferings\" role=\"link\" data-lvl=\"1\" aria-haspopup=\"true\" aria-expanded=\"false\"><span class=\"meganvpsr-main__menu__l1__heading\">Featured Offerings</span> <span aria-hidden=\"true\" class=\"sch-angle-dow", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[5]/ul[1]/li[1]", "issueID": "8b02cab9b933acdfef27a7d61f231e46", "signature": "ec827898049f3effd2a8a7f618d6df6b", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=8b02cab9b933acdfef27a7d61f231e46" }, { "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": 11935, "column": 103 }, "errorSnippet": "<ul class=\"meganvpsr-main__menu__l1__submenu__lx meganv-submenu-lvl2\" style=\"display: none;\"> <li role=\"none\" class=\"meganv-hide-mobile\" style=\"\"> <a href=\"#\" role=\"link\" data-lvl=\"2\">Overview </a> </li> <li role=\"none\"&g", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[5]/ul[1]/li[1]/ul[1]", "issueID": "a484a8a09321dba9ed82ca1a4d738ec4", "signature": "17cc03cab0a264102f215bd92e25e66f", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=a484a8a09321dba9ed82ca1a4d738ec4" }, { "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": 12239, "column": 61 }, "errorSnippet": "<li role=\"none\"> <a href=\"https://www.schwab.com/direct-indexing\" role=\"link\" data-lvl=\"2\">Schwab Personalized Indexing™ </a> </li>", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[5]/ul[1]/li[1]/ul[1]/li[5]", "issueID": "282a67f0075cc7ade809873a845c056a", "signature": "08c12dc03c71cabd9e37194ccb8cee94", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=282a67f0075cc7ade809873a845c056a" }, { "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": 12256, "column": 61 }, "errorSnippet": "<li role=\"none\"> <a href=\"https://www.schwab.com/retirement-income-solutions\" role=\"link\" data-lvl=\"2\">Retirement Income Solutions </a> </li>", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[5]/ul[1]/li[1]/ul[1]/li[6]", "issueID": "9e27dcaaf7bac1bc026cc60e725b22e1", "signature": "d05232a82d9d523f5f34cb908db1c5c4", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=9e27dcaaf7bac1bc026cc60e725b22e1" }, { "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": 12280, "column": 61 }, "errorSnippet": "<li role=\"none\"> <a href=\"https://www.schwab.com/socially-responsible-investing\" role=\"link\" data-lvl=\"2\">Environmental, Social and Governance (ESG) Investing </a> </li>", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[5]/ul[1]/li[1]/ul[1]/li[7]", "issueID": "666e4b5dab5d67bbb069d106075c49f8", "signature": "1585a6e363dcabe39bd1d3909141c7a1", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=666e4b5dab5d67bbb069d106075c49f8" }, { "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": -2 }, "height": -2, "width": 0 }, "position": { "line": 12317, "column": 61 }, "errorSnippet": "<li role=\"none\"> <ul class=\"meganvpsr-main__menu__l1__submenu__forcedCol\"> <li> <a href=\"#\" id=\"AdviceSolutions\" role=\"link\" data-lvl=\"1\" aria-haspopup=\"true\" aria-expanded=\"false\"><span class=\"meganvpsr-main__menu__l1__heading", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[2]/ul[1]/li[1]/ul[1]/li[1]", "issueID": "da00cede2089098bb9d027f34b2932d0", "signature": "eb168b23556f9ba508540e2b619e8dbc", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=da00cede2089098bb9d027f34b2932d0" }, { "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": 12106, "column": 103 }, "errorSnippet": "<ul class=\"meganvpsr-main__menu__l1__submenu__forcedCol\"> <li> <a href=\"#\" id=\"AdviceSolutions\" role=\"link\" data-lvl=\"1\" aria-haspopup=\"true\" aria-expanded=\"false\"><span class=\"meganvpsr-main__menu__l1__heading\">Advice Solutions&l", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[2]/ul[1]/li[1]/ul[1]/li[1]/ul[1]", "issueID": "bc99f74c1e0b042b475ffa0f06dfb854", "signature": "ccde2ab975d8bd090791fde78b8915ae", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=bc99f74c1e0b042b475ffa0f06dfb854" }, { "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": 12334, "column": 61 }, "errorSnippet": "<li> <a href=\"#\" id=\"AdviceSolutions\" role=\"link\" data-lvl=\"1\" aria-haspopup=\"true\" aria-expanded=\"false\"><span class=\"meganvpsr-main__menu__l1__heading\">Advice Solutions</span> <span aria-hidden=\"true\" class=\"sch-angle-down me", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[2]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]", "issueID": "0fbfcf0fa2362057ec6e9fbea275dbe1", "signature": "2213c4fdce85c521d7e17900a0f54602", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=0fbfcf0fa2362057ec6e9fbea275dbe1" }, { "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": 12283, "column": 45 }, "errorSnippet": "<ul class=\"meganvpsr-main__menu__l1__submenu__lx meganv-submenu-lvl2\" style=\"display: none;\"> <li role=\"none\" class=\"meganv-hide-mobile\" style=\"\"> <a href=\"#\" role=\"link\" data-lvl=\"2\">Overview </a> </li> <li role=\"none\"&g", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[2]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]", "issueID": "12c48c4b1a13dfbe7e8d232fcc35f817", "signature": "053abb3d6659f2532dcb38896d54d96b", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=12c48c4b1a13dfbe7e8d232fcc35f817" }, { "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": 12386, "column": 61 }, "errorSnippet": "<li role=\"none\"> <a href=\"https://www.schwab.com/intelligent-portfolios-premium\" id=\"AutomatedInvestingwithGuidance\" role=\"link\" data-lvl=\"2\" aria-haspopup=\"true\" aria-expanded=\"false\">Automated Investing with Guidance <span aria-hidden=\"t", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[2]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[3]", "issueID": "b6d00157994b3d7e1260cb1c8429e337", "signature": "ce52049ebdff3679e48222daf68af8f6", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=b6d00157994b3d7e1260cb1c8429e337" }, { "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": 12296, "column": 103 }, "errorSnippet": "<ul class=\"meganvpsr-main__menu__l1__submenu__lx meganv-submenu-lvl3\" style=\"display: none;\"> <li role=\"none\"> <a href=\"https://www.schwab.com/intelligent-portfolios-premium\" role=\"link\" data-lvl=\"3\">Overview </a> </li> <", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[2]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[3]/ul[1]", "issueID": "32d95835e2de34a47820746bd92286bd", "signature": "c254b9ac68515b72400851d1b687abcd", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=32d95835e2de34a47820746bd92286bd" }, { "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": 12425, "column": 61 }, "errorSnippet": "<li role=\"none\"> <a href=\"#\" id=\"CompareSolutions\" role=\"link\" data-lvl=\"3\" aria-haspopup=\"true\" aria-expanded=\"false\">Compare Solutions <span aria-hidden=\"true\" class=\"sch-angle-down meganv-btn-expand meganv-btn-lvl3\"></span> <", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[2]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[3]/ul[1]/li[2]", "issueID": "edabca662aed01b1d2e069ac54da71dd", "signature": "b9249e47f32da6ee8bd2f9ed99c97198", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=edabca662aed01b1d2e069ac54da71dd" }, { "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": 12348, "column": 103 }, "errorSnippet": "<ul class=\"meganvpsr-main__menu__l1__submenu__lx meganv-submenu-lvl4\" style=\"display: none;\"> <li role=\"none\"> <a href=\"https://www.schwab.com/automated-investing/compare\" role=\"link\" data-lvl=\"4\">Compare Our Solutions </a> </l", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[2]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[3]/ul[1]/li[2]/ul[1]", "issueID": "7d5fddbd299e87f5fb676bb1d94c5805", "signature": "733c7b75994b3291b65f6c7eb02a07f5", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=7d5fddbd299e87f5fb676bb1d94c5805" }, { "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": 12483, "column": 61 }, "errorSnippet": "<li role=\"none\"> <a href=\"#\" id=\"Resources\" role=\"link\" data-lvl=\"3\" aria-haspopup=\"true\" aria-expanded=\"false\">Resources <span aria-hidden=\"true\" class=\"sch-angle-down meganv-btn-expand meganv-btn-lvl3\"></span> </a> <ul ", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[2]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[3]/ul[1]/li[3]", "issueID": "47a1a721a0a1c6512d5be1896ba32a1e", "signature": "c87384737a9a5dfb0b8309f853b8f61c", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=47a1a721a0a1c6512d5be1896ba32a1e" }, { "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": 12486, "column": 45 }, "errorSnippet": "<ul class=\"meganvpsr-main__menu__l1__submenu__lx meganv-submenu-lvl4\" style=\"display: none;\"> <li role=\"none\"> <a href=\"https://www.schwab.com/automated-investing/what-is-a-robo-advisor\" role=\"link\" data-lvl=\"4\">An Introduction to Robo-", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[2]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[3]/ul[1]/li[3]/ul[1]", "issueID": "3825f96be5de079a83e8695995e9a85f", "signature": "0fc8a8552aaff13abdcf33d795934d7d", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=3825f96be5de079a83e8695995e9a85f" }, { "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": 12487, "column": 17 }, "errorSnippet": "<li role=\"none\"> <a href=\"https://www.schwab.com/automated-investing/what-is-a-robo-advisor\" role=\"link\" data-lvl=\"4\">An Introduction to Robo-Advice </a> </li>", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[2]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[3]/ul[1]/li[3]/ul[1]/li[1]", "issueID": "ca025edfab1cff726207363645bd7efe", "signature": "100761c14d67ba26b5024df9a762fbe1", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=ca025edfab1cff726207363645bd7efe" }, { "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": 12520, "column": 61 }, "errorSnippet": "<li role=\"none\"> <a href=\"https://www.schwab.com/wealth-management/wealth-advisor\" role=\"link\" data-lvl=\"2\">Schwab Wealth Advisory™ </a> </li>", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[2]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[4]", "issueID": "97c49dd229a7e52dfc3556bba78c1704", "signature": "bc65a95f968e71cf237f7ddd28a0adc7", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=97c49dd229a7e52dfc3556bba78c1704" }, { "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": -2 }, "height": -2, "width": 0 }, "position": { "line": 12554, "column": 61 }, "errorSnippet": "<li role=\"none\"> <ul class=\"meganvpsr-main__menu__l1__submenu__forcedCol\"> <li> <a href=\"#\" id=\"FinancialPlanning\" role=\"link\" data-lvl=\"1\" aria-haspopup=\"true\" aria-expanded=\"false\"><span class=\"meganvpsr-main__menu__l1__headi", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[2]/ul[1]/li[1]/ul[1]/li[2]", "issueID": "b27065254c1ec4dcd3b05fbd15c6ae9e", "signature": "c75bebfc3eeedef41fe0503bffe874fc", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=b27065254c1ec4dcd3b05fbd15c6ae9e" }, { "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": 12499, "column": 103 }, "errorSnippet": "<ul class=\"meganvpsr-main__menu__l1__submenu__forcedCol\"> <li> <a href=\"#\" id=\"FinancialPlanning\" role=\"link\" data-lvl=\"1\" aria-haspopup=\"true\" aria-expanded=\"false\"><span class=\"meganvpsr-main__menu__l1__heading\">Financial Planni", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[2]/ul[1]/li[1]/ul[1]/li[2]/ul[1]", "issueID": "108b161f2a67dd8cf6c84b456529f083", "signature": "e40badee9c4b8dc72a4176003e166a45", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=108b161f2a67dd8cf6c84b456529f083" }, { "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": 12571, "column": 61 }, "errorSnippet": "<li> <a href=\"#\" id=\"FinancialPlanning\" role=\"link\" data-lvl=\"1\" aria-haspopup=\"true\" aria-expanded=\"false\"><span class=\"meganvpsr-main__menu__l1__heading\">Financial Planning</span> <span aria-hidden=\"true\" class=\"sch-angle-dow", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[2]/ul[1]/li[1]/ul[1]/li[2]/ul[1]/li[1]", "issueID": "4aec6a3291109d2a1e9ed2fa1cde0977", "signature": "dde14c94fd0169503ca79e3855e4598c", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=4aec6a3291109d2a1e9ed2fa1cde0977" }, { "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": 12650, "column": 51 }, "errorSnippet": "<ul class=\"meganvpsr-main__menu__l1__submenu__lx meganv-submenu-lvl2\" style=\"display: none;\"> <li role=\"none\" class=\"meganv-hide-mobile\" style=\"\"> <a href=\"#\" role=\"link\" data-lvl=\"2\">overview </a> </li> <li role=\"none\"&g", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[2]/ul[1]/li[1]/ul[1]/li[2]/ul[1]/li[1]/ul[1]", "issueID": "489305cb0c790c2d2f163004cd9941ef", "signature": "1f95bf0fc076e4ac4d029592a68df93b", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=489305cb0c790c2d2f163004cd9941ef" }, { "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": 12605, "column": 61 }, "errorSnippet": "<li role=\"none\"> <a href=\"https://www.schwab.com/financial-planning\" role=\"link\" data-lvl=\"2\">Financial Planning Offering </a> </li>", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[2]/ul[1]/li[1]/ul[1]/li[2]/ul[1]/li[1]/ul[1]/li[2]", "issueID": "bfdc619762334940bf3cb0c64d671f93", "signature": "c3df5e3e3eaf4b65656c70b8a98382ac", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=bfdc619762334940bf3cb0c64d671f93" }, { "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": 12636, "column": 111 }, "errorSnippet": "<li role=\"none\"> <a href=\"https://www.schwab.com/how-much-do-i-need\" role=\"link\" data-lvl=\"2\">How Much You Need to Retire </a> </li>", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[2]/ul[1]/li[1]/ul[1]/li[2]/ul[1]/li[1]/ul[1]/li[3]", "issueID": "43a6c9701f820e3a0098ee569d106dcd", "signature": "96375d7f9dd7577faa7ac443eb334c2a", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=43a6c9701f820e3a0098ee569d106dcd" }, { "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": 158, "y": -47 }, "height": -47, "width": 158 }, "position": { "line": 12661, "column": 17 }, "errorSnippet": "<li role=\"none\" class=\"meganvpsr-main__menu__l1__submenu__spotlight\" id=\"advice_spotlight\" style=\"\"> <div class=\"spotl-wrapper spotl-prospects\" style=\"display: block;\"> <a href=\"https://www.schwab.com/investment-advice\" data-lvl=\"2\" aria-l", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[2]/ul[1]/li[1]/ul[1]/li[3]", "issueID": "fc688928a01e27066da6d54a5d9baf2e", "signature": "ac4465fd953320b2ce87b47ee9545cb8", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=fc688928a01e27066da6d54a5d9baf2e" }, { "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": 9402, "column": 13 }, "errorSnippet": "<div class=\"spotl-wrapper spotl-prospects\" style=\"display: block;\"> <a href=\"https://www.schwab.com/investment-advice\" data-lvl=\"2\" aria-label=\"Link. Advice Headline Get more advice >\"> <div id=\"spot-1421\" class=\"spotl contextual-region", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[2]/ul[1]/li[1]/ul[1]/li[3]/div[1]", "issueID": "4230770071fa32d8b01f853e9f872d7e", "signature": "068fa2d0c9f02bbcec307818b5bd0b18", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=4230770071fa32d8b01f853e9f872d7e" }, { "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": 11463, "column": 19 }, "errorSnippet": "<a href=\"https://www.schwab.com/investment-advice\" data-lvl=\"2\" aria-label=\"Link. Advice Headline Get more advice >\"> <div id=\"spot-1421\" class=\"spotl contextual-region\"> <h2 class=\"spotl__headline\"> Advice Headline </h2> <d", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[2]/ul[1]/li[1]/ul[1]/li[3]/div[1]/a[1]", "issueID": "425ac889a68d0c1993d4ab318d953118", "signature": "932a2cea50489b068a602918001dae95", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=425ac889a68d0c1993d4ab318d953118" }, { "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": 9435, "column": 13 }, "errorSnippet": "<div class=\"spotl-wrapper spotl-clients\" style=\"\"> <a href=\"https://www.schwab.com/investment-advice\" data-lvl=\"2\" aria-label=\"Link. Advice Headline Get more advice >\"> <div id=\"spot-1421\" class=\"spotl contextual-region\"> <h2 clas", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[2]/ul[1]/li[1]/ul[1]/li[3]/div[2]", "issueID": "55fc929faa2f9a7ebc32d16c6eb01cd9", "signature": "57c349fe637ca74a17bb30b190b46e47", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=55fc929faa2f9a7ebc32d16c6eb01cd9" }, { "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": 11480, "column": 71 }, "errorSnippet": "<a href=\"https://www.schwab.com/investment-advice\" data-lvl=\"2\" aria-label=\"Link. Advice Headline Get more advice >\"> <div id=\"spot-1421\" class=\"spotl contextual-region\"> <h2 class=\"spotl__headline\"> Advice Headline </h2> <d", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[2]/ul[1]/li[1]/ul[1]/li[3]/div[2]/a[1]", "issueID": "0520746b8f98e4e41b0f6c5da0fcca29", "signature": "3caa0f7a2dde05c4252a781c328db749", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=0520746b8f98e4e41b0f6c5da0fcca29" }, { "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": -2 }, "height": -2, "width": 0 }, "position": { "line": 12711, "column": 61 }, "errorSnippet": "<li role=\"none\"> <ul class=\"meganvpsr-main__menu__l1__submenu__forcedCol\"> <li> <a href=\"#\" id=\"Pricing\" role=\"link\" data-lvl=\"1\" aria-haspopup=\"true\" aria-expanded=\"false\"><span class=\"meganvpsr-main__menu__l1__heading\">Pri", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[3]/ul[1]/li[1]/ul[1]/li[1]", "issueID": "bed2574527c32a1f13eec2e728aa8a1a", "signature": "466c81c4ec75b2bf52cadea0bb458ec1", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=bed2574527c32a1f13eec2e728aa8a1a" }, { "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": 12673, "column": 103 }, "errorSnippet": "<ul class=\"meganvpsr-main__menu__l1__submenu__forcedCol\"> <li> <a href=\"#\" id=\"Pricing\" role=\"link\" data-lvl=\"1\" aria-haspopup=\"true\" aria-expanded=\"false\"><span class=\"meganvpsr-main__menu__l1__heading\">Pricing</span> <s", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[3]/ul[1]/li[1]/ul[1]/li[1]/ul[1]", "issueID": "af3539452cf6a31b79d9c82f47d5469f", "signature": "bf07fd3d0beba07fee32316a3bca72be", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=af3539452cf6a31b79d9c82f47d5469f" }, { "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": 12729, "column": 61 }, "errorSnippet": "<li> <a href=\"#\" id=\"Pricing\" role=\"link\" data-lvl=\"1\" aria-haspopup=\"true\" aria-expanded=\"false\"><span class=\"meganvpsr-main__menu__l1__heading\">Pricing</span> <span aria-hidden=\"true\" class=\"sch-angle-down meganv-btn-expand m", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[3]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]", "issueID": "db7c4db06cda23c5dde4bf4519221c13", "signature": "699ae1593128840fd55dd9e1e13a6426", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=db7c4db06cda23c5dde4bf4519221c13" }, { "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": 12725, "column": 103 }, "errorSnippet": "<ul class=\"meganvpsr-main__menu__l1__submenu__lx meganv-submenu-lvl2\" style=\"display: none;\"> <li role=\"none\" class=\"meganv-hide-mobile\" style=\"\"> <a href=\"#\" role=\"link\" data-lvl=\"2\">Overview </a> </li> <li role=\"none\"&g", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[3]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]", "issueID": "0aa710bb1bd0b246d1060c57e7ba4b50", "signature": "6947368bc17737676fcf75367bbf24b6", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=0aa710bb1bd0b246d1060c57e7ba4b50" }, { "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": 12781, "column": 61 }, "errorSnippet": "<li role=\"none\"> <a href=\"https://www.schwab.com/costs-of-investing\" role=\"link\" data-lvl=\"2\">Understanding Investment Fees </a> </li>", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[3]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[3]", "issueID": "55142f2befb59480cd387fc09a6c9112", "signature": "69b2c14fd5a2a573748712cad4269e2e", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=55142f2befb59480cd387fc09a6c9112" }, { "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": -2 }, "height": -2, "width": 0 }, "position": { "line": 12803, "column": 61 }, "errorSnippet": "<li role=\"none\"> <ul class=\"meganvpsr-main__menu__l1__submenu__forcedCol\"> <li> <a href=\"#\" id=\"TransferringAccounts\" role=\"link\" data-lvl=\"1\" aria-haspopup=\"true\" aria-expanded=\"false\"><span class=\"meganvpsr-main__menu__l1__he", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[3]/ul[1]/li[1]/ul[1]/li[2]", "issueID": "0112d03a16ea2ab4dcf853c86bb1ea7d", "signature": "5ba0575aa3b3b0f48993e0fef1e0c631", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=0112d03a16ea2ab4dcf853c86bb1ea7d" }, { "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": 12760, "column": 103 }, "errorSnippet": "<ul class=\"meganvpsr-main__menu__l1__submenu__forcedCol\"> <li> <a href=\"#\" id=\"TransferringAccounts\" role=\"link\" data-lvl=\"1\" aria-haspopup=\"true\" aria-expanded=\"false\"><span class=\"meganvpsr-main__menu__l1__heading\">Transferring ", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[3]/ul[1]/li[1]/ul[1]/li[2]/ul[1]", "issueID": "95164eee462e583771a49a079b3c32cd", "signature": "ae881efda5deb45afee23ac1336b4afc", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=95164eee462e583771a49a079b3c32cd" }, { "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": 12821, "column": 61 }, "errorSnippet": "<li> <a href=\"#\" id=\"TransferringAccounts\" role=\"link\" data-lvl=\"1\" aria-haspopup=\"true\" aria-expanded=\"false\"><span class=\"meganvpsr-main__menu__l1__heading\">Transferring Accounts</span> <span aria-hidden=\"true\" class=\"sch-ang", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[3]/ul[1]/li[1]/ul[1]/li[2]/ul[1]/li[1]", "issueID": "d85a16a35a39abd00a61d5374f5b2aac", "signature": "a173018380eee3947b4515b06174b15a", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=d85a16a35a39abd00a61d5374f5b2aac" }, { "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": 12817, "column": 103 }, "errorSnippet": "<ul class=\"meganvpsr-main__menu__l1__submenu__lx meganv-submenu-lvl2\" style=\"display: none;\"> <li role=\"none\" class=\"meganv-hide-mobile\" style=\"\"> <a href=\"#\" role=\"link\" data-lvl=\"2\">Overview </a> </li> <li role=\"none\"&g", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[3]/ul[1]/li[1]/ul[1]/li[2]/ul[1]/li[1]/ul[1]", "issueID": "51194d050338e7842c5b52e3a187adcf", "signature": "93146b42e71f117cbe260920e6d4f339", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=51194d050338e7842c5b52e3a187adcf" }, { "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": 12865, "column": 61 }, "errorSnippet": "<li role=\"none\"> <a href=\"https://www.schwab.com/transfer-to-schwab\" role=\"link\" data-lvl=\"2\">Costs and Considerations </a> </li>", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[3]/ul[1]/li[1]/ul[1]/li[2]/ul[1]/li[1]/ul[1]/li[2]", "issueID": "d3be0aba7d9382b90f87ff0fb910955e", "signature": "4f19cf33d19f0255590588f774e2f1c9", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=d3be0aba7d9382b90f87ff0fb910955e" }, { "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": -2 }, "height": -2, "width": 0 }, "position": { "line": 12882, "column": 61 }, "errorSnippet": "<li role=\"none\"> <ul class=\"meganvpsr-main__menu__l1__submenu__forcedCol\"> <li> <a href=\"#\" id=\"OTHERDETAILS\" role=\"link\" data-lvl=\"1\" aria-haspopup=\"true\" aria-expanded=\"false\"><span class=\"meganvpsr-main__menu__l1__heading\"&g", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[3]/ul[1]/li[1]/ul[1]/li[3]", "issueID": "778384f79418a9def8da8317599f5deb", "signature": "2fe8d8d7fc69108f3180078006c7d283", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=778384f79418a9def8da8317599f5deb" }, { "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": 12909, "column": 45 }, "errorSnippet": "<ul class=\"meganvpsr-main__menu__l1__submenu__forcedCol\"> <li> <a href=\"#\" id=\"OTHERDETAILS\" role=\"link\" data-lvl=\"1\" aria-haspopup=\"true\" aria-expanded=\"false\"><span class=\"meganvpsr-main__menu__l1__heading\">OTHER DETAILS</spa", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[3]/ul[1]/li[1]/ul[1]/li[3]/ul[1]", "issueID": "8e1721a712519769fca16fb83cd24604", "signature": "813ccc8e5d02d2de2f5bc10e9d624773", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=8e1721a712519769fca16fb83cd24604" }, { "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": 12906, "column": 61 }, "errorSnippet": "<li> <a href=\"#\" id=\"OTHERDETAILS\" role=\"link\" data-lvl=\"1\" aria-haspopup=\"true\" aria-expanded=\"false\"><span class=\"meganvpsr-main__menu__l1__heading\">OTHER DETAILS</span> <span aria-hidden=\"true\" class=\"sch-angle-down meganv-b", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[3]/ul[1]/li[1]/ul[1]/li[3]/ul[1]/li[1]", "issueID": "bc92e0af78c85c5657c1315484cc4ab2", "signature": "ce7e877baef446d9767538ef0d675425", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=bc92e0af78c85c5657c1315484cc4ab2" }, { "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": 12922, "column": 103 }, "errorSnippet": "<ul class=\"meganvpsr-main__menu__l1__submenu__lx meganv-submenu-lvl2\" style=\"display: none;\"> <li role=\"none\" class=\"meganv-hide-mobile\" style=\"\"> <a href=\"#\" role=\"link\" data-lvl=\"2\">Overview </a> </li> <li role=\"none\"&g", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[3]/ul[1]/li[1]/ul[1]/li[3]/ul[1]/li[1]/ul[1]", "issueID": "ebec3e923d0557d5659ea60d8f9b1d53", "signature": "f3b2141d7df31fa315d6b95e50aca006", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=ebec3e923d0557d5659ea60d8f9b1d53" }, { "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": 12926, "column": 61 }, "errorSnippet": "<li role=\"none\"> <a href=\"https://www.schwab.com/transparency\" role=\"link\" data-lvl=\"2\">Client Relationship Summaries </a> </li>", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[3]/ul[1]/li[1]/ul[1]/li[3]/ul[1]/li[1]/ul[1]/li[2]", "issueID": "753d3af7ef6ffe666ac024fa0d9c2a99", "signature": "0e1d95fbb8778c6c1d993cd020c0b071", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=753d3af7ef6ffe666ac024fa0d9c2a99" }, { "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": 158, "y": -47 }, "height": -47, "width": 158 }, "position": { "line": 12943, "column": 61 }, "errorSnippet": "<li role=\"none\" class=\"meganvpsr-main__menu__l1__submenu__spotlight\" id=\"pricing_spotlight\" style=\"\"> <div class=\"spotl-wrapper spotl-prospects\" style=\"display: block;\"> <a href=\"https://www.schwab.com/compare-us\" data-lvl=\"2\" aria-label=\"", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[3]/ul[1]/li[1]/ul[1]/li[4]", "issueID": "fd0131d53e48806a23980df658c6ef96", "signature": "66ae77d6836c316eb340ec79bbe5e026", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=fd0131d53e48806a23980df658c6ef96" }, { "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": 9459, "column": 75 }, "errorSnippet": "<div class=\"spotl-wrapper spotl-prospects\" style=\"display: block;\"> <a href=\"https://www.schwab.com/compare-us\" data-lvl=\"2\" aria-label=\"Link. See how we stack up to the competition. Compare Us >\"> <div id=\"spot-776\" class=\"spotl contex", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[3]/ul[1]/li[1]/ul[1]/li[4]/div[1]", "issueID": "fec90f9b752c4e8465a74c516f0282b1", "signature": "49e09390bdce993f505d70eac524db2e", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=fec90f9b752c4e8465a74c516f0282b1" }, { "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": 11690, "column": 71 }, "errorSnippet": "<a href=\"https://www.schwab.com/compare-us\" data-lvl=\"2\" aria-label=\"Link. See how we stack up to the competition. Compare Us >\"> <div id=\"spot-776\" class=\"spotl contextual-region\"> <h2 class=\"spotl__headline\"> See how we stack up to", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[3]/ul[1]/li[1]/ul[1]/li[4]/div[1]/a[1]", "issueID": "0db6fc3d589fa8d3cfb38959eb57a24d", "signature": "d52247a584f9d42ca819d61c4c9dd2f5", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=0db6fc3d589fa8d3cfb38959eb57a24d" }, { "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": 13025, "column": 17 }, "errorSnippet": "<div class=\"spotl-wrapper spotl-clients\" style=\"\"> <a href=\"/pricing?Spotlight_C_Pricing=\" data-lvl=\"2\" aria-label=\"Link. $0 online listed equity trade commissions + Satisfaction Guarantee. See our pricing >\"> <div id=\"spot-776\" class=\"", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[3]/ul[1]/li[1]/ul[1]/li[4]/div[2]", "issueID": "377f8580bcb7f02bd425d7eed752b2ac", "signature": "e9b9a8b7b6fb4c329f8bf4885485ee23", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=377f8580bcb7f02bd425d7eed752b2ac" }, { "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": 11707, "column": 71 }, "errorSnippet": "<a href=\"/pricing?Spotlight_C_Pricing=\" data-lvl=\"2\" aria-label=\"Link. $0 online listed equity trade commissions + Satisfaction Guarantee. See our pricing >\"> <div id=\"spot-776\" class=\"spotl contextual-region\"> <h2 class=\"spotl__headlin", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[3]/ul[1]/li[1]/ul[1]/li[4]/div[2]/a[1]", "issueID": "7ad1e7ff1fb7cfe42b0544200107a3c4", "signature": "be7a2443010cc50bc10d295460c6e61c", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=7ad1e7ff1fb7cfe42b0544200107a3c4" }, { "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": -2 }, "height": -2, "width": 0 }, "position": { "line": 12994, "column": 61 }, "errorSnippet": "<li role=\"none\"> <a href=\"#\" id=\"TheSchwabDifference\" role=\"link\" data-lvl=\"1\" aria-haspopup=\"true\" aria-expanded=\"false\"><span class=\"meganvpsr-main__menu__l1__heading\">The Schwab Difference</span> <span aria-hidden=\"true\" cla", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[4]/ul[1]/li[1]/ul[1]/li[1]", "issueID": "e10569a063fa69b34164778685fd5019", "signature": "e88783c6d74eeaed06ebfdf77b74b9d9", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=e10569a063fa69b34164778685fd5019" }, { "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": 13089, "column": 45 }, "errorSnippet": "<ul class=\"meganvpsr-main__menu__l1__submenu__lx meganv-submenu-lvl2\" style=\"display: none;\"> <li role=\"none\" class=\"meganv-hide-mobile\" style=\"\"> <a href=\"#\" role=\"link\" data-lvl=\"2\">Overview </a> </li> <li role=\"none\"&g", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[4]/ul[1]/li[1]/ul[1]/li[1]/ul[1]", "issueID": "3b860ddfde31205c882bf232c89bd717", "signature": "733657a95d4018071daa7e757b8cffb4", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=3b860ddfde31205c882bf232c89bd717" }, { "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": 13080, "column": 19 }, "errorSnippet": "<li role=\"none\"> <a href=\"https://www.schwab.com/satisfaction-guarantee\" role=\"link\" data-lvl=\"2\">Our Satisfaction Guarantee </a> </li>", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[4]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[3]", "issueID": "1007cb1030a9e0d916f3944a8ff39395", "signature": "423537915145cf698b9763f61a62d094", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=1007cb1030a9e0d916f3944a8ff39395" }, { "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": 13086, "column": 61 }, "errorSnippet": "<li role=\"none\"> <a href=\"https://www.schwab.com/schwabsafe\" id=\"OurSchwabSecurity\" role=\"link\" data-lvl=\"2\" aria-haspopup=\"true\" aria-expanded=\"false\">Our Schwab Security <span aria-hidden=\"true\" class=\"sch-angle-down meganv-btn-expand me", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[4]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[4]", "issueID": "59ebd697ecd8749ba2217b7209e88c67", "signature": "977272a69bebe78c9fb8b0a70c444937", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=59ebd697ecd8749ba2217b7209e88c67" }, { "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": 13102, "column": 103 }, "errorSnippet": "<ul class=\"meganvpsr-main__menu__l1__submenu__lx meganv-submenu-lvl3\" style=\"display: none;\"> <li role=\"none\"> <a href=\"https://www.schwab.com/schwabsafe\" role=\"link\" data-lvl=\"3\">Overview </a> </li> <li role=\"none\"> &", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[4]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[4]/ul[1]", "issueID": "19abe23cd5c2af7fddee9ccb6dc15779", "signature": "968ce37544313632df4d86e29eb5e1e4", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=19abe23cd5c2af7fddee9ccb6dc15779" }, { "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": 13106, "column": 61 }, "errorSnippet": "<li role=\"none\"> <a href=\"https://www.schwab.com/schwabsafe/security-knowledge-center\" role=\"link\" data-lvl=\"3\">Security Knowledge Center </a> </li>", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[4]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[4]/ul[1]/li[2]", "issueID": "5afb264995199ce211bff1ea01fb743b", "signature": "dfdf7ea044f84b6cc8c8f5ef3960a9dc", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=5afb264995199ce211bff1ea01fb743b" }, { "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": 13123, "column": 61 }, "errorSnippet": "<li role=\"none\"> <a href=\"https://www.schwab.com/schwabsafe/security-guarantee\" role=\"link\" data-lvl=\"3\">Schwab Security Guarantee </a> </li>", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[4]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[4]/ul[1]/li[3]", "issueID": "3c551de70165a048954b1ef9ea2cf40e", "signature": "e0bd98505a5a3244ec426ffa77de60f3", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=3c551de70165a048954b1ef9ea2cf40e" }, { "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": 13140, "column": 61 }, "errorSnippet": "<li role=\"none\"> <a href=\"https://www.schwab.com/schwab-experts\" id=\"OurExperts\" role=\"link\" data-lvl=\"2\" aria-haspopup=\"true\" aria-expanded=\"false\">Our Experts <span aria-hidden=\"true\" class=\"sch-angle-down meganv-btn-expand meganv-btn-lv", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[4]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[5]", "issueID": "06f1cdd8404e328cdd961ed09466845a", "signature": "adc83dafd17848e1edc8213e6b87e90f", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=06f1cdd8404e328cdd961ed09466845a" }, { "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": 13167, "column": 45 }, "errorSnippet": "<ul class=\"meganvpsr-main__menu__l1__submenu__lx meganv-submenu-lvl3\" style=\"display: none;\"> <li role=\"none\" class=\"meganv-hide-mobile\" style=\"\"> <a href=\"#\" role=\"link\" data-lvl=\"3\">Overview </a> </li> <li role=\"none\"&g", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[4]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[5]/ul[1]", "issueID": "5a73938f66391a433886d80257f62274", "signature": "0b10b14723cbe987cbef609b6f35b4e3", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=5a73938f66391a433886d80257f62274" }, { "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": 13168, "column": 17 }, "errorSnippet": "<li role=\"none\"> <a href=\"https://www.schwab.com/schwab-experts\" role=\"link\" data-lvl=\"3\">Meet the experts behind Schwab's investing insights. </a> </li>", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[4]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[5]/ul[1]/li[2]", "issueID": "0a8780b5bb09552bcc02b8ef602c0466", "signature": "1d7ce43e005785f980471f2f889b992e", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=0a8780b5bb09552bcc02b8ef602c0466" }, { "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": -2 }, "height": -2, "width": 0 }, "position": { "line": 13184, "column": 61 }, "errorSnippet": "<li role=\"none\"> <a href=\"#\" id=\"WaystoInvestwithUs\" role=\"link\" data-lvl=\"1\" aria-haspopup=\"true\" aria-expanded=\"false\"><span class=\"meganvpsr-main__menu__l1__heading\">Ways to Invest with Us</span> <span aria-hidden=\"true\" cla", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[4]/ul[1]/li[1]/ul[1]/li[2]", "issueID": "676adb223416f403d06174738f662a03", "signature": "c12e24b831d8731087e14dba2892cee1", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=676adb223416f403d06174738f662a03" }, { "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": 13180, "column": 103 }, "errorSnippet": "<ul class=\"meganvpsr-main__menu__l1__submenu__lx meganv-submenu-lvl2\" style=\"display: none;\"> <li role=\"none\" class=\"meganv-hide-mobile\" style=\"\"> <a href=\"#\" role=\"link\" data-lvl=\"2\">Overview </a> </li> <li role=\"none\"&g", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[4]/ul[1]/li[1]/ul[1]/li[2]/ul[1]", "issueID": "414f8968249380dc7ad3f4d93c7c5199", "signature": "84dddfdeceb6f344fb74009a305e0ea1", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=414f8968249380dc7ad3f4d93c7c5199" }, { "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": 13229, "column": 17 }, "errorSnippet": "<li role=\"none\"> <a href=\"https://www.schwab.com/invest-with-us/self-directed-investing\" role=\"link\" data-lvl=\"2\">Manage and Trade your Own Investments </a> </li>", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[4]/ul[1]/li[1]/ul[1]/li[2]/ul[1]/li[3]", "issueID": "deac144038a3a29a01d813b735d7ab7d", "signature": "988d8759124dc71f473498ca2669db4c", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=deac144038a3a29a01d813b735d7ab7d" }, { "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": 13245, "column": 61 }, "errorSnippet": "<li role=\"none\"> <a href=\"https://www.schwab.com/invest-with-us/automated-investing\" role=\"link\" data-lvl=\"2\">Get Automated Investing with Professional Guidance </a> </li>", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[4]/ul[1]/li[1]/ul[1]/li[2]/ul[1]/li[4]", "issueID": "0185fab5f64c29768230af492d2e7047", "signature": "384243a5dbd6f3657eca286c4bc28269", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=0185fab5f64c29768230af492d2e7047" }, { "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": 13262, "column": 61 }, "errorSnippet": "<li role=\"none\"> <a href=\"https://www.schwab.com/invest-with-us/professional-advice\" role=\"link\" data-lvl=\"2\">Plan and Invest with a consultant </a> </li>", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[4]/ul[1]/li[1]/ul[1]/li[2]/ul[1]/li[5]", "issueID": "f378e4f37e69e75b0b915c2766ed0678", "signature": "3dd2a29fbde02a614a0838bde983f9d0", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=f378e4f37e69e75b0b915c2766ed0678" }, { "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": -2 }, "height": -2, "width": 0 }, "position": { "line": 13284, "column": 51 }, "errorSnippet": "<li role=\"none\"> <ul class=\"meganvpsr-main__menu__l1__submenu__forcedCol\"> <li> <a href=\"#\" id=\"HowWeCompare\" role=\"link\" data-lvl=\"1\" aria-haspopup=\"true\" aria-expanded=\"false\"><span class=\"meganvpsr-main__menu__l1__heading\"&g", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[4]/ul[1]/li[1]/ul[1]/li[3]", "issueID": "c85d11e2ecd5b3ec12bfa06bfcdec002", "signature": "566e8bf9d3eae396eeb28f925b07bd6a", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=c85d11e2ecd5b3ec12bfa06bfcdec002" }, { "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": 13228, "column": 45 }, "errorSnippet": "<ul class=\"meganvpsr-main__menu__l1__submenu__forcedCol\"> <li> <a href=\"#\" id=\"HowWeCompare\" role=\"link\" data-lvl=\"1\" aria-haspopup=\"true\" aria-expanded=\"false\"><span class=\"meganvpsr-main__menu__l1__heading\">How We Compare</sp", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[4]/ul[1]/li[1]/ul[1]/li[3]/ul[1]", "issueID": "fc633d9425c023d91f43cbf2ba8af348", "signature": "284738744328b7cab7553d2a7f153607", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=fc633d9425c023d91f43cbf2ba8af348" }, { "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": 13325, "column": 111 }, "errorSnippet": "<li> <a href=\"#\" id=\"HowWeCompare\" role=\"link\" data-lvl=\"1\" aria-haspopup=\"true\" aria-expanded=\"false\"><span class=\"meganvpsr-main__menu__l1__heading\">How We Compare</span> <span aria-hidden=\"true\" class=\"sch-angle-down meganv-", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[4]/ul[1]/li[1]/ul[1]/li[3]/ul[1]/li[1]", "issueID": "5b7d449666230c0f9b469c0c5a4eaa64", "signature": "ce9c930130adad6c4c6b0e77baf53c77", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=5b7d449666230c0f9b469c0c5a4eaa64" }, { "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": 13241, "column": 103 }, "errorSnippet": "<ul class=\"meganvpsr-main__menu__l1__submenu__lx meganv-submenu-lvl2\" style=\"display: none;\"> <li role=\"none\" class=\"meganv-hide-mobile\" style=\"\"> <a href=\"#\" role=\"link\" data-lvl=\"2\">Overview </a> </li> <li role=\"none\"&g", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[4]/ul[1]/li[1]/ul[1]/li[3]/ul[1]/li[1]/ul[1]", "issueID": "41ba83c7ee533f6629284a734245192f", "signature": "791109a124ce455e526a6f6dfc63d6ca", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=41ba83c7ee533f6629284a734245192f" }, { "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": 13346, "column": 61 }, "errorSnippet": "<li role=\"none\"> <a href=\"https://www.schwab.com/compare-us\" role=\"link\" data-lvl=\"2\">Compare Us to Our Competitors </a> </li>", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[4]/ul[1]/li[1]/ul[1]/li[3]/ul[1]/li[1]/ul[1]/li[2]", "issueID": "31bba7d85c2f9508283651f8c8bd7dd3", "signature": "f3a8f62f8306d2973e288a5845c5ac80", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=31bba7d85c2f9508283651f8c8bd7dd3" }, { "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": 158, "y": -47 }, "height": -47, "width": 158 }, "position": { "line": 13398, "column": 61 }, "errorSnippet": "<li role=\"none\" class=\"meganvpsr-main__menu__l1__submenu__spotlight\" id=\"whyschwab_spotlight\" style=\"\"> <div class=\"spotl-wrapper spotl-prospects\" style=\"display: block;\"> <a href=\"/invest-with-us?Spotlight_P_InvestWithUs=\" data-lvl=\"2\" ar", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[4]/ul[1]/li[1]/ul[1]/li[4]", "issueID": "8c5ad0bc0ab18d35ac2689294dda006c", "signature": "989bd2f2855dbba2ea822c372d447978", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=8c5ad0bc0ab18d35ac2689294dda006c" }, { "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": 13039, "column": 7 }, "errorSnippet": "<div class=\"spotl-wrapper spotl-prospects\" style=\"display: block;\"> <a href=\"/invest-with-us?Spotlight_P_InvestWithUs=\" data-lvl=\"2\" aria-label=\"Link. More choices. More ways to invest how you want. Explore ways to invest >\"> <div id=\"s", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[4]/ul[1]/li[1]/ul[1]/li[4]/div[1]", "issueID": "1bd72058d2afffc9f3d6b4750dc55349", "signature": "16c15521860eaa68c5b660ffe347cfe0", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=1bd72058d2afffc9f3d6b4750dc55349" }, { "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": 12151, "column": 71 }, "errorSnippet": "<a href=\"/invest-with-us?Spotlight_P_InvestWithUs=\" data-lvl=\"2\" aria-label=\"Link. More choices. More ways to invest how you want. Explore ways to invest >\"> <div id=\"spot-781\" class=\"spotl contextual-region\"> <h2 class=\"spotl__headline", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[4]/ul[1]/li[1]/ul[1]/li[4]/div[1]/a[1]", "issueID": "a0312cb553524fab955b4c2e22df44d4", "signature": "ee1ef12a1ec2ec7faba2e480e704a7b9", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=a0312cb553524fab955b4c2e22df44d4" }, { "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": 13291, "column": 7 }, "errorSnippet": "<div class=\"spotl-wrapper spotl-clients\" style=\"\"> <a href=\"/invest-with-us?Spotlight_C_InvestWithUs=\" data-lvl=\"2\" aria-label=\"Link. More choices. More ways to invest how you want. Explore ways to invest >\"> <div id=\"spot-781\" class=\"s", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[4]/ul[1]/li[1]/ul[1]/li[4]/div[2]", "issueID": "7c2b1308a88253f8f1f57ce4f0df97ae", "signature": "756362cbfbffe0b0487c722029d678c9", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=7c2b1308a88253f8f1f57ce4f0df97ae" }, { "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": 12173, "column": 71 }, "errorSnippet": "<a href=\"/invest-with-us?Spotlight_C_InvestWithUs=\" data-lvl=\"2\" aria-label=\"Link. More choices. More ways to invest how you want. Explore ways to invest >\"> <div id=\"spot-781\" class=\"spotl contextual-region\"> <h2 class=\"spotl__headline", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[4]/ul[1]/li[1]/ul[1]/li[4]/div[2]/a[1]", "issueID": "4db697f1df2a9e3caefc50e77b8650de", "signature": "c469e566408afd00fdc8cae1424c4459", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=4db697f1df2a9e3caefc50e77b8650de" }, { "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": -2 }, "height": -2, "width": 0 }, "position": { "line": 13450, "column": 61 }, "errorSnippet": "<li role=\"none\"> <ul class=\"meganvpsr-main__menu__l1__submenu__forcedCol\"> <li> <a href=\"#\" id=\"InvestingInsights\" role=\"link\" data-lvl=\"1\" aria-haspopup=\"true\" aria-expanded=\"false\"><span class=\"meganvpsr-main__menu__l1__headi", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[5]/ul[1]/li[1]/ul[1]/li[1]", "issueID": "b314da6adf47af0e1d50b2f2cc1d7ffa", "signature": "9334448ff700a713b116f5751a01d180", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=b314da6adf47af0e1d50b2f2cc1d7ffa" }, { "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": 13360, "column": 103 }, "errorSnippet": "<ul class=\"meganvpsr-main__menu__l1__submenu__forcedCol\"> <li> <a href=\"#\" id=\"InvestingInsights\" role=\"link\" data-lvl=\"1\" aria-haspopup=\"true\" aria-expanded=\"false\"><span class=\"meganvpsr-main__menu__l1__heading\">Investing Insigh", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[5]/ul[1]/li[1]/ul[1]/li[1]/ul[1]", "issueID": "e910102edcb5f52665b73f74b0d56eb0", "signature": "a8646d1721c01b34aaa26dfb32f4ff9a", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=e910102edcb5f52665b73f74b0d56eb0" }, { "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": 13467, "column": 61 }, "errorSnippet": "<li> <a href=\"#\" id=\"InvestingInsights\" role=\"link\" data-lvl=\"1\" aria-haspopup=\"true\" aria-expanded=\"false\"><span class=\"meganvpsr-main__menu__l1__heading\">Investing Insights</span> <span aria-hidden=\"true\" class=\"sch-angle-dow", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[5]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]", "issueID": "1a6caa54ae11a4c086b39b0b39e58d2d", "signature": "840aba386a9be1de794945389615b12e", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=1a6caa54ae11a4c086b39b0b39e58d2d" }, { "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": 13429, "column": 103 }, "errorSnippet": "<ul class=\"meganvpsr-main__menu__l1__submenu__lx meganv-submenu-lvl2\" style=\"display: none;\"> <li role=\"none\" class=\"meganv-hide-mobile\" style=\"\"> <a href=\"https://www.schwab.com/learn/\" role=\"link\" data-lvl=\"2\">Overview </a> <", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[5]/ul[1]/li[1]/ul[1]/li[1]/ul[1]/li[1]/ul[1]", "issueID": "1d16f7670b6cd239a673fa61b972bcd3", "signature": "cfcc73e575660a0001baccfc897acdbc", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=1d16f7670b6cd239a673fa61b972bcd3" }, { "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": -2 }, "height": -2, "width": 0 }, "position": { "line": 13659, "column": 61 }, "errorSnippet": "<li role=\"none\"> <ul class=\"meganvpsr-main__menu__l1__submenu__forcedCol\"> <li> <a href=\"#\" id=\"Perspectives\" role=\"link\" data-lvl=\"1\" aria-haspopup=\"true\" aria-expanded=\"false\"><span class=\"meganvpsr-main__menu__l1__heading\"&g", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[5]/ul[1]/li[1]/ul[1]/li[2]", "issueID": "916a90a69f25f27763d979b7c6b1aca7", "signature": "e495416758ae2a0f80d7df3e0407cdee", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=916a90a69f25f27763d979b7c6b1aca7" }, { "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": 13503, "column": 103 }, "errorSnippet": "<ul class=\"meganvpsr-main__menu__l1__submenu__forcedCol\"> <li> <a href=\"#\" id=\"Perspectives\" role=\"link\" data-lvl=\"1\" aria-haspopup=\"true\" aria-expanded=\"false\"><span class=\"meganvpsr-main__menu__l1__heading\">Perspectives</span", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[5]/ul[1]/li[1]/ul[1]/li[2]/ul[1]", "issueID": "2b4fc1d7a4ffae8ea9849633775af7bf", "signature": "3d01b5f133e7ac01b68cdb277459775c", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=2b4fc1d7a4ffae8ea9849633775af7bf" }, { "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": 13663, "column": 17 }, "errorSnippet": "<li> <a href=\"#\" id=\"Perspectives\" role=\"link\" data-lvl=\"1\" aria-haspopup=\"true\" aria-expanded=\"false\"><span class=\"meganvpsr-main__menu__l1__heading\">Perspectives</span> <span aria-hidden=\"true\" class=\"sch-angle-down meganv-bt", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[5]/ul[1]/li[1]/ul[1]/li[2]/ul[1]/li[1]", "issueID": "88168c286be4885f6a12637d2cc94750", "signature": "037824d048ff76ecec827992d7dc6620", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=88168c286be4885f6a12637d2cc94750" }, { "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": 13565, "column": 103 }, "errorSnippet": "<ul class=\"meganvpsr-main__menu__l1__submenu__lx meganv-submenu-lvl2\" style=\"display: none;\"> <li role=\"none\" class=\"meganv-hide-mobile\" style=\"\"> <a href=\"#\" role=\"link\" data-lvl=\"2\">Overview </a> </li> <li role=\"none\"&g", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[5]/ul[1]/li[1]/ul[1]/li[2]/ul[1]/li[1]/ul[1]", "issueID": "fa737998018b654d21738f18b657e6db", "signature": "f2776c8ad9a323b4b6b4b2c5efd24699", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=fa737998018b654d21738f18b657e6db" }, { "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": -2 }, "height": -2, "width": 0 }, "position": { "line": 13801, "column": 111 }, "errorSnippet": "<li role=\"none\"> <ul class=\"meganvpsr-main__menu__l1__submenu__forcedCol\"> <li> <a href=\"#\" id=\"Retirement\" role=\"link\" data-lvl=\"1\" aria-haspopup=\"true\" aria-expanded=\"false\"><span class=\"meganvpsr-main__menu__l1__heading\">", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[5]/ul[1]/li[1]/ul[1]/li[3]", "issueID": "6893ec9640e54c53f33504061ebd9de3", "signature": "dbd8612d5c0cd5f35822b5233a661459", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=6893ec9640e54c53f33504061ebd9de3" }, { "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": 13662, "column": 45 }, "errorSnippet": "<ul class=\"meganvpsr-main__menu__l1__submenu__forcedCol\"> <li> <a href=\"#\" id=\"Retirement\" role=\"link\" data-lvl=\"1\" aria-haspopup=\"true\" aria-expanded=\"false\"><span class=\"meganvpsr-main__menu__l1__heading\">Retirement</span>", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[5]/ul[1]/li[1]/ul[1]/li[3]/ul[1]", "issueID": "8c59a132f727e3a62a68eddfd1a08532", "signature": "22c79147d79232e4ed503cae7885bc46", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=8c59a132f727e3a62a68eddfd1a08532" }, { "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": 13816, "column": 19 }, "errorSnippet": "<li> <a href=\"#\" id=\"Retirement\" role=\"link\" data-lvl=\"1\" aria-haspopup=\"true\" aria-expanded=\"false\"><span class=\"meganvpsr-main__menu__l1__heading\">Retirement</span> <span aria-hidden=\"true\" class=\"sch-angle-down meganv-btn-ex", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[5]/ul[1]/li[1]/ul[1]/li[3]/ul[1]/li[1]", "issueID": "8582dea00a8cdbd7854768306301b304", "signature": "538149652b9ecf82705eb99d749e0b78", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=8582dea00a8cdbd7854768306301b304" }, { "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": 13675, "column": 103 }, "errorSnippet": "<ul class=\"meganvpsr-main__menu__l1__submenu__lx meganv-submenu-lvl2\" style=\"display: none;\"> <li role=\"none\" class=\"meganv-hide-mobile\" style=\"\"> <a href=\"#\" role=\"link\" data-lvl=\"2\">Overview </a> </li> <li role=\"none\"&g", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[5]/ul[1]/li[1]/ul[1]/li[3]/ul[1]/li[1]/ul[1]", "issueID": "66be6e63084b6717494cb77e0685f271", "signature": "d6487d5e53eb58de22691cd82b4ee943", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=66be6e63084b6717494cb77e0685f271" }, { "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": -2 }, "height": -2, "width": 0 }, "position": { "line": 13859, "column": 61 }, "errorSnippet": "<li role=\"none\"> <ul class=\"meganvpsr-main__menu__l1__submenu__forcedCol\"> <li> <a href=\"#\" id=\"TheBasics\" role=\"link\" data-lvl=\"1\" aria-haspopup=\"true\" aria-expanded=\"false\"><span class=\"meganvpsr-main__menu__l1__heading\">T", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[5]/ul[1]/li[1]/ul[1]/li[4]", "issueID": "ec96cd392172c152beaa7cdb9c4b17f3", "signature": "b0fbfc5bea5c4928e4bfacf14ea6d120", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=ec96cd392172c152beaa7cdb9c4b17f3" }, { "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": 13815, "column": 51 }, "errorSnippet": "<ul class=\"meganvpsr-main__menu__l1__submenu__forcedCol\"> <li> <a href=\"#\" id=\"TheBasics\" role=\"link\" data-lvl=\"1\" aria-haspopup=\"true\" aria-expanded=\"false\"><span class=\"meganvpsr-main__menu__l1__heading\">The Basics</span> ", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[5]/ul[1]/li[1]/ul[1]/li[4]/ul[1]", "issueID": "ea3485f25ce5779e161122f24cd56db4", "signature": "6895f2c05637d5614ee30dcc47286161", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=ea3485f25ce5779e161122f24cd56db4" }, { "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": 13876, "column": 61 }, "errorSnippet": "<li> <a href=\"#\" id=\"TheBasics\" role=\"link\" data-lvl=\"1\" aria-haspopup=\"true\" aria-expanded=\"false\"><span class=\"meganvpsr-main__menu__l1__heading\">The Basics</span> <span aria-hidden=\"true\" class=\"sch-angle-down meganv-btn-exp", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[5]/ul[1]/li[1]/ul[1]/li[4]/ul[1]/li[1]", "issueID": "2a9026f1dc75160138c0ef8b4bf8b135", "signature": "74847d2d76f38cbf17d3c5e6c44c2f62", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=2a9026f1dc75160138c0ef8b4bf8b135" }, { "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": 13818, "column": 103 }, "errorSnippet": "<ul class=\"meganvpsr-main__menu__l1__submenu__lx meganv-submenu-lvl2\" style=\"display: none;\"> <li role=\"none\" class=\"meganv-hide-mobile\" style=\"\"> <a href=\"#\" role=\"link\" data-lvl=\"2\">Overview </a> </li> <li role=\"none\"&g", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[5]/ul[1]/li[1]/ul[1]/li[4]/ul[1]/li[1]/ul[1]", "issueID": "70a042267a40adc5b33aa7d65c6053f5", "signature": "6303669ebbd0ab80d37850efa01b54fa", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=70a042267a40adc5b33aa7d65c6053f5" }, { "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": 13910, "column": 61 }, "errorSnippet": "<li role=\"none\"> <a href=\"https://www.schwab.com/how-to-invest\" id=\"HowtoInvest\" role=\"link\" data-lvl=\"2\" aria-haspopup=\"true\" aria-expanded=\"false\">How to Invest <span aria-hidden=\"true\" class=\"sch-angle-down meganv-btn-expand meganv-btn-", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[5]/ul[1]/li[1]/ul[1]/li[4]/ul[1]/li[1]/ul[1]/li[2]", "issueID": "959f8c7c099833637b9b719fd826204d", "signature": "e89b15c9d0f0a18acf6c07da419b7da2", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=959f8c7c099833637b9b719fd826204d" }, { "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": 13825, "column": 45 }, "errorSnippet": "<ul class=\"meganvpsr-main__menu__l1__submenu__lx meganv-submenu-lvl3\" style=\"display: none;\"> <li role=\"none\"> <a href=\"https://www.schwab.com/how-to-invest\" role=\"link\" data-lvl=\"3\">Overview </a> </li> <li role=\"none\">", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[5]/ul[1]/li[1]/ul[1]/li[4]/ul[1]/li[1]/ul[1]/li[2]/ul[1]", "issueID": "8731a3ffedc8baa56f7dbeff0174cc02", "signature": "611c73c470012e1e90aed3a34c0d02b1", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=8731a3ffedc8baa56f7dbeff0174cc02" }, { "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": -2 }, "height": -2, "width": 0 }, "position": { "line": 14002, "column": 61 }, "errorSnippet": "<li role=\"none\"> <ul class=\"meganvpsr-main__menu__l1__submenu__forcedCol\"> <li> <a href=\"#\" id=\"Media\" role=\"link\" data-lvl=\"1\" aria-haspopup=\"true\" aria-expanded=\"false\"><span class=\"meganvpsr-main__menu__l1__heading\">Media", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[5]/ul[1]/li[1]/ul[1]/li[5]", "issueID": "d3e588ee947d66878f9bd053da8545b9", "signature": "b89b55675dde2466b8ac322b094be432", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=d3e588ee947d66878f9bd053da8545b9" }, { "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": 13838, "column": 103 }, "errorSnippet": "<ul class=\"meganvpsr-main__menu__l1__submenu__forcedCol\"> <li> <a href=\"#\" id=\"Media\" role=\"link\" data-lvl=\"1\" aria-haspopup=\"true\" aria-expanded=\"false\"><span class=\"meganvpsr-main__menu__l1__heading\">Media</span> <span ", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[5]/ul[1]/li[1]/ul[1]/li[5]/ul[1]", "issueID": "56ebd8d86a4832d5907a365853a8a0bf", "signature": "cbbc5ac910ac027ef195342d899bb818", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=56ebd8d86a4832d5907a365853a8a0bf" }, { "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": 14006, "column": 17 }, "errorSnippet": "<li> <a href=\"#\" id=\"Media\" role=\"link\" data-lvl=\"1\" aria-haspopup=\"true\" aria-expanded=\"false\"><span class=\"meganvpsr-main__menu__l1__heading\">Media</span> <span aria-hidden=\"true\" class=\"sch-angle-down meganv-btn-expand megan", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[5]/ul[1]/li[1]/ul[1]/li[5]/ul[1]/li[1]", "issueID": "cc392d00bea0c110b46e6c710c079983", "signature": "06efcb4cae5155ed5689e8f4b9a13306", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=cc392d00bea0c110b46e6c710c079983" }, { "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": 14005, "column": 45 }, "errorSnippet": "<ul class=\"meganvpsr-main__menu__l1__submenu__lx meganv-submenu-lvl2\" style=\"display: none;\"> <li role=\"none\" class=\"meganv-hide-mobile\" style=\"\"> <a href=\"#\" role=\"link\" data-lvl=\"2\">Overview </a> </li> <li role=\"none\"&g", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[5]/ul[1]/li[1]/ul[1]/li[5]/ul[1]/li[1]/ul[1]", "issueID": "07ee48cf7ddc2519453fb9db4ff240c7", "signature": "3585f445489a1bc010fc9f5890947075", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=07ee48cf7ddc2519453fb9db4ff240c7" }, { "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": 252.640625, "y": 0 }, "bottom-right": { "x": 389.640625, "y": 25 }, "height": 25, "width": 137 }, "position": { "line": 15964, "column": 17 }, "errorSnippet": "<div class=\"qqCel\"><a href=\"https://www.schwab.com/public/schwab/investing/investment_help/investment_research/markets/markets.html?path=/research/public/markets/chart/?symbol=$DJI\">DJIA</a><br><b style=\"font-weight: normal;\"&g", "xpath": "/html/body/footer[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[4]/div[1]", "issueID": "54fb1b6aa7d32bce6bddf0396e78866d", "signature": "28e0ab8c6fba1bbac08ebc03f3ea3147", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=54fb1b6aa7d32bce6bddf0396e78866d" }, { "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": 399.640625, "y": 0 }, "bottom-right": { "x": 536.640625, "y": 25 }, "height": 25, "width": 137 }, "position": { "line": 15965, "column": 21 }, "errorSnippet": "<div class=\"qqCel\"><a href=\"https://www.schwab.com/public/schwab/investing/investment_help/investment_research/markets/markets.html?path=/research/public/markets/chart/?symbol=$IXIC\">NASDAQ</a><br><b style=\"font-weight: normal;", "xpath": "/html/body/footer[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[4]/div[2]", "issueID": "3e64c2e3e12b34ea4e6cc9f97248c505", "signature": "5e96779b695d38b7d2845c5a433b238d", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=3e64c2e3e12b34ea4e6cc9f97248c505" }, { "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": 546.640625, "y": 0 }, "bottom-right": { "x": 671.640625, "y": 25 }, "height": 25, "width": 125 }, "position": { "line": 15967, "column": 25 }, "errorSnippet": "<div class=\"qqCel\"><a href=\"https://www.schwab.com/public/schwab/investing/investment_help/investment_research/markets/markets.html?path=/research/public/markets/chart/?symbol=$SPX\">S&amp;P 500</a><br><b style=\"font-weight:", "xpath": "/html/body/footer[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[4]/div[3]", "issueID": "c17cb801d1089102253c74dba5321aaf", "signature": "a80d65ecb908f56cb83b437176304144", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=c17cb801d1089102253c74dba5321aaf" }, { "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": 6381.45 }, "height": 6381.45, "width": 1024 }, "position": { "line": 3600, "column": 60 }, "errorSnippet": "<body class=\"path--node body-sidebars-none alias--home nodetype--pattern_landing_page logged-out node--type-pattern_landing_page normal-layout eu-cookie-compliance-status-null vp-video-poster--desktop vp-video-poster--loaded tl-modal-element--desktop ", "xpath": "/html/body", "issueID": "0992312cdade3fbd2f940d2a6ae76254", "signature": "bab873eb1bfa01c38c41217a93f42223", "ref": "https://tenon.io/bestpractice.php?bpID=143&tID=155&issueID=0992312cdade3fbd2f940d2a6ae76254" }, { "tID": 190, "bpID": 73, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "Item(s) with interactive `role` must have `tabindex=\"0\"` unless it is natively actionable.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.1.1 Keyboard", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.1.3 Keyboard (No Exception)" ], "resultTitle": "Make sure that all interactive elements can receive focus using the keyboard.", "errorDescription": "This element has an ARIA role that is intended for widgets that are used for interaction. However, it lacks a `tabindex` attribute. As a consequence, users who navigate the page via keyboard will be unable to gain focus on this control and will be unable to interact with it with the keyboard. Add `tabindex=\"0\"` to this control. Also ensure that this control responds to all of the necessary key events required of this type of control.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 9300, "column": 13 }, "errorSnippet": "<div role=\"menu\" class=\"meganv-dropdown meganv-activate-target meganv-panel-contactus\" style=\"display: none;\"> <h2>Call</h2> <ul> <li> <div>Schwab Brokerage</div> <div>800-435-4000</div> </li> &", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[1]/ul[1]/li[2]/div[1]", "issueID": "d51b6e7d75e70c4473a9db3272753b23", "signature": "4d97baf1bc701ea976df6ddb08e0ff89", "ref": "https://tenon.io/bestpractice.php?bpID=73&tID=190&issueID=d51b6e7d75e70c4473a9db3272753b23" }, { "tID": 190, "bpID": 73, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "Item(s) with interactive `role` must have `tabindex=\"0\"` unless it is natively actionable.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.1.1 Keyboard", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.1.3 Keyboard (No Exception)" ], "resultTitle": "Make sure that all interactive elements can receive focus using the keyboard.", "errorDescription": "This element has an ARIA role that is intended for widgets that are used for interaction. However, it lacks a `tabindex` attribute. As a consequence, users who navigate the page via keyboard will be unable to gain focus on this control and will be unable to interact with it with the keyboard. Add `tabindex=\"0\"` to this control. Also ensure that this control responds to all of the necessary key events required of this type of control.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 9375, "column": 2 }, "errorSnippet": "<div role=\"menu\" class=\"meganv-dropdown meganv-activate-target meganv-panel-contactus\" style=\"display: none;\"> <ul> <li role=\"listitem\"><a href=\"https://client.schwab.com/Login/SignOn/CustomerCenterLogin.aspx\" name=\"&amp;lid=schw", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[1]/ul[1]/li[5]/div[1]", "issueID": "5b9aae3b75ccea78de2c71f98528df97", "signature": "6194abf8dd99849fecfb2ddfa7ff5671", "ref": "https://tenon.io/bestpractice.php?bpID=73&tID=190&issueID=5b9aae3b75ccea78de2c71f98528df97" }, { "tID": 190, "bpID": 73, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "Item(s) with interactive `role` must have `tabindex=\"0\"` unless it is natively actionable.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.1.1 Keyboard", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.1.3 Keyboard (No Exception)" ], "resultTitle": "Make sure that all interactive elements can receive focus using the keyboard.", "errorDescription": "This element has an ARIA role that is intended for widgets that are used for interaction. However, it lacks a `tabindex` attribute. As a consequence, users who navigate the page via keyboard will be unable to gain focus on this control and will be unable to interact with it with the keyboard. Add `tabindex=\"0\"` to this control. Also ensure that this control responds to all of the necessary key events required of this type of control.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 205.672, "y": 195 }, "height": 195, "width": 205.672 }, "position": { "line": 7423, "column": 0 }, "errorSnippet": "<ul role=\"menu\" aria-labelledby=\"Accounts&amp;Products\" class=\"meganvpsr-main__menu__l1__submenu_wrapper meganv-activate-target\" style=\"display: none;\"> <li role=\"none\"> <ul class=\"meganvpsr-main__menu__l1__submenu\"> <li role=\"no", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[1]/ul[1]", "issueID": "9fd06fdff5feb8c4be86b2e4c0d35fa3", "signature": "4ae958c8e0d5ea65dbfa60f9b0e9b864", "ref": "https://tenon.io/bestpractice.php?bpID=73&tID=190&issueID=9fd06fdff5feb8c4be86b2e4c0d35fa3" }, { "tID": 190, "bpID": 73, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "Item(s) with interactive `role` must have `tabindex=\"0\"` unless it is natively actionable.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.1.1 Keyboard", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.1.3 Keyboard (No Exception)" ], "resultTitle": "Make sure that all interactive elements can receive focus using the keyboard.", "errorDescription": "This element has an ARIA role that is intended for widgets that are used for interaction. However, it lacks a `tabindex` attribute. As a consequence, users who navigate the page via keyboard will be unable to gain focus on this control and will be unable to interact with it with the keyboard. Add `tabindex=\"0\"` to this control. Also ensure that this control responds to all of the necessary key events required of this type of control.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 155, "y": 112 }, "height": 112, "width": 155 }, "position": { "line": 11997, "column": 103 }, "errorSnippet": "<ul role=\"menu\" aria-labelledby=\"Advice\" class=\"meganvpsr-main__menu__l1__submenu_wrapper meganv-activate-target\" style=\"left: 100px; right: inherit; display: none;\"> <li role=\"none\"> <ul class=\"meganvpsr-main__menu__l1__submenu\"> <l", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[2]/ul[1]", "issueID": "78b8ee60458e985541dfaf4474d65bc6", "signature": "2c76a737dde3f364bf1c0f15051f4001", "ref": "https://tenon.io/bestpractice.php?bpID=73&tID=190&issueID=78b8ee60458e985541dfaf4474d65bc6" }, { "tID": 190, "bpID": 73, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "Item(s) with interactive `role` must have `tabindex=\"0\"` unless it is natively actionable.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.1.1 Keyboard", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.1.3 Keyboard (No Exception)" ], "resultTitle": "Make sure that all interactive elements can receive focus using the keyboard.", "errorDescription": "This element has an ARIA role that is intended for widgets that are used for interaction. However, it lacks a `tabindex` attribute. As a consequence, users who navigate the page via keyboard will be unable to gain focus on this control and will be unable to interact with it with the keyboard. Add `tabindex=\"0\"` to this control. Also ensure that this control responds to all of the necessary key events required of this type of control.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 155, "y": 134 }, "height": 134, "width": 155 }, "position": { "line": 12653, "column": 103 }, "errorSnippet": "<ul role=\"menu\" aria-labelledby=\"Pricing\" class=\"meganvpsr-main__menu__l1__submenu_wrapper meganv-activate-target\" style=\"left: 100px; right: inherit; display: none;\"> <li role=\"none\"> <ul class=\"meganvpsr-main__menu__l1__submenu\"> <", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[3]/ul[1]", "issueID": "352e334daafc6e8635bc600f4c1aa8f8", "signature": "a8750d0933c6b853e793f00cf9dc5a7c", "ref": "https://tenon.io/bestpractice.php?bpID=73&tID=190&issueID=352e334daafc6e8635bc600f4c1aa8f8" }, { "tID": 190, "bpID": 73, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "Item(s) with interactive `role` must have `tabindex=\"0\"` unless it is natively actionable.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.1.1 Keyboard", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.1.3 Keyboard (No Exception)" ], "resultTitle": "Make sure that all interactive elements can receive focus using the keyboard.", "errorDescription": "This element has an ARIA role that is intended for widgets that are used for interaction. However, it lacks a `tabindex` attribute. As a consequence, users who navigate the page via keyboard will be unable to gain focus on this control and will be unable to interact with it with the keyboard. Add `tabindex=\"0\"` to this control. Also ensure that this control responds to all of the necessary key events required of this type of control.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 155, "y": 168 }, "height": 168, "width": 155 }, "position": { "line": 13079, "column": 51 }, "errorSnippet": "<ul role=\"menu\" aria-labelledby=\"WhySchwab\" class=\"meganvpsr-main__menu__l1__submenu_wrapper meganv-activate-target\" style=\"left: 100px; right: inherit; display: none;\"> <li role=\"none\"> <ul class=\"meganvpsr-main__menu__l1__submenu\"> &l", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[4]/ul[1]", "issueID": "04c9b327153e08b13f2560f41934c4fc", "signature": "262439bae88229160753641c480a7122", "ref": "https://tenon.io/bestpractice.php?bpID=73&tID=190&issueID=04c9b327153e08b13f2560f41934c4fc" }, { "tID": 190, "bpID": 73, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "Item(s) with interactive `role` must have `tabindex=\"0\"` unless it is natively actionable.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.1.1 Keyboard", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.1.3 Keyboard (No Exception)" ], "resultTitle": "Make sure that all interactive elements can receive focus using the keyboard.", "errorDescription": "This element has an ARIA role that is intended for widgets that are used for interaction. However, it lacks a `tabindex` attribute. As a consequence, users who navigate the page via keyboard will be unable to gain focus on this control and will be unable to interact with it with the keyboard. Add `tabindex=\"0\"` to this control. Also ensure that this control responds to all of the necessary key events required of this type of control.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 181.688, "y": 195 }, "height": 195, "width": 181.688 }, "position": { "line": 13339, "column": 51 }, "errorSnippet": "<ul role=\"menu\" aria-labelledby=\"Learn\" class=\"meganvpsr-main__menu__l1__submenu_wrapper meganv-activate-target\" style=\"display: none;\"> <li role=\"none\"> <ul class=\"meganvpsr-main__menu__l1__submenu\"> <li role=\"none\"> <ul class", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[3]/nav[1]/ul[1]/li[5]/ul[1]", "issueID": "de018fd92a57eb3dc28b56f1e11fbe42", "signature": "b3f573c57718f0722ba06daf806b6f84", "ref": "https://tenon.io/bestpractice.php?bpID=73&tID=190&issueID=de018fd92a57eb3dc28b56f1e11fbe42" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 1565, "column": 0 }, "errorSnippet": "<a href=\"https://intelligent-client.schwab.com/sip/#/login\" name=\"&amp;lid=schwab_alliance_log_in\" target=\"_blank\">Schwab Intelligent Portfolios®</a>", "xpath": "/html/body/div[2]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/div[1]/ul[1]/li[5]/div[1]/ul[1]/li[5]/a[1]", "issueID": "c6157feec643784a0526371230f50d17", "signature": "e636ebac4fa4756872c1fa7347576194", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=c6157feec643784a0526371230f50d17" }, { "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": 34, "y": 115 }, "bottom-right": { "x": 290, "y": 161 }, "height": 46, "width": 256 }, "position": { "line": 13531, "column": 71 }, "errorSnippet": "<a data-track=\"catregistered-lc|doubleclick-gen-phom2lc\" href=\"https://advisorservices.schwab.com/why-schwab?ilc=WFJ\" target=\"_blank\" data-track-registered=\"click\">Schwab Advisor Services™</a>", "xpath": "/html/body/div[2]/div[1]/div[3]/div[1]/div[1]/section[8]/div[1]/ul[1]/li[1]/div[1]/div[1]/div[1]/div[1]/p[1]/a[1]", "issueID": "af6ac2894b002a6910c56b4541bb0a9e", "signature": "941a1d7ae834d82270ed4b3b0e258821", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=af6ac2894b002a6910c56b4541bb0a9e" }, { "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": 96, "y": 193 }, "bottom-right": { "x": 259, "y": 213 }, "height": 20, "width": 163 }, "position": { "line": 13559, "column": 19 }, "errorSnippet": "<a data-track=\"catregistered-lc|doubleclick-gen-phom2lc\" href=\"https://franchise.schwab.com/why-schwab?ilc=WFI\" target=\"_blank\" data-track-registered=\"click\">Schwab Franchise.</a>", "xpath": "/html/body/div[2]/div[1]/div[3]/div[1]/div[1]/section[8]/div[1]/ul[1]/li[1]/div[1]/div[1]/div[1]/div[1]/p[1]/a[2]", "issueID": "42d80cf6a1a1392ba6be34e1c43da68d", "signature": "020e8747effae947d9e297012beb4968", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=42d80cf6a1a1392ba6be34e1c43da68d" }, { "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": 34, "y": 169 }, "bottom-right": { "x": 242, "y": 215 }, "height": 46, "width": 208 }, "position": { "line": 13576, "column": 71 }, "errorSnippet": "<a data-track=\"catregistered-lc|doubleclick-gen-phom2lc\" href=\"https://www.schwabfunds.com/welcome9?destination=/\" target=\"_blank\" data-track-registered=\"click\">Charles Schwab Investment Management, Inc.</a>", "xpath": "/html/body/div[2]/div[1]/div[3]/div[1]/div[1]/section[8]/div[1]/ul[1]/li[2]/div[1]/div[1]/div[1]/div[1]/p[1]/a[1]", "issueID": "ecfdc6697a68e86fde15eedcc2b2bd56", "signature": "a12f794669ee53e4e162fded401a6ccb", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=ecfdc6697a68e86fde15eedcc2b2bd56" }, { "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": 34, "y": 89 }, "bottom-right": { "x": 284, "y": 135 }, "height": 46, "width": 250 }, "position": { "line": 13593, "column": 71 }, "errorSnippet": "<a data-track=\"catregistered-lc|doubleclick-gen-phom2lc\" href=\"https://workplacefinancialservices.schwab.com/\" target=\"_blank\" data-track-registered=\"click\">Workplace Financial Services.</a>", "xpath": "/html/body/div[2]/div[1]/div[3]/div[1]/div[1]/section[8]/div[1]/ul[1]/li[3]/div[1]/div[1]/div[1]/div[1]/p[1]/a[1]", "issueID": "ec5de590b6bd8d7b46f48d34c2ac20a2", "signature": "9501c985fe554a86ac6ab39e6420c801", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=ec5de590b6bd8d7b46f48d34c2ac20a2" }, { "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": 62, "y": 774 }, "bottom-right": { "x": 150, "y": 789 }, "height": 15, "width": 88 }, "position": { "line": 13985, "column": 71 }, "errorSnippet": "<a href=\"http://www.sipc.org/\" target=\"_blank\" title=\"SIPC\">Member SIPC</a>", "xpath": "/html/body/footer[1]/div[1]/div[1]/div[1]/div[3]/div[18]/div[2]/p[1]/a[1]", "issueID": "9d564da65d59480ce70f1a660fd882ad", "signature": "4a15e60729710cb5b93169bb85001faa", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=9d564da65d59480ce70f1a660fd882ad" }, { "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": 735, "y": 832 }, "bottom-right": { "x": 850, "y": 847 }, "height": 15, "width": 115 }, "position": { "line": 14012, "column": 19 }, "errorSnippet": "<a href=\"http://www.schwab-global.com/public/schwab-gcb-en\" target=\"_blank\">non-U.S. residents</a>", "xpath": "/html/body/footer[1]/div[1]/div[1]/div[1]/div[3]/div[18]/div[2]/p[2]/a[1]", "issueID": "ea8acddfbd95dcb1850c98a7ea82e829", "signature": "0489b0d2765e5effdb121a2c373a1e4b", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=ea8acddfbd95dcb1850c98a7ea82e829" }, { "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": 302, "y": 858 }, "bottom-right": { "x": 390, "y": 873 }, "height": 15, "width": 88 }, "position": { "line": 14029, "column": 71 }, "errorSnippet": "<a href=\"http://www.sipc.org/\" target=\"_blank\" title=\"SIPC\">Member SIPC</a>", "xpath": "/html/body/footer[1]/div[1]/div[1]/div[1]/div[3]/div[18]/p[1]/a[1]", "issueID": "d591bc46bc1012fa955ae76142c2d931", "signature": "12529565900b804064f47845378771c3", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=d591bc46bc1012fa955ae76142c2d931" }, { "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": 12, "y": 954.390625 }, "bottom-right": { "x": 43, "y": 954.390625 }, "height": 0, "width": 31 }, "position": { "line": 14046, "column": 71 }, "errorSnippet": "<a href=\"https://www.youtube.com/user/CharlesSchwab\" title=\"Charles Schwab YouTube page\" target=\"_blank\" class=\"footmn-sr-text\">YouTube<span class=\"sch-youtube-icon\"></span></a>", "xpath": "/html/body/footer[1]/div[1]/div[1]/div[1]/div[3]/section[1]/div[1]/div[1]/div[1]/a[1]", "issueID": "686149a4b96aeb774389240ecaa3d16b", "signature": "f886763267e198b63dbf9168a6c47a5d", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=686149a4b96aeb774389240ecaa3d16b" }, { "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": 52.78125, "y": 954.390625 }, "bottom-right": { "x": 83.78125, "y": 954.390625 }, "height": 0, "width": 31 }, "position": { "line": 14063, "column": 71 }, "errorSnippet": "<a href=\"https://twitter.com/charlesschwab\" title=\"Charles Schwab Twitter page\" target=\"_blank\" class=\"footmn-sr-text\">Twitter<span class=\"sch-twitter-icon\"></span></a>", "xpath": "/html/body/footer[1]/div[1]/div[1]/div[1]/div[3]/section[1]/div[1]/div[1]/div[1]/a[2]", "issueID": "07fc6f612176c9a6dc87e2fcffd35b9d", "signature": "583178ce5f4fbac36bb9ecc47c22b04a", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=07fc6f612176c9a6dc87e2fcffd35b9d" }, { "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": 93.5625, "y": 954.390625 }, "bottom-right": { "x": 123.5625, "y": 954.390625 }, "height": 0, "width": 30 }, "position": { "line": 14080, "column": 71 }, "errorSnippet": "<a href=\"https://www.facebook.com/CharlesSchwab\" title=\"Charles Schwab Facebook Page\" target=\"_blank\" class=\"footmn-sr-text\">Facebook<span class=\"sch-facebook-icon\"></span></a>", "xpath": "/html/body/footer[1]/div[1]/div[1]/div[1]/div[3]/section[1]/div[1]/div[1]/div[1]/a[3]", "issueID": "f484988ef0199bb36317f93db7bf89c7", "signature": "8d23d817a232de095c28896756f3592f", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=f484988ef0199bb36317f93db7bf89c7" }, { "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": 134.34375, "y": 954.390625 }, "bottom-right": { "x": 165.34375, "y": 954.390625 }, "height": 0, "width": 31 }, "position": { "line": 14097, "column": 71 }, "errorSnippet": "<a href=\"https://www.linkedin.com/company/charles-schwab\" title=\"Charles Schwab LinkedIn Page\" target=\"_blank\" class=\"footmn-sr-text\">LinkedIn<span class=\"sch-linkedin-icon\"></span></a>", "xpath": "/html/body/footer[1]/div[1]/div[1]/div[1]/div[3]/section[1]/div[1]/div[1]/div[1]/a[4]", "issueID": "61d1d2d7b4cea370306d128562fe217f", "signature": "23b33d8badb347608e250473b47ecef5", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=61d1d2d7b4cea370306d128562fe217f" }, { "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": 869.859375, "y": 1261.484375 }, "bottom-right": { "x": 963.859375, "y": 1281.484375 }, "height": 20, "width": 94 }, "position": { "line": 15279, "column": 475 }, "errorSnippet": "<a href=\"https://www.aboutschwab.com/\" data-track=\"\" target=\"_blank\">About Schwab</a>", "xpath": "/html/body/footer[1]/div[1]/div[1]/div[1]/div[3]/section[2]/ul[1]/li[10]/a[1]", "issueID": "e18695f270ab598a452798d679f17090", "signature": "ef26872440cc889c5fdc5a20919bba55", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=e18695f270ab598a452798d679f17090" }, { "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": 541, "y": 1285.484375 }, "bottom-right": { "x": 671, "y": 1305.484375 }, "height": 20, "width": 130 }, "position": { "line": 15372, "column": 12 }, "errorSnippet": "<a href=\"https://brokercheck.finra.org/\" target=\"_blank\">FINRA's Broker Check</a>", "xpath": "/html/body/footer[1]/div[1]/div[1]/div[1]/div[3]/section[2]/ul[1]/li[16]/a[1]", "issueID": "8799c67a4b579689271757c942e18627", "signature": "6ed59e098b28217338f2cd4bec61bf84", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=8799c67a4b579689271757c942e18627" }, { "tID": 242, "bpID": 209, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "Multiple consecutive `<br>` tags next to each other, simulating paragraphs.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.1.4 Abbreviations", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.1.5 Reading Level" ], "resultTitle": "Ensure content is easy to read and understand", "errorDescription": "This section of code contains multiple consecutive `<br>` elements, probably used to simulate paragraphs or add whitespace. `<br>` elements are often announced as \"blank\" for users of text-to-speech software, multiple times in sequence, which increases cognitive load for these users. Also, it will not identify these sections as paragraphs. Remove the `<br>` elements. Replace them with `<p>` elements, and use CSS to control whitespace.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 6806, "column": 0 }, "errorSnippet": "<br>", "xpath": "/html/body/div[2]/div[1]/div[3]/div[1]/div[1]/section[6]/dl[1]/dd[2]/p[4]/br[1]", "issueID": "b2c09dd97c81a7c08f0f1d6da4c14f85", "signature": "92038d06c59ed859d1ec4e493cfb0f86", "ref": "https://tenon.io/bestpractice.php?bpID=209&tID=242&issueID=b2c09dd97c81a7c08f0f1d6da4c14f85" }, { "tID": 242, "bpID": 209, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "Multiple consecutive `<br>` tags next to each other, simulating paragraphs.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.1.4 Abbreviations", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.1.5 Reading Level" ], "resultTitle": "Ensure content is easy to read and understand", "errorDescription": "This section of code contains multiple consecutive `<br>` elements, probably used to simulate paragraphs or add whitespace. `<br>` elements are often announced as \"blank\" for users of text-to-speech software, multiple times in sequence, which increases cognitive load for these users. Also, it will not identify these sections as paragraphs. Remove the `<br>` elements. Replace them with `<p>` elements, and use CSS to control whitespace.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 8971, "column": 0 }, "errorSnippet": "<br>", "xpath": "/html/body/div[2]/div[1]/div[3]/div[1]/div[1]/section[6]/dl[1]/dd[5]/p[2]/br[2]", "issueID": "ab622ac1b5548934554757741b288c0a", "signature": "4c1ebd04b82a462d00afb774344d179b", "ref": "https://tenon.io/bestpractice.php?bpID=209&tID=242&issueID=ab622ac1b5548934554757741b288c0a" }, { "tID": 242, "bpID": 209, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "Multiple consecutive `<br>` tags next to each other, simulating paragraphs.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.1.4 Abbreviations", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.1.5 Reading Level" ], "resultTitle": "Ensure content is easy to read and understand", "errorDescription": "This section of code contains multiple consecutive `<br>` elements, probably used to simulate paragraphs or add whitespace. `<br>` elements are often announced as \"blank\" for users of text-to-speech software, multiple times in sequence, which increases cognitive load for these users. Also, it will not identify these sections as paragraphs. Remove the `<br>` elements. Replace them with `<p>` elements, and use CSS to control whitespace.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 8971, "column": 0 }, "errorSnippet": "<br>", "xpath": "/html/body/div[2]/div[1]/div[3]/div[1]/div[1]/section[6]/dl[1]/dd[6]/p[4]/br[1]", "issueID": "d9fe854e2d698e3e32098c735c45aab5", "signature": "f97689fa8ffc8008ea02334750551314", "ref": "https://tenon.io/bestpractice.php?bpID=209&tID=242&issueID=d9fe854e2d698e3e32098c735c45aab5" }, { "tID": 242, "bpID": 209, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "Multiple consecutive `<br>` tags next to each other, simulating paragraphs.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.1.4 Abbreviations", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.1.5 Reading Level" ], "resultTitle": "Ensure content is easy to read and understand", "errorDescription": "This section of code contains multiple consecutive `<br>` elements, probably used to simulate paragraphs or add whitespace. `<br>` elements are often announced as \"blank\" for users of text-to-speech software, multiple times in sequence, which increases cognitive load for these users. Also, it will not identify these sections as paragraphs. Remove the `<br>` elements. Replace them with `<p>` elements, and use CSS to control whitespace.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 15281, "column": 0 }, "errorSnippet": "<br>", "xpath": "/html/body/div[2]/div[1]/div[3]/div[1]/div[1]/section[6]/dl[1]/dd[6]/p[4]/br[3]", "issueID": "18b2cbdd87abbd96187c014024abcbba", "signature": "8b58224f4ff7b0a6c3189d0aa93f01ae", "ref": "https://tenon.io/bestpractice.php?bpID=209&tID=242&issueID=18b2cbdd87abbd96187c014024abcbba" }, { "tID": 242, "bpID": 209, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "Multiple consecutive `<br>` tags next to each other, simulating paragraphs.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.1.4 Abbreviations", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.1.5 Reading Level" ], "resultTitle": "Ensure content is easy to read and understand", "errorDescription": "This section of code contains multiple consecutive `<br>` elements, probably used to simulate paragraphs or add whitespace. `<br>` elements are often announced as \"blank\" for users of text-to-speech software, multiple times in sequence, which increases cognitive load for these users. Also, it will not identify these sections as paragraphs. Remove the `<br>` elements. Replace them with `<p>` elements, and use CSS to control whitespace.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 15307, "column": 81 }, "errorSnippet": "<br>", "xpath": "/html/body/div[2]/div[1]/div[3]/div[1]/div[1]/section[6]/dl[1]/dd[6]/p[4]/br[5]", "issueID": "57a34b263d6f04e0e31e6475c272f7e3", "signature": "1d852af70db77b163fb1a77f6c08c49d", "ref": "https://tenon.io/bestpractice.php?bpID=209&tID=242&issueID=57a34b263d6f04e0e31e6475c272f7e3" }, { "tID": 242, "bpID": 209, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "Multiple consecutive `<br>` tags next to each other, simulating paragraphs.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.1.4 Abbreviations", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.1.5 Reading Level" ], "resultTitle": "Ensure content is easy to read and understand", "errorDescription": "This section of code contains multiple consecutive `<br>` elements, probably used to simulate paragraphs or add whitespace. `<br>` elements are often announced as \"blank\" for users of text-to-speech software, multiple times in sequence, which increases cognitive load for these users. Also, it will not identify these sections as paragraphs. Remove the `<br>` elements. Replace them with `<p>` elements, and use CSS to control whitespace.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 15372, "column": 216 }, "errorSnippet": "<br>", "xpath": "/html/body/div[2]/div[1]/div[3]/div[1]/div[1]/section[6]/dl[1]/dd[6]/p[4]/br[7]", "issueID": "9af382f4a58d48a60d279c67d8da3298", "signature": "39b732f1ef269f43a970d785896ea0f5", "ref": "https://tenon.io/bestpractice.php?bpID=209&tID=242&issueID=9af382f4a58d48a60d279c67d8da3298" } ], "log": [] } } } ], "timeStamp": "4yiew", "startTime": "2022-08-13T01:55:08", "presses": 0, "amountRead": 0, "testTimes": [ [ "hover", 47 ], [ "ibm", 28 ], [ "alfa", 17 ], [ "motion", 14 ], [ "wave", 6 ], [ "axe", 3 ], [ "focAll", 2 ], [ "focInd", 2 ], [ "bulk", 1 ], [ "menuNav", 1 ], [ "continuum", 1 ], [ "tenon", 1 ], [ "embAc", 0 ], [ "focOp", 0 ], [ "labClash", 0 ], [ "linkUl", 0 ], [ "radioSet", 0 ], [ "role", 0 ], [ "styleDiff", 0 ], [ "tabNav", 0 ], [ "zIndex", 0 ], [ "htmlcs", 0 ], [ "nuVal", 0 ] ], "logCount": 48, "logSize": 3252, "errorLogCount": 34, "errorLogSize": 2804, "prohibitedCount": 11, "visitTimeoutCount": 0, "visitRejectionCount": 0, "visitLatency": 38, "endTime": "2022-08-13T01:58:03", "elapsedSeconds": 174, "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": { "bulk": 1, "focAll": 8, "focInd": 3, "focOp": 51, "hover": 85, "linkUl": 324, "menuNav": 20, "role": 288, "styleDiff": 58, "zIndex": 20 }, "alfa": { "r14": 12, "r2": 8, "r3": 32, "r42": 4, "r57": 16, "r61": 4, "r62": 40, "r64": 8, "r66": 28, "r69": 20, "r73": 72, "r78": 12, "r80": 4, "r83": 92, "r87": 1 }, "axe": { "aria-allowed-role": 0, "color-contrast-enhanced": 250, "color-contrast": 34, "frame-tested": 1, "hidden-content": 0, "identical-links-same-purpose": 0, "css-orientation-lock": 1, "duplicate-id-aria": 4, "duplicate-id": 3, "empty-heading": 2, "label-content-name-mismatch": 6 }, "continuum": { "94": 32, "244": 4 }, "htmlcs": { "e:AA.1_1_1.H37": 8, "e:AA.1_3_1.H42.2": 8, "e:AA.1_4_3.G18.Fail": 4, "e:AA.2_4_1.H64.1": 24, "e:AA.4_1_1.F77": 16, "w:AA.1_1_1.H67.2": 3, "w:AA.1_3_1.H48.2": 1, "w:AA.1_3_1.H48": 6, "w:AA.1_3_1_A.G141": 2, "w:AA.1_4_10.C32,C31,C33,C38,SCR34,G206": 1, "w:AA.1_4_3.G145.Abs": 1, "w:AA.1_4_3.G145.BgImage": 1, "w:AA.1_4_3.G18.Abs": 2, "w:AA.1_4_3.G18.BgImage": 10, "w:AA.2_5_3.F96": 7 }, "ibm": { "WCAG21_Label_Accessible": 16, "WCAG20_Html_HasLang": 4, "WCAG20_Frame_HasTitle": 4, "RPT_Header_HasContent": 8, "Rpt_Aria_OrphanedContent_Native_Host_Sematics": 8, "Rpt_Aria_MultipleSearchLandmarks": 8, "Rpt_Aria_ComplementaryRequiredLabel_Implicit": 4, "landmark_name_unique": 8, "aria_semantics_role": 24, "element_attribute_deprecated": 1, "aria_role_redundant": 10 }, "nuVal": { "The type attribute is unnecessary for JavaScript resources.": 19, "Bad value for attribute src on element script: Illegal character in query: [ is not allowed.": 4, "A charset attribute on a meta element found after the first 1024 bytes.": 4, "Element head is missing a required instance of child element title.": 4, "The charset attribute on the script element is obsolete.": 9, "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)": 8, "A link element must not appear as a descendant of a body element unless the link element has an itemprop attribute or has a rel attribute whose value contains dns-prefetch, modulepreload, pingback, preconnect, prefetch, preload, prerender, or stylesheet.": 16, "Attribute name not allowed on element meta at this point.": 56, "Element meta is missing one or more of the following attributes: itemprop, property.": 68, "Bad value for attribute href on element link: Must be non-empty.": 4, "Element title not allowed as child of element body in this context. (Suppressing further errors from this subtree.)": 4, "Attribute http-equiv not allowed on element meta at this point.": 12, "Stray end tag head.": 4, "Start tag body seen but an element of the same type was already open.": 4, "Cannot recover after last error. Any further errors will be ignored.": 4 }, "wave": { "e:alt_spacer_missing": 8, "e:heading_empty": 8, "e:aria_menu_broken": 28, "c:contrast": 12, "a:label_title": 2, "a:list_possible": 1, "a:link_suspicious": 2, "a:link_redundant": 18, "a:text_small": 1, "a:title_redundant": 4 }, "tenon": { "28": 4, "79": 20, "98": 244, "134": 48, "144": 24, "152": 76, "153": 418, "155": 2, "190": 28, "218": 56, "242": 24 } }, "groupDetails": { "groups": { "visibleBulk": { "testaro": { "bulk": { "score": 1, "what": "Page contains many visible elements" } } }, "tabFocusability": { "testaro": { "focAll": { "score": 4, "what": "Discrepancy between elements that should be and that are Tab-focusable" } } }, "focusIndication": { "testaro": { "focInd": { "score": 3, "what": "Focused element displaying no or nostandard focus indicator" } } }, "focusableOperable": { "testaro": { "focOp": { "score": 38, "what": "Operable elements that cannot be Tab-focused and vice versa" } } }, "hoverSurprise": { "testaro": { "hover": { "score": 21, "what": "Content changes caused by hovering" } } }, "linkIndication": { "testaro": { "linkUl": { "score": 162, "what": "Non-underlined adjacent links" } }, "alfa": { "r62": { "score": 20, "what": "Inline link is not distinct from the surrounding text except by color" } } }, "menuNavigation": { "testaro": { "menuNav": { "score": 10, "what": "Nonstandard keyboard navigation among focusable menu items" } } }, "roleBad": { "testaro": { "role": { "score": 216, "what": "Nonexistent or implicit-overriding role" } }, "axe": { "aria-allowed-role": { "score": 1, "what": "ARIA role is not appropriate for the element" } }, "ibm": { "aria_semantics_role": { "score": 18, "what": "ARIA role is not valid for the element to which it is assigned" } } }, "inconsistentStyles": { "testaro": { "styleDiff": { "score": 15, "what": "Heading, link, and button style inconsistencies" } } }, "zIndexNotZero": { "testaro": { "zIndex": { "score": 5, "what": "Layering with nondefault z-index values" } } }, "visibleLabelNotName": { "alfa": { "r14": { "score": 9, "what": "Visible label is not in the accessible name" } }, "axe": { "label-content-name-mismatch": { "score": 5, "what": "Element visible text is not part of its accessible name" } }, "htmlcs": { "w:AA.2_5_3.F96": { "score": 5, "what": "Visible label is not in the accessible name" } }, "ibm": { "WCAG21_Label_Accessible": { "score": 12, "what": "Accessible name does not match or contain the visible label text" } } }, "imageNoText": { "alfa": { "r2": { "score": 8, "what": "Image has no accessible name" } }, "htmlcs": { "e:AA.1_1_1.H37": { "score": 8, "what": "img element has no alt attribute" } }, "wave": { "e:alt_spacer_missing": { "score": 8, "what": "Spacer image has no text alternative" } } }, "duplicateID": { "alfa": { "r3": { "score": 24, "what": "Element id attribute value is not unique" } }, "axe": { "duplicate-id-aria": { "score": 3, "what": "id attribute used in ARIA or in a label has a value that is not unique" }, "duplicate-id": { "score": 2, "what": "id attribute value is not unique" } }, "continuum": { "94": { "score": 24, "what": "Elements contains an id attribute set to a value that is not unique in the DOM" } }, "htmlcs": { "e:AA.4_1_1.F77": { "score": 12, "what": "Duplicate id attribute value" } } }, "parentMissing": { "alfa": { "r42": { "score": 4, "what": "Element is not owned by an element of its required context role" } } }, "contentBeyondLandmarks": { "alfa": { "r57": { "score": 8, "what": "Perceivable text content is not included in any landmark" } }, "ibm": { "Rpt_Aria_OrphanedContent_Native_Host_Sematics": { "score": 4, "what": "Content does not reside within an element with a landmark role" } } }, "h1Missing": { "alfa": { "r61": { "score": 2, "what": "First heading is not h1" } } }, "headingEmpty": { "alfa": { "r64": { "score": 6, "what": "Heading has no non-empty accessible name" } }, "axe": { "empty-heading": { "score": 2, "what": "Heading empty" } }, "htmlcs": { "e:AA.1_3_1.H42.2": { "score": 6, "what": "Heading empty" } }, "ibm": { "RPT_Header_HasContent": { "score": 6, "what": "Heading element provides no descriptive text" } }, "wave": { "e:heading_empty": { "score": 6, "what": "Empty heading" } } }, "contrastAAA": { "alfa": { "r66": { "score": 7, "what": "Text contrast less than AAA requires" } }, "axe": { "color-contrast-enhanced": { "score": 63, "what": "Element has insufficient color contrast (Level AAA)" } } }, "contrastAA": { "alfa": { "r69": { "score": 20, "what": "Text outside widget has subminimum contrast" } }, "axe": { "color-contrast": { "score": 34, "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": 12, "what": "Very low contrast" } } }, "noLeading": { "alfa": { "r73": { "score": 54, "what": "Paragraph of text has insufficient line height" } } }, "headingOfNothing": { "alfa": { "r78": { "score": 6, "what": "No content between two headings of the same level" } } }, "leadingAbsolute": { "alfa": { "r80": { "score": 2, "what": "Paragraph text has an absolute line height" } } }, "overflowHidden": { "alfa": { "r83": { "score": 92, "what": "Overflow is hidden or clipped if the text is enlarged" } } }, "skipRepeatedContent": { "alfa": { "r87": { "score": 1, "what": "First focusable element is not a link to the main content" } } }, "frameContentRisk": { "axe": { "frame-tested": { "score": 1, "what": "Some content is in an iframe and therefore may not be testable for accessibility" } } }, "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" } } }, "listChild": { "continuum": { "244": { "score": 4, "what": "dl element does not contain only dt, dd, script, template, or listitem-role elements as direct child elements" } } }, "iframeTitleBad": { "htmlcs": { "e:AA.2_4_1.H64.1": { "score": 24, "what": "iframe element has no non-empty title attribute" } }, "ibm": { "WCAG20_Frame_HasTitle": { "score": 4, "what": "Inline frame has an empty or nonunique title attribute" } } }, "decorativeImageRisk": { "htmlcs": { "w:AA.1_1_1.H67.2": { "score": 1, "what": "Image marked as decorative may be informative" } } }, "pseudoOrderedListRisk": { "htmlcs": { "w:AA.1_3_1.H48.2": { "score": 1, "what": "Ordered list may fail to be coded as such" } } }, "pseudoNavListRisk": { "htmlcs": { "w:AA.1_3_1.H48": { "score": 2, "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.Abs": { "score": 1, "what": "Contrast between the absolutely positioned large text and its background may be less than 3:1" }, "w:AA.1_4_3.G145.BgImage": { "score": 1, "what": "Contrast between the text and its background image may be less than 3:1" }, "w:AA.1_4_3.G18.Abs": { "score": 1, "what": "Contrast between the absolutely positioned text and its background may be inadequate" }, "w:AA.1_4_3.G18.BgImage": { "score": 3, "what": "Contrast between the text and its background image may be less than 4.5:1" } } }, "pageLanguage": { "ibm": { "WCAG20_Html_HasLang": { "score": 4, "what": "Page detected as HTML, but has no lang attribute" } } }, "searchConfusion": { "ibm": { "Rpt_Aria_MultipleSearchLandmarks": { "score": 6, "what": "Element with a search role has no unique purpose label among the search-role elements" } } }, "complementaryNoText": { "ibm": { "Rpt_Aria_ComplementaryRequiredLabel_Implicit": { "score": 1, "what": "Element has a complementary role but has no label" } } }, "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": 1, "what": "Element or attribute is obsolete" } }, "nuVal": { "^The .+ attribute on the .+ element is obsolete.+$": { "score": 7, "what": "Attribute is obsolete on its element" } } }, "roleRedundant": { "ibm": { "aria_role_redundant": { "score": 3, "what": "Explicitly assigned ARIA role is redundant with the implicit role of the element" } } }, "typeRedundant": { "nuVal": { "The type attribute is unnecessary for JavaScript resources.": { "score": 5, "what": "type attribute is unnecessary for a JavaScript resource" } } }, "attributeBad": { "nuVal": { "^Bad value .* for attribute .+ on element .+$": { "score": 4, "what": "attribute on this element has an invalid value" } } }, "metaBad": { "nuVal": { "A charset attribute on a meta element found after the first 1024 bytes.": { "score": 3, "what": "charset attribute on a meta element appears after 1024 bytes" }, "^Attribute .+ not allowed on element meta at this point.*$": { "score": 9, "what": "Attribute is not allowed on a meta element here" }, "^Element meta is missing one or more of the following attributes: .+$": { "score": 51, "what": "meta element is missing a required attribute" } } }, "pageTitle": { "nuVal": { "Element head is missing a required instance of child element title.": { "score": 3, "what": "head element has no child title element" } } }, "styleParentBad": { "nuVal": { "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)": { "score": 8, "what": "style element not allowed as a child of the body element" } } }, "linkElementBad": { "nuVal": { "A link element must not appear as a descendant of a body element unless the link element has an itemprop attribute or has a rel attribute whose value contains dns-prefetch, modulepreload, pingback, preconnect, prefetch, preload, prerender, or stylesheet.": { "score": 16, "what": "link element with a body ancestor has no itemprop or valid rel attribute" } } }, "linkNoText": { "nuVal": { "Bad value for attribute href on element link: Must be non-empty.": { "score": 4, "what": "link element has an empty href attribute" } } }, "titleBad": { "nuVal": { "Element title not allowed as child of element body in this context. (Suppressing further errors from this subtree.)": { "score": 4, "what": "title element is a child of the body element" } } }, "parseError": { "nuVal": { "^Stray end tag .+$": { "score": 3, "what": "Invalid closing tag" }, "^Start tag .+ seen but an element of the same type was already open.*$": { "score": 3, "what": "Element is invalidly a descendant of another such element" } } }, "fatalError": { "nuVal": { "Cannot recover after last error. Any further errors will be ignored.": { "score": 50, "what": "Testing was interrupted by a fatal error" } } }, "menuItemless": { "wave": { "e:aria_menu_broken": { "score": 28, "what": "ARIA menu does not contain required menu items" } } }, "titleAsLabel": { "wave": { "a:label_title": { "score": 2, "what": "Form control has a title but no label" } } }, "pseudoListRisk": { "wave": { "a:list_possible": { "score": 1, "what": "List may fail to be coded as such" } } }, "linkComprehensionRisk": { "wave": { "a:link_suspicious": { "score": 1, "what": "Suspicious link text" } } }, "linkPair": { "wave": { "a:link_redundant": { "score": 9, "what": "Adjacent links go to the same URL" } } }, "fontSmall": { "wave": { "a:text_small": { "score": 1, "what": "Text is very small" } }, "tenon": { "134": { "score": 36, "what": "Text is very small" } } }, "titleRedundant": { "wave": { "a:title_redundant": { "score": 1, "what": "Title attribute text is the same as text or alternative text" } }, "tenon": { "79": { "score": 5, "what": "Link has a title attribute that is the same as the text inside the link" } } }, "horizontalScrolling": { "tenon": { "28": { "score": 3, "what": "Layout or sizing of the page causes horizontal scrolling" } } }, "linkTextsSame": { "tenon": { "98": { "score": 122, "what": "Links have the same text but different destinations" } } }, "leadingClipsText": { "tenon": { "144": { "score": 24, "what": "Line height is insufficent to properly display the computed font size" } } }, "targetSize": { "tenon": { "152": { "score": 57, "what": "Actionable element is smaller than the minimum required size" } } }, "allCaps": { "tenon": { "153": { "score": 105, "what": "Long string of text is in all caps" } } }, "tabIndexMissing": { "tenon": { "190": { "score": 28, "what": "Interactive item is not natively actionable, but has no tabindex=0 attribute" } } }, "linkForcesNewWindow": { "tenon": { "218": { "score": 42, "what": "Link opens in a new window without user control" } } }, "pseudoParagraphRisk": { "tenon": { "242": { "score": 6, "what": "Multiple consecutive br elements may simulate paragraphs" } } } }, "solos": {} }, "preventionScores": { "ibm": 100 }, "summary": { "total": 2140, "log": 337, "preventions": 100, "solos": 0, "groups": [ { "groupName": "roleBad", "score": 226 }, { "groupName": "linkIndication", "score": 172 }, { "groupName": "linkTextsSame", "score": 124 }, { "groupName": "allCaps", "score": 107 }, { "groupName": "overflowHidden", "score": 94 }, { "groupName": "contrastAAA", "score": 68 }, { "groupName": "metaBad", "score": 65 }, { "groupName": "targetSize", "score": 59 }, { "groupName": "noLeading", "score": 56 }, { "groupName": "fatalError", "score": 52 }, { "groupName": "contrastAA", "score": 50 }, { "groupName": "linkForcesNewWindow", "score": 44 }, { "groupName": "duplicateID", "score": 42 }, { "groupName": "focusableOperable", "score": 40 }, { "groupName": "fontSmall", "score": 38 }, { "groupName": "menuItemless", "score": 30 }, { "groupName": "tabIndexMissing", "score": 30 }, { "groupName": "iframeTitleBad", "score": 28 }, { "groupName": "leadingClipsText", "score": 26 }, { "groupName": "hoverSurprise", "score": 23 }, { "groupName": "visibleLabelNotName", "score": 22 }, { "groupName": "linkElementBad", "score": 18 }, { "groupName": "inconsistentStyles", "score": 17 }, { "groupName": "imageNoText", "score": 16 }, { "groupName": "headingEmpty", "score": 16 }, { "groupName": "menuNavigation", "score": 12 }, { "groupName": "contentBeyondLandmarks", "score": 12 }, { "groupName": "linkPair", "score": 11 }, { "groupName": "styleParentBad", "score": 10 }, { "groupName": "obsolete", "score": 9 }, { "groupName": "headingOfNothing", "score": 8 }, { "groupName": "contrastRisk", "score": 8 }, { "groupName": "searchConfusion", "score": 8 }, { "groupName": "landmarkConfusion", "score": 8 }, { "groupName": "parseError", "score": 8 }, { "groupName": "pseudoParagraphRisk", "score": 8 }, { "groupName": "zIndexNotZero", "score": 7 }, { "groupName": "typeRedundant", "score": 7 }, { "groupName": "titleRedundant", "score": 7 }, { "groupName": "tabFocusability", "score": 6 }, { "groupName": "parentMissing", "score": 6 }, { "groupName": "listChild", "score": 6 }, { "groupName": "pageLanguage", "score": 6 }, { "groupName": "attributeBad", "score": 6 }, { "groupName": "linkNoText", "score": 6 }, { "groupName": "titleBad", "score": 6 }, { "groupName": "focusIndication", "score": 5 }, { "groupName": "roleRedundant", "score": 5 }, { "groupName": "pageTitle", "score": 5 }, { "groupName": "horizontalScrolling", "score": 5 }, { "groupName": "h1Missing", "score": 4 }, { "groupName": "leadingAbsolute", "score": 4 }, { "groupName": "pseudoNavListRisk", "score": 4 }, { "groupName": "titleAsLabel", "score": 4 }, { "groupName": "visibleBulk", "score": 3 }, { "groupName": "skipRepeatedContent", "score": 3 }, { "groupName": "frameContentRisk", "score": 3 }, { "groupName": "hiddenContentRisk", "score": 3 }, { "groupName": "linkConfusionRisk", "score": 3 }, { "groupName": "cssBansRotate", "score": 3 }, { "groupName": "decorativeImageRisk", "score": 3 }, { "groupName": "pseudoOrderedListRisk", "score": 3 }, { "groupName": "headingStructure", "score": 3 }, { "groupName": "scrollRisk", "score": 3 }, { "groupName": "complementaryNoText", "score": 3 }, { "groupName": "pseudoListRisk", "score": 3 }, { "groupName": "linkComprehensionRisk", "score": 3 } ] } }, "scoreProcID": "sp15c" }