prefers-color-scheme: darkFocus your efforts on these pages to make the biggest impact (combined scanner unique failures):
| Page | axe Unique | ALFA Unique | Equal Access Unique | AccessLint Unique | QualWeb | Total Unique | Page Title |
|---|---|---|---|---|---|---|---|
| View Page | 6 | 14 | 24 | 12 | 25 | 81 | National Nuclear Security Administration | Department of Energy |
| View Page | 1 | 16 | 34 | 8 | 14 | 73 | Contact Us | Department of Energy |
| View Page | 5 | 10 | 31 | 6 | 4 | 56 | Department of Energy |
| View Page | 0 | 15 | 21 | 5 | 12 | 53 | Earth Systems Modeling | Department of Energy |
| View Page | 1 | 12 | 20 | 6 | 12 | 51 | Apprenticeships & Workforce Development | Department of Energy |
| View Page | 0 | 12 | 18 | 8 | 12 | 50 | Privacy Program | Department of Energy |
| View Page | 0 | 10 | 20 | 5 | 13 | 48 | Accessibility Standard Statement | Department of Energy |
| View Page | 1 | 16 | 20 | 4 | 7 | 48 | Energy Department Announces Largest Loan in Department History, Delivering Over $7 Billion in Electricity Cost Savings for Georgia and Alabama Customers | Department of Energy |
| View Page | 0 | 12 | 17 | 5 | 12 | 46 | Puerto Rico Grid Resilience and Modernization | Department of Energy |
| View Page | 1 | 10 | 14 | 5 | 10 | 40 | All Topics | Department of Energy |
These ALFA accessibility issues appear most frequently across your pages:
| Rule | Pages Affected | Documentation |
|---|---|---|
| SIA-R111: Interactive elements have a sufficient target size | 12 of 69 | View Rule |
| SIA-R73: Text spacing can be adjusted without loss of content | 12 of 69 | View Rule |
| SIA-R61 | 11 of 69 | View Rule |
| SIA-R78: Headings of same level have text content between them | 3 of 69 | View Rule |
| SIA-R14: Images have an accessible name or are decorative | 3 of 69 | View Rule |
| SIA-R53: Headings follow a logical hierarchy | 3 of 69 | View Rule |
| SIA-R68: Accessible name contains the visible label text | 1 of 69 | View Rule |
| SIA-R8: Form elements have accessible labels | 1 of 69 | View Rule |
| SIA-R86: Page has a mechanism to bypass repeated blocks of content | 1 of 69 | View Rule |
| SIA-R70 | 1 of 69 | View Rule |
đź’ˇ Tip: Click on the rule documentation links to learn how to fix each issue.
These axe accessibility issues appear most frequently across your pages:
| Rule | Pages Affected | Documentation |
|---|---|---|
| heading-order | 3 of 69 | View Rule |
| aria-allowed-role | 1 of 69 | View Rule |
| presentation-role-conflict | 1 of 69 | View Rule |
| link-name | 1 of 69 | View Rule |
đź’ˇ Tip: Click on the rule documentation links to learn how to fix each issue. Consider fixing the most common issues first for maximum impact.
🤖 Future Enhancement: This report will soon include AI-powered fix suggestions for authenticated GitHub users (opt-in only, no auto-run AI).
These HTML patterns cause the same accessibility errors across multiple pages. Fix the pattern once in your codebase to fix it everywhere!
``html
<a class="logo-img" href="/" accesskey="1" title="Home" aria-label="Home">...</a>
XPath (use in browser DevTools):
`
/a[@class="logo-img"]
`
How to Replicate:
1. Open any affected page in your browser
2. Press F12 to open DevTools
3. Go to Console tab
4. Run:
$x('/a[@class="logo-img"]')
5. The element will be highlighted
Affected Pages:
- https://energy.gov/
- https://energy.gov/cio/accessibility-standard-statement
- https://energy.gov/apprenticeships-workforce-development
- https://energy.gov/contact-us
- https://energy.gov/funding-opportunities
- ...and 7 more page(s)
---
Pattern 2: Affects 12 page(s) - 12 occurrence(s)
Scanner: ALFA
Rule: SIA-R111: Interactive elements have a sufficient target size
Issue: Target has insufficient size
HTML Pattern:
`html
<a href="/our-leadership-offices" class="first" data-drupal-link-system-path="node/4847008">Leadership & Offices</a>
`
XPath (use in browser DevTools):
`
/a[@class="first"]
`
How to Replicate:
1. Open any affected page in your browser
2. Press F12 to open DevTools
3. Go to Console tab
4. Run:
$x('/a[@class="first"]')
5. The element will be highlighted
Affected Pages:
- https://energy.gov/
- https://energy.gov/cio/accessibility-standard-statement
- https://energy.gov/apprenticeships-workforce-development
- https://energy.gov/contact-us
- https://energy.gov/funding-opportunities
- ...and 7 more page(s)
---
Pattern 3: Affects 12 page(s) - 12 occurrence(s)
Scanner: ALFA
Rule: SIA-R111: Interactive elements have a sufficient target size
Issue: Target has insufficient size
HTML Pattern:
`html
<a href="/newsroom" data-drupal-link-system-path="node/4847098">Newsroom</a>
`
XPath (use in browser DevTools):
`
/a
`
How to Replicate:
1. Open any affected page in your browser
2. Press F12 to open DevTools
3. Go to Console tab
4. Run:
$x('/a')
5. The element will be highlighted
Affected Pages:
- https://energy.gov/
- https://energy.gov/cio/accessibility-standard-statement
- https://energy.gov/apprenticeships-workforce-development
- https://energy.gov/contact-us
- https://energy.gov/funding-opportunities
- ...and 7 more page(s)
---
Pattern 4: Affects 12 page(s) - 12 occurrence(s)
Scanner: ALFA
Rule: SIA-R111: Interactive elements have a sufficient target size
Issue: Target has insufficient size
HTML Pattern:
`html
<a href="/work-us-department-energy" class="last" data-drupal-link-system-path="node/4847097">Careers</a>
`
XPath (use in browser DevTools):
`
/a[@class="last"]
`
How to Replicate:
1. Open any affected page in your browser
2. Press F12 to open DevTools
3. Go to Console tab
4. Run:
$x('/a[@class="last"]')
5. The element will be highlighted
Affected Pages:
- https://energy.gov/
- https://energy.gov/cio/accessibility-standard-statement
- https://energy.gov/apprenticeships-workforce-development
- https://energy.gov/contact-us
- https://energy.gov/funding-opportunities
- ...and 7 more page(s)
---
Pattern 5: Affects 12 page(s) - 12 occurrence(s)
Scanner: ALFA
Rule: SIA-R111: Interactive elements have a sufficient target size
Issue: Target has insufficient size
HTML Pattern:
`html
<a href="/budget-performance" class="first" data-drupal-link-system-path="node/268189">Budget & Performance </a>
`
XPath (use in browser DevTools):
`
/a[@class="first"]
`
How to Replicate:
1. Open any affected page in your browser
2. Press F12 to open DevTools
3. Go to Console tab
4. Run:
$x('/a[@class="first"]')
5. The element will be highlighted
Affected Pages:
- https://energy.gov/
- https://energy.gov/cio/accessibility-standard-statement
- https://energy.gov/apprenticeships-workforce-development
- https://energy.gov/contact-us
- https://energy.gov/funding-opportunities
- ...and 7 more page(s)
---
Pattern 6: Affects 12 page(s) - 12 occurrence(s)
Scanner: ALFA
Rule: SIA-R111: Interactive elements have a sufficient target size
Issue: Target has insufficient size
HTML Pattern:
`html
<a href="https://www.directives.doe.gov/">Directives, Delegations, & Requirements </a>
`
XPath (use in browser DevTools):
`
/a
`
How to Replicate:
1. Open any affected page in your browser
2. Press F12 to open DevTools
3. Go to Console tab
4. Run:
$x('/a')
5. The element will be highlighted
Affected Pages:
- https://energy.gov/
- https://energy.gov/cio/accessibility-standard-statement
- https://energy.gov/apprenticeships-workforce-development
- https://energy.gov/contact-us
- https://energy.gov/funding-opportunities
- ...and 7 more page(s)
---
Pattern 7: Affects 12 page(s) - 12 occurrence(s)
Scanner: ALFA
Rule: SIA-R111: Interactive elements have a sufficient target size
Issue: Target has insufficient size
HTML Pattern:
`html
<a href="/gc/freedom-information-act" data-drupal-link-system-path="node/3049">Freedom of Information Act (FOIA)</a>
`
XPath (use in browser DevTools):
`
/a
`
How to Replicate:
1. Open any affected page in your browser
2. Press F12 to open DevTools
3. Go to Console tab
4. Run:
$x('/a')
5. The element will be highlighted
Affected Pages:
- https://energy.gov/
- https://energy.gov/cio/accessibility-standard-statement
- https://energy.gov/apprenticeships-workforce-development
- https://energy.gov/contact-us
- https://energy.gov/funding-opportunities
- ...and 7 more page(s)
---
Pattern 8: Affects 12 page(s) - 12 occurrence(s)
Scanner: ALFA
Rule: SIA-R111: Interactive elements have a sufficient target size
Issue: Target has insufficient size
HTML Pattern:
`html
<a href="/ig/office-inspector-general" data-drupal-link-system-path="node/4847015">Inspector General </a>
`
XPath (use in browser DevTools):
`
/a
`
How to Replicate:
1. Open any affected page in your browser
2. Press F12 to open DevTools
3. Go to Console tab
4. Run:
$x('/a')
5. The element will be highlighted
Affected Pages:
- https://energy.gov/
- https://energy.gov/cio/accessibility-standard-statement
- https://energy.gov/apprenticeships-workforce-development
- https://energy.gov/contact-us
- https://energy.gov/funding-opportunities
- ...and 7 more page(s)
---
Pattern 9: Affects 12 page(s) - 12 occurrence(s)
Scanner: ALFA
Rule: SIA-R111: Interactive elements have a sufficient target size
Issue: Target has insufficient size
HTML Pattern:
`html
<a href="https://www.usa.gov/" class="first">USA.gov</a>
`
XPath (use in browser DevTools):
`
/a[@class="first"]
`
How to Replicate:
1. Open any affected page in your browser
2. Press F12 to open DevTools
3. Go to Console tab
4. Run:
$x('/a[@class="first"]')
5. The element will be highlighted
Affected Pages:
- https://energy.gov/
- https://energy.gov/cio/accessibility-standard-statement
- https://energy.gov/apprenticeships-workforce-development
- https://energy.gov/contact-us
- https://energy.gov/funding-opportunities
- ...and 7 more page(s)
---
Pattern 10: Affects 12 page(s) - 12 occurrence(s)
Scanner: ALFA
Rule: SIA-R111: Interactive elements have a sufficient target size
Issue: Target has insufficient size
HTML Pattern:
`html
<a href="https://www.whitehouse.gov/" class="last">The White House </a>
`
XPath (use in browser DevTools):
`
/a[@class="last"]
`
How to Replicate:
1. Open any affected page in your browser
2. Press F12 to open DevTools
3. Go to Console tab
4. Run:
$x('/a[@class="last"]')
5. The element will be highlighted
Affected Pages:
- https://energy.gov/
- https://energy.gov/cio/accessibility-standard-statement
- https://energy.gov/apprenticeships-workforce-development
- https://energy.gov/contact-us
- https://energy.gov/funding-opportunities
- ...and 7 more page(s)
---
Pattern 11: Affects 12 page(s) - 12 occurrence(s)
Scanner: ALFA
Rule: SIA-R111: Interactive elements have a sufficient target size
Issue: Target has insufficient size
HTML Pattern:
`html
<a href="/open-government" class="first" data-drupal-link-system-path="node/268195">Open Gov</a>
`
XPath (use in browser DevTools):
`
/a[@class="first"]
`
How to Replicate:
1. Open any affected page in your browser
2. Press F12 to open DevTools
3. Go to Console tab
4. Run:
$x('/a[@class="first"]')
5. The element will be highlighted
Affected Pages:
- https://energy.gov/
- https://energy.gov/cio/accessibility-standard-statement
- https://energy.gov/apprenticeships-workforce-development
- https://energy.gov/contact-us
- https://energy.gov/funding-opportunities
- ...and 7 more page(s)
---
Pattern 12: Affects 12 page(s) - 12 occurrence(s)
Scanner: ALFA
Rule: SIA-R111: Interactive elements have a sufficient target size
Issue: Target has insufficient size
HTML Pattern:
`html
<a href="/about-us/web-policies/privacy" data-drupal-link-system-path="node/268159">Privacy</a>
`
XPath (use in browser DevTools):
`
/a
`
How to Replicate:
1. Open any affected page in your browser
2. Press F12 to open DevTools
3. Go to Console tab
4. Run:
$x('/a')
5. The element will be highlighted
Affected Pages:
- https://energy.gov/
- https://energy.gov/cio/accessibility-standard-statement
- https://energy.gov/apprenticeships-workforce-development
- https://energy.gov/contact-us
- https://energy.gov/funding-opportunities
- ...and 7 more page(s)
---
Pattern 13: Affects 12 page(s) - 12 occurrence(s)
Scanner: ALFA
Rule: SIA-R111: Interactive elements have a sufficient target size
Issue: Target has insufficient size
HTML Pattern:
`html
<a href="/cio/department-energy-information-quality-guidelines" data-drupal-link-system-path="node/289213">Information Quality</a>
`
XPath (use in browser DevTools):
`
/a
`
How to Replicate:
1. Open any affected page in your browser
2. Press F12 to open DevTools
3. Go to Console tab
4. Run:
$x('/a')
5. The element will be highlighted
Affected Pages:
- https://energy.gov/
- https://energy.gov/cio/accessibility-standard-statement
- https://energy.gov/apprenticeships-workforce-development
- https://energy.gov/contact-us
- https://energy.gov/funding-opportunities
- ...and 7 more page(s)
---
Pattern 14: Affects 12 page(s) - 12 occurrence(s)
Scanner: ALFA
Rule: SIA-R111: Interactive elements have a sufficient target size
Issue: Target has insufficient size
HTML Pattern:
`html
<a href="/web-policies" data-drupal-link-system-path="node/268153">Web Policies</a>
`
XPath (use in browser DevTools):
`
/a
`
How to Replicate:
1. Open any affected page in your browser
2. Press F12 to open DevTools
3. Go to Console tab
4. Run:
$x('/a')
5. The element will be highlighted
Affected Pages:
- https://energy.gov/
- https://energy.gov/cio/accessibility-standard-statement
- https://energy.gov/apprenticeships-workforce-development
- https://energy.gov/contact-us
- https://energy.gov/funding-opportunities
- ...and 7 more page(s)
---
Pattern 15: Affects 12 page(s) - 12 occurrence(s)
Scanner: ALFA
Rule: SIA-R111: Interactive elements have a sufficient target size
Issue: Target has insufficient size
HTML Pattern:
`html
<a href="/cio/articles/vulnerability-disclosure-policy" data-drupal-link-system-path="node/4802628">Vulnerability Disclosure Program</a>
`
XPath (use in browser DevTools):
`
/a
`
How to Replicate:
1. Open any affected page in your browser
2. Press F12 to open DevTools
3. Go to Console tab
4. Run:
$x('/a')
5. The element will be highlighted
Affected Pages:
- https://energy.gov/
- https://energy.gov/cio/accessibility-standard-statement
- https://energy.gov/apprenticeships-workforce-development
- https://energy.gov/contact-us
- https://energy.gov/funding-opportunities
- ...and 7 more page(s)
---
đź’ˇ Pro Tip: These patterns likely come from shared components or templates in your codebase. Fix them in the component/template source, and the fix will propagate to all affected pages.
📊 Detailed Results
Complete scan results for all tested pages:
Submitted URL Final URL Status HTTP Redirected Time (ms) axe Unique ALFA Unique Equal Access Unique AccessLint Unique Duplicates Notes
https://energy.gov/ https://www.energy.gov/ OK 200 yes 21286 5 10 31 6 50 Department of Energy
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R78 (Headings of same level have text content between them)
axe failed rules: aria-allowed-role
Equal Access failed rules: aria_attribute_redundant, aria_content_in_landmark, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, frame_src_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_contrast_sufficient, text_sensory_misuse
AccessLint failed rules: aria/aria-allowed-role, landmarks/region
https://energy.gov/cio/accessibility-standard-statement https://www.energy.gov/cio/accessibility-standard-statement OK 200 yes 13918 0 10 20 5 37 Accessibility Standard Statement | Department of Energy
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R61, SIA-R73 (Text spacing can be adjusted without loss of content)
Equal Access failed rules: aria_content_in_landmark, aria_role_redundant, element_tabbable_unobscured, input_label_visible, label_name_visible, list_markup_review, style_color_misuse, style_highcontrast_visible, text_block_heading, text_contrast_sufficient
AccessLint failed rules: distinguishable/color-contrast, landmarks/region
https://energy.gov/gdo/funding-opportunities-and-requests-information https://energy.gov/gdo/funding-opportunities-and-requests-information FAIL - no 255 0 0 0 0 0 fetch failed
https://energy.gov/apprenticeships-workforce-development https://www.energy.gov/apprenticeships-workforce-development OK 200 yes 15395 1 12 20 6 54 Apprenticeships & Workforce Development | Department of Energy
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R53 (Headings follow a logical hierarchy), SIA-R61, SIA-R73 (Text spacing can be adjusted without loss of content)
axe failed rules: heading-order
Equal Access failed rules: aria_content_in_landmark, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, heading_markup_misuse, input_label_visible, list_markup_review, style_color_misuse, style_highcontrast_visible, text_block_heading, text_contrast_sufficient, text_sensory_misuse
AccessLint failed rules: distinguishable/color-contrast, landmarks/region, navigable/heading-order
https://energy.gov/budget-performance https://energy.gov/budget-performance FAIL - no 253 0 0 0 0 0 fetch failed
https://energy.gov/commercialization https://energy.gov/commercialization FAIL - no 253 0 0 0 0 0 fetch failed
https://energy.gov/contact-us https://www.energy.gov/contact-us OK 200 yes 15940 1 16 34 8 43 Contact Us | Department of Energy
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R61, SIA-R68 (Accessible name contains the visible label text), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R8 (Form elements have accessible labels), SIA-R86 (Page has a mechanism to bypass repeated blocks of content)
axe failed rules: presentation-role-conflict
Equal Access failed rules: aria_attribute_redundant, aria_attribute_valid, aria_content_in_landmark, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, frame_src_valid, input_label_visible, label_ref_valid, list_markup_review, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_contrast_sufficient, text_sensory_misuse
AccessLint failed rules: distinguishable/color-contrast, labels-and-names/aria-input-field-name, labels-and-names/form-label, landmarks/region
https://energy.gov/design https://energy.gov/design FAIL - no 369 0 0 0 0 0 fetch failed
https://energy.gov/digital-engagement-and-media https://energy.gov/digital-engagement-and-media FAIL - no 253 0 0 0 0 0 fetch failed
https://energy.gov/EDF https://energy.gov/EDF FAIL - no 253 0 0 0 0 0 fetch failed
https://energy.gov/funding-opportunities https://www.energy.gov/funding-opportunities OK 200 yes 14725 0 9 15 3 29 Funding Opportunities | Department of Energy
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R61, SIA-R73 (Text spacing can be adjusted without loss of content)
Equal Access failed rules: aria_content_in_landmark, aria_role_redundant, element_tabbable_unobscured, input_label_visible, style_color_misuse, style_highcontrast_visible, text_block_heading, text_contrast_sufficient
AccessLint failed rules: distinguishable/color-contrast, landmarks/region
https://energy.gov/genesis https://energy.gov/genesis FAIL - no 253 0 0 0 0 0 fetch failed
https://energy.gov/internships-fellowships https://energy.gov/internships-fellowships FAIL - no 254 0 0 0 0 0 fetch failed
https://energy.gov/mission https://energy.gov/mission FAIL - no 254 0 0 0 0 0 fetch failed
https://energy.gov/newsroom https://energy.gov/newsroom FAIL - no 253 0 0 0 0 0 fetch failed
https://energy.gov/notice-court-orders https://www.energy.gov/notice-court-orders OK 200 yes 13705 0 8 15 3 23 Notice of Court Orders | Department of Energy
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R61, SIA-R73 (Text spacing can be adjusted without loss of content)
Equal Access failed rules: aria_content_in_landmark, aria_role_redundant, element_tabbable_unobscured, input_label_visible, style_color_misuse, style_highcontrast_visible, text_block_heading, text_contrast_sufficient
AccessLint failed rules: distinguishable/color-contrast, landmarks/region
https://energy.gov/open-government https://energy.gov/open-government FAIL - no 254 0 0 0 0 0 fetch failed
https://energy.gov/our-leadership-offices https://energy.gov/our-leadership-offices FAIL - no 253 0 0 0 0 0 fetch failed
https://energy.gov/power-marketing-administrations https://energy.gov/power-marketing-administrations FAIL - no 252 0 0 0 0 0 fetch failed
https://energy.gov/save https://energy.gov/save FAIL - no 252 0 0 0 0 0 fetch failed
https://energy.gov/state-american-energy-promises-made-promises-kept https://energy.gov/state-american-energy-promises-made-promises-kept FAIL - no 252 0 0 0 0 0 fetch failed
https://energy.gov/topics https://www.energy.gov/topics OK 200 yes 15132 1 10 14 5 74 All Topics | Department of Energy
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R53 (Headings follow a logical hierarchy), SIA-R61, SIA-R73 (Text spacing can be adjusted without loss of content)
axe failed rules: heading-order
Equal Access failed rules: aria_content_in_landmark, aria_role_redundant, element_tabbable_unobscured, input_label_visible, style_color_misuse, style_highcontrast_visible, text_block_heading, text_contrast_sufficient
AccessLint failed rules: distinguishable/color-contrast, landmarks/region, navigable/heading-order
https://energy.gov/us-department-energy-national-laboratories https://energy.gov/us-department-energy-national-laboratories FAIL - no 252 0 0 0 0 0 fetch failed
https://energy.gov/us-energy-information-administration-eia https://energy.gov/us-energy-information-administration-eia FAIL - no 252 0 0 0 0 0 fetch failed
https://energy.gov/web-policies https://energy.gov/web-policies FAIL - no 253 0 0 0 0 0 fetch failed
https://energy.gov/whistleblower-protection-and-nondisclosure-agreements https://energy.gov/whistleblower-protection-and-nondisclosure-agreements FAIL - no 252 0 0 0 0 0 fetch failed
https://energy.gov/work-us-department-energy https://energy.gov/work-us-department-energy FAIL - no 252 0 0 0 0 0 fetch failed
https://energy.gov/articles/energy-department-announces-1715-million-expand-us-geothermal-energy https://energy.gov/articles/energy-department-announces-1715-million-expand-us-geothermal-energy FAIL - no 252 0 0 0 0 0 fetch failed
https://energy.gov/articles/energy-department-announces-largest-loan-department-history-delivering-over-7-billion https://www.energy.gov/articles/energy-department-announces-largest-loan-department-history-delivering-over-7-billion OK 200 yes 13112 1 16 20 4 30 Energy Department Announces Largest Loan in Department History, Delivering Over $7 Billion in Electricity Cost Savings for Georgia and Alabama Customers | Department of Energy
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R53 (Headings follow a logical hierarchy), SIA-R61, SIA-R70, SIA-R73 (Text spacing can be adjusted without loss of content)
axe failed rules: heading-order
Equal Access failed rules: aria_content_in_landmark, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, heading_markup_misuse, input_label_visible, label_name_visible, style_color_misuse, style_highcontrast_visible, text_block_heading, text_contrast_sufficient, text_sensory_misuse
AccessLint failed rules: distinguishable/color-contrast, landmarks/region, navigable/heading-order
https://energy.gov/articles/energy-department-approves-export-expansion-corpus-christi-lng https://energy.gov/articles/energy-department-approves-export-expansion-corpus-christi-lng FAIL - no 311 0 0 0 0 0 fetch failed
https://energy.gov/articles/fact-sheet-energy-department-lowering-electricity-costs-georgia-and-alabama https://energy.gov/articles/fact-sheet-energy-department-lowering-electricity-costs-georgia-and-alabama FAIL - no 250 0 0 0 0 0 fetch failed
https://energy.gov/articles/fact-sheet-president-trump-restoring-prosperity-safety-and-security-united-states-and https://energy.gov/articles/fact-sheet-president-trump-restoring-prosperity-safety-and-security-united-states-and FAIL - no 252 0 0 0 0 0 fetch failed
https://energy.gov/articles/us-department-energy-reverses-biden-lng-pause-restores-trump-energy-dominance-agenda https://energy.gov/articles/us-department-energy-reverses-biden-lng-pause-restores-trump-energy-dominance-agenda FAIL - no 251 0 0 0 0 0 fetch failed
https://energy.gov/ceser/does-use-federal-power-act-emergency-authority https://energy.gov/ceser/does-use-federal-power-act-emergency-authority FAIL - no 252 0 0 0 0 0 fetch failed
https://energy.gov/ceser/emergency-response-hub-0 https://energy.gov/ceser/emergency-response-hub-0 FAIL - no 251 0 0 0 0 0 fetch failed
https://energy.gov/cio/department-energy-information-quality-guidelines https://energy.gov/cio/department-energy-information-quality-guidelines FAIL - no 252 0 0 0 0 0 fetch failed
https://energy.gov/cio/privacy-program https://www.energy.gov/cio/privacy-program OK 200 yes 14286 0 12 18 8 37 Privacy Program | Department of Energy
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R61, SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R78 (Headings of same level have text content between them)
Equal Access failed rules: aria_content_in_landmark, aria_role_redundant, element_tabbable_unobscured, input_label_visible, style_background_decorative, style_color_misuse, style_highcontrast_visible, text_block_heading, text_contrast_sufficient
AccessLint failed rules: distinguishable/color-contrast, landmarks/region
https://energy.gov/energysaver/energy-saver https://energy.gov/energysaver/energy-saver FAIL - no 252 0 0 0 0 0 fetch failed
https://energy.gov/femp/federal-energy-management-program-funding-opportunities https://energy.gov/femp/federal-energy-management-program-funding-opportunities FAIL - no 251 0 0 0 0 0 fetch failed
https://energy.gov/gc/freedom-information-act https://energy.gov/gc/freedom-information-act FAIL - no 252 0 0 0 0 0 fetch failed
https://energy.gov/hgeo/hgeo-solicitations-and-business-opportunities https://energy.gov/hgeo/hgeo-solicitations-and-business-opportunities FAIL - no 251 0 0 0 0 0 fetch failed
https://energy.gov/ig/office-inspector-general https://energy.gov/ig/office-inspector-general FAIL - no 252 0 0 0 0 0 fetch failed
https://energy.gov/indianenergy/current-funding-and-technical-assistance-opportunities https://energy.gov/indianenergy/current-funding-and-technical-assistance-opportunities FAIL - no 252 0 0 0 0 0 fetch failed
https://energy.gov/lm/history https://energy.gov/lm/history FAIL - no 252 0 0 0 0 0 fetch failed
https://energy.gov/mesc/funding https://energy.gov/mesc/funding FAIL - no 252 0 0 0 0 0 fetch failed
https://energy.gov/nnsa/national-nuclear-security-administration https://www.energy.gov/nnsa/national-nuclear-security-administration OK 200 yes 18079 6 14 24 12 77 National Nuclear Security Administration | Department of Energy
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R61, SIA-R73 (Text spacing can be adjusted without loss of content)
axe failed rules: link-name
Equal Access failed rules: a_text_purpose, aria_content_in_landmark, aria_role_redundant, element_tabbable_unobscured, input_label_visible, label_name_visible, style_color_misuse, style_highcontrast_visible, text_block_heading, text_contrast_sufficient
AccessLint failed rules: distinguishable/color-contrast, labels-and-names/label-content-mismatch, landmarks/region, navigable/link-name
https://energy.gov/OMEI/office-civil-rights-and-equal-employment-opportunity https://energy.gov/OMEI/office-civil-rights-and-equal-employment-opportunity FAIL - no 253 0 0 0 0 0 fetch failed
https://energy.gov/science/department-energy-nobel-laureates https://energy.gov/science/department-energy-nobel-laureates FAIL - no 252 0 0 0 0 0 fetch failed
https://energy.gov/science/office-science-funding-opportunities https://energy.gov/science/office-science-funding-opportunities FAIL - no 252 0 0 0 0 0 fetch failed
https://energy.gov/topics/2025-doe-403-orders https://energy.gov/topics/2025-doe-403-orders FAIL - no 252 0 0 0 0 0 fetch failed
https://energy.gov/topics/advancing-innovation-technology-transitions-and-early-investments https://energy.gov/topics/advancing-innovation-technology-transitions-and-early-investments FAIL - no 252 0 0 0 0 0 fetch failed
https://energy.gov/topics/american-manufacturing https://energy.gov/topics/american-manufacturing FAIL - no 252 0 0 0 0 0 fetch failed
https://energy.gov/topics/artificial-intelligence https://energy.gov/topics/artificial-intelligence FAIL - no 252 0 0 0 0 0 fetch failed
https://energy.gov/topics/cybersecurity https://energy.gov/topics/cybersecurity FAIL - no 253 0 0 0 0 0 fetch failed
https://energy.gov/topics/earth-systems-modeling https://www.energy.gov/topics/earth-systems-modeling OK 200 yes 15505 0 15 21 5 40 Earth Systems Modeling | Department of Energy
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R61, SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R78 (Headings of same level have text content between them)
Equal Access failed rules: aria_content_in_landmark, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, frame_src_valid, input_label_visible, style_color_misuse, style_highcontrast_visible, text_block_heading, text_contrast_sufficient
AccessLint failed rules: distinguishable/color-contrast, landmarks/region
https://energy.gov/topics/energy-security https://energy.gov/topics/energy-security FAIL - no 253 0 0 0 0 0 fetch failed
https://energy.gov/topics/energy-workforce https://energy.gov/topics/energy-workforce FAIL - no 252 0 0 0 0 0 fetch failed
https://energy.gov/topics/environmental-and-legacy-management https://energy.gov/topics/environmental-and-legacy-management FAIL - no 253 0 0 0 0 0 fetch failed
https://energy.gov/about-us/web-policies/privacy https://energy.gov/about-us/web-policies/privacy FAIL - no 252 0 0 0 0 0 fetch failed
https://energy.gov/cio/articles/vulnerability-disclosure-policy https://energy.gov/cio/articles/vulnerability-disclosure-policy FAIL - no 253 0 0 0 0 0 fetch failed
https://energy.gov/eere/funding/eere-funding-opportunities https://energy.gov/eere/funding/eere-funding-opportunities FAIL - no 251 0 0 0 0 0 fetch failed
https://energy.gov/scep/wap/weatherization-assistance-program https://energy.gov/scep/wap/weatherization-assistance-program FAIL - no 252 0 0 0 0 0 fetch failed
https://energy.gov/topics/national-science-bowl https://energy.gov/topics/national-science-bowl FAIL - no 252 0 0 0 0 0 fetch failed
https://energy.gov/topics/grid-deployment-and-transmission https://energy.gov/topics/grid-deployment-and-transmission FAIL - no 252 0 0 0 0 0 fetch failed
https://energy.gov/topics/puerto-rico-grid-resilience-and-modernization https://www.energy.gov/topics/puerto-rico-grid-resilience-and-modernization OK 200 yes 15693 0 12 17 5 59 Puerto Rico Grid Resilience and Modernization | Department of Energy
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R61, SIA-R73 (Text spacing can be adjusted without loss of content)
Equal Access failed rules: aria_content_in_landmark, aria_role_redundant, element_tabbable_unobscured, input_label_visible, style_color_misuse, style_highcontrast_visible, text_block_heading, text_contrast_sufficient
AccessLint failed rules: distinguishable/color-contrast, landmarks/region
https://energy.gov/topics/tribal-energy-access https://energy.gov/topics/tribal-energy-access FAIL - no 307 0 0 0 0 0 fetch failed
https://energy.gov/topics/research-technology-and-economic-security https://energy.gov/topics/research-technology-and-economic-security FAIL - no 252 0 0 0 0 0 fetch failed
https://energy.gov/topics/extreme-weather-resiliency https://energy.gov/topics/extreme-weather-resiliency FAIL - no 253 0 0 0 0 0 fetch failed
https://energy.gov/topics/nuclear-security https://energy.gov/topics/nuclear-security FAIL - no 252 0 0 0 0 0 fetch failed
Detailed Failure Information (ALFA)
https://energy.gov/
Rule: SIA-R111: Interactive elements have a sufficient target size
Failure 1:
- Message: Target has insufficient size
- HTML:
...
XPath: /a[@class="logo-img"]
Failure 2:
- Message: Target has insufficient size
- HTML:
LNG Exports
XPath: /a
Failure 3:
- Message: Target has insufficient size
- HTML:
Learn More
XPath: /a[@class="usa-button usa-button--outline"]
Failure 4:
- Message: Target has insufficient size
- HTML:
...
XPath: /a[@class="collection-item__link usa-button usa-button--outline"]
Failure 5:
- Message: Target has insufficient size
- HTML:
Leadership & Offices
XPath: /a[@class="first"]
... and 1 more failures for this rule
Rule: SIA-R73: Text spacing can be adjusted without loss of content
Failure 1:
- Message: The line height of the paragraph is
normal which will result in a line height of less than 1.5
HTML: The Energy Department is Delivering on President T...
XPath: /p
Failure 2:
- Message: The line height of the paragraph is
normal which will result in a line height of less than 1.5
HTML: Committed to Restoring America’s En...
XPath: /p[@class="text-bold"]
Failure 3:
- Message: The line height of the paragraph is
normal which will result in a line height of less than 1.5
HTML:
XPath: /p[@class="footer-heading"]
Rule: SIA-R78: Headings of same level have text content between them
Failure 1:
- Message: There is no content between this heading and the next
- HTML:
XPath: /h2[@id="carousel-heading"]
https://energy.gov/cio/accessibility-standard-statement
Rule: SIA-R111: Interactive elements have a sufficient target size
Failure 1:
- Message: Target has insufficient size
- HTML:
...
XPath: /a[@class="logo-img"]
Failure 2:
- Message: Target has insufficient size
- HTML:
...
XPath: /a
Failure 3:
- Message: Target has insufficient size
- HTML:
Leadership & Offices
XPath: /a[@class="first"]
Failure 4:
- Message: Target has insufficient size
- HTML:
Careers
XPath: /a[@class="last"]
Failure 5:
- Message: Target has insufficient size
- HTML:
Accessibility
XPath: /a[@class="active active-trail active-trail is-active"]
Rule: SIA-R14: Images have an accessible name or are decorative
Failure 1:
- Message: The visible text content of the element is not included within its accessible name
- HTML:
...
XPath: /a
Rule: SIA-R61
Failure 1:
- Message: The document does not start with a level 1 heading
Rule: SIA-R73: Text spacing can be adjusted without loss of content
Failure 1:
- Message: The line height of the paragraph is
normal which will result in a line height of less than 1.5
HTML: ...
XPath: /p
Failure 2:
- Message: The line height of the paragraph is
normal which will result in a line height of less than 1.5
HTML: Committed to Restoring America’s En...
XPath: /p[@class="text-bold"]
Failure 3:
- Message: The line height of the paragraph is
normal which will result in a line height of less than 1.5
HTML:
XPath: /p[@class="footer-heading"]
https://energy.gov/apprenticeships-workforce-development
Rule: SIA-R111: Interactive elements have a sufficient target size
Failure 1:
- Message: Target has insufficient size
- HTML:
...
XPath: /a[@class="logo-img"]
Failure 2:
- Message: Target has insufficient size
- HTML:
...
XPath: /a[@class="collection-item__link usa-button usa-button--outline"]
Failure 3:
- Message: Target has insufficient size
- HTML:
...
XPath: /a[@class="collection-item__link"]
Failure 4:
- Message: Target has insufficient size
- HTML:
...
XPath: /a[@class="collection-item__link ext"]
Failure 5:
- Message: Target has insufficient size
- HTML:
Leadership & Offices
XPath: /a[@class="first"]
... and 2 more failures for this rule
Rule: SIA-R53: Headings follow a logical hierarchy
Failure 1:
- Message: The heading skips one or more levels
- HTML:
XPath: /h5
Rule: SIA-R61
Failure 1:
- Message: The document does not start with a level 1 heading
Rule: SIA-R73: Text spacing can be adjusted without loss of content
Failure 1:
- Message: The line height of the paragraph is
normal which will result in a line height of less than 1.5
HTML: Among a plethora of workforce strategies that can ...
XPath: /p
Failure 2:
- Message: The line height of the paragraph is
normal which will result in a line height of less than 1.5
HTML: Committed to Restoring America’s En...
XPath: /p[@class="text-bold"]
Failure 3:
- Message: The line height of the paragraph is
normal which will result in a line height of less than 1.5
HTML:
XPath: /p[@class="footer-heading"]
https://energy.gov/contact-us
Rule: SIA-R111: Interactive elements have a sufficient target size
Failure 1:
- Message: Target has insufficient size
- HTML:
...
XPath: /a[@class="logo-img"]
Failure 2:
- Message: Target has insufficient size
- HTML:
...
XPath: /a[@class="chosen-single"]
Failure 3:
- Message: Target has insufficient size
- HTML:
Leadership & Offices
XPath: /a[@class="first"]
Failure 4:
- Message: Target has insufficient size
- HTML:
Newsroom
XPath: /a
Failure 5:
- Message: Target has insufficient size
- HTML:
Contact Us
XPath: /a[@class="active active-trail active-trail is-active"]
... and 1 more failures for this rule
Rule: SIA-R61
Failure 1:
- Message: The document does not start with a level 1 heading
Rule: SIA-R68: Accessible name contains the visible label text
Failure 1:
- Message: The element owns no elements as required by its semantic role
- HTML:
XPath: /div
Failure 2:
- Message: The element owns no elements as required by its semantic role
- HTML:
XPath: /ul[@id="edit-category-chosen-search-results"]
Failure 3:
- Message: The element owns no elements as required by its semantic role
- HTML:
XPath: /ul[@id="edit-affiliation-chosen-search-results"]
Rule: SIA-R73: Text spacing can be adjusted without loss of content
Failure 1:
- Message: The line height of the paragraph is
normal which will result in a line height of less than 1.5
HTML: ...
XPath: /p
Failure 2:
- Message: The line height of the paragraph is
normal which will result in a line height of less than 1.5
HTML: Committed to Restoring America’s En...
XPath: /p[@class="text-bold"]
Failure 3:
- Message: The line height of the paragraph is
normal which will result in a line height of less than 1.5
HTML:
XPath: /p[@class="footer-heading"]
Rule: SIA-R8: Form elements have accessible labels
Failure 1:
- Message: The form field does not have an accessible name
- HTML:
XPath: /ul[@id="edit-category-chosen-search-results"]
Failure 2:
- Message: The form field does not have an accessible name
- HTML:
XPath: /ul[@id="edit-affiliation-chosen-search-results"]
Rule: SIA-R86: Page has a mechanism to bypass repeated blocks of content
Failure 1:
- Message: The element is marked as decorative but is exposed
- HTML:
XPath: /iframe
https://energy.gov/funding-opportunities
Rule: SIA-R111: Interactive elements have a sufficient target size
Failure 1:
- Message: Target has insufficient size
- HTML:
...
XPath: /a[@class="logo-img"]
Failure 2:
- Message: Target has insufficient size
- HTML:
View More
XPath: /a[@class="usa-button usa-button--outline"]
Failure 3:
- Message: Target has insufficient size
- HTML:
Leadership & Offices
XPath: /a[@class="first"]
Failure 4:
- Message: Target has insufficient size
- HTML:
Newsroom
XPath: /a
Failure 5:
- Message: Target has insufficient size
- HTML:
Careers
XPath: /a[@class="last"]
Rule: SIA-R61
Failure 1:
- Message: The document does not start with a level 1 heading
Rule: SIA-R73: Text spacing can be adjusted without loss of content
Failure 1:
- Message: The line height of the paragraph is
normal which will result in a line height of less than 1.5
HTML: The U.S. Department of Energy supports a number of...
XPath: /p
Failure 2:
- Message: The line height of the paragraph is
normal which will result in a line height of less than 1.5
HTML: Committed to Restoring America’s En...
XPath: /p[@class="text-bold"]
Failure 3:
- Message: The line height of the paragraph is
normal which will result in a line height of less than 1.5
HTML:
XPath: /p[@class="footer-heading"]
https://energy.gov/notice-court-orders
Rule: SIA-R111: Interactive elements have a sufficient target size
Failure 1:
- Message: Target has insufficient size
- HTML:
...
XPath: /a[@class="logo-img"]
Failure 2:
- Message: Target has insufficient size
- HTML:
Leadership & Offices
XPath: /a[@class="first"]
Failure 3:
- Message: Target has insufficient size
- HTML:
Newsroom
XPath: /a
Failure 4:
- Message: Target has insufficient size
- HTML:
Careers
XPath: /a[@class="last"]
Failure 5:
- Message: Target has insufficient size
- HTML:
Notice of Court Orders
XPath: /a[@class="active active-trail last active-trail is-active"]
Rule: SIA-R61
Failure 1:
- Message: The document does not start with a level 1 heading
Rule: SIA-R73: Text spacing can be adjusted without loss of content
Failure 1:
- Message: The line height of the paragraph is
normal which will result in a line height of less than 1.5
HTML: Committed to Restoring America’s En...
XPath: /p[@class="text-bold"]
Failure 2:
- Message: The line height of the paragraph is
normal which will result in a line height of less than 1.5
HTML:
XPath: /p[@class="footer-heading"]
https://energy.gov/topics
Rule: SIA-R111: Interactive elements have a sufficient target size
Failure 1:
- Message: Target has insufficient size
- HTML:
...
XPath: /a[@class="logo-img"]
Failure 2:
- Message: Target has insufficient size
- HTML:
Search for Topics
XPath: /a[@class="usa-button usa-button--outline"]
Failure 3:
- Message: Target has insufficient size
- HTML:
2025 DOE 403 Orders
XPath: /a
Failure 4:
- Message: Target has insufficient size
- HTML:
Leadership & Offices
XPath: /a[@class="first"]
Failure 5:
- Message: Target has insufficient size
- HTML:
Careers
XPath: /a[@class="last"]
Rule: SIA-R53: Headings follow a logical hierarchy
Failure 1:
- Message: The heading skips one or more levels
- HTML:
XPath: /h3
Rule: SIA-R61
Failure 1:
- Message: The document does not start with a level 1 heading
Rule: SIA-R73: Text spacing can be adjusted without loss of content
Failure 1:
- Message: The line height of the paragraph is
normal which will result in a line height of less than 1.5
HTML: ...
XPath: /p
Failure 2:
- Message: The line height of the paragraph is
normal which will result in a line height of less than 1.5
HTML: Committed to Restoring America’s En...
XPath: /p[@class="text-bold"]
Failure 3:
- Message: The line height of the paragraph is
normal which will result in a line height of less than 1.5
HTML:
XPath: /p[@class="footer-heading"]
https://energy.gov/articles/energy-department-announces-largest-loan-department-history-delivering-over-7-billion
Rule: SIA-R111: Interactive elements have a sufficient target size
Failure 1:
- Message: Target has insufficient size
- HTML:
...
XPath: /a[@class="logo-img"]
Failure 2:
- Message: Target has insufficient size
- HTML:
...
XPath: /a[@class="usa-breadcrumb__link"]
Failure 3:
- Message: Target has insufficient size
- HTML:
Energy.gov
XPath: /a
Failure 4:
- Message: Target has insufficient size
- HTML:
...
XPath: /a[@class="usa-button"]
Failure 5:
- Message: Target has insufficient size
- HTML:
...
XPath: /a[@class="usa-button usa-button--outline"]
... and 2 more failures for this rule
Rule: SIA-R14: Images have an accessible name or are decorative
Failure 1:
- Message: The visible text content of the element is not included within its accessible name
- HTML:
energy.gov Newsroom
XPath: /a
Rule: SIA-R53: Headings follow a logical hierarchy
Failure 1:
- Message: The heading skips one or more levels
- HTML:
XPath: /h3
Rule: SIA-R61
Failure 1:
- Message: The document does not start with a level 1 heading
Rule: SIA-R70
Failure 1:
- Message: The document contains deprecated elements
Rule: SIA-R73: Text spacing can be adjusted without loss of content
Failure 1:
- Message: The line height of the paragraph is
normal which will result in a line height of less than 1.5
HTML: U.S. Secretary of Energy Chris Wright today announ...
XPath: /p[@class="summary"]
Failure 2:
- Message: The line height of the paragraph is
normal which will result in a line height of less than 1.5
HTML: ...
XPath: /p[@class="primary-office"]
Failure 3:
- Message: The line height of the paragraph is
normal which will result in a line height of less than 1.5
HTML: ...
XPath: /p
Failure 4:
- Message: The line height of the paragraph is
normal which will result in a line height of less than 1.5
HTML: Committed to Restoring America’s En...
XPath: /p[@class="text-bold"]
Failure 5:
- Message: The line height of the paragraph is
normal which will result in a line height of less than 1.5
HTML:
XPath: /p[@class="footer-heading"]
https://energy.gov/cio/privacy-program
Rule: SIA-R111: Interactive elements have a sufficient target size
Failure 1:
- Message: Target has insufficient size
- HTML:
...
XPath: /a[@class="logo-img"]
Failure 2:
- Message: Target has insufficient size
- HTML:
Privacy
XPath: /a[@class="collection-item__link"]
Failure 3:
- Message: Target has insufficient size
- HTML:
Leadership & Offices
XPath: /a[@class="first"]
Failure 4:
- Message: Target has insufficient size
- HTML:
Newsroom
XPath: /a
Failure 5:
- Message: Target has insufficient size
- HTML:
Careers
XPath: /a[@class="last"]
... and 1 more failures for this rule
Rule: SIA-R61
Failure 1:
- Message: The document does not start with a level 1 heading
Rule: SIA-R73: Text spacing can be adjusted without loss of content
Failure 1:
- Message: The line height of the paragraph is
normal which will result in a line height of less than 1.5
HTML: The DOE Privacy Program, under the Office of the C...
XPath: /p
Failure 2:
- Message: The line height of the paragraph is
normal which will result in a line height of less than 1.5
HTML: Committed to Restoring America’s En...
XPath: /p[@class="text-bold"]
Failure 3:
- Message: The line height of the paragraph is
normal which will result in a line height of less than 1.5
HTML:
XPath: /p[@class="footer-heading"]
Rule: SIA-R78: Headings of same level have text content between them
Failure 1:
- Message: There is no content between this heading and the next
- HTML:
XPath: /h3[@class="block block-layout-builder block-inline-blockparagraph-reference block-title--doe-privacy-governance-bodies"]
Failure 2:
- Message: There is no content between this heading and the next
- HTML:
XPath: /h3[@class="block block-layout-builder block-inline-blockparagraph-reference block-title--doe-wide-privacy-initiatives"]
https://energy.gov/nnsa/national-nuclear-security-administration
Rule: SIA-R111: Interactive elements have a sufficient target size
Failure 1:
- Message: Target has insufficient size
- HTML:
...
XPath: /a[@class="logo-img"]
Failure 2:
- Message: Target has insufficient size
- HTML:
Learn More
XPath: /a[@class="usa-button usa-button--outline"]
Failure 3:
- Message: Target has insufficient size
- HTML:
...
XPath: /a[@class="collection-item__link"]
Failure 4:
- Message: Target has insufficient size
- HTML:
...
XPath: /a[@class="collection-item__link usa-button usa-button--outline"]
Failure 5:
- Message: Target has insufficient size
- HTML:
About NNSA
XPath: /a
... and 3 more failures for this rule
Rule: SIA-R14: Images have an accessible name or are decorative
Failure 1:
- Message: The visible text content of the element is not included within its accessible name
- HTML:
Careers
XPath: /a
Rule: SIA-R61
Failure 1:
- Message: The document does not start with a level 1 heading
Rule: SIA-R73: Text spacing can be adjusted without loss of content
Failure 1:
- Message: The line height of the paragraph is
normal which will result in a line height of less than 1.5
HTML: The U.S. Nuclear Weapons Stockpile
XPath: /p[@class="title-2xl"]
Failure 2:
- Message: The line height of the paragraph is
normal which will result in a line height of less than 1.5
HTML: One of NNSA’s core missions is to ensure the Unite...
XPath: /p
Failure 3:
- Message: The line height of the paragraph is
normal which will result in a line height of less than 1.5
HTML: Committed to Restoring America’s En...
XPath: /p[@class="text-bold"]
Failure 4:
- Message: The line height of the paragraph is
normal which will result in a line height of less than 1.5
HTML:
XPath: /p[@class="footer-heading"]
https://energy.gov/topics/earth-systems-modeling
Rule: SIA-R111: Interactive elements have a sufficient target size
Failure 1:
- Message: Target has insufficient size
- HTML:
...
XPath: /a[@class="logo-img"]
Failure 2:
- Message: Target has insufficient size
- HTML:
...
XPath: /a[@class="collection-item__link usa-button usa-button--outline"]
Failure 3:
- Message: Target has insufficient size
- HTML:
...
XPath: /a[@class="collection-item__link usa-button usa-button--outline ext"]
Failure 4:
- Message: Target has insufficient size
- HTML:
...
XPath: /a[@class="collection-item__link ext"]
Failure 5:
- Message: Target has insufficient size
- HTML:
View More
XPath: /a[@class="usa-button usa-button--outline"]
... and 4 more failures for this rule
Rule: SIA-R61
Failure 1:
- Message: The document does not start with a level 1 heading
Rule: SIA-R73: Text spacing can be adjusted without loss of content
Failure 1:
- Message: The line height of the paragraph is
normal which will result in a line height of less than 1.5
HTML: Early System Models Provide Insights into Our Chan...
XPath: /p[@class="title-2xl force-fullwidth--tablet"]
Failure 2:
- Message: The line height of the paragraph is
normal which will result in a line height of less than 1.5
HTML: Earth system models are computer simulations of th...
XPath: /p
Failure 3:
- Message: The line height of the paragraph is
normal which will result in a line height of less than 1.5
HTML: Committed to Restoring America’s En...
XPath: /p[@class="text-bold"]
Failure 4:
- Message: The line height of the paragraph is
normal which will result in a line height of less than 1.5
HTML:
XPath: /p[@class="footer-heading"]
Rule: SIA-R78: Headings of same level have text content between them
Failure 1:
- Message: There is no content between this heading and the next
- HTML:
XPath: /h2[@class="block block-layout-builder block-inline-blocktemplate block-title--featured-podcast"]
https://energy.gov/topics/puerto-rico-grid-resilience-and-modernization
Rule: SIA-R111: Interactive elements have a sufficient target size
Failure 1:
- Message: Target has insufficient size
- HTML:
...
XPath: /a[@class="logo-img"]
Failure 2:
- Message: Target has insufficient size
- HTML:
...
XPath: /a[@class="collection-item__link usa-button usa-button--outline"]
Failure 3:
- Message: Target has insufficient size
- HTML:
Equipo de RecuperaciĂłn y ModernizaciĂłn de la Red E...
XPath: /a
Failure 4:
- Message: Target has insufficient size
- HTML:
Learn More
XPath: /a[@class="usa-button usa-button--outline"]
Failure 5:
- Message: Target has insufficient size
- HTML:
NNSA sets record for tritium extractions ...
XPath: /a[@class="collection-item__link"]
... and 2 more failures for this rule
Rule: SIA-R61
Failure 1:
- Message: The document does not start with a level 1 heading
Rule: SIA-R73: Text spacing can be adjusted without loss of content
Failure 1:
- Message: The line height of the paragraph is
normal which will result in a line height of less than 1.5
HTML: Modernizing Puerto Rico's Grid
XPath: /p[@class="title-2xl force-fullwidth--tablet"]
Failure 2:
- Message: The line height of the paragraph is
normal which will result in a line height of less than 1.5
HTML: ...
XPath: /p
Failure 3:
- Message: The line height of the paragraph is
normal which will result in a line height of less than 1.5
HTML: Committed to Restoring America’s En...
XPath: /p[@class="text-bold"]
Failure 4:
- Message: The line height of the paragraph is
normal which will result in a line height of less than 1.5
HTML:
XPath: /p[@class="footer-heading"]
Detailed Failure Information (axe)
https://energy.gov/
Rule: aria-allowed-role
Impact: minor
Failure 1:
- Message: ARIA role should be appropriate for the element
- HTML: