open-scans

Scan Report: week 8

🎯 Priority: Pages with Most Errors

Focus 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 5 5 19 0 41 70 Managing for Results: Performance-Informed Budgeting in Maryland
View Page 8 2 17 0 32 59 Furlough Employee Notices
View Page 7 6 19 0 24 56 About DBM
View Page 5 5 18 0 27 55 Office of the Secretary
View Page 7 6 19 0 19 51 Regulations
View Page 5 5 17 0 21 48 Contact Us
View Page 5 5 18 0 18 46 Audit Compliance Unit
View Page 5 5 17 0 18 45 OPSB - Employee Benefits Division
View Page 5 5 17 0 18 45 OPSB - Personnel Services Division
View Page 5 4 18 0 16 43 Contract Management Division

🔧 Priority: Most Common Issues (ALFA)

These ALFA accessibility issues appear most frequently across your pages:

Rule Pages Affected Documentation
SIA-R18: ARIA states are consistent with element semantics 12 of 12 View Rule
SIA-R57: Landmarks don’t repeat the same content 12 of 12 View Rule
SIA-R111: Interactive elements have a sufficient target size 11 of 12 View Rule
SIA-R66: Text has enhanced contrast with its background 9 of 12 View Rule
SIA-R78: Headings of same level have text content between them 2 of 12 View Rule

💡 Tip: Click on the rule documentation links to learn how to fix each issue.

🔧 Priority: Most Common Issues (axe)

These axe accessibility issues appear most frequently across your pages:

Rule Pages Affected Documentation
aria-prohibited-attr 12 of 12 View Rule
region 12 of 12 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).

🔍 Cross-Page Patterns: Common HTML Issues

These HTML patterns cause the same accessibility errors across multiple pages. Fix the pattern once in your codebase to fix it everywhere!

🎯 Top Patterns to Fix (Highest Impact)

Pattern 1: Affects 12 page(s) - 12 occurrence(s)

Scanner: axe Rule: region Impact: moderate Issue: All page content should be contained by landmarks

HTML Pattern:

<a href="http://www.maryland.gov/pages/accessibility.aspx" class="sr-only sr-only-focusable show-on-focus" target="_blank">Accessibility Information</a>

XPath (use in browser DevTools):

.sr-only-focusable.show-on-focus.sr-only:nth-child(2)

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('.sr-only-focusable.show-on-focus.sr-only:nth-child(2)')
  5. The element will be highlighted

Affected Pages:


Pattern 2: Affects 12 page(s) - 12 occurrence(s)

Scanner: axe Rule: region Impact: moderate Issue: All page content should be contained by landmarks

HTML Pattern:

<a class="mdgov-entNav__logo" href="https://www.maryland.gov/">
        <img src="https://stage.egov.maryland.gov/doit/ewf/widgets/header/v2/img/mdgov-logo-2018-black.png" alt="Maryland.gov">
    </a>

XPath (use in browser DevTools):

.mdgov-entNav__logo

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('.mdgov-entNav__logo')
  5. The element will be highlighted

Affected Pages:


Pattern 3: Affects 12 page(s) - 12 occurrence(s)

Scanner: axe Rule: region Impact: moderate Issue: All page content should be contained by landmarks

HTML Pattern:

<ul class="mdgov-entNavList">

XPath (use in browser DevTools):

.mdgov-entNavList

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('.mdgov-entNavList')
  5. The element will be highlighted

Affected Pages:


Pattern 4: Affects 11 page(s) - 11 occurrence(s)

Scanner: ALFA Rule: SIA-R111: Interactive elements have a sufficient target size Issue: Target has insufficient size

HTML Pattern:

<button class="mdgov-headerBanner__btn" aria-expanded="false" aria-controls="official-banner">...</button>

XPath (use in browser DevTools):

/button[@class="mdgov-headerBanner__btn"]

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('/button[@class="mdgov-headerBanner__btn"]')
  5. The element will be highlighted

Affected Pages:


Pattern 5: Affects 11 page(s) - 11 occurrence(s)

Scanner: ALFA Rule: SIA-R111: Interactive elements have a sufficient target size Issue: Target has insufficient size

HTML Pattern:

<a href="https://dbm.maryland.gov/Pages/ContactUs.aspx" target="_blank">Contact Us</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:


Pattern 6: Affects 11 page(s) - 11 occurrence(s)

Scanner: ALFA Rule: SIA-R111: Interactive elements have a sufficient target size Issue: Target has insufficient size

HTML Pattern:

<a href="https://mva.maryland.gov/vehicles" target="_blank">Vehicle Services</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:


Pattern 7: Affects 11 page(s) - 11 occurrence(s)

Scanner: ALFA Rule: SIA-R111: Interactive elements have a sufficient target size Issue: Target has insufficient size

HTML Pattern:

<a href="https://dhs.maryland.gov/supplemental-nutrition-assistance-program/" target="_blank">Food Assistance / SNAP</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:


Pattern 8: Affects 11 page(s) - 11 occurrence(s)

Scanner: ALFA Rule: SIA-R111: Interactive elements have a sufficient target size Issue: Target has insufficient size

HTML Pattern:

<a href="https://www.labor.maryland.gov/employment/unemployment.shtml" target="_blank">Unemployment Services</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:


Pattern 9: Affects 11 page(s) - 11 occurrence(s)

Scanner: ALFA Rule: SIA-R111: Interactive elements have a sufficient target size Issue: Target has insufficient size

HTML Pattern:

<a href="https://www.marylandtaxes.gov/individual/index.php" target="_blank">Taxes</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:


Pattern 10: Affects 11 page(s) - 11 occurrence(s)

Scanner: ALFA Rule: SIA-R111: Interactive elements have a sufficient target size Issue: Target has insufficient size

HTML Pattern:

<a href="https://elections.maryland.gov/voter_registration/index.html" target="_blank">Register to Vote</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:


Pattern 11: Affects 11 page(s) - 11 occurrence(s)

Scanner: ALFA Rule: SIA-R111: Interactive elements have a sufficient target size Issue: Target has insufficient size

HTML Pattern:

<a href="https://www.maryland.gov/pages/residents.aspx" target="_blank">Resident Resources</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:


Pattern 12: Affects 11 page(s) - 11 occurrence(s)

Scanner: ALFA Rule: SIA-R111: Interactive elements have a sufficient target size Issue: Target has insufficient size

HTML Pattern:

<a href="https://www.visitmaryland.org/" target="_blank">Visit Maryland</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:


Pattern 13: Affects 11 page(s) - 11 occurrence(s)

Scanner: ALFA Rule: SIA-R111: Interactive elements have a sufficient target size Issue: Target has insufficient size

HTML Pattern:

<a href="https://www.maryland.gov/pages/online_services.aspx" target="_blank">More Online Services</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:


Pattern 14: Affects 11 page(s) - 11 occurrence(s)

Scanner: ALFA Rule: SIA-R111: Interactive elements have a sufficient target size Issue: Target has insufficient size

HTML Pattern:

<a href="https://governor.maryland.gov/" target="_blank">Governor Wes Moore</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:


Pattern 15: Affects 11 page(s) - 11 occurrence(s)

Scanner: ALFA Rule: SIA-R111: Interactive elements have a sufficient target size Issue: Target has insufficient size

HTML Pattern:

<a href="https://governor.maryland.gov/leadership/cabinet/" target="_blank">Maryland Cabinet Agencies</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:


💡 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://dbm.maryland.gov/Pages/AboutDBM.aspx https://dbm.maryland.gov/Pages/AboutDBM.aspx OK 200 no 21851 7 6 19 0 70 About DBM
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: aria-prohibited-attr, region  
                    Equal Access failed rules: aria_attribute_valid, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_sensory_misuse  
https://dbm.maryland.gov/Pages/ContactUs.aspx https://dbm.maryland.gov/Pages/ContactUs.aspx OK 200 no 18921 5 5 17 0 54 Contact Us
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background)  
                    axe failed rules: aria-prohibited-attr, region  
                    Equal Access failed rules: aria_attribute_valid, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_sensory_misuse  
https://dbm.maryland.gov/Pages/DivAuditCompliance.aspx https://dbm.maryland.gov/Pages/DivAuditCompliance.aspx OK 200 no 17495 5 5 18 0 47 Audit Compliance Unit
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background)  
                    axe failed rules: aria-prohibited-attr, region  
                    Equal Access failed rules: aria_attribute_valid, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_sensory_misuse  
https://dbm.maryland.gov/Pages/DivClassSalary.aspx https://dbm.maryland.gov/Pages/DivClassSalary.aspx OK 200 no 17878 5 4 17 0 45 OPSB - Division of Classification and Salary
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R57 (Landmarks don’t repeat the same content)  
                    axe failed rules: aria-prohibited-attr, region  
                    Equal Access failed rules: aria_attribute_valid, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_sensory_misuse  
https://dbm.maryland.gov/Pages/DivContractMgmt.aspx https://dbm.maryland.gov/Pages/DivContractMgmt.aspx OK 200 no 17960 5 4 18 0 45 Contract Management Division
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R57 (Landmarks don’t repeat the same content)  
                    axe failed rules: aria-prohibited-attr, region  
                    Equal Access failed rules: aria_attribute_valid, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_sensory_misuse  
https://dbm.maryland.gov/Pages/DivEmployeeBen.aspx https://dbm.maryland.gov/Pages/DivEmployeeBen.aspx OK 200 no 17824 5 5 17 0 47 OPSB - Employee Benefits Division
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background)  
                    axe failed rules: aria-prohibited-attr, region  
                    Equal Access failed rules: aria_attribute_valid, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_sensory_misuse  
https://dbm.maryland.gov/Pages/DivMgmtPersSvces.aspx https://dbm.maryland.gov/Pages/DivMgmtPersSvces.aspx OK 200 no 17501 5 5 17 0 47 OPSB - Personnel Services Division
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background)  
                    axe failed rules: aria-prohibited-attr, region  
                    Equal Access failed rules: aria_attribute_valid, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_sensory_misuse  
https://dbm.maryland.gov/Pages/DivSec.aspx https://dbm.maryland.gov/Pages/DivSec.aspx OK 200 no 21006 5 5 18 0 82 Office of the Secretary
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background)  
                    axe failed rules: aria-prohibited-attr, region  
                    Equal Access failed rules: aria_attribute_valid, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_sensory_misuse  
https://dbm.maryland.gov/Pages/ManagingResultsMaryland.aspx https://dbm.maryland.gov/Pages/ManagingResultsMaryland.aspx OK 200 no 19272 5 5 19 0 114 Managing for Results: Performance-Informed Budgeting in Maryland
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background)  
                    axe failed rules: aria-prohibited-attr, region  
                    Equal Access failed rules: aria_attribute_valid, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_sensory_misuse  
https://dbm.maryland.gov/Pages/regulations.aspx https://dbm.maryland.gov/Pages/regulations.aspx OK 200 no 18408 7 6 19 0 52 Regulations
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: aria-prohibited-attr, region  
                    Equal Access failed rules: aria_attribute_valid, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_sensory_misuse  
https://dbm.maryland.gov/dbmsitearchives/Documents/Furlough/FY2010OMalleyLetter.aspx https://dbm.maryland.gov/dbmsitearchives/Documents/Furlough/FY2010OMalleyLetter.aspx OK 200 no 18001 6 5 15 0 45 FY2010 OMalley Letter to State Employees
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background)  
                    axe failed rules: aria-prohibited-attr, region  
                    Equal Access failed rules: aria_attribute_valid, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_sensory_misuse  
https://dbm.maryland.gov/dbmsitearchives/Documents/Furlough/FurloughEmployeeNotices.aspx https://dbm.maryland.gov/dbmsitearchives/Documents/Furlough/FurloughEmployeeNotices.aspx OK 200 no 39075 8 2 17 0 48 Furlough Employee Notices
                    ALFA failed rules: SIA-R18 (ARIA states are consistent with element semantics), SIA-R57 (Landmarks don’t repeat the same content)  
                    axe failed rules: aria-prohibited-attr, region  
                    Equal Access failed rules: aria_attribute_valid, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_sensory_misuse  

Detailed Failure Information (ALFA)

https://dbm.maryland.gov/Pages/AboutDBM.aspx

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Rule: SIA-R18: ARIA states are consistent with element semantics

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R78: Headings of same level have text content between them

Failure 1:

https://dbm.maryland.gov/Pages/ContactUs.aspx

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Rule: SIA-R18: ARIA states are consistent with element semantics

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

https://dbm.maryland.gov/Pages/DivAuditCompliance.aspx

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Rule: SIA-R18: ARIA states are consistent with element semantics

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

https://dbm.maryland.gov/Pages/DivClassSalary.aspx

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Rule: SIA-R18: ARIA states are consistent with element semantics

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

https://dbm.maryland.gov/Pages/DivContractMgmt.aspx

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Rule: SIA-R18: ARIA states are consistent with element semantics

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

https://dbm.maryland.gov/Pages/DivEmployeeBen.aspx

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Rule: SIA-R18: ARIA states are consistent with element semantics

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

https://dbm.maryland.gov/Pages/DivMgmtPersSvces.aspx

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Rule: SIA-R18: ARIA states are consistent with element semantics

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

https://dbm.maryland.gov/Pages/DivSec.aspx

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Rule: SIA-R18: ARIA states are consistent with element semantics

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

https://dbm.maryland.gov/Pages/ManagingResultsMaryland.aspx

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Rule: SIA-R18: ARIA states are consistent with element semantics

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

https://dbm.maryland.gov/Pages/regulations.aspx

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Rule: SIA-R18: ARIA states are consistent with element semantics

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R78: Headings of same level have text content between them

Failure 1:

https://dbm.maryland.gov/dbmsitearchives/Documents/Furlough/FY2010OMalleyLetter.aspx

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Rule: SIA-R18: ARIA states are consistent with element semantics

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

https://dbm.maryland.gov/dbmsitearchives/Documents/Furlough/FurloughEmployeeNotices.aspx

Rule: SIA-R18: ARIA states are consistent with element semantics

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Detailed Failure Information (axe)

https://dbm.maryland.gov/Pages/AboutDBM.aspx

Rule: aria-prohibited-attr

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

https://dbm.maryland.gov/Pages/ContactUs.aspx

Rule: aria-prohibited-attr

Impact: serious

Failure 1:

Failure 2:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

https://dbm.maryland.gov/Pages/DivAuditCompliance.aspx

Rule: aria-prohibited-attr

Impact: serious

Failure 1:

Failure 2:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

https://dbm.maryland.gov/Pages/DivClassSalary.aspx

Rule: aria-prohibited-attr

Impact: serious

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

https://dbm.maryland.gov/Pages/DivContractMgmt.aspx

Rule: aria-prohibited-attr

Impact: serious

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

https://dbm.maryland.gov/Pages/DivEmployeeBen.aspx

Rule: aria-prohibited-attr

Impact: serious

Failure 1:

Failure 2:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

https://dbm.maryland.gov/Pages/DivMgmtPersSvces.aspx

Rule: aria-prohibited-attr

Impact: serious

Failure 1:

Failure 2:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

https://dbm.maryland.gov/Pages/DivSec.aspx

Rule: aria-prohibited-attr

Impact: serious

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

https://dbm.maryland.gov/Pages/ManagingResultsMaryland.aspx

Rule: aria-prohibited-attr

Impact: serious

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

https://dbm.maryland.gov/Pages/regulations.aspx

Rule: aria-prohibited-attr

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

https://dbm.maryland.gov/dbmsitearchives/Documents/Furlough/FY2010OMalleyLetter.aspx

Rule: aria-prohibited-attr

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

https://dbm.maryland.gov/dbmsitearchives/Documents/Furlough/FurloughEmployeeNotices.aspx

Rule: aria-prohibited-attr

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4: