📦 EqualifyEverything / integration-axe

📄 response.json · 1 lines
1{ 'inapplicable': [{ 'description': 'Ensures every accesskey attribute value is unique', 'help': 'accesskey attribute value must be unique', 'helpUrl': 'https://dequeuniversity.com/rules/axe/3.1/accesskeys?application=axeAPI', 'id': 'accesskeys', 'impact': None, 'nodes': [], 'tags': ['best-practice', 'cat.keyboard'] }, { 'description': 'Ensures <area> elements of image maps have alternate text', 'help': 'Active <area> elements must have alternate text', 'helpUrl': 'https://dequeuniversity.com/rules/axe/3.1/area-alt?application=axeAPI', 'id': 'area-alt', 'impact': None, 'nodes': [], 'tags': ['cat.text-alternatives', 'wcag2a', 'wcag111', 'section508', 'section508.22.a'] }, { 'description': 'Ensures unsupported DPUB roles are only used on elements with implicit fallback roles', 'help': 'Unsupported DPUB ARIA roles should be used on elements with implicit fallback roles', 'helpUrl': 'https://dequeuniversity.com/rules/axe/3.1/aria-dpub-role-fallback?application=axeAPI', 'id': 'aria-dpub-role-fallback', 'impact': None, 'nodes': [], 'tags': ['cat.aria', 'wcag2a', 'wcag131'] }, { 'description': 'Ensure the autocomplete attribute is correct and suitable for the form field', 'help': 'autocomplete attribute must be used correctly', 'helpUrl': 'https://dequeuniversity.com/rules/axe/3.1/autocomplete-valid?application=axeAPI', 'id': 'autocomplete-valid', 'impact': None, 'nodes': [], 'tags': ['cat.forms', 'wcag21aa', 'wcag135'] }, { 'description': 'Ensures <blink> elements are not used', 'help': '<blink> elements are deprecated and must not be used', 'helpUrl': 'https://dequeuniversity.com/rules/axe/3.1/blink?application=axeAPI', 'id': 'blink', 'impact': None, 'nodes': [], 'tags': ['cat.time-and-media', 'wcag2a', 'wcag222', 'section508', 'section508.22.j'] }, { 'description': 'Ensures related <input type="checkbox"> elements have a group and that the group designation is consistent', 'help': 'Checkbox inputs with the same name attribute value must be part of a group', 'helpUrl': 'https://dequeuniversity.com/rules/axe/3.1/checkboxgroup?application=axeAPI', 'id': 'checkboxgroup', 'impact': None, 'nodes': [], 'tags': ['cat.forms', 'best-practice'] }, { 'description': 'Ensures <dl> elements are structured correctly', 'help': '<dl> elements must only directly contain properly-ordered <dt> and <dd> groups, <script> or <template> elements', 'helpUrl': 'https://dequeuniversity.com/rules/axe/3.1/definition-list?application=axeAPI', 'id': 'definition-list', 'impact': None, 'nodes': [], 'tags': ['cat.structure', 'wcag2a', 'wcag131'] }, { 'description': 'Ensures <dt> and <dd> elements are contained by a <dl>', 'help': '<dt> and <dd> elements must be contained by a <dl>', 'helpUrl': 'https://dequeuniversity.com/rules/axe/3.1/dlitem?application=axeAPI', 'id': 'dlitem', 'impact': None, 'nodes': [], 'tags': ['cat.structure', 'wcag2a', 'wcag131'] }, { 'description': 'Ensures <iframe> and <frame> elements contain the axe-core script', 'help': 'Frames must be tested with axe-core', 'helpUrl': 'https://dequeuniversity.com/rules/axe/3.1/frame-tested?application=axeAPI', 'id': 'frame-tested', 'impact': None, 'nodes': [], 'tags': ['cat.structure', 'review-item'] }, { 'description': 'Ensures <iframe> and <frame> elements contain a unique title attribute', 'help': 'Frames must have a unique title attribute', 'helpUrl': 'https://dequeuniversity.com/rules/axe/3.1/frame-title-unique?application=axeAPI', 'id': 'frame-title-unique', 'impact': None, 'nodes': [], 'tags': ['cat.text-alternatives', 'best-practice'] }, { 'description': 'Ensures <iframe> and <frame> elements contain a non-empty title attribute', 'help': 'Frames must have title attribute', 'helpUrl': 'https://dequeuniversity.com/rules/axe/3.1/frame-title?application=axeAPI', 'id': 'frame-title', 'impact': None, 'nodes': [], 'tags': ['cat.text-alternatives', 'wcag2a', 'wcag241', 'wcag412', 'section508', 'section508.22.i'] }, { 'description': 'Ensure that HTML elements with both valid lang and xml:lang attributes agree on the base language of the page', 'help': 'HTML elements with lang and xml:lang must have the same base language', 'helpUrl': 'https://dequeuniversity.com/rules/axe/3.1/html-xml-lang-mismatch?application=axeAPI', 'id': 'html-xml-lang-mismatch', 'impact': None, 'nodes': [], 'tags': ['cat.language', 'wcag2a', 'wcag311'] }, { 'description': 'Ensures <input type="image"> elements have alternate text', 'help': 'Image buttons must have alternate text', 'helpUrl': 'https://dequeuniversity.com/rules/axe/3.1/input-image-alt?application=axeAPI', 'id': 'input-image-alt', 'impact': None, 'nodes': [], 'tags': ['cat.text-alternatives', 'wcag2a', 'wcag111', 'section508', 'section508.22.a'] }, { 'description': 'Ensures presentational <table> elements do not use <th>, <caption> elements or the summary attribute', 'help': 'Layout tables must not use data table elements', 'helpUrl': 'https://dequeuniversity.com/rules/axe/3.1/layout-table?application=axeAPI', 'id': 'layout-table', 'impact': None, 'nodes': [], 'tags': ['cat.semantics', 'wcag2a', 'wcag131'] }, { 'description': 'Ensures <marquee> elements are not used', 'help': '<marquee> elements are deprecated and must not be used', 'helpUrl': 'https://dequeuniversity.com/rules/axe/3.1/marquee?application=axeAPI', 'id': 'marquee', 'impact': None, 'nodes': [], 'tags': ['cat.parsing', 'wcag2a', 'wcag222'] }, { 'description': 'Ensures <meta http-equiv="refresh"> is not used', 'help': 'Timed refresh must not exist', 'helpUrl': 'https://dequeuniversity.com/rules/axe/3.1/meta-refresh?application=axeAPI', 'id': 'meta-refresh', 'impact': None, 'nodes': [], 'tags': ['cat.time', 'wcag2a', 'wcag2aaa', 'wcag221', 'wcag224', 'wcag325'] }, { 'description': 'Ensures <object> elements have alternate text', 'help': '<object> elements must have alternate text', 'helpUrl': 'https://dequeuniversity.com/rules/axe/3.1/object-alt?application=axeAPI', 'id': 'object-alt', 'impact': None, 'nodes': [], 'tags': ['cat.text-alternatives', 'wcag2a', 'wcag111', 'section508', 'section508.22.a'] }, { 'description': 'Ensures related <input type="radio"> elements have a group and that the group designation is consistent', 'help': 'Radio inputs with the same name attribute value must be part of a group', 'helpUrl': 'https://dequeuniversity.com/rules/axe/3.1/radiogroup?application=axeAPI', 'id': 'radiogroup', 'impact': None, 'nodes': [], 'tags': ['cat.forms', 'best-practice'] }, { 'description': 'Ensures the scope attribute is used correctly on tables', 'help': 'scope attribute should be used correctly', 'helpUrl': 'https://dequeuniversity.com/rules/axe/3.1/scope-attr-valid?application=axeAPI', 'id': 'scope-attr-valid', 'impact': None, 'nodes': [], 'tags': ['cat.tables', 'best-practice'] }, { 'description': 'Ensures that server-side image maps are not used', 'help': 'Server-side image maps must not be used', 'helpUrl': 'https://dequeuniversity.com/rules/axe/3.1/server-side-image-map?application=axeAPI', 'id': 'server-side-image-map', 'impact': None, 'nodes': [], 'tags': ['cat.text-alternatives', 'wcag2a', 'wcag211', 'section508', 'section508.22.f'] }, { 'description': 'Ensure that tables do not have the same summary and caption', 'help': 'The <caption> element should not contain the same text as the summary attribute', 'helpUrl': 'https://dequeuniversity.com/rules/axe/3.1/table-duplicate-name?application=axeAPI', 'id': 'table-duplicate-name', 'impact': None, 'nodes': [], 'tags': ['cat.tables', 'best-practice'] }, { 'description': 'Ensure that each cell in a table using the headers refers to another cell in that table', 'help': 'All cells in a table element that use the headers attribute must only refer to other cells of that same table', 'helpUrl': 'https://dequeuniversity.com/rules/axe/3.1/td-headers-attr?application=axeAPI', 'id': 'td-headers-attr', 'impact': None, 'nodes': [], 'tags': ['cat.tables', 'wcag2a', 'wcag131', 'section508', 'section508.22.g'] }, { 'description': 'Ensure that each table header in a data table refers to data cells', 'help': 'All th elements and elements with role=columnheader/rowheader must have data cells they describe', 'helpUrl': 'https://dequeuniversity.com/rules/axe/3.1/th-has-data-cells?application=axeAPI', 'id': 'th-has-data-cells', 'impact': None, 'nodes': [], 'tags': ['cat.tables', 'wcag2a', 'wcag131', 'section508', 'section508.22.g'] }, { 'description': 'Ensures lang attributes have valid values', 'help': 'lang attribute must have a valid value', 'helpUrl': 'https://dequeuniversity.com/rules/axe/3.1/valid-lang?application=axeAPI', 'id': 'valid-lang', 'impact': None, 'nodes': [], 'tags': ['cat.language', 'wcag2aa', 'wcag312'] }, { 'description': 'Ensures <video> elements have captions', 'help': '<video> elements must have captions', 'helpUrl': 'https://dequeuniversity.com/rules/axe/3.1/video-caption?application=axeAPI', 'id': 'video-caption', 'impact': None, 'nodes': [], 'tags': ['cat.text-alternatives', 'wcag2a', 'wcag122', 'section508', 'section508.22.a'] }, { 'description': 'Ensures <video> elements have audio descriptions', 'help': '<video> elements must have an audio description track', 'helpUrl': 'https://dequeuniversity.com/rules/axe/3.1/video-description?application=axeAPI', 'id': 'video-description', 'impact': None, 'nodes': [], 'tags': ['cat.text-alternatives', 'wcag2aa', 'wcag125', 'section508', 'section508.22.b'] }], 'incomplete': [{ '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/3.1/color-contrast?application=axeAPI', 'id': 'color-contrast', 'impact': 'serious', 'nodes': [{ 'all': [], 'any': [{ 'data': { 'bgColor': '#205493', 'contrastRatio': 1, 'expectedContrastRatio': '4.5:1', 'fgColor': '#205493', 'fontSize': '10.7pt', 'fontWeight': 'bold', 'missingData': 'equalRatio' }, 'id': 'color-contrast', 'impact': 'serious', 'message': 'Element has a 1:1 contrast ratio with the background', 'relatedNodes': [{ 'html': '<header id="masthead" class="usa-header usa-header--basic">', 'target': ['#masthead'] }] }], 'html': '<a href="/index.html" title="Home"> <img src="/images/c-clamp-images/occ-logo-des.svg" alt="OCC logo - search" class="occgov-logo-desktop" title="OCC logo footer">\u200b<img src="/images/c-clamp-images/occ-logo-mob.svg" alt="OCC logo - mobile" class="occgov-logo-mobile" title="occ-logo-mob-white"> </a>', 'impact': 'serious', 'none': [], 'target': ['em > a[href="/index.html"][title="Home"]'] }], 'tags': ['cat.color', 'wcag2aa', 'wcag143'] }], 'passes': [{ 'description': "Ensures ARIA attributes are allowed for an element's role", 'help': 'Elements must only use allowed ARIA attributes', 'helpUrl': 'https://dequeuniversity.com/rules/axe/3.1/aria-allowed-attr?application=axeAPI', 'id': 'aria-allowed-attr', 'impact': None, 'nodes': [{ 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-attr', 'impact': 'critical', 'message': 'ARIA attributes are used correctly for the defined role', 'relatedNodes': [] }], 'html': '<button id="pageTopAlertClose" class="usa-button usa-button--unstyled" aria-label="Close alert"><span class="fas fa-times"> </span></button>', 'impact': None, 'none': [], 'target': ['#pageTopAlertClose'] }], 'tags': ['cat.aria', 'wcag2a', 'wcag412'] }, { 'description': 'Ensures role attribute has an appropriate value for the element', 'help': 'ARIA role must be appropriate for the element', 'helpUrl': 'https://dequeuniversity.com/rules/axe/3.1/aria-allowed-role?application=axeAPI', 'id': 'aria-allowed-role', 'impact': 'minor', 'nodes': [{ 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<ul class="header-utility-list" role="presentation">', 'impact': None, 'none': [], 'target': ['.header-utility-list'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<a href="javascript:void(0);" class="button-element" role="button" aria-label="Quick Access menu">Quick Access</a>', 'impact': None, 'none': [], 'target': ['a[aria-label="Quick\\ Access\\ menu"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<ul class="grid-col utility-dropdown-list" role="menu">', 'impact': None, 'none': [], 'target': ['.utility-dropdown-list.grid-col[role="menu"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<li class="header" role="presentation">Most Requested</li>', 'impact': None, 'none': [], 'target': ['.utility-dropdown-list.grid-col[role="menu"] > .header[role="presentation"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<li role="menuitem"><a href="/topics/supervision-and-examination/bsa/index-bsa.html" title="Bank Secrecy Act (BSA)">Bank Secrecy Act (BSA)</a></li>', 'impact': None, 'none': [], 'target': ['.utility-dropdown-list.grid-col[role="menu"] > li[role="menuitem"]:nth-child(2)'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<li role="menuitem"><a href="/about/connect-with-us/contact-the-occ/index-contact-the-occ.html" title="Contact the OCC">Contact Us</a></li>', 'impact': None, 'none': [], 'target': ['.utility-dropdown-list.grid-col[role="menu"] > li[role="menuitem"]:nth-child(3)'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<li role="menuitem"><a href="/topics/consumers-and-communities/cra/index-cra.html" title="Community Reinvestment Act (CRA)">Community Reinvestment Act (CRA)</a></li>', 'impact': None, 'none': [], 'target': ['.utility-dropdown-list.grid-col[role="menu"] > li[role="menuitem"]:nth-child(4)'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<li role="menuitem"><a href="/publications-and-resources/publications/comptrollers-handbook/index-comptrollers-handbook.html" title="Comptroller\'s Handbook ">Comptroller\'s Handbook</a></li>', 'impact': None, 'none': [], 'target': ['.utility-dropdown-list.grid-col[role="menu"] > li[role="menuitem"]:nth-child(5)'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<li role="menuitem"><a href="https://apps.occ.gov/CAAS_CATS/">Corporate Application Search</a></li>', 'impact': None, 'none': [], 'target': ['.utility-dropdown-list.grid-col[role="menu"] > li[role="menuitem"]:nth-child(6)'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<li role="menuitem"><a href="https://apps.occ.gov/EASearch" title="Enforcement Actions Search Tool">Enforcement Action Search</a></li>', 'impact': None, 'none': [], 'target': ['li[role="menuitem"]:nth-child(7)'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<li role="menuitem"><a href="/topics/charters-and-licensing/financial-institution-lists/index-financial-institution-lists.html" title="Financial Institution Lists">Financial Institution Lists</a></li>', 'impact': None, 'none': [], 'target': ['li[role="menuitem"]:nth-child(8)'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<li role="menuitem"><a href="/news-events/newsroom/index.html" title="Newsroom">Newsroom</a></li>', 'impact': None, 'none': [], 'target': ['li[role="menuitem"]:nth-child(9)'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<li role="menuitem"><a href="/news-issuances/bulletins/2013/bulletin-2013-29.html" title="Third-Party Relationships">Third-Party Relationships: Risk Management Guidance</a></li>', 'impact': None, 'none': [], 'target': ['li[role="menuitem"]:nth-child(10)'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<ul class="grid-col utility-dropdown-list" role="presentation">', 'impact': None, 'none': [], 'target': ['.utility-dropdown-list.grid-col[role="presentation"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<ul class="more_occ_wrapper" role="menu">', 'impact': None, 'none': [], 'target': ['.more_occ_wrapper'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<li class="quickaccess_dropdown" role="menuitem">', 'impact': None, 'none': [], 'target': ['.quickaccess_dropdown[role="menuitem"]:nth-child(1)'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<li class="quickaccess_dropdown" role="menuitem">', 'impact': None, 'none': [], 'target': ['.quickaccess_dropdown[role="menuitem"]:nth-child(2)'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<li class="quickaccess_dropdown" role="menuitem">', 'impact': None, 'none': [], 'target': ['.quickaccess_dropdown[role="menuitem"]:nth-child(3)'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<a href="javascript:void(0);" class="button-element" role="button" aria-label="Search menu">Search</a>', 'impact': None, 'none': [], 'target': ['a[aria-label="Search\\ menu"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<table cellspacing="0" cellpadding="0" role="presentation" class="gsc-search-box">', 'impact': None, 'none': [], 'target': ['#___gcse_0 > .gsc-control-searchbox-only.gsc-control-searchbox-only-en[dir="ltr"] > .gsc-search-box-tools[accept-charset="utf-8"] > .gsc-search-box'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<table cellspacing="0" cellpadding="0" role="presentation" id="gs_id50" class="gstl_50 gsc-input" style="width: 100%; padding: 0px;">', 'impact': None, 'none': [], 'target': ['#gs_id50'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<a class="gsst_a" href="javascript:void(0)" title="Clear search box" role="button" style="display: none;"><span class="gscb_a" id="gs_cb50" aria-hidden="true">×</span></a>', 'impact': None, 'none': [], 'target': ['#gs_st50 > .gsst_a[title="Clear\\ search\\ box"][href="javascript:void(0)"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<ul class="head-ut-search-popular head-ut-search__list grid-col-3" role="menu">', 'impact': None, 'none': [], 'target': ['.head-ut-search-popular'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<li class="header" role="presentation">Top Searches</li>', 'impact': None, 'none': [], 'target': ['.head-ut-search-popular > .header[role="presentation"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<li role="menuitem"><a href="/topics/supervision-and-examination/bank-operations/covid-19-information/convid-19-info-index.html" title="COVID-19 (Coronavirus) ">COVID-19</a></li>', 'impact': None, 'none': [], 'target': ['.head-ut-search-popular > li[role="menuitem"]:nth-child(2)'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<li role="menuitem"><a href="/about/what-we-do/annual-report/index.html" title="2022 Annual Report &amp; Comptroller\'s Viewpoint">Annual Report</a></li>', 'impact': None, 'none': [], 'target': ['.head-ut-search-popular > li[role="menuitem"]:nth-child(3)'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<li role="menuitem"><a href="/topics/laws-and-regulations/enforcement-actions/index-enforcement-actions.html" title="Enforcement Actions">Enforcement Actions</a></li>', 'impact': None, 'none': [], 'target': ['.head-ut-search-popular > li[role="menuitem"]:nth-child(4)'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<li role="menuitem"><a href="https://careers.occ.gov/index.html" target="_blank" rel="noopener noreferrer" title="Home">Jobs</a></li>', 'impact': None, 'none': [], 'target': ['.head-ut-search-popular > li[role="menuitem"]:nth-child(5)'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<li role="menuitem"><a href="/publications-and-resources/publications/comptrollers-handbook/index-comptrollers-handbook.html" title="Comptroller\'s Handbook ">Comptroller\'s Handbook</a></li>', 'impact': None, 'none': [], 'target': ['.head-ut-search-popular > li[role="menuitem"]:nth-child(6)'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<ul class="head-ut-search-tools head-ut-search__list grid-col-9" role="presentation">', 'impact': None, 'none': [], 'target': ['.head-ut-search-tools'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<ul class="grid-col-5 head-ut-search-tools__column" role="menu">', 'impact': None, 'none': [], 'target': ['.grid-col-5'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<li role="menuitem"><a href="/publications-and-resources/tools/occ-financial-institution-search/index-occ-financial-institution-search.html" class="usa-button usa-button--accent-warm head-ut-search-tools__button" role="button" title="OCC Financial Institution Search">Institution Search</a></li>', 'impact': None, 'none': [], 'target': ['.grid-col-5 > li[role="menuitem"]:nth-child(1)'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<a href="/publications-and-resources/tools/occ-financial-institution-search/index-occ-financial-institution-search.html" class="usa-button usa-button--accent-warm head-ut-search-tools__button" role="button" title="OCC Financial Institution Search">Institution Search</a>', 'impact': None, 'none': [], 'target': ['.grid-col-5 > li[role="menuitem"]:nth-child(1) > .usa-button--accent-warm.head-ut-search-tools__button.usa-button'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<li role="menuitem"><a href="/publications-and-resources/tools/index-cra-search.html" role="button" class="usa-button usa-button--accent-warm head-ut-search-tools__button" title="CRA Performance Evaluations">CRA Evaluation Search</a></li>', 'impact': None, 'none': [], 'target': ['.grid-col-5 > li[role="menuitem"]:nth-child(2)'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<a href="/publications-and-resources/tools/index-cra-search.html" role="button" class="usa-button usa-button--accent-warm head-ut-search-tools__button" title="CRA Performance Evaluations">CRA Evaluation Search</a>', 'impact': None, 'none': [], 'target': ['a[title="CRA\\ Performance\\ Evaluations"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<li role="menuitem"><a href="https://apps.occ.gov/EASearch" class="usa-button usa-button--accent-warm head-ut-search-tools__button" role="button" title="Enforcement Actions Search Tool">Enforcement Actions Search</a></li>', 'impact': None, 'none': [], 'target': ['.grid-col-5 > li[role="menuitem"]:nth-child(3)'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<a href="https://apps.occ.gov/EASearch" class="usa-button usa-button--accent-warm head-ut-search-tools__button" role="button" title="Enforcement Actions Search Tool">Enforcement Actions Search</a>', 'impact': None, 'none': [], 'target': ['.usa-button--accent-warm.head-ut-search-tools__button[href$="EASearch"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<ul class="grid-col-7 head-ut-search-tools__column" role="menu">', 'impact': None, 'none': [], 'target': ['.grid-col-7'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<li role="menuitem"><a href="/publications-and-resources/tools/cats/index-cats.html" class="usa-button usa-button--accent-warm head-ut-search-tools__button" role="button" title="Central Application Tracking System (CATS)">Central Application Tracking System (CATS)</a></li>', 'impact': None, 'none': [], 'target': ['.grid-col-7 > li[role="menuitem"]:nth-child(1)'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<a href="/publications-and-resources/tools/cats/index-cats.html" class="usa-button usa-button--accent-warm head-ut-search-tools__button" role="button" title="Central Application Tracking System (CATS)">Central Application Tracking System (CATS)</a>', 'impact': None, 'none': [], 'target': ['.grid-col-7 > li[role="menuitem"]:nth-child(1) > .usa-button--accent-warm.head-ut-search-tools__button.usa-button'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<li role="menuitem"><a class="usa-button usa-button--accent-warm head-ut-search-tools__button" role="button" href="https://apps.occ.gov/CAAS_CATS">Corporate Application Search (CAS)</a></li>', 'impact': None, 'none': [], 'target': ['.grid-col-7 > li[role="menuitem"]:nth-child(2)'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<a class="usa-button usa-button--accent-warm head-ut-search-tools__button" role="button" href="https://apps.occ.gov/CAAS_CATS">Corporate Application Search (CAS)</a>', 'impact': None, 'none': [], 'target': ['a[href$="CAAS_CATS"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<li role="menuitem">', 'impact': None, 'none': [], 'target': ['.grid-col-7 > li[role="menuitem"]:nth-child(3)'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<a href="/news-events/newsroom/news-issuances-by-year/ots-issuances/index-ots-issuances.html" class="usa-button usa-button--accent-warm head-ut-search-tools__button" role="button" title="Office of Thrift Supervision (OTS) Issuances">Office of Thrift Supervision Archive Search</a>', 'impact': None, 'none': [], 'target': ['.grid-col-7 > li[role="menuitem"]:nth-child(3) > .usa-button--accent-warm.head-ut-search-tools__button.usa-button'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<div id="primeNavBtnSearch" class="occgov-search-btn mobile-search" tabindex="0" role="button"><span id="primeNavBtnSearchIco" class="fas icon-search"> <!--span--> </span><span id="primeNavBtnSearchTxt" class="menu-btn-text usa-sr-only notranslate">Search</span></div>', 'impact': None, 'none': [], 'target': ['#primeNavBtnSearch'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<table cellspacing="0" cellpadding="0" role="presentation" class="gsc-search-box">', 'impact': None, 'none': [], 'target': ['#___gcse_1 > .gsc-control-searchbox-only.gsc-control-searchbox-only-en[dir="ltr"] > .gsc-search-box-tools[accept-charset="utf-8"] > .gsc-search-box'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<table cellspacing="0" cellpadding="0" role="presentation" id="gs_id51" class="gstl_51 gsc-input" style="width: 100%; padding: 0px;">', 'impact': None, 'none': [], 'target': ['#gs_id51'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<a class="gsst_a" href="javascript:void(0)" title="Clear search box" role="button" style="display: none;"><span class="gscb_a" id="gs_cb51" aria-hidden="true">×</span></a>', 'impact': None, 'none': [], 'target': ['#gs_st51 > .gsst_a[title="Clear\\ search\\ box"][href="javascript:void(0)"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<img src="/images/c-clamp-images/close.svg" alt="close" role="img">', 'impact': None, 'none': [], 'target': ['img[alt="close"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<a href="/about/who-we-are/index-who-we-are.html" role="menuitem">\n                  <span class="col-header">Who We Are</span>\n                  <span class="fas fa-chevron-circle-right"></span>\n                </a>', 'impact': None, 'none': [], 'target': ['#basic-mega-nav-section-one > .occgov-nav__submenu-main.grid-gap-4.grid-row > .usa-col:nth-child(1) > .usa-nav__submenu-list > .col-header-line.usa-nav__submenu-item > a[role="menuitem"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<a href="/about/who-we-are/comptroller/index-comptroller-of-the-currency.html" role="menuitem">Acting Comptroller</a>', 'impact': None, 'none': [], 'target': ['#basic-mega-nav-section-one > .occgov-nav__submenu-main.grid-gap-4.grid-row > .usa-col:nth-child(1) > .usa-nav__submenu-list > .usa-nav__submenu-item:nth-child(2) > a[role="menuitem"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<a href="/about/who-we-are/leadership/index-leadership.html" role="menuitem">Leadership</a>', 'impact': None, 'none': [], 'target': ['#basic-mega-nav-section-one > .occgov-nav__submenu-main.grid-gap-4.grid-row > .usa-col:nth-child(1) > .usa-nav__submenu-list > .usa-nav__submenu-item:nth-child(3) > a[role="menuitem"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<a href="/about/who-we-are/organizations/index-organization.html" role="menuitem">Organization</a>', 'impact': None, 'none': [], 'target': ['#basic-mega-nav-section-one > .occgov-nav__submenu-main.grid-gap-4.grid-row > .usa-col:nth-child(1) > .usa-nav__submenu-list > .usa-nav__submenu-item:nth-child(4) > a[role="menuitem"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<a href="/about/who-we-are/locations/index-locations.html" role="menuitem">Locations</a>', 'impact': None, 'none': [], 'target': ['#basic-mega-nav-section-one > .occgov-nav__submenu-main.grid-gap-4.grid-row > .usa-col:nth-child(1) > .usa-nav__submenu-list > .usa-nav__submenu-item:nth-child(5) > a[role="menuitem"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<a href="/about/who-we-are/history/index-history.html" role="menuitem">History</a>', 'impact': None, 'none': [], 'target': ['#basic-mega-nav-section-one > .occgov-nav__submenu-main.grid-gap-4.grid-row > .usa-col:nth-child(1) > .usa-nav__submenu-list > .usa-nav__submenu-item:nth-child(6) > a[role="menuitem"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<a href="https://careers.occ.gov/index.html" role="menuitem">Careers at OCC</a>', 'impact': None, 'none': [], 'target': ['#basic-mega-nav-section-one > .occgov-nav__submenu-main.grid-gap-4.grid-row > .usa-col:nth-child(1) > .usa-nav__submenu-list > .usa-nav__submenu-item:nth-child(7) > a[role="menuitem"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<a href="/about/what-we-do/index-what-we-do.html" role="menuitem">\n                  <span class="col-header">What We Do</span>\n                  <span class="fas fa-chevron-circle-right"></span>\n                </a>', 'impact': None, 'none': [], 'target': ['#basic-mega-nav-section-one > .occgov-nav__submenu-main.grid-gap-4.grid-row > .usa-col:nth-child(2) > .usa-nav__submenu-list > .col-header-line.usa-nav__submenu-item > a[role="menuitem"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<a href="/about/what-we-do/annual-report/index.html" role="menuitem">Annual Report</a>', 'impact': None, 'none': [], 'target': ['#basic-mega-nav-section-one > .occgov-nav__submenu-main.grid-gap-4.grid-row > .usa-col:nth-child(2) > .usa-nav__submenu-list > .usa-nav__submenu-item:nth-child(2) > a[role="menuitem"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<a href="/about/what-we-do/key-data-and-statistics/index-occ-and-federal-banking-system-at-a-glance.html" role="menuitem">Key Data &amp; Statistics</a>', 'impact': None, 'none': [], 'target': ['#basic-mega-nav-section-one > .occgov-nav__submenu-main.grid-gap-4.grid-row > .usa-col:nth-child(2) > .usa-nav__submenu-list > .usa-nav__submenu-item:nth-child(3) > a[role="menuitem"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<a href="/publications-and-resources/publications/banker-education/files/occ-strategic-plan.html" role="menuitem">Strategic Plan</a>', 'impact': None, 'none': [], 'target': ['#basic-mega-nav-section-one > .occgov-nav__submenu-main.grid-gap-4.grid-row > .usa-col:nth-child(2) > .usa-nav__submenu-list > .usa-nav__submenu-item:nth-child(4) > a[role="menuitem"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<a href="/about/connect-with-us/index-connect-with-us.html" role="menuitem">\n                  <span class="col-header">Connect With Us</span>\n                  <span class="fas fa-chevron-circle-right"></span>\n                </a>', 'impact': None, 'none': [], 'target': ['#basic-mega-nav-section-one > .occgov-nav__submenu-main.grid-gap-4.grid-row > .usa-col:nth-child(3) > .usa-nav__submenu-list > .col-header-line.usa-nav__submenu-item > a[role="menuitem"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<a href="/about/connect-with-us/contact-the-occ/index-contact-the-occ.html" role="menuitem">Contact the OCC</a>', 'impact': None, 'none': [], 'target': ['#basic-mega-nav-section-one > .occgov-nav__submenu-main.grid-gap-4.grid-row > .usa-col:nth-child(3) > .usa-nav__submenu-list > .usa-nav__submenu-item:nth-child(2) > a[role="menuitem"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<a href="/about/who-we-are/locations/index-locations.html" role="menuitem">Locations</a>', 'impact': None, 'none': [], 'target': ['#basic-mega-nav-section-one > .occgov-nav__submenu-main.grid-gap-4.grid-row > .usa-col:nth-child(3) > .usa-nav__submenu-list > .usa-nav__submenu-item:nth-child(3) > a[role="menuitem"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<a href="/news-events/media-resources/index-media-resources.html" role="menuitem">Media Resources</a>', 'impact': None, 'none': [], 'target': ['#basic-mega-nav-section-one > .occgov-nav__submenu-main.grid-gap-4.grid-row > .usa-col:nth-child(3) > .usa-nav__submenu-list > .usa-nav__submenu-item:nth-child(4) > a[role="menuitem"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<a href="/about/connect-with-us/doing-business-with-the-occ/index-doing-business-with-the-occ.html" role="menuitem">Doing Business With the OCC</a>', 'impact': None, 'none': [], 'target': ['#basic-mega-nav-section-one > .occgov-nav__submenu-main.grid-gap-4.grid-row > .usa-col:nth-child(3) > .usa-nav__submenu-list > .usa-nav__submenu-item:nth-child(5) > a[role="menuitem"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<a href="/about/connect-with-us/foia/index-foia.html" role="menuitem">Freedom of Information Act (FOIA)</a>', 'impact': None, 'none': [], 'target': ['#basic-mega-nav-section-one > .occgov-nav__submenu-main.grid-gap-4.grid-row > .usa-col:nth-child(3) > .usa-nav__submenu-list > .usa-nav__submenu-item:nth-child(6) > a[role="menuitem"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<a href="/about/connect-with-us/occ-outreach/index-occ-outreach.html" role="menuitem">OCC Outreach</a>', 'impact': None, 'none': [], 'target': ['#basic-mega-nav-section-one > .occgov-nav__submenu-main.grid-gap-4.grid-row > .usa-col:nth-child(3) > .usa-nav__submenu-list > .usa-nav__submenu-item:nth-child(7) > a[role="menuitem"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<a href="/about/connect-with-us/public-comments/index-public-comments.html" role="menuitem">Public Comments</a>', 'impact': None, 'none': [], 'target': ['#basic-mega-nav-section-one > .occgov-nav__submenu-main.grid-gap-4.grid-row > .usa-col:nth-child(3) > .usa-nav__submenu-list > .usa-nav__submenu-item:nth-child(8) > a[role="menuitem"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<a href="/about/who-we-are/organizations/office-of-public-affairs/index-office-of-public-affairs.html" role="menuitem">Congressional Relations</a>', 'impact': None, 'none': [], 'target': ['.usa-col:nth-child(3) > .usa-nav__submenu-list > .usa-nav__submenu-item:nth-child(9) > a[role="menuitem"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<a href="/topics/consumers-and-communities/consumer-protection/index-consumer-protection.html" role="menuitem">Consumer Information</a>', 'impact': None, 'none': [], 'target': ['.usa-col:nth-child(3) > .usa-nav__submenu-list > .usa-nav__submenu-item:nth-child(10) > a[role="menuitem"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<a href="https://www.banknet.gov/entrance/default.html" role="menuitem">BankNet</a>', 'impact': None, 'none': [], 'target': ['.usa-col:nth-child(3) > .usa-nav__submenu-list > .usa-nav__submenu-item:nth-child(11) > a[role="menuitem"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<a href="/publications-and-resources/information-for/occ-alumni/index-information-for-occ-alumni.html" role="menuitem">OCC Alumni</a>', 'impact': None, 'none': [], 'target': ['.usa-col:nth-child(3) > .usa-nav__submenu-list > .usa-nav__submenu-item:nth-child(12) > a[role="menuitem"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<a href="/about/connect-with-us/whistleblower-protections/index-whistleblower-protection-and-prohibited-personnel-practices.html" role="menuitem">Whistleblower Protections</a>', 'impact': None, 'none': [], 'target': ['.usa-col:nth-child(3) > .usa-nav__submenu-list > .usa-nav__submenu-item:nth-child(13) > a[role="menuitem"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<a href="/topics/charters-and-licensing/licensing-office-contacts.html" role="menuitem">Licensing Office Contacts</a>', 'impact': None, 'none': [], 'target': ['.usa-col:nth-child(3) > .usa-nav__submenu-list > .usa-nav__submenu-item:nth-child(14) > a[role="menuitem"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<a href="/news-events/newsroom/index.html" role="menuitem">\n                  <span class="col-header">Newsroom</span>\n                  <span class="fas fa-chevron-circle-right"></span>\n                </a>', 'impact': None, 'none': [], 'target': ['#basic-mega-nav-section-two > .occgov-nav__submenu-main.grid-gap-4.grid-row > .usa-col:nth-child(1) > .usa-nav__submenu-list > .col-header-line.usa-nav__submenu-item > a[role="menuitem"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<a href="/news-events/newsroom/?nr=NewsRelease" role="menuitem" target="_top">News Releases</a>', 'impact': None, 'none': [], 'target': ['.usa-nav__submenu-item:nth-child(2) > a[target="_top"][role="menuitem"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<a href="/news-events/newsroom/?nr=Bulletin" role="menuitem" target="_top">Bulletins</a>', 'impact': None, 'none': [], 'target': ['.usa-nav__submenu-item:nth-child(3) > a[target="_top"][role="menuitem"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<a href="/news-events/newsroom/?nr=Alert" role="menuitem" target="_top">Alerts</a>', 'impact': None, 'none': [], 'target': ['.usa-nav__submenu-item:nth-child(4) > a[target="_top"][role="menuitem"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<a href="/news-events/newsroom/?nr=Speech" role="menuitem" target="_top">Speeches</a>', 'impact': None, 'none': [], 'target': ['.usa-nav__submenu-item:nth-child(5) > a[target="_top"][role="menuitem"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<a href="/news-events/newsroom/?nr=CongressionalTestimony" role="menuitem" target="_top">Congressional Testimonies</a>', 'impact': None, 'none': [], 'target': ['.usa-nav__submenu-item:nth-child(6) > a[target="_top"][role="menuitem"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<a href="/news-events/newsroom/?nr=AdvisoryLetter" role="menuitem" target="_top">Advisory Letters</a>', 'impact': None, 'none': [], 'target': ['.usa-nav__submenu-item:nth-child(7) > a[target="_top"][role="menuitem"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<a href="/news-events/newsroom/news-issuances-by-year/index-news-and-issuances-by-year.html" role="menuitem">News &amp; Issuances By Year</a>', 'impact': None, 'none': [], 'target': ['#basic-mega-nav-section-two > .occgov-nav__submenu-main.grid-gap-4.grid-row > .usa-col:nth-child(1) > .usa-nav__submenu-list > .usa-nav__submenu-item:nth-child(8) > a[role="menuitem"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<a href="/news-events/events/index-events.html" role="menuitem">\n                  <span class="col-header">Events</span>\n                  <span class="fas fa-chevron-circle-right"></span>\n                </a>', 'impact': None, 'none': [], 'target': ['#basic-mega-nav-section-two > .occgov-nav__submenu-main.grid-gap-4.grid-row > .usa-col:nth-child(2) > .usa-nav__submenu-list > .col-header-line.usa-nav__submenu-item > a[role="menuitem"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<a href="/news-events/digital-media-library/index-digital-media-library.html" role="menuitem">\n                  <span class="col-header">Digital Media Library</span>\n                  <span class="fas fa-chevron-circle-right"></span>\n                </a>', 'impact': None, 'none': [], 'target': ['#basic-mega-nav-section-two > .occgov-nav__submenu-main.grid-gap-4.grid-row > .usa-col:nth-child(3) > .usa-nav__submenu-list > .col-header-line.usa-nav__submenu-item > a[role="menuitem"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<a href="/news-events/media-resources/index-media-resources.html" role="menuitem">\n                  <span class="col-header">Media Resources</span>\n                  <span class="fas fa-chevron-circle-right"></span>\n                </a>', 'impact': None, 'none': [], 'target': ['#basic-mega-nav-section-two > .occgov-nav__submenu-main.grid-gap-4.grid-row > .usa-col:nth-child(4) > .usa-nav__submenu-list > .col-header-line.usa-nav__submenu-item:nth-child(1) > a[role="menuitem"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<a href="/news-events/news-and-events-archive/index-news-and-issuance-archive.html" role="menuitem">\n                  <span class="col-header">News &amp; Issuance Archive</span>\n                  <span class="fas fa-chevron-circle-right"></span>\n                </a>', 'impact': None, 'none': [], 'target': ['.col-header-line.usa-nav__submenu-item:nth-child(2) > a[role="menuitem"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<a href="/news-events/news-and-events-archive/consumer-advisories/index-consumer-advisories.html" role="menuitem">Consumer Advisories</a>', 'impact': None, 'none': [], 'target': ['#basic-mega-nav-section-two > .occgov-nav__submenu-main.grid-gap-4.grid-row > .usa-col:nth-child(4) > .usa-nav__submenu-list > .usa-nav__submenu-item:nth-child(3) > a[role="menuitem"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<a href="/news-events/news-and-events-archive/public-service-announcements/index-public-service-announcements.html" role="menuitem">Public Service Announcements</a>', 'impact': None, 'none': [], 'target': ['#basic-mega-nav-section-two > .occgov-nav__submenu-main.grid-gap-4.grid-row > .usa-col:nth-child(4) > .usa-nav__submenu-list > .usa-nav__submenu-item:nth-child(4) > a[role="menuitem"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<a href="/news-events/news-and-events-archive/rescinded-issuances/index-rescinded-issuances.html" role="menuitem">Rescinded Issuances</a>', 'impact': None, 'none': [], 'target': ['#basic-mega-nav-section-two > .occgov-nav__submenu-main.grid-gap-4.grid-row > .usa-col:nth-child(4) > .usa-nav__submenu-list > .usa-nav__submenu-item:nth-child(5) > a[role="menuitem"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<a href="/publications-and-resources/publications/index-publications.html" role="menuitem">\n                  <span class="col-header">Publications</span>\n                  <span class="fas fa-chevron-circle-right"></span>\n                </a>', 'impact': None, 'none': [], 'target': ['#basic-mega-nav-section-three > .occgov-nav__submenu-main.grid-gap-4.grid-row > .usa-col:nth-child(1) > .usa-nav__submenu-list > .col-header-line.usa-nav__submenu-item > a[role="menuitem"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<a href="/publications-and-resources/publications/comptrollers-handbook/index-comptrollers-handbook.html" role="menuitem">Comptroller\'s Handbook</a>', 'impact': None, 'none': [], 'target': ['#basic-mega-nav-section-three > .occgov-nav__submenu-main.grid-gap-4.grid-row > .usa-col:nth-child(1) > .usa-nav__submenu-list > .usa-nav__submenu-item:nth-child(2) > a[role="menuitem"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<a href="/publications-and-resources/publications/comptrollers-licensing-manual/index-comptrollers-licensing-manual.html" role="menuitem">Comptroller\'s Licensing Manual</a>', 'impact': None, 'none': [], 'target': ['#basic-mega-nav-section-three > .occgov-nav__submenu-main.grid-gap-4.grid-row > .usa-col:nth-child(1) > .usa-nav__submenu-list > .usa-nav__submenu-item:nth-child(3) > a[role="menuitem"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<a href="/publications-and-resources/publications/mortgage-metrics-reports/index-mortgage-metrics-reports.html" role="menuitem">Mortgage Metrics Report</a>', 'impact': None, 'none': [], 'target': ['#basic-mega-nav-section-three > .occgov-nav__submenu-main.grid-gap-4.grid-row > .usa-col:nth-child(1) > .usa-nav__submenu-list > .usa-nav__submenu-item:nth-child(4) > a[role="menuitem"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<a href="/publications-and-resources/publications/semiannual-risk-perspective/index-semiannual-risk-perspective.html" role="menuitem">Semiannual Risk Perspective</a>', 'impact': None, 'none': [], 'target': ['#basic-mega-nav-section-three > .occgov-nav__submenu-main.grid-gap-4.grid-row > .usa-col:nth-child(1) > .usa-nav__submenu-list > .usa-nav__submenu-item:nth-child(5) > a[role="menuitem"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<a href="/publications-and-resources/publications/index-publications.html" role="menuitem">All Publications</a>', 'impact': None, 'none': [], 'target': ['#basic-mega-nav-section-three > .occgov-nav__submenu-main.grid-gap-4.grid-row > .usa-col:nth-child(1) > .usa-nav__submenu-list > .usa-nav__submenu-item:nth-child(6) > a[role="menuitem"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<a href="/publications-and-resources/tools/index-tools.html" role="menuitem">\n                  <span class="col-header">Tools</span>\n                  <span class="fas fa-chevron-circle-right"></span>\n                </a>', 'impact': None, 'none': [], 'target': ['#basic-mega-nav-section-three > .occgov-nav__submenu-main.grid-gap-4.grid-row > .usa-col:nth-child(2) > .usa-nav__submenu-list > .col-header-line.usa-nav__submenu-item > a[role="menuitem"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<a href="https://www.banknet.gov/home/entrance/" role="menuitem">BankNet</a>', 'impact': None, 'none': [], 'target': ['#basic-mega-nav-section-three > .occgov-nav__submenu-main.grid-gap-4.grid-row > .usa-col:nth-child(2) > .usa-nav__submenu-list > .usa-nav__submenu-item:nth-child(2) > a[role="menuitem"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<a href="https://apps.occ.gov/CAAS_CATS/" role="menuitem" target="_blank" rel="noopener noreferrer">Corporate Applications Search (CAS)</a>', 'impact': None, 'none': [], 'target': ['a[rel="noopener\\ noreferrer"][target="_blank"][role="menuitem"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<a href="/publications-and-resources/tools/occ-financial-institution-search/index-occ-financial-institution-search.html" role="menuitem">OCC Financial Institution Search</a>', 'impact': None, 'none': [], 'target': ['#basic-mega-nav-section-three > .occgov-nav__submenu-main.grid-gap-4.grid-row > .usa-col:nth-child(2) > .usa-nav__submenu-list > .usa-nav__submenu-item:nth-child(4) > a[role="menuitem"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<a href="/publications-and-resources/tools/index-tools.html" role="menuitem">All Tools</a>', 'impact': None, 'none': [], 'target': ['#basic-mega-nav-section-three > .occgov-nav__submenu-main.grid-gap-4.grid-row > .usa-col:nth-child(2) > .usa-nav__submenu-list > .usa-nav__submenu-item:nth-child(5) > a[role="menuitem"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<a href="/publications-and-resources/forms/index-forms.html" role="menuitem">\n                  <span class="col-header">Forms</span>\n                  <span class="fas fa-chevron-circle-right"></span>\n                </a>', 'impact': None, 'none': [], 'target': ['#basic-mega-nav-section-three > .occgov-nav__submenu-main.grid-gap-4.grid-row > .usa-col:nth-child(3) > .usa-nav__submenu-list > .col-header-line.usa-nav__submenu-item > a[role="menuitem"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<a href="/publications-and-resources/forms/dodd-frank-act-stress-test/index-dodd-frank-act-stress-test.html" role="menuitem">Dodd-Frank Act Stress Test</a>', 'impact': None, 'none': [], 'target': ['#basic-mega-nav-section-three > .occgov-nav__submenu-main.grid-gap-4.grid-row > .usa-col:nth-child(3) > .usa-nav__submenu-list > .usa-nav__submenu-item:nth-child(2) > a[role="menuitem"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<a href="/publications-and-resources/publications/comptrollers-licensing-manual/files/licensing-filing-forms.html" role="menuitem">Licensing Filing Forms</a>', 'impact': None, 'none': [], 'target': ['#basic-mega-nav-section-three > .occgov-nav__submenu-main.grid-gap-4.grid-row > .usa-col:nth-child(3) > .usa-nav__submenu-list > .usa-nav__submenu-item:nth-child(3) > a[role="menuitem"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<a href="/publications-and-resources/forms/sar-program/index-sar-program.html" role="menuitem">Suspicious Activity Report (SAR) Program</a>', 'impact': None, 'none': [], 'target': ['#basic-mega-nav-section-three > .occgov-nav__submenu-main.grid-gap-4.grid-row > .usa-col:nth-child(3) > .usa-nav__submenu-list > .usa-nav__submenu-item:nth-child(4) > a[role="menuitem"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<a href="/publications-and-resources/forms/index-forms.html" role="menuitem">All Forms</a>', 'impact': None, 'none': [], 'target': ['#basic-mega-nav-section-three > .occgov-nav__submenu-main.grid-gap-4.grid-row > .usa-col:nth-child(3) > .usa-nav__submenu-list > .usa-nav__submenu-item:nth-child(5) > a[role="menuitem"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<a href="/publications-and-resources/information-for/index-information-for.html" role="menuitem">\n                  <span class="col-header">Information For...</span>\n                  <span class="fas fa-chevron-circle-right"></span>\n                </a>', 'impact': None, 'none': [], 'target': ['#basic-mega-nav-section-three > .occgov-nav__submenu-main.grid-gap-4.grid-row > .usa-col:nth-child(4) > .usa-nav__submenu-list > .col-header-line.usa-nav__submenu-item > a[role="menuitem"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<a href="/publications-and-resources/information-for/bankers/index-information-for-bankers.html" role="menuitem">Bankers and Bank Directors</a>', 'impact': None, 'none': [], 'target': ['#basic-mega-nav-section-three > .occgov-nav__submenu-main.grid-gap-4.grid-row > .usa-col:nth-child(4) > .usa-nav__submenu-list > .usa-nav__submenu-item:nth-child(2) > a[role="menuitem"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<a href="https://www.helpwithmybank.gov/index.html" role="menuitem">Bank Customers</a>', 'impact': None, 'none': [], 'target': ['#basic-mega-nav-section-three > .occgov-nav__submenu-main.grid-gap-4.grid-row > .usa-col:nth-child(4) > .usa-nav__submenu-list > .usa-nav__submenu-item:nth-child(3) > a[role="menuitem"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<a href="/news-events/media-resources/index-media-resources.html" role="menuitem">Media Representatives</a>', 'impact': None, 'none': [], 'target': ['#basic-mega-nav-section-three > .occgov-nav__submenu-main.grid-gap-4.grid-row > .usa-col:nth-child(4) > .usa-nav__submenu-list > .usa-nav__submenu-item:nth-child(4) > a[role="menuitem"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<a href="https://careers.occ.gov/index.html" role="menuitem">Job Seekers</a>', 'impact': None, 'none': [], 'target': ['#basic-mega-nav-section-three > .occgov-nav__submenu-main.grid-gap-4.grid-row > .usa-col:nth-child(4) > .usa-nav__submenu-list > .usa-nav__submenu-item:nth-child(5) > a[role="menuitem"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<a href="/publications-and-resources/information-for/occ-alumni/index-information-for-occ-alumni.html" role="menuitem">OCC Alumni</a>', 'impact': None, 'none': [], 'target': ['#basic-mega-nav-section-three > .occgov-nav__submenu-main.grid-gap-4.grid-row > .usa-col:nth-child(4) > .usa-nav__submenu-list > .usa-nav__submenu-item:nth-child(6) > a[role="menuitem"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<a href="/topics/supervision-and-examination/index-supervision-and-examination.html" role="menuitem">\n                  <span class="col-header">Supervision &amp; Examination</span>\n                  <span class="fas fa-chevron-circle-right"></span>\n                </a>', 'impact': None, 'none': [], 'target': ['#basic-mega-nav-section-four > .occgov-nav__submenu-main.grid-gap-4.grid-row > .usa-col:nth-child(1) > .usa-nav__submenu-list > .col-header-line.usa-nav__submenu-item > a[role="menuitem"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<a href="/topics/supervision-and-examination/bank-management/index-bank-management.html" role="menuitem">Bank Management</a>', 'impact': None, 'none': [], 'target': ['#basic-mega-nav-section-four > .occgov-nav__submenu-main.grid-gap-4.grid-row > .usa-col:nth-child(1) > .usa-nav__submenu-list > .usa-nav__submenu-item:nth-child(2) > a[role="menuitem"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<a href="/topics/supervision-and-examination/bank-operations/index-bank-operations.html" role="menuitem">Bank Operations</a>', 'impact': None, 'none': [], 'target': ['#basic-mega-nav-section-four > .occgov-nav__submenu-main.grid-gap-4.grid-row > .usa-col:nth-child(1) > .usa-nav__submenu-list > .usa-nav__submenu-item:nth-child(3) > a[role="menuitem"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<a href="/topics/supervision-and-examination/bsa/index-bsa.html" role="menuitem">Bank Secrecy Act (BSA)</a>', 'impact': None, 'none': [], 'target': ['#basic-mega-nav-section-four > .occgov-nav__submenu-main.grid-gap-4.grid-row > .usa-col:nth-child(1) > .usa-nav__submenu-list > .usa-nav__submenu-item:nth-child(4) > a[role="menuitem"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<a href="/topics/supervision-and-examination/capital/index-capital.html" role="menuitem">Capital</a>', 'impact': None, 'none': [], 'target': ['#basic-mega-nav-section-four > .occgov-nav__submenu-main.grid-gap-4.grid-row > .usa-col:nth-child(1) > .usa-nav__submenu-list > .usa-nav__submenu-item:nth-child(5) > a[role="menuitem"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<a href="/topics/supervision-and-examination/capital-markets/index-capital-markets.html" role="menuitem">Capital Markets</a>', 'impact': None, 'none': [], 'target': ['#basic-mega-nav-section-four > .occgov-nav__submenu-main.grid-gap-4.grid-row > .usa-col:nth-child(1) > .usa-nav__submenu-list > .usa-nav__submenu-item:nth-child(6) > a[role="menuitem"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<a href="/topics/supervision-and-examination/climate/index-climate.html" role="menuitem">Climate-Related Financial Risks</a>', 'impact': None, 'none': [], 'target': ['#basic-mega-nav-section-four > .occgov-nav__submenu-main.grid-gap-4.grid-row > .usa-col:nth-child(1) > .usa-nav__submenu-list > .usa-nav__submenu-item:nth-child(7) > a[role="menuitem"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<a href="/topics/consumers-and-communities/cra/index-cra.html" role="menuitem">Community Reinvestment Act (CRA)</a>', 'impact': None, 'none': [], 'target': ['#basic-mega-nav-section-four > .occgov-nav__submenu-main.grid-gap-4.grid-row > .usa-col:nth-child(1) > .usa-nav__submenu-list > .usa-nav__submenu-item:nth-child(8) > a[role="menuitem"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<a href="/topics/supervision-and-examination/consumer-compliance/index-consumer-compliance.html" role="menuitem">Consumer Compliance</a>', 'impact': None, 'none': [], 'target': ['.usa-col:nth-child(1) > .usa-nav__submenu-list > .usa-nav__submenu-item:nth-child(9) > a[role="menuitem"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<a href="/topics/supervision-and-examination/credit/index-credit.html" role="menuitem">Credit</a>', 'impact': None, 'none': [], 'target': ['.usa-col:nth-child(1) > .usa-nav__submenu-list > .usa-nav__submenu-item:nth-child(10) > a[role="menuitem"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<a href="/topics/supervision-and-examination/dispute-resolution/index-dispute-resolution.html" role="menuitem">Dispute Resolution</a>', 'impact': None, 'none': [], 'target': ['.usa-col:nth-child(1) > .usa-nav__submenu-list > .usa-nav__submenu-item:nth-child(11) > a[role="menuitem"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<a href="/topics/supervision-and-examination/examinations/index-examinations.html" role="menuitem">Examinations</a>', 'impact': None, 'none': [], 'target': ['.usa-col:nth-child(1) > .usa-nav__submenu-list > .usa-nav__submenu-item:nth-child(12) > a[role="menuitem"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<a href="/topics/supervision-and-examination/financial-technology/index-financial-technology.html" role="menuitem">Financial Technology</a>', 'impact': None, 'none': [], 'target': ['.usa-col:nth-child(1) > .usa-nav__submenu-list > .usa-nav__submenu-item:nth-child(13) > a[role="menuitem"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<a href="/topics/supervision-and-examination/international-banking/index-international-banking.html" role="menuitem">International Banking</a>', 'impact': None, 'none': [], 'target': ['.usa-col:nth-child(1) > .usa-nav__submenu-list > .usa-nav__submenu-item:nth-child(14) > a[role="menuitem"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<a href="/topics/economics/index-economics.html" role="menuitem">\n                  <span class="col-header">Economics</span>\n                  <span class="fas fa-chevron-circle-right"></span>\n                </a>', 'impact': None, 'none': [], 'target': ['#basic-mega-nav-section-four > .occgov-nav__submenu-main.grid-gap-4.grid-row > .usa-col:nth-child(2) > .usa-nav__submenu-list > .col-header-line.usa-nav__submenu-item:nth-child(1) > a[role="menuitem"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<a href="/publications-and-resources/publications/economics/index-economics-publications.html#105749" role="menuitem">On Point</a>', 'impact': None, 'none': [], 'target': ['#basic-mega-nav-section-four > .occgov-nav__submenu-main.grid-gap-4.grid-row > .usa-col:nth-child(2) > .usa-nav__submenu-list > .usa-nav__submenu-item:nth-child(2) > a[role="menuitem"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<a href="/publications-and-resources/publications/economics/index-economics-publications.html#108722" role="menuitem">Economic Snapshot Reports</a>', 'impact': None, 'none': [], 'target': ['#basic-mega-nav-section-four > .occgov-nav__submenu-main.grid-gap-4.grid-row > .usa-col:nth-child(2) > .usa-nav__submenu-list > .usa-nav__submenu-item:nth-child(3) > a[role="menuitem"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<a href="/publications-and-resources/publications/economics/index-economics-publications.html#105457" role="menuitem">OCC Working Papers</a>', 'impact': None, 'none': [], 'target': ['#basic-mega-nav-section-four > .occgov-nav__submenu-main.grid-gap-4.grid-row > .usa-col:nth-child(2) > .usa-nav__submenu-list > .usa-nav__submenu-item:nth-child(4) > a[role="menuitem"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<a href="/publications-and-resources/publications/economics/index-economics-publications.html#105456" role="menuitem">Regulatory Impact Analysis Memos</a>', 'impact': None, 'none': [], 'target': ['#basic-mega-nav-section-four > .occgov-nav__submenu-main.grid-gap-4.grid-row > .usa-col:nth-child(2) > .usa-nav__submenu-list > .usa-nav__submenu-item:nth-child(5) > a[role="menuitem"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<a href="/about/who-we-are/history/moments-in-history/index-moments-in-history.html" role="menuitem">Moments in History</a>', 'impact': None, 'none': [], 'target': ['.usa-col:nth-child(2) > .usa-nav__submenu-list > .usa-nav__submenu-item:nth-child(6) > a[role="menuitem"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<a href="/about/who-we-are/organizations/supervision-risk-and-analysis/meet-the-research-economists/index-meet-our-research-economists.html" role="menuitem">Meet Our Research Economists</a>', 'impact': None, 'none': [], 'target': ['.usa-col:nth-child(2) > .usa-nav__submenu-list > .usa-nav__submenu-item:nth-child(7) > a[role="menuitem"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<a href="/topics/laws-and-regulations/index-laws-and-regulations.html" role="menuitem">\n                  <span class="col-header">Laws &amp; Regulations</span>\n                  <span class="fas fa-chevron-circle-right"></span>\n                </a>', 'impact': None, 'none': [], 'target': ['.col-header-line.usa-nav__submenu-item:nth-child(8) > a[role="menuitem"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<a href="/topics/laws-and-regulations/occ-regulations/index-occ-regulations.html" role="menuitem">OCC Regulations</a>', 'impact': None, 'none': [], 'target': ['.usa-col:nth-child(2) > .usa-nav__submenu-list > .usa-nav__submenu-item:nth-child(9) > a[role="menuitem"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<a href="/topics/laws-and-regulations/enforcement-actions/index-enforcement-actions.html" role="menuitem">Enforcement Actions</a>', 'impact': None, 'none': [], 'target': ['.usa-col:nth-child(2) > .usa-nav__submenu-list > .usa-nav__submenu-item:nth-child(10) > a[role="menuitem"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<a href="/topics/laws-and-regulations/interpretations-and-precedents/index-interpretations-and-precedents.html" role="menuitem">Interpretations &amp; Precedents</a>', 'impact': None, 'none': [], 'target': ['.usa-col:nth-child(2) > .usa-nav__submenu-list > .usa-nav__submenu-item:nth-child(11) > a[role="menuitem"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<a href="/topics/laws-and-regulations/litigation/index-litigation.html" role="menuitem">Litigation</a>', 'impact': None, 'none': [], 'target': ['.usa-col:nth-child(2) > .usa-nav__submenu-list > .usa-nav__submenu-item:nth-child(12) > a[role="menuitem"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<a href="/topics/charters-and-licensing/index-charters-licensing.html" role="menuitem">\n                  <span class="col-header">Charters &amp; Licensing</span>\n                  <span class="fas fa-chevron-circle-right"></span>\n                </a>', 'impact': None, 'none': [], 'target': ['#basic-mega-nav-section-four > .occgov-nav__submenu-main.grid-gap-4.grid-row > .usa-col:nth-child(3) > .usa-nav__submenu-list > .col-header-line.usa-nav__submenu-item > a[role="menuitem"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<a href="/publications-and-resources/publications/comptrollers-licensing-manual/index-comptrollers-licensing-manual.html" role="menuitem">Comptroller\'s Licensing Manual</a>', 'impact': None, 'none': [], 'target': ['#basic-mega-nav-section-four > .occgov-nav__submenu-main.grid-gap-4.grid-row > .usa-col:nth-child(3) > .usa-nav__submenu-list > .usa-nav__submenu-item:nth-child(2) > a[role="menuitem"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<a href="/topics/charters-and-licensing/financial-institution-lists/index-financial-institution-lists.html" role="menuitem">Financial Institution Lists</a>', 'impact': None, 'none': [], 'target': ['#basic-mega-nav-section-four > .occgov-nav__submenu-main.grid-gap-4.grid-row > .usa-col:nth-child(3) > .usa-nav__submenu-list > .usa-nav__submenu-item:nth-child(3) > a[role="menuitem"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<a href="https://apps.occ.gov/CAAS_CATS/" role="menuitem">Corporate Application Search (CAS)</a>', 'impact': None, 'none': [], 'target': ['#basic-mega-nav-section-four > .occgov-nav__submenu-main.grid-gap-4.grid-row > .usa-col:nth-child(3) > .usa-nav__submenu-list > .usa-nav__submenu-item:nth-child(4) > a[role="menuitem"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<a href="/topics/charters-and-licensing/weekly-bulletin/index-weekly-bulletin.html" role="menuitem">Weekly Bulletin</a>', 'impact': None, 'none': [], 'target': ['#basic-mega-nav-section-four > .occgov-nav__submenu-main.grid-gap-4.grid-row > .usa-col:nth-child(3) > .usa-nav__submenu-list > .usa-nav__submenu-item:nth-child(5) > a[role="menuitem"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<a href="/topics/charters-and-licensing/interpretations-and-actions/index-interpretations-and-actions.html" role="menuitem">Interpretations &amp; Actions</a>', 'impact': None, 'none': [], 'target': ['#basic-mega-nav-section-four > .occgov-nav__submenu-main.grid-gap-4.grid-row > .usa-col:nth-child(3) > .usa-nav__submenu-list > .usa-nav__submenu-item:nth-child(6) > a[role="menuitem"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<a href="/publications-and-resources/publications/comptrollers-licensing-manual/files/licensing-filing-forms.html" role="menuitem">Licensing Filing Forms</a>', 'impact': None, 'none': [], 'target': ['#basic-mega-nav-section-four > .occgov-nav__submenu-main.grid-gap-4.grid-row > .usa-col:nth-child(3) > .usa-nav__submenu-list > .usa-nav__submenu-item:nth-child(7) > a[role="menuitem"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<a href="/topics/charters-and-licensing/public-comment/index-public-comments-on-applications.html" role="menuitem">Public Comments on Applications</a>', 'impact': None, 'none': [], 'target': ['#basic-mega-nav-section-four > .occgov-nav__submenu-main.grid-gap-4.grid-row > .usa-col:nth-child(3) > .usa-nav__submenu-list > .usa-nav__submenu-item:nth-child(8) > a[role="menuitem"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<a href="/topics/consumers-and-communities/index-consumers-and-communities.html" role="menuitem">\n                  <span class="col-header">Consumers &amp; Communities</span>\n                  <span class="fas fa-chevron-circle-right"></span>\n                </a>', 'impact': None, 'none': [], 'target': ['#basic-mega-nav-section-four > .occgov-nav__submenu-main.grid-gap-4.grid-row > .usa-col:nth-child(4) > .usa-nav__submenu-list > .col-header-line.usa-nav__submenu-item > a[role="menuitem"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<a href="/topics/consumers-and-communities/community-affairs/index-community-affairs.html" role="menuitem">Community Affairs</a>', 'impact': None, 'none': [], 'target': ['#basic-mega-nav-section-four > .occgov-nav__submenu-main.grid-gap-4.grid-row > .usa-col:nth-child(4) > .usa-nav__submenu-list > .usa-nav__submenu-item:nth-child(2) > a[role="menuitem"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<a href="/topics/consumers-and-communities/cra/index-cra.html" role="menuitem">Community Reinvestment Act (CRA)</a>', 'impact': None, 'none': [], 'target': ['#basic-mega-nav-section-four > .occgov-nav__submenu-main.grid-gap-4.grid-row > .usa-col:nth-child(4) > .usa-nav__submenu-list > .usa-nav__submenu-item:nth-child(3) > a[role="menuitem"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<a href="/topics/consumers-and-communities/consumer-protection/index-consumer-protection.html" role="menuitem">Consumer Protection</a>', 'impact': None, 'none': [], 'target': ['#basic-mega-nav-section-four > .occgov-nav__submenu-main.grid-gap-4.grid-row > .usa-col:nth-child(4) > .usa-nav__submenu-list > .usa-nav__submenu-item:nth-child(4) > a[role="menuitem"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<a href="/topics/consumers-and-communities/community-affairs/resource-directories/financial-literacy/index-financial-literacy-resource-directory.html" role="menuitem">Financial Literacy</a>', 'impact': None, 'none': [], 'target': ['#basic-mega-nav-section-four > .occgov-nav__submenu-main.grid-gap-4.grid-row > .usa-col:nth-child(4) > .usa-nav__submenu-list > .usa-nav__submenu-item:nth-child(5) > a[role="menuitem"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<a href="/topics/consumers-and-communities/minority-outreach/index-minority-outreach.html" role="menuitem">Minority Outreach</a>', 'impact': None, 'none': [], 'target': ['#basic-mega-nav-section-four > .occgov-nav__submenu-main.grid-gap-4.grid-row > .usa-col:nth-child(4) > .usa-nav__submenu-list > .usa-nav__submenu-item:nth-child(6) > a[role="menuitem"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<a href="/topics/consumers-and-communities/project-reach/project-reach.html" role="menuitem">Project REACh</a>', 'impact': None, 'none': [], 'target': ['.usa-col:nth-child(4) > .usa-nav__submenu-list > .usa-nav__submenu-item:nth-child(7) > a[role="menuitem"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<a href="/topics/consumers-and-communities/public-bank-information/index-public-bank-information.html" role="menuitem">Public Bank Information</a>', 'impact': None, 'none': [], 'target': ['.usa-col:nth-child(4) > .usa-nav__submenu-list > .usa-nav__submenu-item:nth-child(8) > a[role="menuitem"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<a href="javascript:void(0)" role="button" class="share-btn__print" onclick="occApp.main.print(\'#main_content\')">\n\t\t\t\t\t\t<img src="/images/c-clamp-images/share-print.svg" width="74" height="30" alt="Print this page">\n\t\t\t\t\t</a>', 'impact': None, 'none': [], 'target': ['.share-btn__print'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<a href="/publications-and-resources/publications/comptrollers-handbook/files/cra-exam-procedures/pub-ch-cra-exam-procedures.pdf" class="usa-button occgov-download-btn" role="button" download="" target="_blank">Download PDF</a>', 'impact': None, 'none': [], 'target': ['.occgov-download-btn'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<table cellspacing="0" cellpadding="0" role="presentation" class="gstl_50 gssb_c" style="width: 2px; display: none; top: 3px; left: -1px; position: absolute;"><tbody><tr><td class="gssb_f"></td><td class="gssb_e" style="width: 100%;"></td></tr></tbody></table>', 'impact': None, 'none': [], 'target': ['.gstl_50.gssb_c'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'ARIA role is allowed for given element', 'relatedNodes': [] }], 'html': '<table cellspacing="0" cellpadding="0" role="presentation" class="gstl_51 gssb_c" style="width: 2px; display: none; top: 3px; left: -1px; position: absolute;"><tbody><tr><td class="gssb_f"></td><td class="gssb_e" style="width: 100%;"></td></tr></tbody></table>', 'impact': None, 'none': [], 'target': ['.gstl_51.gssb_c'] }], 'tags': ['cat.aria', 'best-practice'] }, { 'description': "Ensures aria-hidden='true' is not present on the document body.", 'help': "aria-hidden='true' must not be present on the document body", 'helpUrl': 'https://dequeuniversity.com/rules/axe/3.1/aria-hidden-body?application=axeAPI', 'id': 'aria-hidden-body', 'impact': None, 'nodes': [{ 'all': [], 'any': [{ 'data': None, 'id': 'aria-hidden-body', 'impact': 'critical', 'message': 'No aria-hidden attribute is present on document body', 'relatedNodes': [] }], 'html': '<body id="nav-pubson">', 'impact': None, 'none': [], 'target': ['#nav-pubson'] }], 'tags': ['cat.aria', 'wcag2a', 'wcag412'] }, { 'description': 'Ensures elements with ARIA roles have all required ARIA attributes', 'help': 'Required ARIA attributes must be provided', 'helpUrl': 'https://dequeuniversity.com/rules/axe/3.1/aria-required-attr?application=axeAPI', 'id': 'aria-required-attr', 'impact': None, 'nodes': [{ 'all': [], 'any': [{ 'data': None, 'id': 'aria-required-attr', 'impact': 'critical', 'message': 'All required ARIA attributes are present', 'relatedNodes': [] }], 'html': '<div id="primeNavBtnSearch" class="occgov-search-btn mobile-search" tabindex="0" role="button"><span id="primeNavBtnSearchIco" class="fas icon-search"> <!--span--> </span><span id="primeNavBtnSearchTxt" class="menu-btn-text usa-sr-only notranslate">Search</span></div>', 'impact': None, 'none': [], 'target': ['#primeNavBtnSearch'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-required-attr', 'impact': 'critical', 'message': 'All required ARIA attributes are present', 'relatedNodes': [] }], 'html': '<a href="javascript:void(0)" role="button" class="share-btn__print" onclick="occApp.main.print(\'#main_content\')">\n\t\t\t\t\t\t<img src="/images/c-clamp-images/share-print.svg" width="74" height="30" alt="Print this page">\n\t\t\t\t\t</a>', 'impact': None, 'none': [], 'target': ['.share-btn__print'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-required-attr', 'impact': 'critical', 'message': 'All required ARIA attributes are present', 'relatedNodes': [] }], 'html': '<a href="/publications-and-resources/publications/comptrollers-handbook/files/cra-exam-procedures/pub-ch-cra-exam-procedures.pdf" class="usa-button occgov-download-btn" role="button" download="" target="_blank">Download PDF</a>', 'impact': None, 'none': [], 'target': ['.occgov-download-btn'] }], 'tags': ['cat.aria', 'wcag2a', 'wcag412'] }, { 'description': 'Ensures elements with an ARIA role that require child roles contain them', 'help': 'Certain ARIA roles must contain particular children', 'helpUrl': 'https://dequeuniversity.com/rules/axe/3.1/aria-required-children?application=axeAPI', 'id': 'aria-required-children', 'impact': None, 'nodes': [{ 'all': [], 'any': [{ 'data': None, 'id': 'aria-required-children', 'impact': 'critical', 'message': 'Required ARIA children are present', 'relatedNodes': [] }], 'html': '<div id="primeNavBtnSearch" class="occgov-search-btn mobile-search" tabindex="0" role="button"><span id="primeNavBtnSearchIco" class="fas icon-search"> <!--span--> </span><span id="primeNavBtnSearchTxt" class="menu-btn-text usa-sr-only notranslate">Search</span></div>', 'impact': None, 'none': [], 'target': ['#primeNavBtnSearch'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-required-children', 'impact': 'critical', 'message': 'Required ARIA children are present', 'relatedNodes': [] }], 'html': '<a href="javascript:void(0)" role="button" class="share-btn__print" onclick="occApp.main.print(\'#main_content\')">\n\t\t\t\t\t\t<img src="/images/c-clamp-images/share-print.svg" width="74" height="30" alt="Print this page">\n\t\t\t\t\t</a>', 'impact': None, 'none': [], 'target': ['.share-btn__print'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-required-children', 'impact': 'critical', 'message': 'Required ARIA children are present', 'relatedNodes': [] }], 'html': '<a href="/publications-and-resources/publications/comptrollers-handbook/files/cra-exam-procedures/pub-ch-cra-exam-procedures.pdf" class="usa-button occgov-download-btn" role="button" download="" target="_blank">Download PDF</a>', 'impact': None, 'none': [], 'target': ['.occgov-download-btn'] }], 'tags': ['cat.aria', 'wcag2a', 'wcag131'] }, { 'description': 'Ensures elements with an ARIA role that require parent roles are contained by them', 'help': 'Certain ARIA roles must be contained by particular parents', 'helpUrl': 'https://dequeuniversity.com/rules/axe/3.1/aria-required-parent?application=axeAPI', 'id': 'aria-required-parent', 'impact': None, 'nodes': [{ 'all': [], 'any': [{ 'data': None, 'id': 'aria-required-parent', 'impact': 'critical', 'message': 'Required ARIA parent role present', 'relatedNodes': [] }], 'html': '<div id="primeNavBtnSearch" class="occgov-search-btn mobile-search" tabindex="0" role="button"><span id="primeNavBtnSearchIco" class="fas icon-search"> <!--span--> </span><span id="primeNavBtnSearchTxt" class="menu-btn-text usa-sr-only notranslate">Search</span></div>', 'impact': None, 'none': [], 'target': ['#primeNavBtnSearch'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-required-parent', 'impact': 'critical', 'message': 'Required ARIA parent role present', 'relatedNodes': [] }], 'html': '<a href="javascript:void(0)" role="button" class="share-btn__print" onclick="occApp.main.print(\'#main_content\')">\n\t\t\t\t\t\t<img src="/images/c-clamp-images/share-print.svg" width="74" height="30" alt="Print this page">\n\t\t\t\t\t</a>', 'impact': None, 'none': [], 'target': ['.share-btn__print'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'aria-required-parent', 'impact': 'critical', 'message': 'Required ARIA parent role present', 'relatedNodes': [] }], 'html': '<a href="/publications-and-resources/publications/comptrollers-handbook/files/cra-exam-procedures/pub-ch-cra-exam-procedures.pdf" class="usa-button occgov-download-btn" role="button" download="" target="_blank">Download PDF</a>', 'impact': None, 'none': [], 'target': ['.occgov-download-btn'] }], 'tags': ['cat.aria', 'wcag2a', 'wcag131'] }, { 'description': 'Ensures all elements with a role attribute use a valid value', 'help': 'ARIA roles used must conform to valid values', 'helpUrl': 'https://dequeuniversity.com/rules/axe/3.1/aria-roles?application=axeAPI', 'id': 'aria-roles', 'impact': None, 'nodes': [{ 'all': [], 'any': [], 'html': '<div id="primeNavBtnSearch" class="occgov-search-btn mobile-search" tabindex="0" role="button"><span id="primeNavBtnSearchIco" class="fas icon-search"> <!--span--> </span><span id="primeNavBtnSearchTxt" class="menu-btn-text usa-sr-only notranslate">Search</span></div>', 'impact': None, 'none': [{ 'data': None, 'id': 'invalidrole', 'impact': 'critical', 'message': 'ARIA role is valid', 'relatedNodes': [] }, { 'data': None, 'id': 'abstractrole', 'impact': 'serious', 'message': 'Abstract roles are not used', 'relatedNodes': [] }, { 'data': None, 'id': 'unsupportedrole', 'impact': 'critical', 'message': 'ARIA role is supported', 'relatedNodes': [] }], 'target': ['#primeNavBtnSearch'] }, { 'all': [], 'any': [], 'html': '<a href="javascript:void(0)" role="button" class="share-btn__print" onclick="occApp.main.print(\'#main_content\')">\n\t\t\t\t\t\t<img src="/images/c-clamp-images/share-print.svg" width="74" height="30" alt="Print this page">\n\t\t\t\t\t</a>', 'impact': None, 'none': [{ 'data': None, 'id': 'invalidrole', 'impact': 'critical', 'message': 'ARIA role is valid', 'relatedNodes': [] }, { 'data': None, 'id': 'abstractrole', 'impact': 'serious', 'message': 'Abstract roles are not used', 'relatedNodes': [] }, { 'data': None, 'id': 'unsupportedrole', 'impact': 'critical', 'message': 'ARIA role is supported', 'relatedNodes': [] }], 'target': ['.share-btn__print'] }, { 'all': [], 'any': [], 'html': '<a href="/publications-and-resources/publications/comptrollers-handbook/files/cra-exam-procedures/pub-ch-cra-exam-procedures.pdf" class="usa-button occgov-download-btn" role="button" download="" target="_blank">Download PDF</a>', 'impact': None, 'none': [{ 'data': None, 'id': 'invalidrole', 'impact': 'critical', 'message': 'ARIA role is valid', 'relatedNodes': [] }, { 'data': None, 'id': 'abstractrole', 'impact': 'serious', 'message': 'Abstract roles are not used', 'relatedNodes': [] }, { 'data': None, 'id': 'unsupportedrole', 'impact': 'critical', 'message': 'ARIA role is supported', 'relatedNodes': [] }], 'target': ['.occgov-download-btn'] }], 'tags': ['cat.aria', 'wcag2a', 'wcag412'] }, { 'description': 'Ensures all ARIA attributes have valid values', 'help': 'ARIA attributes must conform to valid values', 'helpUrl': 'https://dequeuniversity.com/rules/axe/3.1/aria-valid-attr-value?application=axeAPI', 'id': 'aria-valid-attr-value', 'impact': None, 'nodes': [{ 'all': [{ 'data': None, 'id': 'aria-valid-attr-value', 'impact': 'critical', 'message': 'ARIA attribute values are valid', 'relatedNodes': [] }, { 'data': None, 'id': 'aria-errormessage', 'impact': 'critical', 'message': 'Uses a supported aria-errormessage technique', 'relatedNodes': [] }], 'any': [], 'html': '<button id="pageTopAlertClose" class="usa-button usa-button--unstyled" aria-label="Close alert"><span class="fas fa-times"> </span></button>', 'impact': None, 'none': [], 'target': ['#pageTopAlertClose'] }], 'tags': ['cat.aria', 'wcag2a', 'wcag412'] }, { 'description': 'Ensures attributes that begin with aria- are valid ARIA attributes', 'help': 'ARIA attributes must conform to valid names', 'helpUrl': 'https://dequeuniversity.com/rules/axe/3.1/aria-valid-attr?application=axeAPI', 'id': 'aria-valid-attr', 'impact': None, 'nodes': [{ 'all': [], 'any': [{ 'data': None, 'id': 'aria-valid-attr', 'impact': 'critical', 'message': 'ARIA attribute name are valid', 'relatedNodes': [] }], 'html': '<button id="pageTopAlertClose" class="usa-button usa-button--unstyled" aria-label="Close alert"><span class="fas fa-times"> </span></button>', 'impact': None, 'none': [], 'target': ['#pageTopAlertClose'] }], 'tags': ['cat.aria', 'wcag2a', 'wcag412'] }, { 'description': 'Ensures buttons have discernible text', 'help': 'Buttons must have discernible text', 'helpUrl': 'https://dequeuniversity.com/rules/axe/3.1/button-name?application=axeAPI', 'id': 'button-name', 'impact': None, 'nodes': [{ 'all': [], 'any': [{ 'data': 'Close alert', 'id': 'button-has-visible-text', 'impact': 'critical', 'message': 'Element has inner text that is visible to screen readers', 'relatedNodes': [] }, { 'data': None, 'id': 'aria-label', 'impact': 'serious', 'message': 'aria-label attribute exists and is not empty', 'relatedNodes': [] }], 'html': '<button id="pageTopAlertClose" class="usa-button usa-button--unstyled" aria-label="Close alert"><span class="fas fa-times"> </span></button>', 'impact': None, 'none': [{ 'data': None, 'id': 'focusable-no-name', 'impact': 'serious', 'message': 'Element is not in tab order or has accessible text', 'relatedNodes': [] }], 'target': ['#pageTopAlertClose'] }, { 'all': [], 'any': [{ 'data': 'Search', 'id': 'button-has-visible-text', 'impact': 'critical', 'message': 'Element has inner text that is visible to screen readers', 'relatedNodes': [] }], 'html': '<div id="primeNavBtnSearch" class="occgov-search-btn mobile-search" tabindex="0" role="button"><span id="primeNavBtnSearchIco" class="fas icon-search"> <!--span--> </span><span id="primeNavBtnSearchTxt" class="menu-btn-text usa-sr-only notranslate">Search</span></div>', 'impact': None, 'none': [{ 'data': None, 'id': 'focusable-no-name', 'impact': 'serious', 'message': 'Element is not in tab order or has accessible text', 'relatedNodes': [] }], 'target': ['#primeNavBtnSearch'] }, { 'all': [], 'any': [{ 'data': '\u200b Menu', 'id': 'button-has-visible-text', 'impact': 'critical', 'message': 'Element has inner text that is visible to screen readers', 'relatedNodes': [] }], 'html': '<button id="primeNavBtn" class="usa-menu-btn"><span id="primeNavBtnIco" class="fas fa-bars">\u200b</span> <span id="primeNavBtnTxt" class="menu-btn-text usa-sr-only">Menu</span> </button>', 'impact': None, 'none': [{ 'data': None, 'id': 'focusable-no-name', 'impact': 'serious', 'message': 'Element is not in tab order or has accessible text', 'relatedNodes': [] }], 'target': ['#primeNavBtn'] }, { 'all': [], 'any': [{ 'data': 'Print this page', 'id': 'button-has-visible-text', 'impact': 'critical', 'message': 'Element has inner text that is visible to screen readers', 'relatedNodes': [] }], 'html': '<a href="javascript:void(0)" role="button" class="share-btn__print" onclick="occApp.main.print(\'#main_content\')">\n\t\t\t\t\t\t<img src="/images/c-clamp-images/share-print.svg" width="74" height="30" alt="Print this page">\n\t\t\t\t\t</a>', 'impact': None, 'none': [{ 'data': None, 'id': 'focusable-no-name', 'impact': 'serious', 'message': 'Element is not in tab order or has accessible text', 'relatedNodes': [] }], 'target': ['.share-btn__print'] }, { 'all': [], 'any': [{ 'data': 'Download PDF', 'id': 'button-has-visible-text', 'impact': 'critical', 'message': 'Element has inner text that is visible to screen readers', 'relatedNodes': [] }], 'html': '<a href="/publications-and-resources/publications/comptrollers-handbook/files/cra-exam-procedures/pub-ch-cra-exam-procedures.pdf" class="usa-button occgov-download-btn" role="button" download="" target="_blank">Download PDF</a>', 'impact': None, 'none': [{ 'data': None, 'id': 'focusable-no-name', 'impact': 'serious', 'message': 'Element is not in tab order or has accessible text', 'relatedNodes': [] }], 'target': ['.occgov-download-btn'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'non-empty-value', 'impact': 'critical', 'message': 'Element has a non-empty value attribute', 'relatedNodes': [] }], 'html': '<input type="submit" name="commit" value="Subscribe" data-disable-with="Submit" class="usa-button">', 'impact': None, 'none': [{ 'data': None, 'id': 'focusable-no-name', 'impact': 'serious', 'message': 'Element is not in tab order or has accessible text', 'relatedNodes': [] }], 'target': ['input[type="submit"]'] }], 'tags': ['cat.name-role-value', 'wcag2a', 'wcag412', 'section508', 'section508.22.a'] }, { 'description': 'Ensures each page has at least one mechanism for a user to bypass navigation and jump straight to the content', 'help': 'Page must have means to bypass repeated blocks', 'helpUrl': 'https://dequeuniversity.com/rules/axe/3.1/bypass?application=axeAPI', 'id': 'bypass', 'impact': None, 'nodes': [{ 'all': [], 'any': [{ 'data': None, 'id': 'internal-link-present', 'impact': 'serious', 'message': 'Valid skip link found', 'relatedNodes': [] }, { 'data': None, 'id': 'header-present', 'impact': 'serious', 'message': 'Page has a header', 'relatedNodes': [] }, { 'data': None, 'id': 'landmark', 'impact': 'serious', 'message': 'Page has a landmark region', 'relatedNodes': [] }], 'html': '<html lang="en">', 'impact': None, 'none': [], 'target': ['html'] }], 'tags': ['cat.keyboard', 'wcag2a', 'wcag241', 'section508', 'section508.22.o'] }, { '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/3.1/color-contrast?application=axeAPI', 'id': 'color-contrast', 'impact': 'serious', 'nodes': [{ 'all': [], 'any': [{ 'data': None, 'id': 'color-contrast', 'impact': 'serious', 'message': None, 'relatedNodes': [] }], 'html': '<input autocomplete="off" type="text" size="10" class="gsc-input" name="search" title="Search input field" aria-label="search" id="gsc-i-id1" dir="ltr" spellcheck="false" placeholder="What are you looking for?" style="width: 100%; padding: 0px; border: none; margin: -0.0625em 0px 0px; height: 1.25em; background: url(&quot;https://www.google.com/cse/static/images/1x/en/branding.png&quot;) left center no-repeat rgb(255, 255, 255); outline: none;">', 'impact': None, 'none': [], 'target': ['#gsc-i-id1'] }, { 'all': [], 'any': [{ 'data': { 'bgColor': '#e7f6f8', 'contrastRatio': 15.53, 'expectedContrastRatio': '4.5:1', 'fgColor': '#1b1b1b', 'fontSize': '12.1pt', 'fontWeight': 'normal', 'missingData': None }, 'id': 'color-contrast', 'impact': 'serious', 'message': 'Element has sufficient color contrast of 15.53', 'relatedNodes': [] }], 'html': '<p class="usa-alert__text">Parts of this site may be down for maintenance from 8:00 p.m. (ET) on April 21 until 6:00 a.m. (ET) on April 24.</p>', 'impact': None, 'none': [], 'target': ['.usa-alert__text'] }, { 'all': [], 'any': [{ 'data': { 'bgColor': '#205493', 'contrastRatio': 7.63, 'expectedContrastRatio': '3:1', 'fgColor': '#ffffff', 'fontSize': '27.4pt', 'fontWeight': 'bold', 'missingData': 'shortTextContent' }, 'id': 'color-contrast', 'impact': 'serious', 'message': 'Element has sufficient color contrast of 7.63', 'relatedNodes': [] }], 'html': '<span id="primeNavBtnIco" class="fas fa-bars">\u200b</span>', 'impact': None, 'none': [], 'target': ['#primeNavBtnIco'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'color-contrast', 'impact': 'serious', 'message': None, 'relatedNodes': [] }], 'html': '<input autocomplete="off" type="text" size="10" class="gsc-input" name="search" title="Search input field" aria-label="search" id="gsc-i-id2" dir="ltr" spellcheck="false" placeholder="What are you looking for?" style="width: 100%; padding: 0px; border: none; margin: -0.0625em 0px 0px; height: 1.25em; background: url(&quot;https://www.google.com/cse/static/images/1x/en/branding.png&quot;) left center no-repeat rgb(255, 255, 255); outline: none;">', 'impact': None, 'none': [], 'target': ['#gsc-i-id2'] }, { 'all': [], 'any': [{ 'data': { 'bgColor': '#ffffff', 'contrastRatio': 7.63, 'expectedContrastRatio': '4.5:1', 'fgColor': '#205493', 'fontSize': '10.7pt', 'fontWeight': 'normal', 'missingData': None }, 'id': 'color-contrast', 'impact': 'serious', 'message': 'Element has sufficient color contrast of 7.63', 'relatedNodes': [] }], 'html': '<a href="/index.html">Home</a>', 'impact': None, 'none': [], 'target': ['li:nth-child(1) > a[href="/index.html"]'] }, { 'all': [], 'any': [{ 'data': { 'bgColor': '#ffffff', 'contrastRatio': 7.63, 'expectedContrastRatio': '4.5:1', 'fgColor': '#205493', 'fontSize': '10.7pt', 'fontWeight': 'normal', 'missingData': None }, 'id': 'color-contrast', 'impact': 'serious', 'message': 'Element has sufficient color contrast of 7.63', 'relatedNodes': [] }], 'html': '<a href="/publications-and-resources/index-publications-and-resources.html">Publications &amp; Resources</a>', 'impact': None, 'none': [], 'target': ['.usa-list.usa-list--unstyled.grid-gap > li:nth-child(2) > a'] }, { 'all': [], 'any': [{ 'data': { 'bgColor': '#ffffff', 'contrastRatio': 7.63, 'expectedContrastRatio': '4.5:1', 'fgColor': '#205493', 'fontSize': '10.7pt', 'fontWeight': 'normal', 'missingData': None }, 'id': 'color-contrast', 'impact': 'serious', 'message': 'Element has sufficient color contrast of 7.63', 'relatedNodes': [] }], 'html': '<a href="/publications-and-resources/publications/index-publications.html">Publications</a>', 'impact': None, 'none': [], 'target': ['.usa-list.usa-list--unstyled.grid-gap > li:nth-child(3) > a'] }, { 'all': [], 'any': [{ 'data': { 'bgColor': '#ffffff', 'contrastRatio': 7.63, 'expectedContrastRatio': '4.5:1', 'fgColor': '#205493', 'fontSize': '10.7pt', 'fontWeight': 'normal', 'missingData': None }, 'id': 'color-contrast', 'impact': 'serious', 'message': 'Element has sufficient color contrast of 7.63', 'relatedNodes': [] }], 'html': '<a href="/publications-and-resources/publications/comptrollers-handbook/index-comptrollers-handbook.html">Comptroller\'s Handbook</a>', 'impact': None, 'none': [], 'target': ['.usa-list.usa-list--unstyled.grid-gap > li:nth-child(4) > a'] }, { 'all': [], 'any': [{ 'data': { 'bgColor': '#ffffff', 'contrastRatio': 17.22, 'expectedContrastRatio': '4.5:1', 'fgColor': '#1b1b1b', 'fontSize': '16.5pt', 'fontWeight': 'normal', 'missingData': None }, 'id': 'color-contrast', 'impact': 'serious', 'message': 'Element has sufficient color contrast of 17.22', 'relatedNodes': [] }], 'html': '<span class="date">June 2018</span>', 'impact': None, 'none': [], 'target': ['.date'] }, { 'all': [], 'any': [{ 'data': { 'bgColor': '#ffffff', 'contrastRatio': 17.22, 'expectedContrastRatio': '3:1', 'fgColor': '#1b1b1b', 'fontSize': '30.0pt', 'fontWeight': 'normal', 'missingData': None }, 'id': 'color-contrast', 'impact': 'serious', 'message': 'Element has sufficient color contrast of 17.22', 'relatedNodes': [] }], 'html': '<h1 data-content="Community Reinvestment Act Examination Procedures">Community Reinvestment Act Examination Procedures</h1>', 'impact': None, 'none': [], 'target': ['h1'] }, { 'all': [], 'any': [{ 'data': { 'bgColor': '#ffffff', 'contrastRatio': 17.22, 'expectedContrastRatio': '4.5:1', 'fgColor': '#1b1b1b', 'fontSize': '9.4pt', 'fontWeight': 'normal', 'missingData': None }, 'id': 'color-contrast', 'impact': 'serious', 'message': 'Element has sufficient color contrast of 17.22', 'relatedNodes': [] }], 'html': '<p>Share This Page:</p>', 'impact': None, 'none': [], 'target': ['#share-icons > p'] }, { 'all': [], 'any': [{ 'data': { 'bgColor': '#0071bc', 'contrastRatio': 5.13, 'expectedContrastRatio': '4.5:1', 'fgColor': '#ffffff', 'fontSize': '12.7pt', 'fontWeight': 'bold', 'missingData': None }, 'id': 'color-contrast', 'impact': 'serious', 'message': 'Element has sufficient color contrast of 5.13', 'relatedNodes': [] }], 'html': '<a href="/publications-and-resources/publications/comptrollers-handbook/files/cra-exam-procedures/pub-ch-cra-exam-procedures.pdf" class="usa-button occgov-download-btn" role="button" download="" target="_blank">Download PDF</a>', 'impact': None, 'none': [], 'target': ['.occgov-download-btn'] }, { 'all': [], 'any': [{ 'data': { 'bgColor': '#f0f0f0', 'contrastRatio': 15.11, 'expectedContrastRatio': '4.5:1', 'fgColor': '#1b1b1b', 'fontSize': '17.5pt', 'fontWeight': 'normal', 'missingData': None }, 'id': 'color-contrast', 'impact': 'serious', 'message': 'Element has sufficient color contrast of 15.11', 'relatedNodes': [] }], 'html': '<h4 data-content="This publication is part of:">This publication is part of:</h4>', 'impact': None, 'none': [], 'target': ['h4[data-content="This\\ publication\\ is\\ part\\ of\\:"]'] }, { 'all': [], 'any': [{ 'data': { 'bgColor': '#f0f0f0', 'contrastRatio': 15.11, 'expectedContrastRatio': '4.5:1', 'fgColor': '#1b1b1b', 'fontSize': '13.5pt', 'fontWeight': 'bold', 'missingData': None }, 'id': 'color-contrast', 'impact': 'serious', 'message': 'Element has sufficient color contrast of 15.11', 'relatedNodes': [] }], 'html': '<strong>Collection:&nbsp;</strong>', 'impact': None, 'none': [], 'target': ['p:nth-child(2) > strong'] }, { 'all': [], 'any': [{ 'data': { 'bgColor': '#f0f0f0', 'contrastRatio': 6.69, 'expectedContrastRatio': '4.5:1', 'fgColor': '#205493', 'fontSize': '13.5pt', 'fontWeight': 'normal', 'missingData': None }, 'id': 'color-contrast', 'impact': 'serious', 'message': 'Element has sufficient color contrast of 6.69', 'relatedNodes': [] }], 'html': '<a href="/publications-and-resources/publications/comptrollers-handbook/index-comptrollers-handbook.html">Comptroller’s Handbook</a>', 'impact': None, 'none': [], 'target': ['.usa-summary-box.occgov-summary-aside__nav:nth-child(1) > .grid-gap.grid-row > .occgov-summary-column > .eventcalendar-details > p:nth-child(2) > a'] }, { 'all': [], 'any': [{ 'data': { 'bgColor': '#f0f0f0', 'contrastRatio': 15.11, 'expectedContrastRatio': '4.5:1', 'fgColor': '#1b1b1b', 'fontSize': '13.5pt', 'fontWeight': 'normal', 'missingData': None }, 'id': 'color-contrast', 'impact': 'serious', 'message': 'Element has sufficient color contrast of 15.11', 'relatedNodes': [] }], 'html': '<p><strong>Series:&nbsp;</strong>Consumer Compliance</p>', 'impact': None, 'none': [], 'target': ['p:nth-child(3)'] }, { 'all': [], 'any': [{ 'data': { 'bgColor': '#f0f0f0', 'contrastRatio': 15.11, 'expectedContrastRatio': '4.5:1', 'fgColor': '#1b1b1b', 'fontSize': '13.5pt', 'fontWeight': 'bold', 'missingData': None }, 'id': 'color-contrast', 'impact': 'serious', 'message': 'Element has sufficient color contrast of 15.11', 'relatedNodes': [] }], 'html': '<strong>Series:&nbsp;</strong>', 'impact': None, 'none': [], 'target': ['p:nth-child(3) > strong'] }, { 'all': [], 'any': [{ 'data': { 'bgColor': '#f0f0f0', 'contrastRatio': 15.11, 'expectedContrastRatio': '4.5:1', 'fgColor': '#1b1b1b', 'fontSize': '17.5pt', 'fontWeight': 'normal', 'missingData': None }, 'id': 'color-contrast', 'impact': 'serious', 'message': 'Element has sufficient color contrast of 15.11', 'relatedNodes': [] }], 'html': '<h4 data-content="Transmittal">Transmittal</h4>', 'impact': None, 'none': [], 'target': ['h4[data-content="Transmittal"]'] }, { 'all': [], 'any': [{ 'data': { 'bgColor': '#f0f0f0', 'contrastRatio': 15.11, 'expectedContrastRatio': '4.5:1', 'fgColor': '#1b1b1b', 'fontSize': '13.5pt', 'fontWeight': 'normal', 'missingData': None }, 'id': 'color-contrast', 'impact': 'serious', 'message': 'Element has sufficient color contrast of 15.11', 'relatedNodes': [] }], 'html': '<p>\n<a href="/publications-and-resources/publications/comptrollers-handbook/files/cra-exam-procedures/cover-craep.pdf" target="_blank">Community Reinvestment Act Examination Procedures Cover Letter</a> (PDF)\n</p>', 'impact': None, 'none': [], 'target': ['.usa-summary-box.occgov-summary-aside__nav:nth-child(2) > .grid-gap.grid-row > .occgov-summary-column > .eventcalendar-details > p'] }, { 'all': [], 'any': [{ 'data': { 'bgColor': '#f0f0f0', 'contrastRatio': 6.69, 'expectedContrastRatio': '4.5:1', 'fgColor': '#205493', 'fontSize': '13.5pt', 'fontWeight': 'normal', 'missingData': None }, 'id': 'color-contrast', 'impact': 'serious', 'message': 'Element has sufficient color contrast of 6.69', 'relatedNodes': [] }], 'html': '<a href="/publications-and-resources/publications/comptrollers-handbook/files/cra-exam-procedures/cover-craep.pdf" target="_blank">Community Reinvestment Act Examination Procedures Cover Letter</a>', 'impact': None, 'none': [], 'target': ['.eventcalendar-details > p > a[target="_blank"]'] }, { 'all': [], 'any': [{ 'data': { 'bgColor': '#ffffff', 'contrastRatio': 17.22, 'expectedContrastRatio': '3:1', 'fgColor': '#1b1b1b', 'fontSize': '22.5pt', 'fontWeight': 'normal', 'missingData': None }, 'id': 'color-contrast', 'impact': 'serious', 'message': 'Element has sufficient color contrast of 17.22', 'relatedNodes': [] }], 'html': '<h2 data-content="Overview">Overview</h2>', 'impact': None, 'none': [], 'target': ['h2[data-content="Overview"]'] }, { 'all': [], 'any': [{ 'data': { 'bgColor': '#ffffff', 'contrastRatio': 17.22, 'expectedContrastRatio': '4.5:1', 'fgColor': '#1b1b1b', 'fontSize': '13.5pt', 'fontWeight': 'normal', 'missingData': None }, 'id': 'color-contrast', 'impact': 'serious', 'message': 'Element has sufficient color contrast of 17.22', 'relatedNodes': [] }], 'html': '<p>', 'impact': None, 'none': [], 'target': ['.occgov-issuance-content > p:nth-child(2)'] }, { 'all': [], 'any': [{ 'data': { 'bgColor': '#ffffff', 'contrastRatio': 17.22, 'expectedContrastRatio': '3:1', 'fgColor': '#1b1b1b', 'fontSize': '22.5pt', 'fontWeight': 'normal', 'missingData': None }, 'id': 'color-contrast', 'impact': 'serious', 'message': 'Element has sufficient color contrast of 17.22', 'relatedNodes': [] }], 'html': '<h2 data-content="Applicability">Applicability</h2>', 'impact': None, 'none': [], 'target': ['h2[data-content="Applicability"]'] }, { 'all': [], 'any': [{ 'data': { 'bgColor': '#ffffff', 'contrastRatio': 17.22, 'expectedContrastRatio': '4.5:1', 'fgColor': '#1b1b1b', 'fontSize': '13.5pt', 'fontWeight': 'normal', 'missingData': None }, 'id': 'color-contrast', 'impact': 'serious', 'message': 'Element has sufficient color contrast of 17.22', 'relatedNodes': [] }], 'html': '<p>', 'impact': None, 'none': [], 'target': ['p:nth-child(4)'] }, { 'all': [], 'any': [{ 'data': { 'bgColor': '#ffffff', 'contrastRatio': 7.63, 'expectedContrastRatio': '4.5:1', 'fgColor': '#205493', 'fontSize': '13.5pt', 'fontWeight': 'normal', 'missingData': None }, 'id': 'color-contrast', 'impact': 'serious', 'message': 'Element has sufficient color contrast of 7.63', 'relatedNodes': [] }], 'html': '<a href="/static/ots/exam-handbook/ots-exam-handbook-1500.pdf" target="_blank" rel="noopener noreferrer">Community Reinvestment Act</a>', 'impact': None, 'none': [], 'target': ['p:nth-child(4) > a[rel="noopener\\ noreferrer"][target="_blank"]'] }, { 'all': [], 'any': [{ 'data': { 'bgColor': '#ffffff', 'contrastRatio': 17.22, 'expectedContrastRatio': '3:1', 'fgColor': '#1b1b1b', 'fontSize': '22.5pt', 'fontWeight': 'normal', 'missingData': None }, 'id': 'color-contrast', 'impact': 'serious', 'message': 'Element has sufficient color contrast of 17.22', 'relatedNodes': [] }], 'html': '<h2 data-content="Supplemental Procedures and Other Information">Supplemental Procedures and Other Information</h2>', 'impact': None, 'none': [], 'target': ['h2:nth-child(5)'] }, { 'all': [], 'any': [{ 'data': { 'bgColor': '#ffffff', 'contrastRatio': 7.63, 'expectedContrastRatio': '4.5:1', 'fgColor': '#205493', 'fontSize': '13.5pt', 'fontWeight': 'normal', 'missingData': None }, 'id': 'color-contrast', 'impact': 'serious', 'message': 'Element has sufficient color contrast of 7.63', 'relatedNodes': [] }], 'html': '<a href="/news-issuances/bulletins/2018/bulletin-2018-17.html" title="Community Reinvestment Act">OCC Bulletin 2018-17, Supervisory Policy and Processes for Community Reinvestment Act Performance Evaluations</a>', 'impact': None, 'none': [], 'target': ['li:nth-child(1) > a[title="Community\\ Reinvestment\\ Act"]'] }, { 'all': [], 'any': [{ 'data': { 'bgColor': '#ffffff', 'contrastRatio': 7.63, 'expectedContrastRatio': '4.5:1', 'fgColor': '#205493', 'fontSize': '13.5pt', 'fontWeight': 'normal', 'missingData': None }, 'id': 'color-contrast', 'impact': 'serious', 'message': 'Element has sufficient color contrast of 7.63', 'relatedNodes': [] }], 'html': '<a href="/news-issuances/bulletins/2014/bulletin-2014-16.html" title="Community Reinvestment Act">OCC Bulletin 2014-16, Community Reinvestment Act: Interagency Community Reinvestment Act Examination Procedures for Large Institutions</a>', 'impact': None, 'none': [], 'target': ['li:nth-child(2) > a[title="Community\\ Reinvestment\\ Act"]'] }, { 'all': [], 'any': [{ 'data': { 'bgColor': '#ffffff', 'contrastRatio': 7.63, 'expectedContrastRatio': '4.5:1', 'fgColor': '#205493', 'fontSize': '13.5pt', 'fontWeight': 'normal', 'missingData': None }, 'id': 'color-contrast', 'impact': 'serious', 'message': 'Element has sufficient color contrast of 7.63', 'relatedNodes': [] }], 'html': '<a href="/news-issuances/bulletins/2006/bulletin-2006-17.html" title="Community Reinvestment Act">OCC Bulletin 2006-17, Community Reinvestment Act: Interagency Examination Procedures for Large, Small, Wholesale/Limited Purpose, and Strategic Plan Institutions</a>', 'impact': None, 'none': [], 'target': ['li:nth-child(3) > a[title="Community\\ Reinvestment\\ Act"]'] }, { 'all': [], 'any': [{ 'data': { 'bgColor': '#ffffff', 'contrastRatio': 7.63, 'expectedContrastRatio': '4.5:1', 'fgColor': '#205493', 'fontSize': '13.5pt', 'fontWeight': 'normal', 'missingData': None }, 'id': 'color-contrast', 'impact': 'serious', 'message': 'Element has sufficient color contrast of 7.63', 'relatedNodes': [] }], 'html': '<a href="/news-issuances/bulletins/2005/bulletin-2005-29.html" title="Community Reinvestment Act">OCC Bulletin 2005-29, Community Reinvestment Act: Interagency Examination Procedures</a>', 'impact': None, 'none': [], 'target': ['li:nth-child(4) > a[title="Community\\ Reinvestment\\ Act"]'] }, { 'all': [], 'any': [{ 'data': { 'bgColor': '#565c65', 'contrastRatio': 6.74, 'expectedContrastRatio': '4.5:1', 'fgColor': '#ffffff', 'fontSize': '16.5pt', 'fontWeight': 'normal', 'missingData': None }, 'id': 'color-contrast', 'impact': 'serious', 'message': 'Element has sufficient color contrast of 6.74', 'relatedNodes': [] }], 'html': '<h3 data-content="Get updates">Get updates</h3>', 'impact': None, 'none': [], 'target': ['h3[data-content="Get\\ updates"]'] }, { 'all': [], 'any': [{ 'data': { 'bgColor': '#ffffff', 'contrastRatio': 21, 'expectedContrastRatio': '4.5:1', 'fgColor': '#000000', 'fontSize': '12.1pt', 'fontWeight': 'normal', 'missingData': None }, 'id': 'color-contrast', 'impact': 'serious', 'message': 'Element has sufficient color contrast of 21', 'relatedNodes': [] }], 'html': '<input type="text" name="email" placeholder="Enter your email" id="subscribe">', 'impact': None, 'none': [], 'target': ['#subscribe'] }, { 'all': [], 'any': [{ 'data': { 'bgColor': '#0071bc', 'contrastRatio': 5.13, 'expectedContrastRatio': '4.5:1', 'fgColor': '#ffffff', 'fontSize': '12.7pt', 'fontWeight': 'bold', 'missingData': None }, 'id': 'color-contrast', 'impact': 'serious', 'message': 'Element has sufficient color contrast of 5.13', 'relatedNodes': [] }], 'html': '<input type="submit" name="commit" value="Subscribe" data-disable-with="Submit" class="usa-button">', 'impact': None, 'none': [], 'target': ['input[type="submit"]'] }, { 'all': [], 'any': [{ 'data': { 'bgColor': '#112e51', 'contrastRatio': 13.69, 'expectedContrastRatio': '4.5:1', 'fgColor': '#ffffff', 'fontSize': '16.5pt', 'fontWeight': 'normal', 'missingData': None }, 'id': 'color-contrast', 'impact': 'serious', 'message': 'Element has sufficient color contrast of 13.69', 'relatedNodes': [] }], 'html': '<h3 data-content="Our websites">Our websites</h3>', 'impact': None, 'none': [], 'target': ['h3[data-content="Our\\ websites"]'] }, { 'all': [], 'any': [{ 'data': { 'bgColor': '#112e51', 'contrastRatio': 13.69, 'expectedContrastRatio': '4.5:1', 'fgColor': '#ffffff', 'fontSize': '12.8pt', 'fontWeight': 'bold', 'missingData': None }, 'id': 'color-contrast', 'impact': 'serious', 'message': 'Element has sufficient color contrast of 13.69', 'relatedNodes': [] }], 'html': '<a href="https://www.banknet.gov/home/" target="_blank" rel="noopener noreferrer" title="Banknet Home Page">BankNet.gov</a>', 'impact': None, 'none': [], 'target': ['p:nth-child(1) > a[href$="home/"][title="Banknet\\ Home\\ Page"][rel="noopener\\ noreferrer"]'] }, { 'all': [], 'any': [{ 'data': { 'bgColor': '#112e51', 'contrastRatio': 13.69, 'expectedContrastRatio': '4.5:1', 'fgColor': '#ffffff', 'fontSize': '12.8pt', 'fontWeight': 'normal', 'missingData': None }, 'id': 'color-contrast', 'impact': 'serious', 'message': 'Element has sufficient color contrast of 13.69', 'relatedNodes': [] }], 'html': '<p>Find resources for bankers.</p>', 'impact': None, 'none': [], 'target': ['.grid-col-12.tablet\\:grid-col-6.desktop\\:grid-col-3:nth-child(1) > .grid-gap-sm.grid-row > .grid-col-fill > p:nth-child(2)'] }, { 'all': [], 'any': [{ 'data': { 'bgColor': '#112e51', 'contrastRatio': 13.69, 'expectedContrastRatio': '4.5:1', 'fgColor': '#ffffff', 'fontSize': '12.8pt', 'fontWeight': 'bold', 'missingData': None }, 'id': 'color-contrast', 'impact': 'serious', 'message': 'Element has sufficient color contrast of 13.69', 'relatedNodes': [] }], 'html': '<a href="https://www.helpwithmybank.gov/index.html" target="_blank" rel="noopener noreferrer" title="Get Answers ">HelpWithMyBank.gov</a>', 'impact': None, 'none': [], 'target': ['p:nth-child(1) > a[title="Get\\ Answers\\ "][rel="noopener\\ noreferrer"][target="_blank"]'] }, { 'all': [], 'any': [{ 'data': { 'bgColor': '#112e51', 'contrastRatio': 13.69, 'expectedContrastRatio': '4.5:1', 'fgColor': '#ffffff', 'fontSize': '12.8pt', 'fontWeight': 'normal', 'missingData': None }, 'id': 'color-contrast', 'impact': 'serious', 'message': 'Element has sufficient color contrast of 13.69', 'relatedNodes': [] }], 'html': '<p>Get answers to banking questions.</p>', 'impact': None, 'none': [], 'target': ['.grid-col-12.tablet\\:grid-col-6.desktop\\:grid-col-3:nth-child(2) > .grid-gap-sm.grid-row > .grid-col-fill > p:nth-child(2)'] }, { 'all': [], 'any': [{ 'data': { 'bgColor': '#112e51', 'contrastRatio': 13.69, 'expectedContrastRatio': '4.5:1', 'fgColor': '#ffffff', 'fontSize': '12.8pt', 'fontWeight': 'bold', 'missingData': None }, 'id': 'color-contrast', 'impact': 'serious', 'message': 'Element has sufficient color contrast of 13.69', 'relatedNodes': [] }], 'html': '<a href="https://careers.occ.gov/index.html" target="_blank" rel="noopener noreferrer" title="Home">Careers.occ.gov</a>', 'impact': None, 'none': [], 'target': ['p:nth-child(1) > a[title="Home"][rel="noopener\\ noreferrer"][target="_blank"]'] }, { 'all': [], 'any': [{ 'data': { 'bgColor': '#112e51', 'contrastRatio': 13.69, 'expectedContrastRatio': '4.5:1', 'fgColor': '#ffffff', 'fontSize': '12.8pt', 'fontWeight': 'normal', 'missingData': None }, 'id': 'color-contrast', 'impact': 'serious', 'message': 'Element has sufficient color contrast of 13.69', 'relatedNodes': [] }], 'html': '<p>Join one of the best places to work.</p>', 'impact': None, 'none': [], 'target': ['.grid-col-12.tablet\\:grid-col-6.desktop\\:grid-col-3:nth-child(3) > .grid-gap-sm.grid-row > .grid-col-fill > p:nth-child(2)'] }, { 'all': [], 'any': [{ 'data': { 'bgColor': '#112e51', 'contrastRatio': 13.69, 'expectedContrastRatio': '4.5:1', 'fgColor': '#ffffff', 'fontSize': '12.8pt', 'fontWeight': 'bold', 'missingData': None }, 'id': 'color-contrast', 'impact': 'serious', 'message': 'Element has sufficient color contrast of 13.69', 'relatedNodes': [] }], 'html': '<a href="/index.html" title="Home">OCC.gov</a>', 'impact': None, 'none': [], 'target': ['p:nth-child(1) > a[href="/index.html"][title="Home"]'] }, { 'all': [], 'any': [{ 'data': { 'bgColor': '#112e51', 'contrastRatio': 13.69, 'expectedContrastRatio': '4.5:1', 'fgColor': '#ffffff', 'fontSize': '12.8pt', 'fontWeight': 'normal', 'missingData': None }, 'id': 'color-contrast', 'impact': 'serious', 'message': 'Element has sufficient color contrast of 13.69', 'relatedNodes': [] }], 'html': '<p>Visit the official website of the OCC.</p>', 'impact': None, 'none': [], 'target': ['.grid-col-12.tablet\\:grid-col-6.desktop\\:grid-col-3:nth-child(4) > .grid-gap-sm.grid-row > .grid-col-fill > p:nth-child(2)'] }, { 'all': [], 'any': [{ 'data': { 'bgColor': '#ffffff', 'contrastRatio': 7.63, 'expectedContrastRatio': '4.5:1', 'fgColor': '#205493', 'fontSize': '12.0pt', 'fontWeight': 'normal', 'missingData': None }, 'id': 'color-contrast', 'impact': 'serious', 'message': 'Element has sufficient color contrast of 7.63', 'relatedNodes': [] }], 'html': '<a href="/about/policies/web-privacy-policy.html">Privacy</a>', 'impact': None, 'none': [], 'target': ['.footer-links > .usa-list.usa-list--unstyled.grid-row:nth-child(1) > li:nth-child(1) > a'] }, { 'all': [], 'any': [{ 'data': { 'bgColor': '#ffffff', 'contrastRatio': 7.63, 'expectedContrastRatio': '4.5:1', 'fgColor': '#205493', 'fontSize': '12.0pt', 'fontWeight': 'normal', 'missingData': None }, 'id': 'color-contrast', 'impact': 'serious', 'message': 'Element has sufficient color contrast of 7.63', 'relatedNodes': [] }], 'html': '<a href="https://www.usa.gov/" target="_blank" rel="noopener noreferrer">USA.gov</a>', 'impact': None, 'none': [], 'target': ['a[href$="usa.gov/"]'] }, { 'all': [], 'any': [{ 'data': { 'bgColor': '#ffffff', 'contrastRatio': 7.63, 'expectedContrastRatio': '4.5:1', 'fgColor': '#205493', 'fontSize': '12.0pt', 'fontWeight': 'normal', 'missingData': None }, 'id': 'color-contrast', 'impact': 'serious', 'message': 'Element has sufficient color contrast of 7.63', 'relatedNodes': [] }], 'html': '<a href="/about/policies/accessibility.html">Accessibility</a>', 'impact': None, 'none': [], 'target': ['.footer-links > .usa-list.usa-list--unstyled.grid-row:nth-child(1) > li:nth-child(3) > a'] }, { 'all': [], 'any': [{ 'data': { 'bgColor': '#ffffff', 'contrastRatio': 7.63, 'expectedContrastRatio': '4.5:1', 'fgColor': '#205493', 'fontSize': '12.0pt', 'fontWeight': 'normal', 'missingData': None }, 'id': 'color-contrast', 'impact': 'serious', 'message': 'Element has sufficient color contrast of 7.63', 'relatedNodes': [] }], 'html': '<a href="https://home.treasury.gov" target="_blank" rel="noopener noreferrer">U.S. Treasury</a>', 'impact': None, 'none': [], 'target': ['a[href$="home.treasury.gov"]'] }, { 'all': [], 'any': [{ 'data': { 'bgColor': '#ffffff', 'contrastRatio': 7.63, 'expectedContrastRatio': '4.5:1', 'fgColor': '#205493', 'fontSize': '12.0pt', 'fontWeight': 'normal', 'missingData': None }, 'id': 'color-contrast', 'impact': 'serious', 'message': 'Element has sufficient color contrast of 7.63', 'relatedNodes': [] }], 'html': '<a href="/about/connect-with-us/foia/index-foia.html">Freedom of Information Act (FOIA)</a>', 'impact': None, 'none': [], 'target': ['.footer-links > .usa-list.usa-list--unstyled.grid-row:nth-child(1) > li:nth-child(5) > a'] }, { 'all': [], 'any': [{ 'data': { 'bgColor': '#ffffff', 'contrastRatio': 7.63, 'expectedContrastRatio': '4.5:1', 'fgColor': '#205493', 'fontSize': '12.0pt', 'fontWeight': 'normal', 'missingData': None }, 'id': 'color-contrast', 'impact': 'serious', 'message': 'Element has sufficient color contrast of 7.63', 'relatedNodes': [] }], 'html': '<a href="/about/connect-with-us/whistleblower-protections/index-whistleblower-protection-and-prohibited-personnel-practices.html">Whistleblower Protection</a>', 'impact': None, 'none': [], 'target': ['.usa-list.usa-list--unstyled.grid-row:nth-child(2) > li:nth-child(1) > a'] }, { 'all': [], 'any': [{ 'data': { 'bgColor': '#ffffff', 'contrastRatio': 7.63, 'expectedContrastRatio': '4.5:1', 'fgColor': '#205493', 'fontSize': '12.0pt', 'fontWeight': 'normal', 'missingData': None }, 'id': 'color-contrast', 'impact': 'serious', 'message': 'Element has sufficient color contrast of 7.63', 'relatedNodes': [] }], 'html': '<a href="/about/policies/vulnerability-disclosure-policy.html">Vulnerability Disclosure</a>', 'impact': None, 'none': [], 'target': ['.usa-list.usa-list--unstyled.grid-row:nth-child(2) > li:nth-child(2) > a'] }, { 'all': [], 'any': [{ 'data': { 'bgColor': '#ffffff', 'contrastRatio': 7.63, 'expectedContrastRatio': '4.5:1', 'fgColor': '#205493', 'fontSize': '12.0pt', 'fontWeight': 'normal', 'missingData': None }, 'id': 'color-contrast', 'impact': 'serious', 'message': 'Element has sufficient color contrast of 7.63', 'relatedNodes': [] }], 'html': '<a href="/about/connect-with-us/contact-the-occ/index-contact-the-occ.html">Contact</a>', 'impact': None, 'none': [], 'target': ['.usa-list.usa-list--unstyled.grid-row:nth-child(2) > li:nth-child(3) > a'] }], 'tags': ['cat.color', 'wcag2aa', 'wcag143'] }, { 'description': 'Ensures each HTML document contains a non-empty <title> element', 'help': 'Documents must have <title> element to aid in navigation', 'helpUrl': 'https://dequeuniversity.com/rules/axe/3.1/document-title?application=axeAPI', 'id': 'document-title', 'impact': None, 'nodes': [{ 'all': [], 'any': [{ 'data': None, 'id': 'doc-has-title', 'impact': 'serious', 'message': 'Document has a non-empty <title> element', 'relatedNodes': [] }], 'html': '<html lang="en">', 'impact': None, 'none': [], 'target': ['html'] }], 'tags': ['cat.text-alternatives', 'wcag2a', 'wcag242'] }, { 'description': 'Ensures every id attribute value of active elements is unique', 'help': 'IDs of active elements must be unique', 'helpUrl': 'https://dequeuniversity.com/rules/axe/3.1/duplicate-id-active?application=axeAPI', 'id': 'duplicate-id-active', 'impact': None, 'nodes': [{ 'all': [], 'any': [{ 'data': 'pageTopAlertClose', 'id': 'duplicate-id-active', 'impact': 'serious', 'message': 'Document has no active elements that share the same id attribute', 'relatedNodes': [] }], 'html': '<button id="pageTopAlertClose" class="usa-button usa-button--unstyled" aria-label="Close alert"><span class="fas fa-times"> </span></button>', 'impact': None, 'none': [], 'target': ['#pageTopAlertClose'] }, { 'all': [], 'any': [{ 'data': 'primeNavBtnSearch', 'id': 'duplicate-id-active', 'impact': 'serious', 'message': 'Document has no active elements that share the same id attribute', 'relatedNodes': [] }], 'html': '<div id="primeNavBtnSearch" class="occgov-search-btn mobile-search" tabindex="0" role="button"><span id="primeNavBtnSearchIco" class="fas icon-search"> <!--span--> </span><span id="primeNavBtnSearchTxt" class="menu-btn-text usa-sr-only notranslate">Search</span></div>', 'impact': None, 'none': [], 'target': ['#primeNavBtnSearch'] }, { 'all': [], 'any': [{ 'data': 'primeNavBtn', 'id': 'duplicate-id-active', 'impact': 'serious', 'message': 'Document has no active elements that share the same id attribute', 'relatedNodes': [] }], 'html': '<button id="primeNavBtn" class="usa-menu-btn"><span id="primeNavBtnIco" class="fas fa-bars">\u200b</span> <span id="primeNavBtnTxt" class="menu-btn-text usa-sr-only">Menu</span> </button>', 'impact': None, 'none': [], 'target': ['#primeNavBtn'] }], '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/3.1/duplicate-id-aria?application=axeAPI', 'id': 'duplicate-id-aria', 'impact': None, 'nodes': [{ 'all': [], 'any': [{ 'data': 'basic-mega-nav-section-one', 'id': 'duplicate-id-aria', 'impact': 'critical', 'message': 'Document has no elements referenced with ARIA or labels that share the same id attribute', 'relatedNodes': [] }], 'html': '<div id="basic-mega-nav-section-one" class="usa-nav__submenu usa-megamenu" hidden="">', 'impact': None, 'none': [], 'target': ['#basic-mega-nav-section-one'] }, { 'all': [], 'any': [{ 'data': 'basic-mega-nav-section-two', 'id': 'duplicate-id-aria', 'impact': 'critical', 'message': 'Document has no elements referenced with ARIA or labels that share the same id attribute', 'relatedNodes': [] }], 'html': '<div id="basic-mega-nav-section-two" class="usa-nav__submenu usa-megamenu" hidden="">', 'impact': None, 'none': [], 'target': ['#basic-mega-nav-section-two'] }, { 'all': [], 'any': [{ 'data': 'basic-mega-nav-section-three', 'id': 'duplicate-id-aria', 'impact': 'critical', 'message': 'Document has no elements referenced with ARIA or labels that share the same id attribute', 'relatedNodes': [] }], 'html': '<div id="basic-mega-nav-section-three" class="usa-nav__submenu usa-megamenu" hidden="">', 'impact': None, 'none': [], 'target': ['#basic-mega-nav-section-three'] }, { 'all': [], 'any': [{ 'data': 'basic-mega-nav-section-four', 'id': 'duplicate-id-aria', 'impact': 'critical', 'message': 'Document has no elements referenced with ARIA or labels that share the same id attribute', 'relatedNodes': [] }], 'html': '<div id="basic-mega-nav-section-four" class="usa-nav__submenu usa-megamenu" hidden="">', 'impact': None, 'none': [], 'target': ['#basic-mega-nav-section-four'] }, { 'all': [], 'any': [{ 'data': 'subscribe', 'id': 'duplicate-id-aria', 'impact': 'critical', 'message': 'Document has no elements referenced with ARIA or labels that share the same id attribute', 'relatedNodes': [] }], 'html': '<input type="text" name="email" placeholder="Enter your email" id="subscribe">', 'impact': None, 'none': [], 'target': ['#subscribe'] }], '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/3.1/duplicate-id?application=axeAPI', 'id': 'duplicate-id', 'impact': None, 'nodes': [{ 'all': [], 'any': [{ 'data': 'perc_linkback', 'id': 'duplicate-id', 'impact': 'minor', 'message': 'Document has no static elements that share the same id attribute', 'relatedNodes': [] }], 'html': '<meta name="perc_linkback" id="perc_linkback" content="Fm1sZmZgeAdneAFmY2VkeAZgZGN4E21tZGZt">', 'impact': None, 'none': [], 'target': ['#perc_linkback'] }, { 'all': [], 'any': [{ 'data': '_fed_an_ua_tag', 'id': 'duplicate-id', 'impact': 'minor', 'message': 'Document has no static elements that share the same id attribute', 'relatedNodes': [] }], 'html': '<script async="" src="https://dap.digitalgov.gov/Universal-Federated-Analytics-Min.js?agency=OCC" id="_fed_an_ua_tag"></script>', 'impact': None, 'none': [], 'target': ['#_fed_an_ua_tag'] }, { 'all': [], 'any': [{ 'data': 'nav-pubson', 'id': 'duplicate-id', 'impact': 'minor', 'message': 'Document has no static elements that share the same id attribute', 'relatedNodes': [] }], 'html': '<body id="nav-pubson">', 'impact': None, 'none': [], 'target': ['#nav-pubson'] }, { 'all': [], 'any': [{ 'data': 'backToTop', 'id': 'duplicate-id', 'impact': 'minor', 'message': 'Document has no static elements that share the same id attribute', 'relatedNodes': [] }], 'html': '<span id="backToTop" title="Return to top of page" style="opacity: 3.94779e-05;">\n  <a href="#top" tabindex="0" aria-label="Return to top of page" role="link">\n\t<span></span>\n  </a>\n</span>', 'impact': None, 'none': [], 'target': ['#backToTop'] }, { 'all': [], 'any': [{ 'data': 'official-site-banner', 'id': 'duplicate-id', 'impact': 'minor', 'message': 'Document has no static elements that share the same id attribute', 'relatedNodes': [] }], 'html': '<section id="official-site-banner" class="usa-banner" aria-label="Official government website">', 'impact': None, 'none': [], 'target': ['#official-site-banner'] }, { 'all': [], 'any': [{ 'data': 'header-utility', 'id': 'duplicate-id', 'impact': 'minor', 'message': 'Document has no static elements that share the same id attribute', 'relatedNodes': [] }], 'html': '<section id="header-utility">', 'impact': None, 'none': [], 'target': ['#header-utility'] }, { 'all': [], 'any': [{ 'data': 'QuickAccessNav', 'id': 'duplicate-id', 'impact': 'minor', 'message': 'Document has no static elements that share the same id attribute', 'relatedNodes': [] }], 'html': '<li id="QuickAccessNav" class="arrow header-utility-list__item" role="button" aria-haspopup="true" aria-expanded="false">', 'impact': None, 'none': [], 'target': ['#QuickAccessNav'] }, { 'all': [], 'any': [{ 'data': 'utility-dropdown', 'id': 'duplicate-id', 'impact': 'minor', 'message': 'Document has no static elements that share the same id attribute', 'relatedNodes': [] }], 'html': '<div id="utility-dropdown" class="utility-dropdown">', 'impact': None, 'none': [], 'target': ['#utility-dropdown'] }, { 'all': [], 'any': [{ 'data': 'SearchNav', 'id': 'duplicate-id', 'impact': 'minor', 'message': 'Document has no static elements that share the same id attribute', 'relatedNodes': [] }], 'html': '<li id="SearchNav" class="last search header-utility-list__item" role="button" aria-haspopup="true" aria-expanded="false">', 'impact': None, 'none': [], 'target': ['#SearchNav'] }, { 'all': [], 'any': [{ 'data': 'utility-dropdown-search', 'id': 'duplicate-id', 'impact': 'minor', 'message': 'Document has no static elements that share the same id attribute', 'relatedNodes': [] }], 'html': '<div id="utility-dropdown-search" class="utility-dropdown">', 'impact': None, 'none': [], 'target': ['#utility-dropdown-search'] }, { 'all': [], 'any': [{ 'data': '___gcse_0', 'id': 'duplicate-id', 'impact': 'minor', 'message': 'Document has no static elements that share the same id attribute', 'relatedNodes': [] }], 'html': '<div id="___gcse_0" class="">', 'impact': None, 'none': [], 'target': ['#___gcse_0'] }, { 'all': [], 'any': [{ 'data': 'gsc-iw-id1', 'id': 'duplicate-id', 'impact': 'minor', 'message': 'Document has no static elements that share the same id attribute', 'relatedNodes': [] }], 'html': '<div class="gsc-input-box" id="gsc-iw-id1">', 'impact': None, 'none': [], 'target': ['#gsc-iw-id1'] }, { 'all': [], 'any': [{ 'data': 'gs_id50', 'id': 'duplicate-id', 'impact': 'minor', 'message': 'Document has no static elements that share the same id attribute', 'relatedNodes': [] }], 'html': '<table cellspacing="0" cellpadding="0" role="presentation" id="gs_id50" class="gstl_50 gsc-input" style="width: 100%; padding: 0px;">', 'impact': None, 'none': [], 'target': ['#gs_id50'] }, { 'all': [], 'any': [{ 'data': 'gs_tti50', 'id': 'duplicate-id', 'impact': 'minor', 'message': 'Document has no static elements that share the same id attribute', 'relatedNodes': [] }], 'html': '<td id="gs_tti50" class="gsib_a">', 'impact': None, 'none': [], 'target': ['#gs_tti50'] }, { 'all': [], 'any': [{ 'data': 'gsc-i-id1', 'id': 'duplicate-id', 'impact': 'minor', 'message': 'Document has no static elements that share the same id attribute', 'relatedNodes': [] }], 'html': '<input autocomplete="off" type="text" size="10" class="gsc-input" name="search" title="Search input field" aria-label="search" id="gsc-i-id1" dir="ltr" spellcheck="false" placeholder="What are you looking for?" style="width: 100%; padding: 0px; border: none; margin: -0.0625em 0px 0px; height: 1.25em; background: url(&quot;https://www.google.com/cse/static/images/1x/en/branding.png&quot;) left center no-repeat rgb(255, 255, 255); outline: none;">', 'impact': None, 'none': [], 'target': ['#gsc-i-id1'] }, { 'all': [], 'any': [{ 'data': 'gs_st50', 'id': 'duplicate-id', 'impact': 'minor', 'message': 'Document has no static elements that share the same id attribute', 'relatedNodes': [] }], 'html': '<div class="gsst_b" id="gs_st50" dir="ltr"><a class="gsst_a" href="javascript:void(0)" title="Clear search box" role="button" style="display: none;"><span class="gscb_a" id="gs_cb50" aria-hidden="true">×</span></a></div>', 'impact': None, 'none': [], 'target': ['#gs_st50'] }, { 'all': [], 'any': [{ 'data': 'gs_cb50', 'id': 'duplicate-id', 'impact': 'minor', 'message': 'Document has no static elements that share the same id attribute', 'relatedNodes': [] }], 'html': '<span class="gscb_a" id="gs_cb50" aria-hidden="true">×</span>', 'impact': None, 'none': [], 'target': ['#gs_cb50'] }, { 'all': [], 'any': [{ 'data': 'pageTopAlert', 'id': 'duplicate-id', 'impact': 'minor', 'message': 'Document has no static elements that share the same id attribute', 'relatedNodes': [] }], 'html': '<div id="pageTopAlert" class="usa-alert usa-alert--info usa-alert--no-icon occgov-alert--page-top">', 'impact': None, 'none': [], 'target': ['#pageTopAlert'] }, { 'all': [], 'any': [{ 'data': 'masthead', 'id': 'duplicate-id', 'impact': 'minor', 'message': 'Document has no static elements that share the same id attribute', 'relatedNodes': [] }], 'html': '<header id="masthead" class="usa-header usa-header--basic" style="top: -78px;">', 'impact': None, 'none': [], 'target': ['#masthead'] }, { 'all': [], 'any': [{ 'data': 'basic-logo', 'id': 'duplicate-id', 'impact': 'minor', 'message': 'Document has no static elements that share the same id attribute', 'relatedNodes': [] }], 'html': '<div class="usa-logo" id="basic-logo">', 'impact': None, 'none': [], 'target': ['#basic-logo'] }, { 'all': [], 'any': [{ 'data': 'primeNavBtnSearchIco', 'id': 'duplicate-id', 'impact': 'minor', 'message': 'Document has no static elements that share the same id attribute', 'relatedNodes': [] }], 'html': '<span id="primeNavBtnSearchIco" class="fas icon-search"> <!--span--> </span>', 'impact': None, 'none': [], 'target': ['#primeNavBtnSearchIco'] }, { 'all': [], 'any': [{ 'data': 'primeNavBtnSearchTxt', 'id': 'duplicate-id', 'impact': 'minor', 'message': 'Document has no static elements that share the same id attribute', 'relatedNodes': [] }], 'html': '<span id="primeNavBtnSearchTxt" class="menu-btn-text usa-sr-only notranslate">Search</span>', 'impact': None, 'none': [], 'target': ['#primeNavBtnSearchTxt'] }, { 'all': [], 'any': [{ 'data': 'primeNavBtnIco', 'id': 'duplicate-id', 'impact': 'minor', 'message': 'Document has no static elements that share the same id attribute', 'relatedNodes': [] }], 'html': '<span id="primeNavBtnIco" class="fas fa-bars">\u200b</span>', 'impact': None, 'none': [], 'target': ['#primeNavBtnIco'] }, { 'all': [], 'any': [{ 'data': 'primeNavBtnTxt', 'id': 'duplicate-id', 'impact': 'minor', 'message': 'Document has no static elements that share the same id attribute', 'relatedNodes': [] }], 'html': '<span id="primeNavBtnTxt" class="menu-btn-text usa-sr-only">Menu</span>', 'impact': None, 'none': [], 'target': ['#primeNavBtnTxt'] }, { 'all': [], 'any': [{ 'data': 'mobileSearch', 'id': 'duplicate-id', 'impact': 'minor', 'message': 'Document has no static elements that share the same id attribute', 'relatedNodes': [] }], 'html': '<div id="mobileSearch" style=" display: none;">', 'impact': None, 'none': [], 'target': ['#mobileSearch'] }, { 'all': [], 'any': [{ 'data': '___gcse_1', 'id': 'duplicate-id', 'impact': 'minor', 'message': 'Document has no static elements that share the same id attribute', 'relatedNodes': [] }], 'html': '<div id="___gcse_1" class="">', 'impact': None, 'none': [], 'target': ['#___gcse_1'] }, { 'all': [], 'any': [{ 'data': 'gsc-iw-id2', 'id': 'duplicate-id', 'impact': 'minor', 'message': 'Document has no static elements that share the same id attribute', 'relatedNodes': [] }], 'html': '<div class="gsc-input-box" id="gsc-iw-id2">', 'impact': None, 'none': [], 'target': ['#gsc-iw-id2'] }, { 'all': [], 'any': [{ 'data': 'gs_id51', 'id': 'duplicate-id', 'impact': 'minor', 'message': 'Document has no static elements that share the same id attribute', 'relatedNodes': [] }], 'html': '<table cellspacing="0" cellpadding="0" role="presentation" id="gs_id51" class="gstl_51 gsc-input" style="width: 100%; padding: 0px;">', 'impact': None, 'none': [], 'target': ['#gs_id51'] }, { 'all': [], 'any': [{ 'data': 'gs_tti51', 'id': 'duplicate-id', 'impact': 'minor', 'message': 'Document has no static elements that share the same id attribute', 'relatedNodes': [] }], 'html': '<td id="gs_tti51" class="gsib_a">', 'impact': None, 'none': [], 'target': ['#gs_tti51'] }, { 'all': [], 'any': [{ 'data': 'gsc-i-id2', 'id': 'duplicate-id', 'impact': 'minor', 'message': 'Document has no static elements that share the same id attribute', 'relatedNodes': [] }], 'html': '<input autocomplete="off" type="text" size="10" class="gsc-input" name="search" title="Search input field" aria-label="search" id="gsc-i-id2" dir="ltr" spellcheck="false" placeholder="What are you looking for?" style="width: 100%; padding: 0px; border: none; margin: -0.0625em 0px 0px; height: 1.25em; background: url(&quot;https://www.google.com/cse/static/images/1x/en/branding.png&quot;) left center no-repeat rgb(255, 255, 255); outline: none;">', 'impact': None, 'none': [], 'target': ['#gsc-i-id2'] }, { 'all': [], 'any': [{ 'data': 'gs_st51', 'id': 'duplicate-id', 'impact': 'minor', 'message': 'Document has no static elements that share the same id attribute', 'relatedNodes': [] }], 'html': '<div class="gsst_b" id="gs_st51" dir="ltr"><a class="gsst_a" href="javascript:void(0)" title="Clear search box" role="button" style="display: none;"><span class="gscb_a" id="gs_cb51" aria-hidden="true">×</span></a></div>', 'impact': None, 'none': [], 'target': ['#gs_st51'] }, { 'all': [], 'any': [{ 'data': 'gs_cb51', 'id': 'duplicate-id', 'impact': 'minor', 'message': 'Document has no static elements that share the same id attribute', 'relatedNodes': [] }], 'html': '<span class="gscb_a" id="gs_cb51" aria-hidden="true">×</span>', 'impact': None, 'none': [], 'target': ['#gs_cb51'] }, { 'all': [], 'any': [{ 'data': 'primeNav', 'id': 'duplicate-id', 'impact': 'minor', 'message': 'Document has no static elements that share the same id attribute', 'relatedNodes': [] }], 'html': '<nav id="primeNav" class="usa-nav" aria-label="Primary navigation">', 'impact': None, 'none': [], 'target': ['#primeNav'] }, { 'all': [], 'any': [{ 'data': 'site-content', 'id': 'duplicate-id', 'impact': 'minor', 'message': 'Document has no static elements that share the same id attribute', 'relatedNodes': [] }], 'html': '<section id="site-content" class="usa-section">', 'impact': None, 'none': [], 'target': ['#site-content'] }, { 'all': [], 'any': [{ 'data': 'occgov_content_section', 'id': 'duplicate-id', 'impact': 'minor', 'message': 'Document has no static elements that share the same id attribute', 'relatedNodes': [] }], 'html': '<section id="occgov_content_section" class="usa-layout-docs__main desktop:grid-col usa-layout-docs">', 'impact': None, 'none': [], 'target': ['#occgov_content_section'] }, { 'all': [], 'any': [{ 'data': 'main_content', 'id': 'duplicate-id', 'impact': 'minor', 'message': 'Document has no static elements that share the same id attribute', 'relatedNodes': [] }], 'html': '<main id="main_content">', 'impact': None, 'none': [], 'target': ['#main_content'] }, { 'all': [], 'any': [{ 'data': 'share-icons', 'id': 'duplicate-id', 'impact': 'minor', 'message': 'Document has no static elements that share the same id attribute', 'relatedNodes': [] }], 'html': '<div id="share-icons" class="share-icons">', 'impact': None, 'none': [], 'target': ['#share-icons'] }, { 'all': [], 'any': [{ 'data': 'site-footer', 'id': 'duplicate-id', 'impact': 'minor', 'message': 'Document has no static elements that share the same id attribute', 'relatedNodes': [] }], 'html': '<footer id="site-footer" class="usa-footer">', 'impact': None, 'none': [], 'target': ['#site-footer'] }, { 'all': [], 'any': [{ 'data': 'GD-snippet-form-occ', 'id': 'duplicate-id', 'impact': 'minor', 'message': 'Document has no static elements that share the same id attribute', 'relatedNodes': [] }], 'html': '<form id="GD-snippet-form-occ" action="https://public.govdelivery.com/accounts/USTREASOCC/subscribers/qualify" accept-charset="UTF-8" method="post">', 'impact': None, 'none': [], 'target': ['#GD-snippet-form-occ'] }, { 'all': [], 'any': [{ 'data': 'category_id_occ', 'id': 'duplicate-id', 'impact': 'minor', 'message': 'Document has no static elements that share the same id attribute', 'relatedNodes': [] }], 'html': '<input type="hidden" name="category_id" id="category_id_occ" value="USTREASOCC_C1">', 'impact': None, 'none': [], 'target': ['#category_id_occ'] }, { 'all': [], 'any': [{ 'data': '_atssh', 'id': 'duplicate-id', 'impact': 'minor', 'message': 'Document has no static elements that share the same id attribute', 'relatedNodes': [] }], 'html': '<div id="_atssh" style="visibility: hidden; height: 1px; width: 1px; position: absolute; top: -9999px; z-index: 100000;">', 'impact': None, 'none': [], 'target': ['#_atssh'] }, { 'all': [], 'any': [{ 'data': '_atssh851', 'id': 'duplicate-id', 'impact': 'minor', 'message': 'Document has no static elements that share the same id attribute', 'relatedNodes': [] }], 'html': '<iframe id="_atssh851" title="AddThis utility frame" style="height: 1px; width: 1px; position: absolute; top: 0px; z-index: 100000; border: 0px; left: 0px;" src="https://s7.addthis.com/static/sh.f48a1a04fe8dbf021b4cda1d.html#rand=0.7028746661281258&amp;iit=1682111868550&amp;tmr=load%3D1682111868351%26core%3D1682111868380%26main%3D1682111868547%26ifr%3D1682111868552&amp;cb=0&amp;cdn=0&amp;md=0&amp;kw=&amp;ab=-&amp;dh=www.occ.gov&amp;dr=&amp;du=https%3A%2F%2Fwww.occ.gov%2Fpublications-and-resources%2Fpublications%2Fcomptrollers-handbook%2Ffiles%2Fcra-exam-procedures%2Findex-cra-examination-procedures.html&amp;href=https%3A%2F%2Fwww.occ.gov%2Fpublications-and-resources%2Fpublications%2Fcomptrollers-handbook%2Ffiles%2Fcra-exam-procedures%2Findex-cra-examination-procedures.html&amp;dt=Comptroller\'s%20Handbook%3A%20Community%20Reinvestment%20Act%20Examination%20Procedures%20%7C%20OCC&amp;dbg=0&amp;cap=tc%3D0%26ab%3D0&amp;inst=1&amp;jsl=1&amp;prod=undefined&amp;lng=en&amp;ogt=&amp;pc=men&amp;pub=ra-596692da41aadb2c&amp;ssl=1&amp;sid=6442fd7c0f33a463&amp;srf=0.01&amp;ver=300&amp;xck=1&amp;xtr=0&amp;og=&amp;csi=undefined&amp;rev=v8.28.8-wp&amp;ct=1&amp;xld=1&amp;xd=1">', 'impact': None, 'none': [], 'target': ['#_atssh851'] }, { 'all': [], 'any': [{ 'data': 'service-icons-0', 'id': 'duplicate-id', 'impact': 'minor', 'message': 'Document has no static elements that share the same id attribute', 'relatedNodes': [] }], 'html': '<style id="service-icons-0"></style>', 'impact': None, 'none': [], 'target': ['#service-icons-0'] }], 'tags': ['cat.parsing', 'wcag2a', 'wcag411'] }, { 'description': 'Ensures headings have discernible text', 'help': 'Headings must not be empty', 'helpUrl': 'https://dequeuniversity.com/rules/axe/3.1/empty-heading?application=axeAPI', 'id': 'empty-heading', 'impact': None, 'nodes': [{ 'all': [], 'any': [{ 'data': None, 'id': 'has-visible-text', 'impact': 'minor', 'message': 'Element has text that is visible to screen readers', 'relatedNodes': [] }], 'html': '<h1 data-content="Community Reinvestment Act Examination Procedures">Community Reinvestment Act Examination Procedures</h1>', 'impact': None, 'none': [], 'target': ['h1'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'has-visible-text', 'impact': 'minor', 'message': 'Element has text that is visible to screen readers', 'relatedNodes': [] }], 'html': '<h4 data-content="This publication is part of:">This publication is part of:</h4>', 'impact': None, 'none': [], 'target': ['h4[data-content="This\\ publication\\ is\\ part\\ of\\:"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'has-visible-text', 'impact': 'minor', 'message': 'Element has text that is visible to screen readers', 'relatedNodes': [] }], 'html': '<h4 data-content="Transmittal">Transmittal</h4>', 'impact': None, 'none': [], 'target': ['h4[data-content="Transmittal"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'has-visible-text', 'impact': 'minor', 'message': 'Element has text that is visible to screen readers', 'relatedNodes': [] }], 'html': '<h2 data-content="Overview">Overview</h2>', 'impact': None, 'none': [], 'target': ['h2[data-content="Overview"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'has-visible-text', 'impact': 'minor', 'message': 'Element has text that is visible to screen readers', 'relatedNodes': [] }], 'html': '<h2 data-content="Applicability">Applicability</h2>', 'impact': None, 'none': [], 'target': ['h2[data-content="Applicability"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'has-visible-text', 'impact': 'minor', 'message': 'Element has text that is visible to screen readers', 'relatedNodes': [] }], 'html': '<h2 data-content="Supplemental Procedures and Other Information">Supplemental Procedures and Other Information</h2>', 'impact': None, 'none': [], 'target': ['h2:nth-child(5)'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'has-visible-text', 'impact': 'minor', 'message': 'Element has text that is visible to screen readers', 'relatedNodes': [] }], 'html': '<h3 data-content="Get updates">Get updates</h3>', 'impact': None, 'none': [], 'target': ['h3[data-content="Get\\ updates"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'has-visible-text', 'impact': 'minor', 'message': 'Element has text that is visible to screen readers', 'relatedNodes': [] }], 'html': '<h3 data-content="Our websites">Our websites</h3>', 'impact': None, 'none': [], 'target': ['h3[data-content="Our\\ websites"]'] }], 'tags': ['cat.name-role-value', 'best-practice'] }, { 'description': 'Ensures the order of headings is semantically correct', 'help': 'Heading levels should only increase by one', 'helpUrl': 'https://dequeuniversity.com/rules/axe/3.1/heading-order?application=axeAPI', 'id': 'heading-order', 'impact': 'moderate', 'nodes': [{ 'all': [], 'any': [{ 'data': 1, 'id': 'heading-order', 'impact': 'moderate', 'message': 'Heading order valid', 'relatedNodes': [] }], 'html': '<h1 data-content="Community Reinvestment Act Examination Procedures">Community Reinvestment Act Examination Procedures</h1>', 'impact': None, 'none': [], 'target': ['h1'] }, { 'all': [], 'any': [{ 'data': 4, 'id': 'heading-order', 'impact': 'moderate', 'message': 'Heading order valid', 'relatedNodes': [] }], 'html': '<h4 data-content="Transmittal">Transmittal</h4>', 'impact': None, 'none': [], 'target': ['h4[data-content="Transmittal"]'] }, { 'all': [], 'any': [{ 'data': 2, 'id': 'heading-order', 'impact': 'moderate', 'message': 'Heading order valid', 'relatedNodes': [] }], 'html': '<h2 data-content="Overview">Overview</h2>', 'impact': None, 'none': [], 'target': ['h2[data-content="Overview"]'] }, { 'all': [], 'any': [{ 'data': 2, 'id': 'heading-order', 'impact': 'moderate', 'message': 'Heading order valid', 'relatedNodes': [] }], 'html': '<h2 data-content="Applicability">Applicability</h2>', 'impact': None, 'none': [], 'target': ['h2[data-content="Applicability"]'] }, { 'all': [], 'any': [{ 'data': 2, 'id': 'heading-order', 'impact': 'moderate', 'message': 'Heading order valid', 'relatedNodes': [] }], 'html': '<h2 data-content="Supplemental Procedures and Other Information">Supplemental Procedures and Other Information</h2>', 'impact': None, 'none': [], 'target': ['h2:nth-child(5)'] }, { 'all': [], 'any': [{ 'data': 3, 'id': 'heading-order', 'impact': 'moderate', 'message': 'Heading order valid', 'relatedNodes': [] }], 'html': '<h3 data-content="Get updates">Get updates</h3>', 'impact': None, 'none': [], 'target': ['h3[data-content="Get\\ updates"]'] }, { 'all': [], 'any': [{ 'data': 3, 'id': 'heading-order', 'impact': 'moderate', 'message': 'Heading order valid', 'relatedNodes': [] }], 'html': '<h3 data-content="Our websites">Our websites</h3>', 'impact': None, 'none': [], 'target': ['h3[data-content="Our\\ websites"]'] }], 'tags': ['cat.semantics', 'best-practice'] }, { 'description': 'Ensures every HTML document has a lang attribute', 'help': '<html> element must have a lang attribute', 'helpUrl': 'https://dequeuniversity.com/rules/axe/3.1/html-has-lang?application=axeAPI', 'id': 'html-has-lang', 'impact': None, 'nodes': [{ 'all': [], 'any': [{ 'data': None, 'id': 'has-lang', 'impact': 'serious', 'message': 'The <html> element has a lang attribute', 'relatedNodes': [] }], 'html': '<html lang="en">', 'impact': None, 'none': [], 'target': ['html'] }], 'tags': ['cat.language', 'wcag2a', 'wcag311'] }, { 'description': 'Ensures the lang attribute of the <html> element has a valid value', 'help': '<html> element must have a valid value for the lang attribute', 'helpUrl': 'https://dequeuniversity.com/rules/axe/3.1/html-lang-valid?application=axeAPI', 'id': 'html-lang-valid', 'impact': None, 'nodes': [{ 'all': [], 'any': [], 'html': '<html lang="en">', 'impact': None, 'none': [{ 'data': None, 'id': 'valid-lang', 'impact': 'serious', 'message': 'Value of lang attribute is included in the list of valid languages', 'relatedNodes': [] }], 'target': ['html'] }], 'tags': ['cat.language', 'wcag2a', 'wcag311'] }, { 'description': 'Ensures <img> elements have alternate text or a role of none or presentation', 'help': 'Images must have alternate text', 'helpUrl': 'https://dequeuniversity.com/rules/axe/3.1/image-alt?application=axeAPI', 'id': 'image-alt', 'impact': None, 'nodes': [{ 'all': [], 'any': [{ 'data': None, 'id': 'has-alt', 'impact': 'critical', 'message': 'Element has an alt attribute', 'relatedNodes': [] }, { 'data': None, 'id': 'non-empty-title', 'impact': 'serious', 'message': 'Element has a title attribute', 'relatedNodes': [] }], 'html': '<img src="/images/c-clamp-images/occ-logo-mob.svg" alt="OCC logo - mobile" class="occgov-logo-mobile" title="occ-logo-mob-white">', 'impact': None, 'none': [], 'target': ['.occgov-logo-mobile'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'has-alt', 'impact': 'critical', 'message': 'Element has an alt attribute', 'relatedNodes': [] }], 'html': '<img src="/images/c-clamp-images/share-print.svg" width="74" height="30" alt="Print this page">', 'impact': None, 'none': [], 'target': ['img[width="\\37 4"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'has-alt', 'impact': 'critical', 'message': 'Element has an alt attribute', 'relatedNodes': [] }], 'html': '<img src="/images/pub-covers/comptrollers-handbooks/img-ch-cra-exam-procedures.jpg" alt="Comptroller\'s Handbook: Community Reinvestment Act Examination Procedures Cover Image">', 'impact': None, 'none': [], 'target': ['.text-center > a[target="_blank"] > img'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'has-alt', 'impact': 'critical', 'message': 'Element has an alt attribute', 'relatedNodes': [] }, { 'data': None, 'id': 'non-empty-title', 'impact': 'serious', 'message': 'Element has a title attribute', 'relatedNodes': [] }], 'html': '<img class="footer-occ-logo" alt="OCC logo - footer" src="/images/c-clamp-images/footer-occ-logo.png" title="OCC logo footer">', 'impact': None, 'none': [], 'target': ['.footer-occ-logo'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'has-alt', 'impact': 'critical', 'message': 'Element has an alt attribute', 'relatedNodes': [] }, { 'data': None, 'id': 'non-empty-title', 'impact': 'serious', 'message': 'Element has a title attribute', 'relatedNodes': [] }], 'html': '<img class="icon-our-sites" alt="Banknet website  " src="/images/c-clamp-images/footer-banknet.png" title="Banknet footer">', 'impact': None, 'none': [], 'target': ['img[alt="Banknet\\ website\\ \\ "]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'has-alt', 'impact': 'critical', 'message': 'Element has an alt attribute', 'relatedNodes': [] }, { 'data': None, 'id': 'non-empty-title', 'impact': 'serious', 'message': 'Element has a title attribute', 'relatedNodes': [] }], 'html': '<img class="icon-our-sites" alt="Help With My Bank website" src="/images/c-clamp-images/footer-helpwithmybank.png" title="HWMB footer">', 'impact': None, 'none': [], 'target': ['img[alt="Help\\ With\\ My\\ Bank\\ website"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'has-alt', 'impact': 'critical', 'message': 'Element has an alt attribute', 'relatedNodes': [] }, { 'data': None, 'id': 'non-empty-title', 'impact': 'serious', 'message': 'Element has a title attribute', 'relatedNodes': [] }], 'html': '<img class="icon-our-sites" alt="Search the Careers website" src="/images/c-clamp-images/footer-search.png" title="Footer Search">', 'impact': None, 'none': [], 'target': ['img[alt="Search\\ the\\ Careers\\ website"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'has-alt', 'impact': 'critical', 'message': 'Element has an alt attribute', 'relatedNodes': [] }, { 'data': None, 'id': 'non-empty-title', 'impact': 'serious', 'message': 'Element has a title attribute', 'relatedNodes': [] }], 'html': '<img class="icon-our-sites" alt="OCC Logo" src="/images/c-clamp-images/footer-occ.png" title="OCC Footer">', 'impact': None, 'none': [], 'target': ['img[alt="OCC\\ Logo"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'has-alt', 'impact': 'critical', 'message': 'Element has an alt attribute', 'relatedNodes': [] }, { 'data': None, 'id': 'non-empty-title', 'impact': 'serious', 'message': 'Element has a title attribute', 'relatedNodes': [] }], 'html': '<img alt="Facebook website" src="/images/c-clamp-images/footer-facebook.png" title="Facebook footer">', 'impact': None, 'none': [], 'target': ['img[alt="Facebook\\ website"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'has-alt', 'impact': 'critical', 'message': 'Element has an alt attribute', 'relatedNodes': [] }, { 'data': None, 'id': 'non-empty-title', 'impact': 'serious', 'message': 'Element has a title attribute', 'relatedNodes': [] }], 'html': '<img alt="Twitter website" src="/images/c-clamp-images/footer-twitter.png" title="Footer Twitter">', 'impact': None, 'none': [], 'target': ['img[alt="Twitter\\ website"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'has-alt', 'impact': 'critical', 'message': 'Element has an alt attribute', 'relatedNodes': [] }, { 'data': None, 'id': 'non-empty-title', 'impact': 'serious', 'message': 'Element has a title attribute', 'relatedNodes': [] }], 'html': '<img alt="LinkedIn Website" src="/images/c-clamp-images/footer-linkedin.png" title="LinkedIn Footer">', 'impact': None, 'none': [], 'target': ['img[alt="LinkedIn\\ Website"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'has-alt', 'impact': 'critical', 'message': 'Element has an alt attribute', 'relatedNodes': [] }, { 'data': None, 'id': 'non-empty-title', 'impact': 'serious', 'message': 'Element has a title attribute', 'relatedNodes': [] }], 'html': '<img alt="Youtube website" src="/images/c-clamp-images/footer-youtube.png" title="Footer Youtube">', 'impact': None, 'none': [], 'target': ['img[alt="Youtube\\ website"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'has-alt', 'impact': 'critical', 'message': 'Element has an alt attribute', 'relatedNodes': [] }, { 'data': None, 'id': 'non-empty-title', 'impact': 'serious', 'message': 'Element has a title attribute', 'relatedNodes': [] }], 'html': '<img alt="RSS feed for the footer" src="/images/c-clamp-images/footer-rss.png" title="Footer RSS">', 'impact': None, 'none': [], 'target': ['img[alt="RSS\\ feed\\ for\\ the\\ footer"]'] }], 'tags': ['cat.text-alternatives', 'wcag2a', 'wcag111', 'section508', 'section508.22.a'] }, { 'description': 'Ensure button and link text is not repeated as image alternative', 'help': 'Text of buttons and links should not be repeated in the image alternative', 'helpUrl': 'https://dequeuniversity.com/rules/axe/3.1/image-redundant-alt?application=axeAPI', 'id': 'image-redundant-alt', 'impact': None, 'nodes': [{ 'all': [], 'any': [], 'html': '<a href="#main_content" class="usa-skipnav" tabindex="1">Skip to main content</a>', 'impact': None, 'none': [{ 'data': None, 'id': 'duplicate-img-label', 'impact': 'minor', 'message': 'Element does not duplicate existing text in <img> alt text', 'relatedNodes': [] }], 'target': ['.usa-skipnav'] }, { 'all': [], 'any': [], 'html': '<p class="usa-alert__text">Parts of this site may be down for maintenance from 8:00 p.m. (ET) on April 21 until 6:00 a.m. (ET) on April 24.</p>', 'impact': None, 'none': [{ 'data': None, 'id': 'duplicate-img-label', 'impact': 'minor', 'message': 'Element does not duplicate existing text in <img> alt text', 'relatedNodes': [] }], 'target': ['.usa-alert__text'] }, { 'all': [], 'any': [], 'html': '<button id="pageTopAlertClose" class="usa-button usa-button--unstyled" aria-label="Close alert"><span class="fas fa-times"> </span></button>', 'impact': None, 'none': [{ 'data': None, 'id': 'duplicate-img-label', 'impact': 'minor', 'message': 'Element does not duplicate existing text in <img> alt text', 'relatedNodes': [] }], 'target': ['#pageTopAlertClose'] }, { 'all': [], 'any': [], 'html': '<a href="/index.html" title="Home"> <img src="/images/c-clamp-images/occ-logo-des.svg" alt="OCC logo - search" class="occgov-logo-desktop" title="OCC logo footer">\u200b<img src="/images/c-clamp-images/occ-logo-mob.svg" alt="OCC logo - mobile" class="occgov-logo-mobile" title="occ-logo-mob-white"> </a>', 'impact': None, 'none': [{ 'data': None, 'id': 'duplicate-img-label', 'impact': 'minor', 'message': 'Element does not duplicate existing text in <img> alt text', 'relatedNodes': [] }], 'target': ['em > a[href="/index.html"][title="Home"]'] }, { 'all': [], 'any': [], 'html': '<div id="primeNavBtnSearch" class="occgov-search-btn mobile-search" tabindex="0" role="button"><span id="primeNavBtnSearchIco" class="fas icon-search"> <!--span--> </span><span id="primeNavBtnSearchTxt" class="menu-btn-text usa-sr-only notranslate">Search</span></div>', 'impact': None, 'none': [{ 'data': None, 'id': 'duplicate-img-label', 'impact': 'minor', 'message': 'Element does not duplicate existing text in <img> alt text', 'relatedNodes': [] }], 'target': ['#primeNavBtnSearch'] }, { 'all': [], 'any': [], 'html': '<button id="primeNavBtn" class="usa-menu-btn"><span id="primeNavBtnIco" class="fas fa-bars">\u200b</span> <span id="primeNavBtnTxt" class="menu-btn-text usa-sr-only">Menu</span> </button>', 'impact': None, 'none': [{ 'data': None, 'id': 'duplicate-img-label', 'impact': 'minor', 'message': 'Element does not duplicate existing text in <img> alt text', 'relatedNodes': [] }], 'target': ['#primeNavBtn'] }, { 'all': [], 'any': [], 'html': '<li><a href="/index.html">Home</a></li>', 'impact': None, 'none': [{ 'data': None, 'id': 'duplicate-img-label', 'impact': 'minor', 'message': 'Element does not duplicate existing text in <img> alt text', 'relatedNodes': [] }], 'target': ['.breadcrumb > .usa-list.usa-list--unstyled.grid-gap > li:nth-child(1)'] }, { 'all': [], 'any': [], 'html': '<a href="/index.html">Home</a>', 'impact': None, 'none': [{ 'data': None, 'id': 'duplicate-img-label', 'impact': 'minor', 'message': 'Element does not duplicate existing text in <img> alt text', 'relatedNodes': [] }], 'target': ['li:nth-child(1) > a[href="/index.html"]'] }, { 'all': [], 'any': [], 'html': '<li><a href="/publications-and-resources/index-publications-and-resources.html">Publications &amp; Resources</a></li>', 'impact': None, 'none': [{ 'data': None, 'id': 'duplicate-img-label', 'impact': 'minor', 'message': 'Element does not duplicate existing text in <img> alt text', 'relatedNodes': [] }], 'target': ['.breadcrumb > .usa-list.usa-list--unstyled.grid-gap > li:nth-child(2)'] }, { 'all': [], 'any': [], 'html': '<a href="/publications-and-resources/index-publications-and-resources.html">Publications &amp; Resources</a>', 'impact': None, 'none': [{ 'data': None, 'id': 'duplicate-img-label', 'impact': 'minor', 'message': 'Element does not duplicate existing text in <img> alt text', 'relatedNodes': [] }], 'target': ['.usa-list.usa-list--unstyled.grid-gap > li:nth-child(2) > a'] }, { 'all': [], 'any': [], 'html': '<li><a href="/publications-and-resources/publications/index-publications.html">Publications</a></li>', 'impact': None, 'none': [{ 'data': None, 'id': 'duplicate-img-label', 'impact': 'minor', 'message': 'Element does not duplicate existing text in <img> alt text', 'relatedNodes': [] }], 'target': ['.breadcrumb > .usa-list.usa-list--unstyled.grid-gap > li:nth-child(3)'] }, { 'all': [], 'any': [], 'html': '<a href="/publications-and-resources/publications/index-publications.html">Publications</a>', 'impact': None, 'none': [{ 'data': None, 'id': 'duplicate-img-label', 'impact': 'minor', 'message': 'Element does not duplicate existing text in <img> alt text', 'relatedNodes': [] }], 'target': ['.usa-list.usa-list--unstyled.grid-gap > li:nth-child(3) > a'] }, { 'all': [], 'any': [], 'html': '<li><a href="/publications-and-resources/publications/comptrollers-handbook/index-comptrollers-handbook.html">Comptroller\'s Handbook</a></li>', 'impact': None, 'none': [{ 'data': None, 'id': 'duplicate-img-label', 'impact': 'minor', 'message': 'Element does not duplicate existing text in <img> alt text', 'relatedNodes': [] }], 'target': ['.breadcrumb > .usa-list.usa-list--unstyled.grid-gap > li:nth-child(4)'] }, { 'all': [], 'any': [], 'html': '<a href="/publications-and-resources/publications/comptrollers-handbook/index-comptrollers-handbook.html">Comptroller\'s Handbook</a>', 'impact': None, 'none': [{ 'data': None, 'id': 'duplicate-img-label', 'impact': 'minor', 'message': 'Element does not duplicate existing text in <img> alt text', 'relatedNodes': [] }], 'target': ['.usa-list.usa-list--unstyled.grid-gap > li:nth-child(4) > a'] }, { 'all': [], 'any': [], 'html': '<p>\t\t\t\n\t\t\t  <span class="date">June 2018</span>\n    \t\t  </p>', 'impact': None, 'none': [{ 'data': None, 'id': 'duplicate-img-label', 'impact': 'minor', 'message': 'Element does not duplicate existing text in <img> alt text', 'relatedNodes': [] }], 'target': ['.occgov-section__content--release > p'] }, { 'all': [], 'any': [], 'html': '<p>Share This Page:</p>', 'impact': None, 'none': [{ 'data': None, 'id': 'duplicate-img-label', 'impact': 'minor', 'message': 'Element does not duplicate existing text in <img> alt text', 'relatedNodes': [] }], 'target': ['#share-icons > p'] }, { 'all': [], 'any': [], 'html': '<li class="share-icons-print">\n\t\t\t\t\t<a href="javascript:void(0)" role="button" class="share-btn__print" onclick="occApp.main.print(\'#main_content\')">\n\t\t\t\t\t\t<img src="/images/c-clamp-images/share-print.svg" width="74" height="30" alt="Print this page">\n\t\t\t\t\t</a>\n\t\t\t\t</li>', 'impact': None, 'none': [{ 'data': None, 'id': 'duplicate-img-label', 'impact': 'minor', 'message': 'Element does not duplicate existing text in <img> alt text', 'relatedNodes': [] }], 'target': ['.share-icons-print'] }, { 'all': [], 'any': [], 'html': '<a href="javascript:void(0)" role="button" class="share-btn__print" onclick="occApp.main.print(\'#main_content\')">\n\t\t\t\t\t\t<img src="/images/c-clamp-images/share-print.svg" width="74" height="30" alt="Print this page">\n\t\t\t\t\t</a>', 'impact': None, 'none': [{ 'data': None, 'id': 'duplicate-img-label', 'impact': 'minor', 'message': 'Element does not duplicate existing text in <img> alt text', 'relatedNodes': [] }], 'target': ['.share-btn__print'] }, { 'all': [], 'any': [], 'html': '<li class="addthis_inline_share_toolbox_bgp1"></li>', 'impact': None, 'none': [{ 'data': None, 'id': 'duplicate-img-label', 'impact': 'minor', 'message': 'Element does not duplicate existing text in <img> alt text', 'relatedNodes': [] }], 'target': ['.addthis_inline_share_toolbox_bgp1'] }, { 'all': [], 'any': [], 'html': '<p class="text-center">', 'impact': None, 'none': [{ 'data': None, 'id': 'duplicate-img-label', 'impact': 'minor', 'message': 'Element does not duplicate existing text in <img> alt text', 'relatedNodes': [] }], 'target': ['.text-center'] }, { 'all': [], 'any': [], 'html': '<a href="/publications-and-resources/publications/comptrollers-handbook/files/cra-exam-procedures/pub-ch-cra-exam-procedures.pdf" target="_blank">', 'impact': None, 'none': [{ 'data': None, 'id': 'duplicate-img-label', 'impact': 'minor', 'message': 'Element does not duplicate existing text in <img> alt text', 'relatedNodes': [] }], 'target': ['.text-center > a[target="_blank"]'] }, { 'all': [], 'any': [], 'html': '<li class="usa-button-group__item -item-single">', 'impact': None, 'none': [{ 'data': None, 'id': 'duplicate-img-label', 'impact': 'minor', 'message': 'Element does not duplicate existing text in <img> alt text', 'relatedNodes': [] }], 'target': ['.usa-button-group__item'] }, { 'all': [], 'any': [], 'html': '<a href="/publications-and-resources/publications/comptrollers-handbook/files/cra-exam-procedures/pub-ch-cra-exam-procedures.pdf" class="usa-button occgov-download-btn" role="button" download="" target="_blank">Download PDF</a>', 'impact': None, 'none': [{ 'data': None, 'id': 'duplicate-img-label', 'impact': 'minor', 'message': 'Element does not duplicate existing text in <img> alt text', 'relatedNodes': [] }], 'target': ['.occgov-download-btn'] }, { 'all': [], 'any': [], 'html': '<p><strong>Collection:&nbsp;</strong><a href="/publications-and-resources/publications/comptrollers-handbook/index-comptrollers-handbook.html">Comptroller’s Handbook</a></p>', 'impact': None, 'none': [{ 'data': None, 'id': 'duplicate-img-label', 'impact': 'minor', 'message': 'Element does not duplicate existing text in <img> alt text', 'relatedNodes': [] }], 'target': ['.usa-summary-box.occgov-summary-aside__nav:nth-child(1) > .grid-gap.grid-row > .occgov-summary-column > .eventcalendar-details > p:nth-child(2)'] }, { 'all': [], 'any': [], 'html': '<a href="/publications-and-resources/publications/comptrollers-handbook/index-comptrollers-handbook.html">Comptroller’s Handbook</a>', 'impact': None, 'none': [{ 'data': None, 'id': 'duplicate-img-label', 'impact': 'minor', 'message': 'Element does not duplicate existing text in <img> alt text', 'relatedNodes': [] }], 'target': ['.usa-summary-box.occgov-summary-aside__nav:nth-child(1) > .grid-gap.grid-row > .occgov-summary-column > .eventcalendar-details > p:nth-child(2) > a'] }, { 'all': [], 'any': [], 'html': '<p><strong>Series:&nbsp;</strong>Consumer Compliance</p>', 'impact': None, 'none': [{ 'data': None, 'id': 'duplicate-img-label', 'impact': 'minor', 'message': 'Element does not duplicate existing text in <img> alt text', 'relatedNodes': [] }], 'target': ['p:nth-child(3)'] }, { 'all': [], 'any': [], 'html': '<p>\n<a href="/publications-and-resources/publications/comptrollers-handbook/files/cra-exam-procedures/cover-craep.pdf" target="_blank">Community Reinvestment Act Examination Procedures Cover Letter</a> (PDF)\n</p>', 'impact': None, 'none': [{ 'data': None, 'id': 'duplicate-img-label', 'impact': 'minor', 'message': 'Element does not duplicate existing text in <img> alt text', 'relatedNodes': [] }], 'target': ['.usa-summary-box.occgov-summary-aside__nav:nth-child(2) > .grid-gap.grid-row > .occgov-summary-column > .eventcalendar-details > p'] }, { 'all': [], 'any': [], 'html': '<a href="/publications-and-resources/publications/comptrollers-handbook/files/cra-exam-procedures/cover-craep.pdf" target="_blank">Community Reinvestment Act Examination Procedures Cover Letter</a>', 'impact': None, 'none': [{ 'data': None, 'id': 'duplicate-img-label', 'impact': 'minor', 'message': 'Element does not duplicate existing text in <img> alt text', 'relatedNodes': [] }], 'target': ['.eventcalendar-details > p > a[target="_blank"]'] }, { 'all': [], 'any': [], 'html': '<p>', 'impact': None, 'none': [{ 'data': None, 'id': 'duplicate-img-label', 'impact': 'minor', 'message': 'Element does not duplicate existing text in <img> alt text', 'relatedNodes': [] }], 'target': ['.occgov-issuance-content > p:nth-child(2)'] }, { 'all': [], 'any': [], 'html': '<p>', 'impact': None, 'none': [{ 'data': None, 'id': 'duplicate-img-label', 'impact': 'minor', 'message': 'Element does not duplicate existing text in <img> alt text', 'relatedNodes': [] }], 'target': ['p:nth-child(4)'] }, { 'all': [], 'any': [], 'html': '<a href="/static/ots/exam-handbook/ots-exam-handbook-1500.pdf" target="_blank" rel="noopener noreferrer">Community Reinvestment Act</a>', 'impact': None, 'none': [{ 'data': None, 'id': 'duplicate-img-label', 'impact': 'minor', 'message': 'Element does not duplicate existing text in <img> alt text', 'relatedNodes': [] }], 'target': ['p:nth-child(4) > a[rel="noopener\\ noreferrer"][target="_blank"]'] }, { 'all': [], 'any': [], 'html': '<li><a href="/news-issuances/bulletins/2018/bulletin-2018-17.html" title="Community Reinvestment Act">OCC Bulletin 2018-17, Supervisory Policy and Processes for Community Reinvestment Act Performance Evaluations</a></li>', 'impact': None, 'none': [{ 'data': None, 'id': 'duplicate-img-label', 'impact': 'minor', 'message': 'Element does not duplicate existing text in <img> alt text', 'relatedNodes': [] }], 'target': ['.occgov-issuance-content > ul > li:nth-child(1)'] }, { 'all': [], 'any': [], 'html': '<a href="/news-issuances/bulletins/2018/bulletin-2018-17.html" title="Community Reinvestment Act">OCC Bulletin 2018-17, Supervisory Policy and Processes for Community Reinvestment Act Performance Evaluations</a>', 'impact': None, 'none': [{ 'data': None, 'id': 'duplicate-img-label', 'impact': 'minor', 'message': 'Element does not duplicate existing text in <img> alt text', 'relatedNodes': [] }], 'target': ['li:nth-child(1) > a[title="Community\\ Reinvestment\\ Act"]'] }, { 'all': [], 'any': [], 'html': '<li><a href="/news-issuances/bulletins/2014/bulletin-2014-16.html" title="Community Reinvestment Act">OCC Bulletin 2014-16, Community Reinvestment Act: Interagency Community Reinvestment Act Examination Procedures for Large Institutions</a></li>', 'impact': None, 'none': [{ 'data': None, 'id': 'duplicate-img-label', 'impact': 'minor', 'message': 'Element does not duplicate existing text in <img> alt text', 'relatedNodes': [] }], 'target': ['.occgov-issuance-content > ul > li:nth-child(2)'] }, { 'all': [], 'any': [], 'html': '<a href="/news-issuances/bulletins/2014/bulletin-2014-16.html" title="Community Reinvestment Act">OCC Bulletin 2014-16, Community Reinvestment Act: Interagency Community Reinvestment Act Examination Procedures for Large Institutions</a>', 'impact': None, 'none': [{ 'data': None, 'id': 'duplicate-img-label', 'impact': 'minor', 'message': 'Element does not duplicate existing text in <img> alt text', 'relatedNodes': [] }], 'target': ['li:nth-child(2) > a[title="Community\\ Reinvestment\\ Act"]'] }, { 'all': [], 'any': [], 'html': '<li><a href="/news-issuances/bulletins/2006/bulletin-2006-17.html" title="Community Reinvestment Act">OCC Bulletin 2006-17, Community Reinvestment Act: Interagency Examination Procedures for Large, Small, Wholesale/Limited Purpose, and Strategic Plan Institutions</a></li>', 'impact': None, 'none': [{ 'data': None, 'id': 'duplicate-img-label', 'impact': 'minor', 'message': 'Element does not duplicate existing text in <img> alt text', 'relatedNodes': [] }], 'target': ['.occgov-issuance-content > ul > li:nth-child(3)'] }, { 'all': [], 'any': [], 'html': '<a href="/news-issuances/bulletins/2006/bulletin-2006-17.html" title="Community Reinvestment Act">OCC Bulletin 2006-17, Community Reinvestment Act: Interagency Examination Procedures for Large, Small, Wholesale/Limited Purpose, and Strategic Plan Institutions</a>', 'impact': None, 'none': [{ 'data': None, 'id': 'duplicate-img-label', 'impact': 'minor', 'message': 'Element does not duplicate existing text in <img> alt text', 'relatedNodes': [] }], 'target': ['li:nth-child(3) > a[title="Community\\ Reinvestment\\ Act"]'] }, { 'all': [], 'any': [], 'html': '<li><a href="/news-issuances/bulletins/2005/bulletin-2005-29.html" title="Community Reinvestment Act">OCC Bulletin 2005-29, Community Reinvestment Act: Interagency Examination Procedures</a></li>', 'impact': None, 'none': [{ 'data': None, 'id': 'duplicate-img-label', 'impact': 'minor', 'message': 'Element does not duplicate existing text in <img> alt text', 'relatedNodes': [] }], 'target': ['.occgov-issuance-content > ul > li:nth-child(4)'] }, { 'all': [], 'any': [], 'html': '<a href="/news-issuances/bulletins/2005/bulletin-2005-29.html" title="Community Reinvestment Act">OCC Bulletin 2005-29, Community Reinvestment Act: Interagency Examination Procedures</a>', 'impact': None, 'none': [{ 'data': None, 'id': 'duplicate-img-label', 'impact': 'minor', 'message': 'Element does not duplicate existing text in <img> alt text', 'relatedNodes': [] }], 'target': ['li:nth-child(4) > a[title="Community\\ Reinvestment\\ Act"]'] }, { 'all': [], 'any': [], 'html': '<a href="/index.html" title="Home"><img class="footer-occ-logo" alt="OCC logo - footer" src="/images/c-clamp-images/footer-occ-logo.png" title="OCC logo footer"></a>', 'impact': None, 'none': [{ 'data': None, 'id': 'duplicate-img-label', 'impact': 'minor', 'message': 'Element does not duplicate existing text in <img> alt text', 'relatedNodes': [] }], 'target': ['.tablet\\:grid-col-auto > a[href="/index.html"][title="Home"]'] }, { 'all': [], 'any': [], 'html': '<li class="grid-col-12 tablet:grid-col-6 desktop:grid-col-3">', 'impact': None, 'none': [{ 'data': None, 'id': 'duplicate-img-label', 'impact': 'minor', 'message': 'Element does not duplicate existing text in <img> alt text', 'relatedNodes': [] }], 'target': ['.grid-col-12.tablet\\:grid-col-6.desktop\\:grid-col-3:nth-child(1)'] }, { 'all': [], 'any': [], 'html': '<a href="https://www.banknet.gov/home/" target="_blank" rel="noopener noreferrer" title="Banknet Home Page"><img class="icon-our-sites" alt="Banknet website  " src="/images/c-clamp-images/footer-banknet.png" title="Banknet footer"></a>', 'impact': None, 'none': [{ 'data': None, 'id': 'duplicate-img-label', 'impact': 'minor', 'message': 'Element does not duplicate existing text in <img> alt text', 'relatedNodes': [] }], 'target': ['.grid-col-auto > a[href$="home/"][title="Banknet\\ Home\\ Page"][rel="noopener\\ noreferrer"]'] }, { 'all': [], 'any': [], 'html': '<p><a href="https://www.banknet.gov/home/" target="_blank" rel="noopener noreferrer" title="Banknet Home Page">BankNet.gov</a></p>', 'impact': None, 'none': [{ 'data': None, 'id': 'duplicate-img-label', 'impact': 'minor', 'message': 'Element does not duplicate existing text in <img> alt text', 'relatedNodes': [] }], 'target': ['.grid-col-12.tablet\\:grid-col-6.desktop\\:grid-col-3:nth-child(1) > .grid-gap-sm.grid-row > .grid-col-fill > p:nth-child(1)'] }, { 'all': [], 'any': [], 'html': '<a href="https://www.banknet.gov/home/" target="_blank" rel="noopener noreferrer" title="Banknet Home Page">BankNet.gov</a>', 'impact': None, 'none': [{ 'data': None, 'id': 'duplicate-img-label', 'impact': 'minor', 'message': 'Element does not duplicate existing text in <img> alt text', 'relatedNodes': [] }], 'target': ['p:nth-child(1) > a[href$="home/"][title="Banknet\\ Home\\ Page"][rel="noopener\\ noreferrer"]'] }, { 'all': [], 'any': [], 'html': '<p>Find resources for bankers.</p>', 'impact': None, 'none': [{ 'data': None, 'id': 'duplicate-img-label', 'impact': 'minor', 'message': 'Element does not duplicate existing text in <img> alt text', 'relatedNodes': [] }], 'target': ['.grid-col-12.tablet\\:grid-col-6.desktop\\:grid-col-3:nth-child(1) > .grid-gap-sm.grid-row > .grid-col-fill > p:nth-child(2)'] }, { 'all': [], 'any': [], 'html': '<li class="grid-col-12 tablet:grid-col-6 desktop:grid-col-3">', 'impact': None, 'none': [{ 'data': None, 'id': 'duplicate-img-label', 'impact': 'minor', 'message': 'Element does not duplicate existing text in <img> alt text', 'relatedNodes': [] }], 'target': ['.grid-col-12.tablet\\:grid-col-6.desktop\\:grid-col-3:nth-child(2)'] }, { 'all': [], 'any': [], 'html': '<a href="https://www.helpwithmybank.gov/index.html" target="_blank" rel="noopener noreferrer" title="Get Answers "><img class="icon-our-sites" alt="Help With My Bank website" src="/images/c-clamp-images/footer-helpwithmybank.png" title="HWMB footer"></a>', 'impact': None, 'none': [{ 'data': None, 'id': 'duplicate-img-label', 'impact': 'minor', 'message': 'Element does not duplicate existing text in <img> alt text', 'relatedNodes': [] }], 'target': ['.grid-col-auto > a[title="Get\\ Answers\\ "][rel="noopener\\ noreferrer"][target="_blank"]'] }, { 'all': [], 'any': [], 'html': '<p><a href="https://www.helpwithmybank.gov/index.html" target="_blank" rel="noopener noreferrer" title="Get Answers ">HelpWithMyBank.gov</a></p>', 'impact': None, 'none': [{ 'data': None, 'id': 'duplicate-img-label', 'impact': 'minor', 'message': 'Element does not duplicate existing text in <img> alt text', 'relatedNodes': [] }], 'target': ['.grid-col-12.tablet\\:grid-col-6.desktop\\:grid-col-3:nth-child(2) > .grid-gap-sm.grid-row > .grid-col-fill > p:nth-child(1)'] }, { 'all': [], 'any': [], 'html': '<a href="https://www.helpwithmybank.gov/index.html" target="_blank" rel="noopener noreferrer" title="Get Answers ">HelpWithMyBank.gov</a>', 'impact': None, 'none': [{ 'data': None, 'id': 'duplicate-img-label', 'impact': 'minor', 'message': 'Element does not duplicate existing text in <img> alt text', 'relatedNodes': [] }], 'target': ['p:nth-child(1) > a[title="Get\\ Answers\\ "][rel="noopener\\ noreferrer"][target="_blank"]'] }, { 'all': [], 'any': [], 'html': '<p>Get answers to banking questions.</p>', 'impact': None, 'none': [{ 'data': None, 'id': 'duplicate-img-label', 'impact': 'minor', 'message': 'Element does not duplicate existing text in <img> alt text', 'relatedNodes': [] }], 'target': ['.grid-col-12.tablet\\:grid-col-6.desktop\\:grid-col-3:nth-child(2) > .grid-gap-sm.grid-row > .grid-col-fill > p:nth-child(2)'] }, { 'all': [], 'any': [], 'html': '<li class="grid-col-12 tablet:grid-col-6 desktop:grid-col-3">', 'impact': None, 'none': [{ 'data': None, 'id': 'duplicate-img-label', 'impact': 'minor', 'message': 'Element does not duplicate existing text in <img> alt text', 'relatedNodes': [] }], 'target': ['.grid-col-12.tablet\\:grid-col-6.desktop\\:grid-col-3:nth-child(3)'] }, { 'all': [], 'any': [], 'html': '<a href="https://careers.occ.gov/index.html" target="_blank" rel="noopener noreferrer" title="Home"><img class="icon-our-sites" alt="Search the Careers website" src="/images/c-clamp-images/footer-search.png" title="Footer Search"></a>', 'impact': None, 'none': [{ 'data': None, 'id': 'duplicate-img-label', 'impact': 'minor', 'message': 'Element does not duplicate existing text in <img> alt text', 'relatedNodes': [] }], 'target': ['.grid-col-auto > a[title="Home"][rel="noopener\\ noreferrer"][target="_blank"]'] }, { 'all': [], 'any': [], 'html': '<p><a href="https://careers.occ.gov/index.html" target="_blank" rel="noopener noreferrer" title="Home">Careers.occ.gov</a></p>', 'impact': None, 'none': [{ 'data': None, 'id': 'duplicate-img-label', 'impact': 'minor', 'message': 'Element does not duplicate existing text in <img> alt text', 'relatedNodes': [] }], 'target': ['.grid-col-12.tablet\\:grid-col-6.desktop\\:grid-col-3:nth-child(3) > .grid-gap-sm.grid-row > .grid-col-fill > p:nth-child(1)'] }, { 'all': [], 'any': [], 'html': '<a href="https://careers.occ.gov/index.html" target="_blank" rel="noopener noreferrer" title="Home">Careers.occ.gov</a>', 'impact': None, 'none': [{ 'data': None, 'id': 'duplicate-img-label', 'impact': 'minor', 'message': 'Element does not duplicate existing text in <img> alt text', 'relatedNodes': [] }], 'target': ['p:nth-child(1) > a[title="Home"][rel="noopener\\ noreferrer"][target="_blank"]'] }, { 'all': [], 'any': [], 'html': '<p>Join one of the best places to work.</p>', 'impact': None, 'none': [{ 'data': None, 'id': 'duplicate-img-label', 'impact': 'minor', 'message': 'Element does not duplicate existing text in <img> alt text', 'relatedNodes': [] }], 'target': ['.grid-col-12.tablet\\:grid-col-6.desktop\\:grid-col-3:nth-child(3) > .grid-gap-sm.grid-row > .grid-col-fill > p:nth-child(2)'] }, { 'all': [], 'any': [], 'html': '<li class="grid-col-12 tablet:grid-col-6 desktop:grid-col-3">', 'impact': None, 'none': [{ 'data': None, 'id': 'duplicate-img-label', 'impact': 'minor', 'message': 'Element does not duplicate existing text in <img> alt text', 'relatedNodes': [] }], 'target': ['.grid-col-12.tablet\\:grid-col-6.desktop\\:grid-col-3:nth-child(4)'] }, { 'all': [], 'any': [], 'html': '<a href="/index.html" title="Home"><img class="icon-our-sites" alt="OCC Logo" src="/images/c-clamp-images/footer-occ.png" title="OCC Footer"></a>', 'impact': None, 'none': [{ 'data': None, 'id': 'duplicate-img-label', 'impact': 'minor', 'message': 'Element does not duplicate existing text in <img> alt text', 'relatedNodes': [] }], 'target': ['.grid-col-auto > a[href="/index.html"][title="Home"]'] }, { 'all': [], 'any': [], 'html': '<p><a href="/index.html" title="Home">OCC.gov</a></p>', 'impact': None, 'none': [{ 'data': None, 'id': 'duplicate-img-label', 'impact': 'minor', 'message': 'Element does not duplicate existing text in <img> alt text', 'relatedNodes': [] }], 'target': ['.grid-col-12.tablet\\:grid-col-6.desktop\\:grid-col-3:nth-child(4) > .grid-gap-sm.grid-row > .grid-col-fill > p:nth-child(1)'] }, { 'all': [], 'any': [], 'html': '<a href="/index.html" title="Home">OCC.gov</a>', 'impact': None, 'none': [{ 'data': None, 'id': 'duplicate-img-label', 'impact': 'minor', 'message': 'Element does not duplicate existing text in <img> alt text', 'relatedNodes': [] }], 'target': ['p:nth-child(1) > a[href="/index.html"][title="Home"]'] }, { 'all': [], 'any': [], 'html': '<p>Visit the official website of the OCC.</p>', 'impact': None, 'none': [{ 'data': None, 'id': 'duplicate-img-label', 'impact': 'minor', 'message': 'Element does not duplicate existing text in <img> alt text', 'relatedNodes': [] }], 'target': ['.grid-col-12.tablet\\:grid-col-6.desktop\\:grid-col-3:nth-child(4) > .grid-gap-sm.grid-row > .grid-col-fill > p:nth-child(2)'] }, { 'all': [], 'any': [], 'html': '<li><a href="https://www.facebook.com/pages/Washington-DC/US-Comptroller-of-the-Currency/213254918823" target="_blank" rel="noopener noreferrer" onclick="return ExitNotice()"><img alt="Facebook website" src="/images/c-clamp-images/footer-facebook.png" title="Facebook footer"></a></li>', 'impact': None, 'none': [{ 'data': None, 'id': 'duplicate-img-label', 'impact': 'minor', 'message': 'Element does not duplicate existing text in <img> alt text', 'relatedNodes': [] }], 'target': ['.desktop-lg\\:grid-col-auto > .usa-list.usa-list--unstyled.grid-row > li:nth-child(1)'] }, { 'all': [], 'any': [], 'html': '<a href="https://www.facebook.com/pages/Washington-DC/US-Comptroller-of-the-Currency/213254918823" target="_blank" rel="noopener noreferrer" onclick="return ExitNotice()"><img alt="Facebook website" src="/images/c-clamp-images/footer-facebook.png" title="Facebook footer"></a>', 'impact': None, 'none': [{ 'data': None, 'id': 'duplicate-img-label', 'impact': 'minor', 'message': 'Element does not duplicate existing text in <img> alt text', 'relatedNodes': [] }], 'target': ['li:nth-child(1) > a[onclick="return\\ ExitNotice\\(\\)"][rel="noopener\\ noreferrer"][target="_blank"]'] }, { 'all': [], 'any': [], 'html': '<li><a href="https://twitter.com/usocc" target="_blank" rel="noopener noreferrer" onclick="return ExitNotice()"><img alt="Twitter website" src="/images/c-clamp-images/footer-twitter.png" title="Footer Twitter"></a></li>', 'impact': None, 'none': [{ 'data': None, 'id': 'duplicate-img-label', 'impact': 'minor', 'message': 'Element does not duplicate existing text in <img> alt text', 'relatedNodes': [] }], 'target': ['.desktop-lg\\:grid-col-auto > .usa-list.usa-list--unstyled.grid-row > li:nth-child(2)'] }, { 'all': [], 'any': [], 'html': '<a href="https://twitter.com/usocc" target="_blank" rel="noopener noreferrer" onclick="return ExitNotice()"><img alt="Twitter website" src="/images/c-clamp-images/footer-twitter.png" title="Footer Twitter"></a>', 'impact': None, 'none': [{ 'data': None, 'id': 'duplicate-img-label', 'impact': 'minor', 'message': 'Element does not duplicate existing text in <img> alt text', 'relatedNodes': [] }], 'target': ['a[href$="usocc"]'] }, { 'all': [], 'any': [], 'html': '<li><a href="https://www.linkedin.com/company/office-of-the-comptroller-of-the-currency" target="_blank" rel="noopener noreferrer" onclick="return ExitNotice()"><img alt="LinkedIn Website" src="/images/c-clamp-images/footer-linkedin.png" title="LinkedIn Footer"></a></li>', 'impact': None, 'none': [{ 'data': None, 'id': 'duplicate-img-label', 'impact': 'minor', 'message': 'Element does not duplicate existing text in <img> alt text', 'relatedNodes': [] }], 'target': ['.desktop-lg\\:grid-col-auto > .usa-list.usa-list--unstyled.grid-row > li:nth-child(3)'] }, { 'all': [], 'any': [], 'html': '<a href="https://www.linkedin.com/company/office-of-the-comptroller-of-the-currency" target="_blank" rel="noopener noreferrer" onclick="return ExitNotice()"><img alt="LinkedIn Website" src="/images/c-clamp-images/footer-linkedin.png" title="LinkedIn Footer"></a>', 'impact': None, 'none': [{ 'data': None, 'id': 'duplicate-img-label', 'impact': 'minor', 'message': 'Element does not duplicate existing text in <img> alt text', 'relatedNodes': [] }], 'target': ['li:nth-child(3) > a[onclick="return\\ ExitNotice\\(\\)"][rel="noopener\\ noreferrer"][target="_blank"]'] }, { 'all': [], 'any': [], 'html': '<li><a href="http://www.youtube.com/user/OCCChannel#p/c/2BAA3C3A20C2630E" target="_blank" rel="noopener noreferrer" onclick="return ExitNotice()"><img alt="Youtube website" src="/images/c-clamp-images/footer-youtube.png" title="Footer Youtube"></a></li>', 'impact': None, 'none': [{ 'data': None, 'id': 'duplicate-img-label', 'impact': 'minor', 'message': 'Element does not duplicate existing text in <img> alt text', 'relatedNodes': [] }], 'target': ['.desktop-lg\\:grid-col-auto > .usa-list.usa-list--unstyled.grid-row > li:nth-child(4)'] }, { 'all': [], 'any': [], 'html': '<a href="http://www.youtube.com/user/OCCChannel#p/c/2BAA3C3A20C2630E" target="_blank" rel="noopener noreferrer" onclick="return ExitNotice()"><img alt="Youtube website" src="/images/c-clamp-images/footer-youtube.png" title="Footer Youtube"></a>', 'impact': None, 'none': [{ 'data': None, 'id': 'duplicate-img-label', 'impact': 'minor', 'message': 'Element does not duplicate existing text in <img> alt text', 'relatedNodes': [] }], 'target': ['li:nth-child(4) > a[onclick="return\\ ExitNotice\\(\\)"][rel="noopener\\ noreferrer"][target="_blank"]'] }, { 'all': [], 'any': [], 'html': '<li class="last"><a href="/rss/index-rss.html" title="RSS Feeds: OCC News and Information"><img alt="RSS feed for the footer" src="/images/c-clamp-images/footer-rss.png" title="Footer RSS"></a></li>', 'impact': None, 'none': [{ 'data': None, 'id': 'duplicate-img-label', 'impact': 'minor', 'message': 'Element does not duplicate existing text in <img> alt text', 'relatedNodes': [] }], 'target': ['.usa-list.usa-list--unstyled.grid-row > .last'] }, { 'all': [], 'any': [], 'html': '<a href="/rss/index-rss.html" title="RSS Feeds: OCC News and Information"><img alt="RSS feed for the footer" src="/images/c-clamp-images/footer-rss.png" title="Footer RSS"></a>', 'impact': None, 'none': [{ 'data': None, 'id': 'duplicate-img-label', 'impact': 'minor', 'message': 'Element does not duplicate existing text in <img> alt text', 'relatedNodes': [] }], 'target': ['a[href="/rss/index-rss.html"]'] }, { 'all': [], 'any': [], 'html': '<li>\n<a href="/about/policies/web-privacy-policy.html">Privacy</a>\n</li>', 'impact': None, 'none': [{ 'data': None, 'id': 'duplicate-img-label', 'impact': 'minor', 'message': 'Element does not duplicate existing text in <img> alt text', 'relatedNodes': [] }], 'target': ['.footer-links > .usa-list.usa-list--unstyled.grid-row:nth-child(1) > li:nth-child(1)'] }, { 'all': [], 'any': [], 'html': '<a href="/about/policies/web-privacy-policy.html">Privacy</a>', 'impact': None, 'none': [{ 'data': None, 'id': 'duplicate-img-label', 'impact': 'minor', 'message': 'Element does not duplicate existing text in <img> alt text', 'relatedNodes': [] }], 'target': ['.footer-links > .usa-list.usa-list--unstyled.grid-row:nth-child(1) > li:nth-child(1) > a'] }, { 'all': [], 'any': [], 'html': '<li>\n <a href="https://www.usa.gov/" target="_blank" rel="noopener noreferrer">USA.gov</a>\n</li>', 'impact': None, 'none': [{ 'data': None, 'id': 'duplicate-img-label', 'impact': 'minor', 'message': 'Element does not duplicate existing text in <img> alt text', 'relatedNodes': [] }], 'target': ['.footer-links > .usa-list.usa-list--unstyled.grid-row:nth-child(1) > li:nth-child(2)'] }, { 'all': [], 'any': [], 'html': '<a href="https://www.usa.gov/" target="_blank" rel="noopener noreferrer">USA.gov</a>', 'impact': None, 'none': [{ 'data': None, 'id': 'duplicate-img-label', 'impact': 'minor', 'message': 'Element does not duplicate existing text in <img> alt text', 'relatedNodes': [] }], 'target': ['a[href$="usa.gov/"]'] }, { 'all': [], 'any': [], 'html': '<li>\n<a href="/about/policies/accessibility.html">Accessibility</a>\n</li>', 'impact': None, 'none': [{ 'data': None, 'id': 'duplicate-img-label', 'impact': 'minor', 'message': 'Element does not duplicate existing text in <img> alt text', 'relatedNodes': [] }], 'target': ['.footer-links > .usa-list.usa-list--unstyled.grid-row:nth-child(1) > li:nth-child(3)'] }, { 'all': [], 'any': [], 'html': '<a href="/about/policies/accessibility.html">Accessibility</a>', 'impact': None, 'none': [{ 'data': None, 'id': 'duplicate-img-label', 'impact': 'minor', 'message': 'Element does not duplicate existing text in <img> alt text', 'relatedNodes': [] }], 'target': ['.footer-links > .usa-list.usa-list--unstyled.grid-row:nth-child(1) > li:nth-child(3) > a'] }, { 'all': [], 'any': [], 'html': '<li>\n <a href="https://home.treasury.gov" target="_blank" rel="noopener noreferrer">U.S. Treasury</a>\n</li>', 'impact': None, 'none': [{ 'data': None, 'id': 'duplicate-img-label', 'impact': 'minor', 'message': 'Element does not duplicate existing text in <img> alt text', 'relatedNodes': [] }], 'target': ['.footer-links > .usa-list.usa-list--unstyled.grid-row:nth-child(1) > li:nth-child(4)'] }, { 'all': [], 'any': [], 'html': '<a href="https://home.treasury.gov" target="_blank" rel="noopener noreferrer">U.S. Treasury</a>', 'impact': None, 'none': [{ 'data': None, 'id': 'duplicate-img-label', 'impact': 'minor', 'message': 'Element does not duplicate existing text in <img> alt text', 'relatedNodes': [] }], 'target': ['a[href$="home.treasury.gov"]'] }, { 'all': [], 'any': [], 'html': '<li>\n<a href="/about/connect-with-us/foia/index-foia.html">Freedom of Information Act (FOIA)</a>\n</li>', 'impact': None, 'none': [{ 'data': None, 'id': 'duplicate-img-label', 'impact': 'minor', 'message': 'Element does not duplicate existing text in <img> alt text', 'relatedNodes': [] }], 'target': ['.footer-links > .usa-list.usa-list--unstyled.grid-row:nth-child(1) > li:nth-child(5)'] }, { 'all': [], 'any': [], 'html': '<a href="/about/connect-with-us/foia/index-foia.html">Freedom of Information Act (FOIA)</a>', 'impact': None, 'none': [{ 'data': None, 'id': 'duplicate-img-label', 'impact': 'minor', 'message': 'Element does not duplicate existing text in <img> alt text', 'relatedNodes': [] }], 'target': ['.footer-links > .usa-list.usa-list--unstyled.grid-row:nth-child(1) > li:nth-child(5) > a'] }, { 'all': [], 'any': [], 'html': '<li>\n<a href="/about/connect-with-us/whistleblower-protections/index-whistleblower-protection-and-prohibited-personnel-practices.html">Whistleblower Protection</a>\n</li>', 'impact': None, 'none': [{ 'data': None, 'id': 'duplicate-img-label', 'impact': 'minor', 'message': 'Element does not duplicate existing text in <img> alt text', 'relatedNodes': [] }], 'target': ['.footer-links > .usa-list.usa-list--unstyled.grid-row:nth-child(2) > li:nth-child(1)'] }, { 'all': [], 'any': [], 'html': '<a href="/about/connect-with-us/whistleblower-protections/index-whistleblower-protection-and-prohibited-personnel-practices.html">Whistleblower Protection</a>', 'impact': None, 'none': [{ 'data': None, 'id': 'duplicate-img-label', 'impact': 'minor', 'message': 'Element does not duplicate existing text in <img> alt text', 'relatedNodes': [] }], 'target': ['.usa-list.usa-list--unstyled.grid-row:nth-child(2) > li:nth-child(1) > a'] }, { 'all': [], 'any': [], 'html': '<li>\n<a href="/about/policies/vulnerability-disclosure-policy.html">Vulnerability Disclosure</a>\n</li>', 'impact': None, 'none': [{ 'data': None, 'id': 'duplicate-img-label', 'impact': 'minor', 'message': 'Element does not duplicate existing text in <img> alt text', 'relatedNodes': [] }], 'target': ['.footer-links > .usa-list.usa-list--unstyled.grid-row:nth-child(2) > li:nth-child(2)'] }, { 'all': [], 'any': [], 'html': '<a href="/about/policies/vulnerability-disclosure-policy.html">Vulnerability Disclosure</a>', 'impact': None, 'none': [{ 'data': None, 'id': 'duplicate-img-label', 'impact': 'minor', 'message': 'Element does not duplicate existing text in <img> alt text', 'relatedNodes': [] }], 'target': ['.usa-list.usa-list--unstyled.grid-row:nth-child(2) > li:nth-child(2) > a'] }, { 'all': [], 'any': [], 'html': '<li>\n<a href="/about/connect-with-us/contact-the-occ/index-contact-the-occ.html">Contact</a>\n</li>', 'impact': None, 'none': [{ 'data': None, 'id': 'duplicate-img-label', 'impact': 'minor', 'message': 'Element does not duplicate existing text in <img> alt text', 'relatedNodes': [] }], 'target': ['.footer-links > .usa-list.usa-list--unstyled.grid-row:nth-child(2) > li:nth-child(3)'] }, { 'all': [], 'any': [], 'html': '<a href="/about/connect-with-us/contact-the-occ/index-contact-the-occ.html">Contact</a>', 'impact': None, 'none': [{ 'data': None, 'id': 'duplicate-img-label', 'impact': 'minor', 'message': 'Element does not duplicate existing text in <img> alt text', 'relatedNodes': [] }], 'target': ['.usa-list.usa-list--unstyled.grid-row:nth-child(2) > li:nth-child(3) > a'] }], 'tags': ['cat.text-alternatives', 'best-practice'] }, { 'description': 'Ensures that every form element is not solely labeled using the title or aria-describedby attributes', 'help': 'Form elements should have a visible label', 'helpUrl': 'https://dequeuniversity.com/rules/axe/3.1/label-title-only?application=axeAPI', 'id': 'label-title-only', 'impact': None, 'nodes': [{ 'all': [], 'any': [], 'html': '<input type="text" name="email" placeholder="Enter your email" id="subscribe">', 'impact': None, 'none': [{ 'data': None, 'id': 'title-only', 'impact': 'serious', 'message': 'Form element does not solely use title attribute for its label', 'relatedNodes': [] }], 'target': ['#subscribe'] }], 'tags': ['cat.forms', 'best-practice'] }, { 'description': 'Ensures the banner landmark is at top level', 'help': 'Banner landmark must not be contained in another landmark', 'helpUrl': 'https://dequeuniversity.com/rules/axe/3.1/landmark-banner-is-top-level?application=axeAPI', 'id': 'landmark-banner-is-top-level', 'impact': None, 'nodes': [{ 'all': [], 'any': [{ 'data': { 'role': 'banner' }, 'id': 'landmark-is-top-level', 'impact': 'moderate', 'message': 'The banner landmark is at the top level.', 'relatedNodes': [] }], 'html': '<header id="masthead" class="usa-header usa-header--basic" style="top: -78px;">', 'impact': None, 'none': [], 'target': ['#masthead'] }], 'tags': ['cat.semantics', 'best-practice'] }, { 'description': 'Ensures the contentinfo landmark is at top level', 'help': 'Contentinfo landmark must not be contained in another landmark', 'helpUrl': 'https://dequeuniversity.com/rules/axe/3.1/landmark-contentinfo-is-top-level?application=axeAPI', 'id': 'landmark-contentinfo-is-top-level', 'impact': None, 'nodes': [{ 'all': [], 'any': [{ 'data': { 'role': 'contentinfo' }, 'id': 'landmark-is-top-level', 'impact': 'moderate', 'message': 'The contentinfo landmark is at the top level.', 'relatedNodes': [] }], 'html': '<footer id="site-footer" class="usa-footer">', 'impact': None, 'none': [], 'target': ['#site-footer'] }], 'tags': ['cat.semantics', 'best-practice'] }, { 'description': 'Ensures the main landmark is at top level', 'help': 'Main landmark must not be contained in another landmark', 'helpUrl': 'https://dequeuniversity.com/rules/axe/3.1/landmark-main-is-top-level?application=axeAPI', 'id': 'landmark-main-is-top-level', 'impact': None, 'nodes': [{ 'all': [], 'any': [{ 'data': { 'role': 'main' }, 'id': 'landmark-is-top-level', 'impact': 'moderate', 'message': 'The main landmark is at the top level.', 'relatedNodes': [] }], 'html': '<main id="main_content">', 'impact': None, 'none': [], 'target': ['#main_content'] }], 'tags': ['cat.semantics', 'best-practice'] }, { 'description': 'Ensures the page has at most one banner landmark', 'help': 'Page must not have more than one banner landmark', 'helpUrl': 'https://dequeuniversity.com/rules/axe/3.1/landmark-no-duplicate-banner?application=axeAPI', 'id': 'landmark-no-duplicate-banner', 'impact': None, 'nodes': [{ 'all': [], 'any': [{ 'data': None, 'id': 'page-no-duplicate-banner', 'impact': 'moderate', 'message': 'Document has no more than one banner landmark', 'relatedNodes': [{ 'html': '<header id="masthead" class="usa-header usa-header--basic">', 'target': ['#masthead'] }] }], 'html': '<html lang="en">', 'impact': None, 'none': [], 'target': ['html'] }], 'tags': ['cat.semantics', 'best-practice'] }, { 'description': 'Ensures the page has at most one contentinfo landmark', 'help': 'Page must not have more than one contentinfo landmark', 'helpUrl': 'https://dequeuniversity.com/rules/axe/3.1/landmark-no-duplicate-contentinfo?application=axeAPI', 'id': 'landmark-no-duplicate-contentinfo', 'impact': None, 'nodes': [{ 'all': [], 'any': [{ 'data': None, 'id': 'page-no-duplicate-contentinfo', 'impact': 'moderate', 'message': 'Page does not have more than one contentinfo landmark', 'relatedNodes': [{ 'html': '<footer id="site-footer" class="usa-footer">', 'target': ['#site-footer'] }] }], 'html': '<html lang="en">', 'impact': None, 'none': [], 'target': ['html'] }], 'tags': ['cat.semantics', 'best-practice'] }, { 'description': 'Ensures the page has only one main landmark and each iframe in the page has at most one main landmark', 'help': 'Page must have one main landmark', 'helpUrl': 'https://dequeuniversity.com/rules/axe/3.1/landmark-one-main?application=axeAPI', 'id': 'landmark-one-main', 'impact': None, 'nodes': [{ 'all': [{ 'data': None, 'id': 'page-has-main', 'impact': 'moderate', 'message': 'Page has at least one main landmark', 'relatedNodes': [{ 'html': '<main id="main_content">', 'target': ['#main_content'] }] }, { 'data': None, 'id': 'page-no-duplicate-main', 'impact': 'moderate', 'message': 'Page does not have more than one main landmark', 'relatedNodes': [{ 'html': '<main id="main_content">', 'target': ['#main_content'] }] }], 'any': [], 'html': '<html lang="en">', 'impact': None, 'none': [], 'target': ['html'] }], 'tags': ['cat.semantics', 'best-practice'] }, { 'description': 'Ensures links have discernible text', 'help': 'Links must have discernible text', 'helpUrl': 'https://dequeuniversity.com/rules/axe/3.1/link-name?application=axeAPI', 'id': 'link-name', 'impact': None, 'nodes': [{ 'all': [], 'any': [{ 'data': None, 'id': 'has-visible-text', 'impact': 'minor', 'message': 'Element has text that is visible to screen readers', 'relatedNodes': [] }], 'html': '<a href="#main_content" class="usa-skipnav" tabindex="1">Skip to main content</a>', 'impact': None, 'none': [{ 'data': None, 'id': 'focusable-no-name', 'impact': 'serious', 'message': 'Element is not in tab order or has accessible text', 'relatedNodes': [] }], 'target': ['.usa-skipnav'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'has-visible-text', 'impact': 'minor', 'message': 'Element has text that is visible to screen readers', 'relatedNodes': [] }], 'html': '<a href="/index.html" title="Home"> <img src="/images/c-clamp-images/occ-logo-des.svg" alt="OCC logo - search" class="occgov-logo-desktop" title="OCC logo footer">\u200b<img src="/images/c-clamp-images/occ-logo-mob.svg" alt="OCC logo - mobile" class="occgov-logo-mobile" title="occ-logo-mob-white"> </a>', 'impact': None, 'none': [{ 'data': None, 'id': 'focusable-no-name', 'impact': 'serious', 'message': 'Element is not in tab order or has accessible text', 'relatedNodes': [] }], 'target': ['em > a[href="/index.html"][title="Home"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'has-visible-text', 'impact': 'minor', 'message': 'Element has text that is visible to screen readers', 'relatedNodes': [] }], 'html': '<a href="/index.html">Home</a>', 'impact': None, 'none': [{ 'data': None, 'id': 'focusable-no-name', 'impact': 'serious', 'message': 'Element is not in tab order or has accessible text', 'relatedNodes': [] }], 'target': ['li:nth-child(1) > a[href="/index.html"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'has-visible-text', 'impact': 'minor', 'message': 'Element has text that is visible to screen readers', 'relatedNodes': [] }], 'html': '<a href="/publications-and-resources/index-publications-and-resources.html">Publications &amp; Resources</a>', 'impact': None, 'none': [{ 'data': None, 'id': 'focusable-no-name', 'impact': 'serious', 'message': 'Element is not in tab order or has accessible text', 'relatedNodes': [] }], 'target': ['.usa-list.usa-list--unstyled.grid-gap > li:nth-child(2) > a'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'has-visible-text', 'impact': 'minor', 'message': 'Element has text that is visible to screen readers', 'relatedNodes': [] }], 'html': '<a href="/publications-and-resources/publications/index-publications.html">Publications</a>', 'impact': None, 'none': [{ 'data': None, 'id': 'focusable-no-name', 'impact': 'serious', 'message': 'Element is not in tab order or has accessible text', 'relatedNodes': [] }], 'target': ['.usa-list.usa-list--unstyled.grid-gap > li:nth-child(3) > a'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'has-visible-text', 'impact': 'minor', 'message': 'Element has text that is visible to screen readers', 'relatedNodes': [] }], 'html': '<a href="/publications-and-resources/publications/comptrollers-handbook/index-comptrollers-handbook.html">Comptroller\'s Handbook</a>', 'impact': None, 'none': [{ 'data': None, 'id': 'focusable-no-name', 'impact': 'serious', 'message': 'Element is not in tab order or has accessible text', 'relatedNodes': [] }], 'target': ['.usa-list.usa-list--unstyled.grid-gap > li:nth-child(4) > a'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'has-visible-text', 'impact': 'minor', 'message': 'Element has text that is visible to screen readers', 'relatedNodes': [] }], 'html': '<a href="/publications-and-resources/publications/comptrollers-handbook/files/cra-exam-procedures/pub-ch-cra-exam-procedures.pdf" target="_blank">', 'impact': None, 'none': [{ 'data': None, 'id': 'focusable-no-name', 'impact': 'serious', 'message': 'Element is not in tab order or has accessible text', 'relatedNodes': [] }], 'target': ['.text-center > a[target="_blank"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'has-visible-text', 'impact': 'minor', 'message': 'Element has text that is visible to screen readers', 'relatedNodes': [] }], 'html': '<a href="/publications-and-resources/publications/comptrollers-handbook/index-comptrollers-handbook.html">Comptroller’s Handbook</a>', 'impact': None, 'none': [{ 'data': None, 'id': 'focusable-no-name', 'impact': 'serious', 'message': 'Element is not in tab order or has accessible text', 'relatedNodes': [] }], 'target': ['.usa-summary-box.occgov-summary-aside__nav:nth-child(1) > .grid-gap.grid-row > .occgov-summary-column > .eventcalendar-details > p:nth-child(2) > a'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'has-visible-text', 'impact': 'minor', 'message': 'Element has text that is visible to screen readers', 'relatedNodes': [] }], 'html': '<a href="/publications-and-resources/publications/comptrollers-handbook/files/cra-exam-procedures/cover-craep.pdf" target="_blank">Community Reinvestment Act Examination Procedures Cover Letter</a>', 'impact': None, 'none': [{ 'data': None, 'id': 'focusable-no-name', 'impact': 'serious', 'message': 'Element is not in tab order or has accessible text', 'relatedNodes': [] }], 'target': ['.eventcalendar-details > p > a[target="_blank"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'has-visible-text', 'impact': 'minor', 'message': 'Element has text that is visible to screen readers', 'relatedNodes': [] }], 'html': '<a href="/static/ots/exam-handbook/ots-exam-handbook-1500.pdf" target="_blank" rel="noopener noreferrer">Community Reinvestment Act</a>', 'impact': None, 'none': [{ 'data': None, 'id': 'focusable-no-name', 'impact': 'serious', 'message': 'Element is not in tab order or has accessible text', 'relatedNodes': [] }], 'target': ['p:nth-child(4) > a[rel="noopener\\ noreferrer"][target="_blank"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'has-visible-text', 'impact': 'minor', 'message': 'Element has text that is visible to screen readers', 'relatedNodes': [] }], 'html': '<a href="/news-issuances/bulletins/2018/bulletin-2018-17.html" title="Community Reinvestment Act">OCC Bulletin 2018-17, Supervisory Policy and Processes for Community Reinvestment Act Performance Evaluations</a>', 'impact': None, 'none': [{ 'data': None, 'id': 'focusable-no-name', 'impact': 'serious', 'message': 'Element is not in tab order or has accessible text', 'relatedNodes': [] }], 'target': ['li:nth-child(1) > a[title="Community\\ Reinvestment\\ Act"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'has-visible-text', 'impact': 'minor', 'message': 'Element has text that is visible to screen readers', 'relatedNodes': [] }], 'html': '<a href="/news-issuances/bulletins/2014/bulletin-2014-16.html" title="Community Reinvestment Act">OCC Bulletin 2014-16, Community Reinvestment Act: Interagency Community Reinvestment Act Examination Procedures for Large Institutions</a>', 'impact': None, 'none': [{ 'data': None, 'id': 'focusable-no-name', 'impact': 'serious', 'message': 'Element is not in tab order or has accessible text', 'relatedNodes': [] }], 'target': ['li:nth-child(2) > a[title="Community\\ Reinvestment\\ Act"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'has-visible-text', 'impact': 'minor', 'message': 'Element has text that is visible to screen readers', 'relatedNodes': [] }], 'html': '<a href="/news-issuances/bulletins/2006/bulletin-2006-17.html" title="Community Reinvestment Act">OCC Bulletin 2006-17, Community Reinvestment Act: Interagency Examination Procedures for Large, Small, Wholesale/Limited Purpose, and Strategic Plan Institutions</a>', 'impact': None, 'none': [{ 'data': None, 'id': 'focusable-no-name', 'impact': 'serious', 'message': 'Element is not in tab order or has accessible text', 'relatedNodes': [] }], 'target': ['li:nth-child(3) > a[title="Community\\ Reinvestment\\ Act"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'has-visible-text', 'impact': 'minor', 'message': 'Element has text that is visible to screen readers', 'relatedNodes': [] }], 'html': '<a href="/news-issuances/bulletins/2005/bulletin-2005-29.html" title="Community Reinvestment Act">OCC Bulletin 2005-29, Community Reinvestment Act: Interagency Examination Procedures</a>', 'impact': None, 'none': [{ 'data': None, 'id': 'focusable-no-name', 'impact': 'serious', 'message': 'Element is not in tab order or has accessible text', 'relatedNodes': [] }], 'target': ['li:nth-child(4) > a[title="Community\\ Reinvestment\\ Act"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'has-visible-text', 'impact': 'minor', 'message': 'Element has text that is visible to screen readers', 'relatedNodes': [] }], 'html': '<a href="/index.html" title="Home"><img class="footer-occ-logo" alt="OCC logo - footer" src="/images/c-clamp-images/footer-occ-logo.png" title="OCC logo footer"></a>', 'impact': None, 'none': [{ 'data': None, 'id': 'focusable-no-name', 'impact': 'serious', 'message': 'Element is not in tab order or has accessible text', 'relatedNodes': [] }], 'target': ['.tablet\\:grid-col-auto > a[href="/index.html"][title="Home"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'has-visible-text', 'impact': 'minor', 'message': 'Element has text that is visible to screen readers', 'relatedNodes': [] }], 'html': '<a href="https://www.banknet.gov/home/" target="_blank" rel="noopener noreferrer" title="Banknet Home Page"><img class="icon-our-sites" alt="Banknet website  " src="/images/c-clamp-images/footer-banknet.png" title="Banknet footer"></a>', 'impact': None, 'none': [{ 'data': None, 'id': 'focusable-no-name', 'impact': 'serious', 'message': 'Element is not in tab order or has accessible text', 'relatedNodes': [] }], 'target': ['.grid-col-auto > a[href$="home/"][title="Banknet\\ Home\\ Page"][rel="noopener\\ noreferrer"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'has-visible-text', 'impact': 'minor', 'message': 'Element has text that is visible to screen readers', 'relatedNodes': [] }], 'html': '<a href="https://www.banknet.gov/home/" target="_blank" rel="noopener noreferrer" title="Banknet Home Page">BankNet.gov</a>', 'impact': None, 'none': [{ 'data': None, 'id': 'focusable-no-name', 'impact': 'serious', 'message': 'Element is not in tab order or has accessible text', 'relatedNodes': [] }], 'target': ['p:nth-child(1) > a[href$="home/"][title="Banknet\\ Home\\ Page"][rel="noopener\\ noreferrer"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'has-visible-text', 'impact': 'minor', 'message': 'Element has text that is visible to screen readers', 'relatedNodes': [] }], 'html': '<a href="https://www.helpwithmybank.gov/index.html" target="_blank" rel="noopener noreferrer" title="Get Answers "><img class="icon-our-sites" alt="Help With My Bank website" src="/images/c-clamp-images/footer-helpwithmybank.png" title="HWMB footer"></a>', 'impact': None, 'none': [{ 'data': None, 'id': 'focusable-no-name', 'impact': 'serious', 'message': 'Element is not in tab order or has accessible text', 'relatedNodes': [] }], 'target': ['.grid-col-auto > a[title="Get\\ Answers\\ "][rel="noopener\\ noreferrer"][target="_blank"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'has-visible-text', 'impact': 'minor', 'message': 'Element has text that is visible to screen readers', 'relatedNodes': [] }], 'html': '<a href="https://www.helpwithmybank.gov/index.html" target="_blank" rel="noopener noreferrer" title="Get Answers ">HelpWithMyBank.gov</a>', 'impact': None, 'none': [{ 'data': None, 'id': 'focusable-no-name', 'impact': 'serious', 'message': 'Element is not in tab order or has accessible text', 'relatedNodes': [] }], 'target': ['p:nth-child(1) > a[title="Get\\ Answers\\ "][rel="noopener\\ noreferrer"][target="_blank"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'has-visible-text', 'impact': 'minor', 'message': 'Element has text that is visible to screen readers', 'relatedNodes': [] }], 'html': '<a href="https://careers.occ.gov/index.html" target="_blank" rel="noopener noreferrer" title="Home"><img class="icon-our-sites" alt="Search the Careers website" src="/images/c-clamp-images/footer-search.png" title="Footer Search"></a>', 'impact': None, 'none': [{ 'data': None, 'id': 'focusable-no-name', 'impact': 'serious', 'message': 'Element is not in tab order or has accessible text', 'relatedNodes': [] }], 'target': ['.grid-col-auto > a[title="Home"][rel="noopener\\ noreferrer"][target="_blank"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'has-visible-text', 'impact': 'minor', 'message': 'Element has text that is visible to screen readers', 'relatedNodes': [] }], 'html': '<a href="https://careers.occ.gov/index.html" target="_blank" rel="noopener noreferrer" title="Home">Careers.occ.gov</a>', 'impact': None, 'none': [{ 'data': None, 'id': 'focusable-no-name', 'impact': 'serious', 'message': 'Element is not in tab order or has accessible text', 'relatedNodes': [] }], 'target': ['p:nth-child(1) > a[title="Home"][rel="noopener\\ noreferrer"][target="_blank"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'has-visible-text', 'impact': 'minor', 'message': 'Element has text that is visible to screen readers', 'relatedNodes': [] }], 'html': '<a href="/index.html" title="Home"><img class="icon-our-sites" alt="OCC Logo" src="/images/c-clamp-images/footer-occ.png" title="OCC Footer"></a>', 'impact': None, 'none': [{ 'data': None, 'id': 'focusable-no-name', 'impact': 'serious', 'message': 'Element is not in tab order or has accessible text', 'relatedNodes': [] }], 'target': ['.grid-col-auto > a[href="/index.html"][title="Home"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'has-visible-text', 'impact': 'minor', 'message': 'Element has text that is visible to screen readers', 'relatedNodes': [] }], 'html': '<a href="/index.html" title="Home">OCC.gov</a>', 'impact': None, 'none': [{ 'data': None, 'id': 'focusable-no-name', 'impact': 'serious', 'message': 'Element is not in tab order or has accessible text', 'relatedNodes': [] }], 'target': ['p:nth-child(1) > a[href="/index.html"][title="Home"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'has-visible-text', 'impact': 'minor', 'message': 'Element has text that is visible to screen readers', 'relatedNodes': [] }], 'html': '<a href="https://www.facebook.com/pages/Washington-DC/US-Comptroller-of-the-Currency/213254918823" target="_blank" rel="noopener noreferrer" onclick="return ExitNotice()"><img alt="Facebook website" src="/images/c-clamp-images/footer-facebook.png" title="Facebook footer"></a>', 'impact': None, 'none': [{ 'data': None, 'id': 'focusable-no-name', 'impact': 'serious', 'message': 'Element is not in tab order or has accessible text', 'relatedNodes': [] }], 'target': ['li:nth-child(1) > a[onclick="return\\ ExitNotice\\(\\)"][rel="noopener\\ noreferrer"][target="_blank"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'has-visible-text', 'impact': 'minor', 'message': 'Element has text that is visible to screen readers', 'relatedNodes': [] }], 'html': '<a href="https://twitter.com/usocc" target="_blank" rel="noopener noreferrer" onclick="return ExitNotice()"><img alt="Twitter website" src="/images/c-clamp-images/footer-twitter.png" title="Footer Twitter"></a>', 'impact': None, 'none': [{ 'data': None, 'id': 'focusable-no-name', 'impact': 'serious', 'message': 'Element is not in tab order or has accessible text', 'relatedNodes': [] }], 'target': ['a[href$="usocc"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'has-visible-text', 'impact': 'minor', 'message': 'Element has text that is visible to screen readers', 'relatedNodes': [] }], 'html': '<a href="https://www.linkedin.com/company/office-of-the-comptroller-of-the-currency" target="_blank" rel="noopener noreferrer" onclick="return ExitNotice()"><img alt="LinkedIn Website" src="/images/c-clamp-images/footer-linkedin.png" title="LinkedIn Footer"></a>', 'impact': None, 'none': [{ 'data': None, 'id': 'focusable-no-name', 'impact': 'serious', 'message': 'Element is not in tab order or has accessible text', 'relatedNodes': [] }], 'target': ['li:nth-child(3) > a[onclick="return\\ ExitNotice\\(\\)"][rel="noopener\\ noreferrer"][target="_blank"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'has-visible-text', 'impact': 'minor', 'message': 'Element has text that is visible to screen readers', 'relatedNodes': [] }], 'html': '<a href="http://www.youtube.com/user/OCCChannel#p/c/2BAA3C3A20C2630E" target="_blank" rel="noopener noreferrer" onclick="return ExitNotice()"><img alt="Youtube website" src="/images/c-clamp-images/footer-youtube.png" title="Footer Youtube"></a>', 'impact': None, 'none': [{ 'data': None, 'id': 'focusable-no-name', 'impact': 'serious', 'message': 'Element is not in tab order or has accessible text', 'relatedNodes': [] }], 'target': ['li:nth-child(4) > a[onclick="return\\ ExitNotice\\(\\)"][rel="noopener\\ noreferrer"][target="_blank"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'has-visible-text', 'impact': 'minor', 'message': 'Element has text that is visible to screen readers', 'relatedNodes': [] }], 'html': '<a href="/rss/index-rss.html" title="RSS Feeds: OCC News and Information"><img alt="RSS feed for the footer" src="/images/c-clamp-images/footer-rss.png" title="Footer RSS"></a>', 'impact': None, 'none': [{ 'data': None, 'id': 'focusable-no-name', 'impact': 'serious', 'message': 'Element is not in tab order or has accessible text', 'relatedNodes': [] }], 'target': ['a[href="/rss/index-rss.html"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'has-visible-text', 'impact': 'minor', 'message': 'Element has text that is visible to screen readers', 'relatedNodes': [] }], 'html': '<a href="/about/policies/web-privacy-policy.html">Privacy</a>', 'impact': None, 'none': [{ 'data': None, 'id': 'focusable-no-name', 'impact': 'serious', 'message': 'Element is not in tab order or has accessible text', 'relatedNodes': [] }], 'target': ['.footer-links > .usa-list.usa-list--unstyled.grid-row:nth-child(1) > li:nth-child(1) > a'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'has-visible-text', 'impact': 'minor', 'message': 'Element has text that is visible to screen readers', 'relatedNodes': [] }], 'html': '<a href="https://www.usa.gov/" target="_blank" rel="noopener noreferrer">USA.gov</a>', 'impact': None, 'none': [{ 'data': None, 'id': 'focusable-no-name', 'impact': 'serious', 'message': 'Element is not in tab order or has accessible text', 'relatedNodes': [] }], 'target': ['a[href$="usa.gov/"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'has-visible-text', 'impact': 'minor', 'message': 'Element has text that is visible to screen readers', 'relatedNodes': [] }], 'html': '<a href="/about/policies/accessibility.html">Accessibility</a>', 'impact': None, 'none': [{ 'data': None, 'id': 'focusable-no-name', 'impact': 'serious', 'message': 'Element is not in tab order or has accessible text', 'relatedNodes': [] }], 'target': ['.footer-links > .usa-list.usa-list--unstyled.grid-row:nth-child(1) > li:nth-child(3) > a'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'has-visible-text', 'impact': 'minor', 'message': 'Element has text that is visible to screen readers', 'relatedNodes': [] }], 'html': '<a href="https://home.treasury.gov" target="_blank" rel="noopener noreferrer">U.S. Treasury</a>', 'impact': None, 'none': [{ 'data': None, 'id': 'focusable-no-name', 'impact': 'serious', 'message': 'Element is not in tab order or has accessible text', 'relatedNodes': [] }], 'target': ['a[href$="home.treasury.gov"]'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'has-visible-text', 'impact': 'minor', 'message': 'Element has text that is visible to screen readers', 'relatedNodes': [] }], 'html': '<a href="/about/connect-with-us/foia/index-foia.html">Freedom of Information Act (FOIA)</a>', 'impact': None, 'none': [{ 'data': None, 'id': 'focusable-no-name', 'impact': 'serious', 'message': 'Element is not in tab order or has accessible text', 'relatedNodes': [] }], 'target': ['.footer-links > .usa-list.usa-list--unstyled.grid-row:nth-child(1) > li:nth-child(5) > a'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'has-visible-text', 'impact': 'minor', 'message': 'Element has text that is visible to screen readers', 'relatedNodes': [] }], 'html': '<a href="/about/connect-with-us/whistleblower-protections/index-whistleblower-protection-and-prohibited-personnel-practices.html">Whistleblower Protection</a>', 'impact': None, 'none': [{ 'data': None, 'id': 'focusable-no-name', 'impact': 'serious', 'message': 'Element is not in tab order or has accessible text', 'relatedNodes': [] }], 'target': ['.usa-list.usa-list--unstyled.grid-row:nth-child(2) > li:nth-child(1) > a'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'has-visible-text', 'impact': 'minor', 'message': 'Element has text that is visible to screen readers', 'relatedNodes': [] }], 'html': '<a href="/about/policies/vulnerability-disclosure-policy.html">Vulnerability Disclosure</a>', 'impact': None, 'none': [{ 'data': None, 'id': 'focusable-no-name', 'impact': 'serious', 'message': 'Element is not in tab order or has accessible text', 'relatedNodes': [] }], 'target': ['.usa-list.usa-list--unstyled.grid-row:nth-child(2) > li:nth-child(2) > a'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'has-visible-text', 'impact': 'minor', 'message': 'Element has text that is visible to screen readers', 'relatedNodes': [] }], 'html': '<a href="/about/connect-with-us/contact-the-occ/index-contact-the-occ.html">Contact</a>', 'impact': None, 'none': [{ 'data': None, 'id': 'focusable-no-name', 'impact': 'serious', 'message': 'Element is not in tab order or has accessible text', 'relatedNodes': [] }], 'target': ['.usa-list.usa-list--unstyled.grid-row:nth-child(2) > li:nth-child(3) > a'] }], 'tags': ['cat.name-role-value', 'wcag2a', 'wcag412', 'wcag244', 'section508', 'section508.22.a'] }, { 'description': 'Ensures that lists are structured correctly', 'help': '<ul> and <ol> must only directly contain <li>, <script> or <template> elements', 'helpUrl': 'https://dequeuniversity.com/rules/axe/3.1/list?application=axeAPI', 'id': 'list', 'impact': None, 'nodes': [{ 'all': [], 'any': [], 'html': '<ul class="usa-list usa-list--unstyled grid-row grid-gap">', 'impact': None, 'none': [{ 'data': None, 'id': 'only-listitems', 'impact': 'serious', 'message': 'List element only has direct children that are allowed inside <li> elements', 'relatedNodes': [] }], 'target': ['.breadcrumb > .usa-list.usa-list--unstyled.grid-gap'] }, { 'all': [], 'any': [], 'html': '<ul>', 'impact': None, 'none': [{ 'data': None, 'id': 'only-listitems', 'impact': 'serious', 'message': 'List element only has direct children that are allowed inside <li> elements', 'relatedNodes': [] }], 'target': ['#share-icons > ul'] }, { 'all': [], 'any': [], 'html': '<ul class="usa-button-group flex-justify-center">', 'impact': None, 'none': [{ 'data': None, 'id': 'only-listitems', 'impact': 'serious', 'message': 'List element only has direct children that are allowed inside <li> elements', 'relatedNodes': [] }], 'target': ['.usa-button-group'] }, { 'all': [], 'any': [], 'html': '<ul>', 'impact': None, 'none': [{ 'data': None, 'id': 'only-listitems', 'impact': 'serious', 'message': 'List element only has direct children that are allowed inside <li> elements', 'relatedNodes': [] }], 'target': ['.occgov-issuance-content > ul'] }, { 'all': [], 'any': [], 'html': '<ul class="usa-list usa-list--unstyled occgov-list-our-sites grid-row grid-gap">', 'impact': None, 'none': [{ 'data': None, 'id': 'only-listitems', 'impact': 'serious', 'message': 'List element only has direct children that are allowed inside <li> elements', 'relatedNodes': [] }], 'target': ['.occgov-list-our-sites'] }, { 'all': [], 'any': [], 'html': '<ul class="usa-list usa-list--unstyled grid-row">', 'impact': None, 'none': [{ 'data': None, 'id': 'only-listitems', 'impact': 'serious', 'message': 'List element only has direct children that are allowed inside <li> elements', 'relatedNodes': [] }], 'target': ['.desktop-lg\\:grid-col-auto > .usa-list.usa-list--unstyled.grid-row'] }, { 'all': [], 'any': [], 'html': '<ul class="usa-list usa-list--unstyled grid-row">', 'impact': None, 'none': [{ 'data': None, 'id': 'only-listitems', 'impact': 'serious', 'message': 'List element only has direct children that are allowed inside <li> elements', 'relatedNodes': [] }], 'target': ['.footer-links > .usa-list.usa-list--unstyled.grid-row:nth-child(1)'] }, { 'all': [], 'any': [], 'html': '<ul class="usa-list usa-list--unstyled grid-row">', 'impact': None, 'none': [{ 'data': None, 'id': 'only-listitems', 'impact': 'serious', 'message': 'List element only has direct children that are allowed inside <li> elements', 'relatedNodes': [] }], 'target': ['.footer-links > .usa-list.usa-list--unstyled.grid-row:nth-child(2)'] }], 'tags': ['cat.structure', 'wcag2a', 'wcag131'] }, { 'description': 'Ensures <li> elements are used semantically', 'help': '<li> elements must be contained in a <ul> or <ol>', 'helpUrl': 'https://dequeuniversity.com/rules/axe/3.1/listitem?application=axeAPI', 'id': 'listitem', 'impact': None, 'nodes': [{ 'all': [], 'any': [{ 'data': None, 'id': 'listitem', 'impact': 'serious', 'message': 'List item has a <ul>, <ol> or role="list" parent element', 'relatedNodes': [] }], 'html': '<li><a href="/index.html">Home</a></li>', 'impact': None, 'none': [], 'target': ['.breadcrumb > .usa-list.usa-list--unstyled.grid-gap > li:nth-child(1)'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'listitem', 'impact': 'serious', 'message': 'List item has a <ul>, <ol> or role="list" parent element', 'relatedNodes': [] }], 'html': '<li><a href="/publications-and-resources/index-publications-and-resources.html">Publications &amp; Resources</a></li>', 'impact': None, 'none': [], 'target': ['.breadcrumb > .usa-list.usa-list--unstyled.grid-gap > li:nth-child(2)'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'listitem', 'impact': 'serious', 'message': 'List item has a <ul>, <ol> or role="list" parent element', 'relatedNodes': [] }], 'html': '<li><a href="/publications-and-resources/publications/index-publications.html">Publications</a></li>', 'impact': None, 'none': [], 'target': ['.breadcrumb > .usa-list.usa-list--unstyled.grid-gap > li:nth-child(3)'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'listitem', 'impact': 'serious', 'message': 'List item has a <ul>, <ol> or role="list" parent element', 'relatedNodes': [] }], 'html': '<li><a href="/publications-and-resources/publications/comptrollers-handbook/index-comptrollers-handbook.html">Comptroller\'s Handbook</a></li>', 'impact': None, 'none': [], 'target': ['.breadcrumb > .usa-list.usa-list--unstyled.grid-gap > li:nth-child(4)'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'listitem', 'impact': 'serious', 'message': 'List item has a <ul>, <ol> or role="list" parent element', 'relatedNodes': [] }], 'html': '<li class="share-icons-print">\n\t\t\t\t\t<a href="javascript:void(0)" role="button" class="share-btn__print" onclick="occApp.main.print(\'#main_content\')">\n\t\t\t\t\t\t<img src="/images/c-clamp-images/share-print.svg" width="74" height="30" alt="Print this page">\n\t\t\t\t\t</a>\n\t\t\t\t</li>', 'impact': None, 'none': [], 'target': ['.share-icons-print'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'listitem', 'impact': 'serious', 'message': 'List item has a <ul>, <ol> or role="list" parent element', 'relatedNodes': [] }], 'html': '<li class="addthis_inline_share_toolbox_bgp1"></li>', 'impact': None, 'none': [], 'target': ['.addthis_inline_share_toolbox_bgp1'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'listitem', 'impact': 'serious', 'message': 'List item has a <ul>, <ol> or role="list" parent element', 'relatedNodes': [] }], 'html': '<li class="usa-button-group__item -item-single">', 'impact': None, 'none': [], 'target': ['.usa-button-group__item'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'listitem', 'impact': 'serious', 'message': 'List item has a <ul>, <ol> or role="list" parent element', 'relatedNodes': [] }], 'html': '<li><a href="/news-issuances/bulletins/2018/bulletin-2018-17.html" title="Community Reinvestment Act">OCC Bulletin 2018-17, Supervisory Policy and Processes for Community Reinvestment Act Performance Evaluations</a></li>', 'impact': None, 'none': [], 'target': ['.occgov-issuance-content > ul > li:nth-child(1)'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'listitem', 'impact': 'serious', 'message': 'List item has a <ul>, <ol> or role="list" parent element', 'relatedNodes': [] }], 'html': '<li><a href="/news-issuances/bulletins/2014/bulletin-2014-16.html" title="Community Reinvestment Act">OCC Bulletin 2014-16, Community Reinvestment Act: Interagency Community Reinvestment Act Examination Procedures for Large Institutions</a></li>', 'impact': None, 'none': [], 'target': ['.occgov-issuance-content > ul > li:nth-child(2)'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'listitem', 'impact': 'serious', 'message': 'List item has a <ul>, <ol> or role="list" parent element', 'relatedNodes': [] }], 'html': '<li><a href="/news-issuances/bulletins/2006/bulletin-2006-17.html" title="Community Reinvestment Act">OCC Bulletin 2006-17, Community Reinvestment Act: Interagency Examination Procedures for Large, Small, Wholesale/Limited Purpose, and Strategic Plan Institutions</a></li>', 'impact': None, 'none': [], 'target': ['.occgov-issuance-content > ul > li:nth-child(3)'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'listitem', 'impact': 'serious', 'message': 'List item has a <ul>, <ol> or role="list" parent element', 'relatedNodes': [] }], 'html': '<li><a href="/news-issuances/bulletins/2005/bulletin-2005-29.html" title="Community Reinvestment Act">OCC Bulletin 2005-29, Community Reinvestment Act: Interagency Examination Procedures</a></li>', 'impact': None, 'none': [], 'target': ['.occgov-issuance-content > ul > li:nth-child(4)'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'listitem', 'impact': 'serious', 'message': 'List item has a <ul>, <ol> or role="list" parent element', 'relatedNodes': [] }], 'html': '<li class="grid-col-12 tablet:grid-col-6 desktop:grid-col-3">', 'impact': None, 'none': [], 'target': ['.grid-col-12.tablet\\:grid-col-6.desktop\\:grid-col-3:nth-child(1)'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'listitem', 'impact': 'serious', 'message': 'List item has a <ul>, <ol> or role="list" parent element', 'relatedNodes': [] }], 'html': '<li class="grid-col-12 tablet:grid-col-6 desktop:grid-col-3">', 'impact': None, 'none': [], 'target': ['.grid-col-12.tablet\\:grid-col-6.desktop\\:grid-col-3:nth-child(2)'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'listitem', 'impact': 'serious', 'message': 'List item has a <ul>, <ol> or role="list" parent element', 'relatedNodes': [] }], 'html': '<li class="grid-col-12 tablet:grid-col-6 desktop:grid-col-3">', 'impact': None, 'none': [], 'target': ['.grid-col-12.tablet\\:grid-col-6.desktop\\:grid-col-3:nth-child(3)'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'listitem', 'impact': 'serious', 'message': 'List item has a <ul>, <ol> or role="list" parent element', 'relatedNodes': [] }], 'html': '<li class="grid-col-12 tablet:grid-col-6 desktop:grid-col-3">', 'impact': None, 'none': [], 'target': ['.grid-col-12.tablet\\:grid-col-6.desktop\\:grid-col-3:nth-child(4)'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'listitem', 'impact': 'serious', 'message': 'List item has a <ul>, <ol> or role="list" parent element', 'relatedNodes': [] }], 'html': '<li><a href="https://www.facebook.com/pages/Washington-DC/US-Comptroller-of-the-Currency/213254918823" target="_blank" rel="noopener noreferrer" onclick="return ExitNotice()"><img alt="Facebook website" src="/images/c-clamp-images/footer-facebook.png" title="Facebook footer"></a></li>', 'impact': None, 'none': [], 'target': ['.desktop-lg\\:grid-col-auto > .usa-list.usa-list--unstyled.grid-row > li:nth-child(1)'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'listitem', 'impact': 'serious', 'message': 'List item has a <ul>, <ol> or role="list" parent element', 'relatedNodes': [] }], 'html': '<li><a href="https://twitter.com/usocc" target="_blank" rel="noopener noreferrer" onclick="return ExitNotice()"><img alt="Twitter website" src="/images/c-clamp-images/footer-twitter.png" title="Footer Twitter"></a></li>', 'impact': None, 'none': [], 'target': ['.desktop-lg\\:grid-col-auto > .usa-list.usa-list--unstyled.grid-row > li:nth-child(2)'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'listitem', 'impact': 'serious', 'message': 'List item has a <ul>, <ol> or role="list" parent element', 'relatedNodes': [] }], 'html': '<li><a href="https://www.linkedin.com/company/office-of-the-comptroller-of-the-currency" target="_blank" rel="noopener noreferrer" onclick="return ExitNotice()"><img alt="LinkedIn Website" src="/images/c-clamp-images/footer-linkedin.png" title="LinkedIn Footer"></a></li>', 'impact': None, 'none': [], 'target': ['.desktop-lg\\:grid-col-auto > .usa-list.usa-list--unstyled.grid-row > li:nth-child(3)'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'listitem', 'impact': 'serious', 'message': 'List item has a <ul>, <ol> or role="list" parent element', 'relatedNodes': [] }], 'html': '<li><a href="http://www.youtube.com/user/OCCChannel#p/c/2BAA3C3A20C2630E" target="_blank" rel="noopener noreferrer" onclick="return ExitNotice()"><img alt="Youtube website" src="/images/c-clamp-images/footer-youtube.png" title="Footer Youtube"></a></li>', 'impact': None, 'none': [], 'target': ['.desktop-lg\\:grid-col-auto > .usa-list.usa-list--unstyled.grid-row > li:nth-child(4)'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'listitem', 'impact': 'serious', 'message': 'List item has a <ul>, <ol> or role="list" parent element', 'relatedNodes': [] }], 'html': '<li class="last"><a href="/rss/index-rss.html" title="RSS Feeds: OCC News and Information"><img alt="RSS feed for the footer" src="/images/c-clamp-images/footer-rss.png" title="Footer RSS"></a></li>', 'impact': None, 'none': [], 'target': ['.usa-list.usa-list--unstyled.grid-row > .last'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'listitem', 'impact': 'serious', 'message': 'List item has a <ul>, <ol> or role="list" parent element', 'relatedNodes': [] }], 'html': '<li>\n<a href="/about/policies/web-privacy-policy.html">Privacy</a>\n</li>', 'impact': None, 'none': [], 'target': ['.footer-links > .usa-list.usa-list--unstyled.grid-row:nth-child(1) > li:nth-child(1)'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'listitem', 'impact': 'serious', 'message': 'List item has a <ul>, <ol> or role="list" parent element', 'relatedNodes': [] }], 'html': '<li>\n <a href="https://www.usa.gov/" target="_blank" rel="noopener noreferrer">USA.gov</a>\n</li>', 'impact': None, 'none': [], 'target': ['.footer-links > .usa-list.usa-list--unstyled.grid-row:nth-child(1) > li:nth-child(2)'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'listitem', 'impact': 'serious', 'message': 'List item has a <ul>, <ol> or role="list" parent element', 'relatedNodes': [] }], 'html': '<li>\n<a href="/about/policies/accessibility.html">Accessibility</a>\n</li>', 'impact': None, 'none': [], 'target': ['.footer-links > .usa-list.usa-list--unstyled.grid-row:nth-child(1) > li:nth-child(3)'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'listitem', 'impact': 'serious', 'message': 'List item has a <ul>, <ol> or role="list" parent element', 'relatedNodes': [] }], 'html': '<li>\n <a href="https://home.treasury.gov" target="_blank" rel="noopener noreferrer">U.S. Treasury</a>\n</li>', 'impact': None, 'none': [], 'target': ['.footer-links > .usa-list.usa-list--unstyled.grid-row:nth-child(1) > li:nth-child(4)'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'listitem', 'impact': 'serious', 'message': 'List item has a <ul>, <ol> or role="list" parent element', 'relatedNodes': [] }], 'html': '<li>\n<a href="/about/connect-with-us/foia/index-foia.html">Freedom of Information Act (FOIA)</a>\n</li>', 'impact': None, 'none': [], 'target': ['.footer-links > .usa-list.usa-list--unstyled.grid-row:nth-child(1) > li:nth-child(5)'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'listitem', 'impact': 'serious', 'message': 'List item has a <ul>, <ol> or role="list" parent element', 'relatedNodes': [] }], 'html': '<li>\n<a href="/about/connect-with-us/whistleblower-protections/index-whistleblower-protection-and-prohibited-personnel-practices.html">Whistleblower Protection</a>\n</li>', 'impact': None, 'none': [], 'target': ['.footer-links > .usa-list.usa-list--unstyled.grid-row:nth-child(2) > li:nth-child(1)'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'listitem', 'impact': 'serious', 'message': 'List item has a <ul>, <ol> or role="list" parent element', 'relatedNodes': [] }], 'html': '<li>\n<a href="/about/policies/vulnerability-disclosure-policy.html">Vulnerability Disclosure</a>\n</li>', 'impact': None, 'none': [], 'target': ['.footer-links > .usa-list.usa-list--unstyled.grid-row:nth-child(2) > li:nth-child(2)'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'listitem', 'impact': 'serious', 'message': 'List item has a <ul>, <ol> or role="list" parent element', 'relatedNodes': [] }], 'html': '<li>\n<a href="/about/connect-with-us/contact-the-occ/index-contact-the-occ.html">Contact</a>\n</li>', 'impact': None, 'none': [], 'target': ['.footer-links > .usa-list.usa-list--unstyled.grid-row:nth-child(2) > li:nth-child(3)'] }], 'tags': ['cat.structure', 'wcag2a', 'wcag131'] }, { 'description': 'Ensures <meta name="viewport"> can scale a significant amount', 'help': 'Users should be able to zoom and scale the text up to 500%', 'helpUrl': 'https://dequeuniversity.com/rules/axe/3.1/meta-viewport-large?application=axeAPI', 'id': 'meta-viewport-large', 'impact': None, 'nodes': [{ 'all': [], 'any': [{ 'data': None, 'id': 'meta-viewport-large', 'impact': 'minor', 'message': '<meta> tag does not prevent significant zooming on mobile devices', 'relatedNodes': [] }], 'html': '<meta name="viewport" content="width=device-width, initial-scale=1.0">', 'impact': None, 'none': [], 'target': ['meta[name="viewport"]:nth-child(9)'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'meta-viewport-large', 'impact': 'minor', 'message': '<meta> tag does not prevent significant zooming on mobile devices', 'relatedNodes': [] }], 'html': '<meta name="viewport" content="width=device-width, initial-scale=1.0">', 'impact': None, 'none': [], 'target': ['meta[name="viewport"]:nth-child(12)'] }], 'tags': ['cat.sensory-and-visual-cues', 'best-practice'] }, { 'description': 'Ensures <meta name="viewport"> does not disable text scaling and zooming', 'help': 'Zooming and scaling must not be disabled', 'helpUrl': 'https://dequeuniversity.com/rules/axe/3.1/meta-viewport?application=axeAPI', 'id': 'meta-viewport', 'impact': None, 'nodes': [{ 'all': [], 'any': [{ 'data': None, 'id': 'meta-viewport', 'impact': 'critical', 'message': '<meta> tag does not disable zooming on mobile devices', 'relatedNodes': [] }], 'html': '<meta name="viewport" content="width=device-width, initial-scale=1.0">', 'impact': None, 'none': [], 'target': ['meta[name="viewport"]:nth-child(9)'] }, { 'all': [], 'any': [{ 'data': None, 'id': 'meta-viewport', 'impact': 'critical', 'message': '<meta> tag does not disable zooming on mobile devices', 'relatedNodes': [] }], 'html': '<meta name="viewport" content="width=device-width, initial-scale=1.0">', 'impact': None, 'none': [], 'target': ['meta[name="viewport"]:nth-child(12)'] }], 'tags': ['cat.sensory-and-visual-cues', 'wcag2aa', 'wcag144'] }, { 'description': 'Ensure that the page, or at least one of its frames contains a level-one heading', 'help': 'Page must contain a level-one heading', 'helpUrl': 'https://dequeuniversity.com/rules/axe/3.1/page-has-heading-one?application=axeAPI', 'id': 'page-has-heading-one', 'impact': None, 'nodes': [{ 'all': [{ 'data': None, 'id': 'page-has-heading-one', 'impact': 'moderate', 'message': 'Page has at least one level-one heading', 'relatedNodes': [{ 'html': '<h1 data-content="Community Reinvestment Act Examination Procedures">Community Reinvestment Act Examination Procedures</h1>', 'target': ['h1'] }] }], 'any': [], 'html': '<html lang="en">', 'impact': None, 'none': [], 'target': ['html'] }], 'tags': ['cat.semantics', 'best-practice'] }, { 'description': 'Ensure all skip links have a focusable target', 'help': 'The skip-link target should exist and be focusable', 'helpUrl': 'https://dequeuniversity.com/rules/axe/3.1/skip-link?application=axeAPI', 'id': 'skip-link', 'impact': None, 'nodes': [{ 'all': [], 'any': [{ 'data': None, 'id': 'skip-link', 'impact': 'moderate', 'message': 'Skip link target exists', 'relatedNodes': [] }], 'html': '<a href="#main_content" class="usa-skipnav" tabindex="1">Skip to main content</a>', 'impact': None, 'none': [], 'target': ['.usa-skipnav'] }], 'tags': ['cat.keyboard', 'best-practice'] }, { 'description': 'Ensures tabindex attribute values are not greater than 0', 'help': 'Elements should not have tabindex greater than zero', 'helpUrl': 'https://dequeuniversity.com/rules/axe/3.1/tabindex?application=axeAPI', 'id': 'tabindex', 'impact': 'serious', 'nodes': [{ 'all': [], 'any': [{ 'data': None, 'id': 'tabindex', 'impact': 'serious', 'message': 'Element does not have a tabindex greater than 0', 'relatedNodes': [] }], 'html': '<div id="primeNavBtnSearch" class="occgov-search-btn mobile-search" tabindex="0" role="button"><span id="primeNavBtnSearchIco" class="fas icon-search"> <!--span--> </span><span id="primeNavBtnSearchTxt" class="menu-btn-text usa-sr-only notranslate">Search</span></div>', 'impact': None, 'none': [], 'target': ['#primeNavBtnSearch'] }], 'tags': ['cat.keyboard', 'best-practice'] }], 'timestamp': '2023-04-21T21:17:48.941Z', 'url': 'https://www.occ.gov/publications-and-resources/publications/comptrollers-handbook/files/cra-exam-procedures/index-cra-examination-procedures.html', 'violations': [{ 'description': 'Ensures role attribute has an appropriate value for the element', 'help': 'ARIA role must be appropriate for the element', 'helpUrl': 'https://dequeuniversity.com/rules/axe/3.1/aria-allowed-role?application=axeAPI', 'id': 'aria-allowed-role', 'impact': 'minor', 'nodes': [{ 'all': [], 'any': [{ 'data': ['link'], 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'role link  is not allowed for given element', 'relatedNodes': [] }], 'failureSummary': 'Fix any of the following:\n  role link  is not allowed for given element', 'html': '<a href="#top" tabindex="0" aria-label="Return to top of page" role="link">\n\t<span></span>\n  </a>', 'impact': 'minor', 'none': [], 'target': ['a[href$="#top"]'] }, { 'all': [], 'any': [{ 'data': ['button'], 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'role button  is not allowed for given element', 'relatedNodes': [] }], 'failureSummary': 'Fix any of the following:\n  role button  is not allowed for given element', 'html': '<li id="QuickAccessNav" class="arrow header-utility-list__item" role="button" aria-haspopup="true" aria-expanded="false">', 'impact': 'minor', 'none': [], 'target': ['#QuickAccessNav'] }, { 'all': [], 'any': [{ 'data': ['button'], 'id': 'aria-allowed-role', 'impact': 'minor', 'message': 'role button  is not allowed for given element', 'relatedNodes': [] }], 'failureSummary': 'Fix any of the following:\n  role button  is not allowed for given element', 'html': '<li id="SearchNav" class="last search header-utility-list__item" role="button" aria-haspopup="true" aria-expanded="false">', 'impact': 'minor', 'none': [], 'target': ['#SearchNav'] }], 'tags': ['cat.aria', 'best-practice'] }, { 'description': 'Ensures the order of headings is semantically correct', 'help': 'Heading levels should only increase by one', 'helpUrl': 'https://dequeuniversity.com/rules/axe/3.1/heading-order?application=axeAPI', 'id': 'heading-order', 'impact': 'moderate', 'nodes': [{ 'all': [], 'any': [{ 'data': 4, 'id': 'heading-order', 'impact': 'moderate', 'message': 'Heading order invalid', 'relatedNodes': [] }], 'failureSummary': 'Fix any of the following:\n  Heading order invalid', 'html': '<h4 data-content="This publication is part of:">This publication is part of:</h4>', 'impact': 'moderate', 'none': [], 'target': ['h4[data-content="This\\ publication\\ is\\ part\\ of\\:"]'] }], 'tags': ['cat.semantics', 'best-practice'] }, { 'description': 'Ensures every form element has a label', 'help': 'Form elements must have labels', 'helpUrl': 'https://dequeuniversity.com/rules/axe/3.1/label?application=axeAPI', 'id': 'label', 'impact': 'critical', 'nodes': [{ 'all': [], 'any': [], 'failureSummary': 'Fix all of the following:\n  Form element has explicit <label> that is hidden', 'html': '<input type="text" name="email" placeholder="Enter your email" id="subscribe">', 'impact': 'critical', 'none': [{ 'data': None, 'id': 'hidden-explicit-label', 'impact': 'critical', 'message': 'Form element has explicit <label> that is hidden', 'relatedNodes': [] }], 'target': ['#subscribe'] }], 'tags': ['cat.forms', 'wcag2a', 'wcag332', 'wcag131', 'section508', 'section508.22.n'] }, { 'description': 'Ensures all page content is contained by landmarks', 'help': 'All page content must be contained by landmarks', 'helpUrl': 'https://dequeuniversity.com/rules/axe/3.1/region?application=axeAPI', 'id': 'region', 'impact': 'moderate', 'nodes': [{ 'all': [], 'any': [{ 'data': None, 'id': 'region', 'impact': 'moderate', 'message': 'Some page content is not contained by landmarks', 'relatedNodes': [{ 'html': '<p class="usa-alert__text">Parts of this site may be down for maintenance from 8:00 p.m. (ET) on April 21 until 6:00 a.m. (ET) on April 24.</p>', 'target': ['.usa-alert__text'] }, { 'html': '<button id="pageTopAlertClose" class="usa-button usa-button--unstyled" aria-label="Close alert"><span class="fas fa-times"> </span></button>', 'target': ['#pageTopAlertClose'] }, { 'html': '<a href="/index.html">Home</a>', 'target': ['li:nth-child(1) > a[href="/index.html"]'] }, { 'html': '<a href="/publications-and-resources/index-publications-and-resources.html">Publications &amp; Resources</a>', 'target': ['.usa-list.usa-list--unstyled.grid-gap > li:nth-child(2) > a'] }, { 'html': '<a href="/publications-and-resources/publications/index-publications.html">Publications</a>', 'target': ['.usa-list.usa-list--unstyled.grid-gap > li:nth-child(3) > a'] }, { 'html': '<a href="/publications-and-resources/publications/comptrollers-handbook/index-comptrollers-handbook.html">Comptroller\'s Handbook</a>', 'target': ['.usa-list.usa-list--unstyled.grid-gap > li:nth-child(4) > a'] }] }], 'failureSummary': 'Fix any of the following:\n  Some page content is not contained by landmarks', 'html': '<html lang="en">', 'impact': 'moderate', 'none': [], 'target': ['html'] }], 'tags': ['cat.keyboard', 'best-practice'] }, { 'description': 'Ensures tabindex attribute values are not greater than 0', 'help': 'Elements should not have tabindex greater than zero', 'helpUrl': 'https://dequeuniversity.com/rules/axe/3.1/tabindex?application=axeAPI', 'id': 'tabindex', 'impact': 'serious', 'nodes': [{ 'all': [], 'any': [{ 'data': None, 'id': 'tabindex', 'impact': 'serious', 'message': 'Element has a tabindex greater than 0', 'relatedNodes': [] }], 'failureSummary': 'Fix any of the following:\n  Element has a tabindex greater than 0', 'html': '<a href="#main_content" class="usa-skipnav" tabindex="1">Skip to main content</a>', 'impact': 'serious', 'none': [], 'target': ['.usa-skipnav'] }], 'tags': ['cat.keyboard', 'best-practice'] }] }